Don't allow to parse XUL tree pseudo-elements with a single colon.
Categories
(Core :: CSS Parsing and Computation, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(1 file)
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Now that they're not exposed to the web we can remove this special case.
Comment 3•6 years ago
|
||
backed out for perma failures on browser_parsable_css.js.
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=241281481&repo=autoland&lineNumber=2245
22:47:51 INFO - TEST-START | browser/base/content/test/static/browser_parsable_css.js
22:47:52 INFO - TEST-UNEXPECTED-FAIL | browser/base/content/test/static/browser_parsable_css.js | Got error message for chrome://browser/skin/places/tree-icons.css: Unknown pseudo-class or pseudo-element ‘-moz-tree-image’. Ruleset ignored due to bad selector. -
22:47:52 INFO - Stack trace:
22:47:52 INFO - chrome://mochikit/content/browser-test.js:test_ok:1314
22:47:52 INFO - chrome://mochitests/content/browser/browser/base/content/test/static/browser_parsable_css.js:messageIsCSSError:262
22:47:52 INFO - chrome://mochitests/content/browser/browser/base/content/test/static/browser_parsable_css.js:checkAllTheCSS:461
22:47:52 INFO - chrome://mochikit/content/browser-test.js:Tester_execTest/<:1116
22:47:52 INFO - chrome://mochikit/content/browser-test.js:Tester_execTest:1144
22:47:52 INFO - chrome://mochikit/content/browser-test.js:nextTest/<:1005
22:47:52 INFO - chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:SimpleTest.waitForFocus/waitForFocusInner/focusedOrLoaded/<:803
22:47:52 INFO - Ignored error "Unknown property ‘user-select’. Declaration dropped." on resource://pdf.js/web/viewer.css because of whitelist item {"sourceName":"/web\/viewer\.css$/i","errorMessage":"/Unknown property.(appearance|user-select)/i","isFromDevTools":false,"used":true}
22:47:52 INFO - Ignored error "Unknown property ‘appearance’. Declaration dropped." on resource://pdf.js/web/viewer.css because of whitelist item {"sourceName":"/web\/viewer\.css$/i","errorMessage":"/Unknown property.(appearance|user-select)/i","isFromDevTools":false,"used":true}
22:47:52 INFO - Ignored error "Unknown property ‘user-select’. Declaration dropped." on resource://pdf.js/web/viewer.css because of whitelist item {"sourceName":"/web\/viewer\.css$/i","errorMessage":"/Unknown property.(appearance|user-select)/i","isFromDevTools":false,"used":true}
22:47:52 INFO - Ignored error "Unknown property ‘user-select’. Declaration dropped." on resource://pdf.js/web/viewer.css because of whitelist item {"sourceName":"/web\/viewer\.css$/i","errorMessage":"/Unknown property.(appearance|user-select)/i","isFromDevTools":false,"used":true}
22:47:52 INFO - Ignored error "Unknown property ‘user-select’. Declaration dropped." on resource://pdf.js/web/viewer.css because of whitelist item {"sourceName":"/web\/viewer\.css$/i","errorMessage":"/Unknown property.(appearance|user-select)/i","isFromDevTools":false,"used":true}
22:47:52 INFO - Ignored error "Unknown property ‘user-select’. Declaration dropped." on resource://pdf.js/web/viewer.css because of whitelist item {"sourceName":"/web\/viewer\.css$/i","errorMessage":"/Unknown property.(appearance|user-select)/i","isFromDevTools":false,"used":true}
22:47:52 INFO - Ignored error "Unknown property ‘user-select’. Declaration dropped." on resource://pdf.js/web/viewer.css because of whitelist item {"sourceName":"/web\/viewer\.css$/i","errorMessage":"/Unknown property.(appearance|user-select)/i","isFromDevTools":false,"used":true}
22:47:52 INFO - Ignored error "Unknown property ‘user-select’. Declaration dropped." on resource://pdf.js/web/viewer.css because of whitelist item {"sourceName":"/web\/viewer\.css$/i","errorMessage":"/Unknown property.(appearance|user-select)/i","isFromDevTools":false,"used":true}
22:47:52 INFO - Ignored error "Unknown property ‘user-select’. Declaration dropped." on resource://pdf.js/web/viewer.css because of whitelist item {"sourceName":"/web\/viewer\.css$/i","errorMessage":"/Unknown property.(appearance|user-select)/i","isFromDevTools":false,"used":true}
22:47:52 INFO - Ignored error "Expected media feature name but found ‘-moz-windows-default-theme’." on jar:file:///Z:/task_1555624784/build/application/firefox/browser/features/formautofill@mozilla.org.xpi!/chrome/res/autocomplete-item.css because of whitelist item {"sourceName":"/\b(autocomplete-item|svg)\.css$/","errorMessage":"/Expected media feature name but found \u2018-moz./i","isFromDevTools":false,"used":true}
22:47:52 INFO - Not taking screenshot here: see the one that was previously logged
Backout: https://hg.mozilla.org/integration/autoland/rev/1af72fb16f17635bc192e6723063a7c88bd86dac
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
Jorg, FYI, I don't think this should affect Thunderbird per my search:
https://searchfox.org/comm-central/search?q=%5B%5E%3A%5D%3A-moz-tree&case=false®exp=true&path=
(The only hit in a CSS file is getting updated with this patch)
But ni? just in case there are other stylesheets or what not, so you're aware of this change.
Comment 6•6 years ago
|
||
Thanks for the heads-up. I'll add Richard and Magnus to the bug.
Comment 7•6 years ago
|
||
bugherder |
Description
•