Closed
Bug 1407744
Opened 7 years ago
Closed 6 years ago
[meta] Avoid fallback on Gmail
Categories
(Core :: Graphics: WebRender, enhancement, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox57 | --- | unaffected |
firefox58 | --- | unaffected |
People
(Reporter: jrmuizel, Unassigned)
References
Details
(Keywords: meta, Whiteboard: [gfx-noted])
No description provided.
Updated•7 years ago
|
Blocks: stage-wr-trains
status-firefox57:
--- → unaffected
status-firefox58:
--- → unaffected
Whiteboard: [gfx-noted]
Comment 1•7 years ago
|
||
As of a local m-c build from Oct 30, these display items are still doing fallback on gmail:
AltFeedback
Background
BoxShadowOuter
ButtonBorderBackground
ButtonForeground
FieldSetBorder
ThemedBackground
(plus event regions, but I have a patch to stop trying to create WR commands for that)
The STR I used are:
- build firefox with logging to record all the fallback items [1] in the content process
- log in to gmail (enterprise gmail, using my @mozilla.com email address)
- set the browser preferences to "restore previous tabs and windows on start"
- restart the browser with WR enabled and pipe log to a file
- once gmail loads fully close browser
- grep log file for fallbacks
[1] any item where http://searchfox.org/mozilla-central/rev/1c4901d060e3953e41088c038b62a0c026c1e1fb/gfx/layers/wr/WebRenderCommandBuilder.cpp#226 returns false
Updated•7 years ago
|
Priority: -- → P3
Reporter | ||
Comment 2•6 years ago
|
||
We do well enough for now.
You need to log in
before you can comment on or make changes to this bug.
Description
•