[AUTO][FILECONTROL] - version 132.0.6834.163

This commit is contained in:
uazo
2025-01-29 02:51:55 +00:00
committed by github-actions[bot]
parent 394abc54b1
commit bc2c226058
3 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -1 +1 @@
132.0.6834.122
132.0.6834.163
@@ -2111,14 +2111,16 @@ void WebContentsImpl::DidCapturedSurfaceControl() {
}
void WebContentsImpl::ResetAccessibility() {
// In contrast to the above, do not bother with frames in the back-forward
// cache since the reset is intended to generate new trees for observers of
// active frames.
GetPrimaryMainFrame()->ForEachRenderFrameHostIncludingSpeculative(
// Reset accessibility for all frames in this tree and inner trees, including
// speculative frame hosts and those in the back-forward cache. See comment in
// `SetAccessibilityMode()` for more details.
ForEachRenderFrameHostIncludingSpeculativeWithAction(
[this](RenderFrameHostImpl* frame_host) {
if (WebContentsImpl::FromRenderFrameHostImpl(frame_host) == this) {
frame_host->AccessibilityReset();
return FrameIterationAction::kContinue;
}
return FrameIterationAction::kSkipChildren;
});
}
@@ -1193,7 +1193,7 @@
{
// crbug.com/359616070
name: "CSSRelativeColorLateResolveAlways",
status: "stable",
status: "experimental",
},
{
// crbug.com/365818844
@@ -4157,7 +4157,7 @@
},
{
name: "SvgInlineRootPixelSnappingScaleAdjustment",
status: "stable",
status: "test",
},
{
name: "SvgNoPixelSnappingScaleAdjustment",