forked from chromium/chromium
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[a11y-during-render] Call AddImageAnnotations from within Blink"
This reverts commit d70b84e. Reason for revert: crbug.com/1346271 crbug.com/1346174 crbug.com/1346175 Original change's description: > [a11y-during-render] Call AddImageAnnotations from within Blink > > Why: moves more of the serialization code out of BlinkAXTreeSource, > unblocking further refactoring. It also increases performance by > reducing copies and enabling use of the display lock memoizer. > > Why not move AXImageAnnotator entirely to Blink: I tried it, and it > was going to be a *ton* of work given how much string manipluation > is in there. Since there are not a whole lot of images on pages, it > didn't seem worth it to avoid passing around a few more WebAXObjects. > > AX-Relnotes: n/a > Bug: 1068668 > > Change-Id: I8e2687b3a0ce338b2149ae256f7d5a4e13183d7d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3767642 > Commit-Queue: Chris Harrelson <chrishtr@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Vladimir Levin <vmpstr@chromium.org> > Reviewed-by: David Tseng <dtseng@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1026420} Bug: 1068668, 1346271, 1346174, 1346175 Change-Id: I76ee73a1b49cdb7c1d95de3e53e07d6647f2c1e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3783136 Reviewed-by: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by: David Tseng <dtseng@chromium.org> Commit-Queue: Vladimir Levin <vmpstr@chromium.org> Owners-Override: Philip Rogers <pdr@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Reviewed-by: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1027993}
- Loading branch information
Showing
13 changed files
with
111 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.