Closed
Bug 1434288
Opened 7 years ago
Closed 7 years ago
Update webrender to e772c3cb8ea0a35e6477e9dc8dd2144e2de87b56
Categories
(Core :: Graphics: WebRender, enhancement, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: kats, Assigned: kats)
References
Details
(Whiteboard: [gfx-noted])
Attachments
(2 files)
+++ This bug was initially created as a clone of Bug #1433567 +++
I'm filing this as a placeholder bug for the next webrender update. I may be running a cron script [1] that does try pushes with webrender update attempts, so that we can track build/test breakages introduced by webrender on a rolling basis. This bug will hold the try push links as well as dependencies filed for those breakages, so that we have a better idea going into the update of what needs fixing. I might abort the cron job because once things get too far out of sync it's hard to fully automate fixing all the breakages.
When we are ready to actually land the update, we can rename this bug and use it for the update, and then file a new bug for the next "future update".
[1] https://github.com/staktrace/moz-scripts/blob/master/try-latest-webrender.sh
Assignee | ||
Comment 1•7 years ago
|
||
WR @ b6e69a8efbcd8dc3e0c0a8a9925e6a9355635de3
https://treeherder.mozilla.org/#/jobs?repo=try&revision=9ea0e50f426552229ab5746ed3f5ab1c9ebf0561
https://treeherder.mozilla.org/#/jobs?repo=try&revision=8a84c52a5e2fb8ea537b36e3bb8e154a3771ab78
Green
Assignee | ||
Comment 2•7 years ago
|
||
WR @ 87c6a6ba7e75d8ed0b2ddeeb5fa4e363482f7f86
https://treeherder.mozilla.org/#/jobs?repo=try&revision=7801945b00e7eac75e8bdf9d64869a9c284599de
https://treeherder.mozilla.org/#/jobs?repo=try&revision=99f6ac25d94f3d05f682588f84aa4adac2fb565d
Green
Assignee | ||
Comment 3•7 years ago
|
||
WR @ e772c3cb8ea0a35e6477e9dc8dd2144e2de87b56
https://treeherder.mozilla.org/#/jobs?repo=try&revision=0c0c3731146b887aee16b7f84b01f12259299133
https://treeherder.mozilla.org/#/jobs?repo=try&revision=552b58431414a60cde3b5aee4828f06742932734
Bustage, but I need to apply martin's gecko-side ExternalClipId patches, presumably that will fix it.
Assignee | ||
Comment 4•7 years ago
|
||
WR @ e772c3cb8ea0a35e6477e9dc8dd2144e2de87b56, with the fixes
https://treeherder.mozilla.org/#/jobs?repo=try&revision=62ab4844535a8ae2194ee6b7e43c1f9f05bb1511
https://treeherder.mozilla.org/#/jobs?repo=try&revision=ddc1c6e7c0cf06962d6cf3f2f3d543b9ce73b983
Looking good
Assignee | ||
Comment 5•7 years ago
|
||
Gonna put the patches here just for convenience, in case anybody else wants them. I also need to rebase some other stuff on top of this so it makes it easier for me.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 8•7 years ago
|
||
mozreview-review |
Comment on attachment 8947166 [details]
Bug 1434288 - Update gecko for API changes in WR PR 2315.
https://reviewboard.mozilla.org/r/216938/#review222798
In addition to the correctness issue below I found a bunch of nits to clean up. I'm just going to do that locally rather than listing them all here.
::: gfx/webrender_bindings/WebRenderAPI.cpp:797
(Diff revision 1)
> if (aAncestorClipId) {
> ancestorClipId = &(aAncestorClipId.ref().id);
> }
> + const uint64_t* ancestorScrollId = nullptr;
> + if (aAncestorScrollId) {
> + ancestorClipId = &(aAncestorScrollId.ref().id);
This should be ancestorScrollId
Attachment #8947166 -
Flags: review-
Assignee | ||
Comment 9•7 years ago
|
||
Here's a try push with my cleanups as well: https://treeherder.mozilla.org/#/jobs?repo=try&revision=a1c8eb40a089172e3eff6d678ab029627d201a1c
Assignee | ||
Comment 10•7 years ago
|
||
Actually I might as well land this since otherwise rebasing gets trickier.
Alias: wr-future-update
Assignee: nobody → bugmail
Summary: Future webrender update bug → Update webrender to e772c3cb8ea0a35e6477e9dc8dd2144e2de87b56
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 13•7 years ago
|
||
mozreview-review |
Comment on attachment 8947166 [details]
Bug 1434288 - Update gecko for API changes in WR PR 2315.
https://reviewboard.mozilla.org/r/216938/#review222834
Attachment #8947166 -
Flags: review?(bugmail) → review+
Comment 14•7 years ago
|
||
mozreview-review |
Comment on attachment 8947165 [details]
Bug 1434288 - Update webrender to commit e772c3cb8ea0a35e6477e9dc8dd2144e2de87b56.
https://reviewboard.mozilla.org/r/216936/#review222856
Attachment #8947165 -
Flags: review?(jmuizelaar) → review+
Comment 15•7 years ago
|
||
Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e99f6587c86e
Update webrender to commit e772c3cb8ea0a35e6477e9dc8dd2144e2de87b56. r=jrmuizel
https://hg.mozilla.org/integration/autoland/rev/3940b5d8f135
Update gecko for API changes in WR PR 2315. r=kats
Comment 16•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e99f6587c86e
https://hg.mozilla.org/mozilla-central/rev/3940b5d8f135
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•