Closed
Bug 1493327
Opened 2 years ago
Closed 2 years ago
Make WebRenderAPI::Clone() to async
Categories
(Core :: Graphics: WebRender, enhancement, P2)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 2 obsolete files)
1.39 KB,
patch
|
Details | Diff | Splinter Review | |
3.89 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
WebRenderAPI::Clone() does sync ipc to WebRender. But it could sometimes take more than 10ms. It is not good.
Assignee | ||
Comment 1•2 years ago
|
||
Comment hidden (obsolete) |
Comment hidden (obsolete) |
Assignee | ||
Updated•2 years ago
|
See Also: → https://github.com/servo/webrender/pull/3128
Updated•2 years ago
|
Blocks: stage-wr-trains
Priority: -- → P2
Assignee | ||
Comment 4•2 years ago
|
||
Attachment #9012057 -
Attachment is obsolete: true
Assignee | ||
Comment 5•2 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=7aa34b66f9236c780e62938f8666df3b5c51c8e5
Assignee | ||
Updated•2 years ago
|
Attachment #9013193 -
Flags: review?(jmuizelaar)
Updated•2 years ago
|
Attachment #9013193 -
Flags: review?(jmuizelaar) → review+
Pushed by sikeda@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/95702d979c2a Make WebRenderAPI::Clone() to async r=jrmuizel
Comment 7•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/95702d979c2a
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•