prefs: Move some DebugOptions to Preferences and clean up#34998
prefs: Move some DebugOptions to Preferences and clean up#34998mrobinson merged 1 commit intoservo:mainfrom
DebugOptions to Preferences and clean up#34998Conversation
|
🔨 Triggering try run (#12785452397) for Linux WPT |
|
🤖 Opened new upstream WPT pull request (web-platform-tests/wpt#50093) with upstreamable changes. |
|
Test results for linux-wpt-layout-2020 from try job (#12785452397): Flaky unexpected result (16)
Stable unexpected results that are known to be intermittent (9)
Stable unexpected results (8)
|
|
|
1b04157 to
83256a1
Compare
|
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#50093). |
|
🔨 Triggering try run (#12786357539) for Linux WPT |
|
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#50093). |
|
Test results for linux-wpt-layout-2020 from try job (#12786357539): Flaky unexpected result (16)
Stable unexpected results that are known to be intermittent (12)
|
|
✨ Try run (#12786357539) succeeded. |
| //enum OffscreenRenderingContextId { "2d", "webgl", "webgl2" }; | ||
|
|
||
| [Exposed=(Window,Worker)/*, Transferable*/, Pref="dom_offscreen_canvas_enabled"] | ||
| [Exposed=(Window,Worker)/*, Transferable*/, Pref="dom_canvas_offscreen_enabled"] |
There was a problem hiding this comment.
I'm not thrilled by this rename, since the current pref contain the actual interface name that is enabled, which follows the model of our other dom preferences.
There was a problem hiding this comment.
I'm happy to undo this particular rename.
- Move options configuring antialiasing and WebRender shader precache to the `Preferences` to group them with other related WebRender and DOM settings. - Remove the option to disable antialiasing for canvases. This was unused. Signed-off-by: Martin Robinson <[email protected]>
|
✍ Updated existing upstream WPT pull request (web-platform-tests/wpt#50093) title and body. |
83256a1 to
122f83a
Compare
|
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#50093). |
|
I've gone ahead and restored the name of |
…34998) - Move options configuring antialiasing and WebRender shader precache to the `Preferences` to group them with other related WebRender and DOM settings. - Remove the option to disable antialiasing for canvases. This was unused. Signed-off-by: Martin Robinson <[email protected]> Signed-off-by: L Ashwin B <[email protected]>
In servo#34998, I inadvertantly enabled shader precaching by default during a cleanup. This change reverts that particular mistake. Signed-off-by: Martin Robinson <[email protected]>
In #34998, I inadvertantly enabled shader precaching by default during a cleanup. This change reverts that particular mistake. Signed-off-by: Martin Robinson <[email protected]>
the
Preferencesto group them with other related WebRender and DOMsettings.
unused.
Signed-off-by: Martin Robinson [email protected]
./mach build -ddoes not report any errors./mach test-tidydoes not report any errors