commit | 624434c44021575b99efd1cf57f2b88890ccc86f | [log] [tgz] |
---|---|---|
author | Chris Harrelson <chrishtr@chromium.org> | Wed Oct 25 18:59:31 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 25 18:59:31 2023 |
tree | 199a97dd35c437378114775521e433f5041c6faf | |
parent | 874a448e75966265835932896fc7bd14078fd951 [diff] |
Reland "Invalidate the entire document when turning on accessibility" This reverts commit 7083fdeec66892b9ac860a3fa5247c320e1b8600. Reason for revert: fixed failing test, by adding code to ensure AXContext is created in InspectorOverlayAgent::SetInspectTool()" Fixed: 1495644 Original change's description: > Revert "Invalidate the entire document when turning on accessibility" > > This reverts commit 8958c2452402836d695c74cf7b95c3ed765b6354. > > Reason for revert: Causing consistent failure on Linux ASAN LSAN > Sample failure: https://ci.chromium.org/ui/p/chromium/builders/ci/Linux%20ASan%20LSan%20Tests%20(1)/119801/overview > > Original change's description: > > Invalidate the entire document when turning on accessibility > > > > This uncovered a few cases where we need to update the lifecycle as > > a result of this invalidation (printing, AOM, devtools). These > > cases may have been pre-existing bugs. > > > > Bug: 1485824 > > > > Change-Id: I17b64fc35c9a76ad90c7bb29cc183c5b71e866c9 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4970122 > > Reviewed-by: Mason Freed <masonf@chromium.org> > > Auto-Submit: Chris Harrelson <chrishtr@chromium.org> > > Commit-Queue: Chris Harrelson <chrishtr@chromium.org> > > Cr-Commit-Position: refs/heads/main@{#1214578} > > Bug: 1485824 > Change-Id: I4f1c0d56100e474fd3d1d498877704dc4e47c87c > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4975220 > Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> > Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> > Owners-Override: Jiewei Qian <qjw@chromium.org> > Auto-Submit: Jiewei Qian <qjw@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1214654} Bug: 1485824 Change-Id: I90bec1ced0e9b9ae2f91c73f11d087c266529e00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4976744 Reviewed-by: Mason Freed <masonf@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1214997}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.