Auto-Submit | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Auto-Submit | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Auto-Submit | +1 |
Alright, +jarhar again to review.
+dbertoni for the page_capture_api test.
// TODO(crbug.com/326868086): Test is flaky.
see https://issues.chromium.org/issues/326868086#comment10
Even patchset 9 which was minimal caused these failures. I think it must be some race condition somewhere, but seemingly completely unrelated to this CL.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Code-Review | +1 |
if (RuntimeEnabledFeatures::CSSAnchorPositioningEnabled()) {
If HTMLAnchorAttribute can't be enabled without CSSAnchorPositioning then I'm not sure what this does, but I guess it doesn't hurt
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Thanks jarhar!
dbertoni, this patch is a fix for a RBB bug related to media elements. hopefully you’re ok with disabling the flaky test to get it landed? I need to merge this back to the Beta branch.
if (RuntimeEnabledFeatures::CSSAnchorPositioningEnabled()) {
If HTMLAnchorAttribute can't be enabled without CSSAnchorPositioning then I'm not sure what this does, but I guess it doesn't hurt
why can’t it be enabled without CSSAnchorPositioning enabled?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
if (RuntimeEnabledFeatures::CSSAnchorPositioningEnabled()) {
Mason FreedIf HTMLAnchorAttribute can't be enabled without CSSAnchorPositioning then I'm not sure what this does, but I guess it doesn't hurt
why can’t it be enabled without CSSAnchorPositioning enabled?
Oh I thought there was a relationship set up in between them in runtime_enabled_features, but I see that there isn't so nevermind
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
// TODO(crbug.com/326868086): Test is flaky.
see https://issues.chromium.org/issues/326868086#comment10
Even patchset 9 which was minimal caused these failures. I think it must be some race condition somewhere, but seemingly completely unrelated to this CL.
Hi Mason,
I'm going to disable this test in a separate CL that's now in the CQ:
https://chromium-review.googlesource.com/c/chromium/src/+/5465997
I think that makes more sense than having you disable it in this CL.
Dave
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
// TODO(crbug.com/326868086): Test is flaky.
David Bertonisee https://issues.chromium.org/issues/326868086#comment10
Even patchset 9 which was minimal caused these failures. I think it must be some race condition somewhere, but seemingly completely unrelated to this CL.
Hi Mason,
I'm going to disable this test in a separate CL that's now in the CQ:
https://chromium-review.googlesource.com/c/chromium/src/+/5465997
I think that makes more sense than having you disable it in this CL.
Dave
Thanks, and I suppose that makes sense. But would you mind please +1’ing this one as-is, with the hope that it cleanly rebases on top of yours? I’m OOO until Monday so I can’t undo that and get fresh +1’s until Monday otherwise. And then wait for Tuesday Canary to test, and then merge. This still might not cleanly merge, so that might happen anyway, but I’d like to try.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
// TODO(crbug.com/326868086): Test is flaky.
David Bertonisee https://issues.chromium.org/issues/326868086#comment10
Even patchset 9 which was minimal caused these failures. I think it must be some race condition somewhere, but seemingly completely unrelated to this CL.
Mason FreedHi Mason,
I'm going to disable this test in a separate CL that's now in the CQ:
https://chromium-review.googlesource.com/c/chromium/src/+/5465997
I think that makes more sense than having you disable it in this CL.
Dave
Thanks, and I suppose that makes sense. But would you mind please +1’ing this one as-is, with the hope that it cleanly rebases on top of yours? I’m OOO until Monday so I can’t undo that and get fresh +1’s until Monday otherwise. And then wait for Tuesday Canary to test, and then merge. This still might not cleanly merge, so that might happen anyway, but I’d like to try.
Acknowledged
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Remove HTML.css style rule for [popover][anchor]
That should have been flag-guarded but wasn't. This removes that
rule entirely. After landing this and merging to M125, I'll take
care of putting that rule back, behind the flag.
This also changes the media control popup to not use the `anchor`
attribute, and instead use a named anchor. That was also broken
in the M125 shipping case, where HTMLAnchorElement is disabled,
but CSSAnchorPositioning is enabled.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |