Import workaround of scrolling with touch from chromium for compositor window
Categories
(Core :: Graphics: WebRender, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
Chromium does workaround of scrolling with touch when child window is used for DirectComposition. It looks better to import it to gecko for WebRender.
https://bugs.chromium.org/p/chromium/issues/detail?id=871257
Assignee | ||
Comment 1•6 years ago
|
||
There were 2 bugs that might be affected. Bug 1487564 and Bug 1455518
Assignee | ||
Comment 2•6 years ago
|
||
When I just added WS_EX_LAYERED | WS_EX_TRANSPARENT | WS_EX_NOREDIRECTIONBITMAP, compositor widow creation was just failed :(
Assignee | ||
Comment 3•6 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #2)
When I just added WS_EX_LAYERED | WS_EX_TRANSPARENT | WS_EX_NOREDIRECTIONBITMAP, compositor widow creation was just failed :(
When it happened, I set security.sandbox.gpu.level=1 pref by mistake.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
•
|
||
With attachment 9041402 [details], talos tresize opt e10s stylo on windows10-64-qr was improved 8.81% though try was unstable today.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 6•6 years ago
•
|
||
talos result with today's try. Today try was stable and talos tresize opt e10s stylo on windows10-64-qr was improved 11%.
Updated•6 years ago
|
Comment 8•6 years ago
|
||
bugherder |
Description
•