зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1359302 - Update the browser_parsable_css.js whitelist to expect that ua.css and html.css might be loaded from gre-resources, r=Gijs
MozReview-Commit-ID: HJGL8CUylNi --HG-- extra : rebase_source : 7ae028a6d9423b45ed68ea76be113bf3731b1678
This commit is contained in:
Родитель
77b3f78445
Коммит
e02b03e25f
|
@ -65,7 +65,7 @@ let whitelist = [
|
||||||
|
|
||||||
if (!Services.prefs.getBoolPref("full-screen-api.unprefix.enabled")) {
|
if (!Services.prefs.getBoolPref("full-screen-api.unprefix.enabled")) {
|
||||||
whitelist.push({
|
whitelist.push({
|
||||||
sourceName: /res\/(ua|html)\.css$/i,
|
sourceName: /(?:res|gre-resources)\/(ua|html)\.css$/i,
|
||||||
errorMessage: /Unknown pseudo-class .*\bfullscreen\b/i,
|
errorMessage: /Unknown pseudo-class .*\bfullscreen\b/i,
|
||||||
isFromDevTools: false
|
isFromDevTools: false
|
||||||
});
|
});
|
||||||
|
|
Загрузка…
Ссылка в новой задаче