Is this ready for re-review? I'm assuming this is just a reland CL created through Gerrit but without any build fixes yet?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Is this ready for re-review? I'm assuming this is just a reland CL created through Gerrit but without any build fixes yet?
Correct, this is just the reland created through Gerrit, identical to the original change with no fixes.
Just marked it as WIP so it should drop off your dashboard. I'll let you know when it is ready for review.
Strange to me, but it looks like the bot that runs content_browsertests on Fuchsia isn't part of the regular CI, but this was caught shortly after the original change merged. I have queued this bot when running checks for this reland CL.
Reviewers, PTAL when you get the chance, I have noted the changes from the original in the CL description.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
//fuchsia_web LGTM (unchanged from the original CL)
Bug: 40672441
Please add 358567091 so there's a reference to this CL in the bug.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Are the two newly removed strings something you picked up by rebasing, or are they somehow relevant to the diffs in your patch?
Code-Review | +1 |
LGTM!
Are the two newly removed strings something you picked up by rebasing, or are they somehow relevant to the diffs in your patch?
These were simply missed in the original change. I was starting to put together a follow-up CL, but when this was reverted I thought it better to simply include them as well.
Please add 358567091 so there's a reference to this CL in the bug.
Done
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
11 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
Reland "[Views AX] Move accessibility strings to ui/"
This is a reland of commit 3b4c6a60319ab67b7ca3ebecef6f54447f296d75
The revert was needed due to failures in CrossPlatformAccessibilityBrowserTest on Fuchsia: https://ci.chromium.org/ui/p/chromium/builders/ci/fuchsia-x64-cast-receiver-dbg.
Since these tests rely on strings that are not actually packaged into Fuchsia WebEngine, I have excluded these tests on that platform.
Patchset #1 is identical to the original change
Patchset #2 has the fix to ensure these tests do not run on Fuchsia
Patchset #3 moves two strings that were not moved in the original change, IDS_AX_OBJECT_SELECTED and IDS_AX_OBJECT_NOT_SELECTED.
Original change's description:
> [Views AX] Move accessibility strings to ui/
>
> To ensure we don't break any layering rules in the move of
> BrowserAccessibility from content/ to ui/ these strings must be moved up
> so they are reachable from ui/
>
> Since this change simply moves strings around, and does not add any new ones, I will be bypassing the presubmit check to ensure that there are screenshots associated with each string.
>
> Bug: 40672441
> Change-Id: I4c17402259f7a59bd761cfc0bf020bbff31dae85
> Skip-Translation-Screenshots-Check: True
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5740105
> Commit-Queue: Jacques Newman <jane...@microsoft.com>
> Reviewed-by: Dirk Pranke <dpr...@google.com>
> Reviewed-by: Mark Schillaci <mschi...@google.com>
> Reviewed-by: David Dorwin <ddo...@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1340638}
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |