Closed
Bug 1517629
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 14705 - Remove/optimize calls to BackdropFilterBounds()
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14705 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14705
Details from upstream follow.
Mason Freed <masonfreed@chromium.org> wrote:
> Remove/optimize calls to BackdropFilterBounds()
>
> With this CL, there are more early-outs in UpdateCompositorFilterOperationsForBackdropFilter
> and CreateCompositorFilterOperationsForBackdropFilter in the case where
> there isn't a backdrop filter present. Also combined
> BackdropFilterBounds and BackdropFilterReferenceBox, as the latter was
> not used anywhere else. And added a backdrop-filter test that uses
> an SVG reference filter.
>
> Bug: 497522
> Change-Id: If6807f774fa0a552ee57b584839ad960fdc27189
> Reviewed-on: https://chromium-review.googlesource.com/1393943
> WPT-Export-Revision: d720cab2b5059002ad14323a0635aff03926c775
Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=a7bf55843f1f6c7448270a29c0feef362b488aa4
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 5•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d70f482b7c02850fe4d7e347d82ad1e4a65de295
Assignee | ||
Comment 6•6 years ago
|
||
Ran 1 tests
FAIL : 1
New tests that have failures or other problems:
/css/filter-effects/backdrop-filter-reference-filter.html: FAIL
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/16c8854443eb
[wpt PR 14705] - Remove/optimize calls to BackdropFilterBounds(), a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/2a7eacd700ac
[wpt PR 14705] - Update wpt metadata, a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/5fa73072f194
[wpt PR 14705] - Remove/optimize calls to BackdropFilterBounds(), a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/b937c05eeaef
[wpt PR 14705] - Update wpt metadata, a=testonly
Comment 9•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5fa73072f194
https://hg.mozilla.org/mozilla-central/rev/b937c05eeaef
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•