Merge inbound to mozilla-central. a=merge

This commit is contained in:
Margareta Eliza Balazs 2018-11-15 18:13:49 +02:00
Родитель e79d7f7cdf 6677a73f36
Коммит 50ce0da718
6 изменённых файлов: 27 добавлений и 6 удалений

Просмотреть файл

@ -284,6 +284,8 @@ var interfaceNamesInGlobalScope =
{name: "DataTransferItemList", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "DelayNode", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "DeprecationReportBody", insecureContext: true, nightly: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "DeviceLightEvent", insecureContext: true, disabled: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
@ -348,6 +350,8 @@ var interfaceNamesInGlobalScope =
{name: "EventSource", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "EventTarget", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "FeaturePolicyViolationReportBody", insecureContext: true, nightly: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "File", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
@ -822,6 +826,12 @@ var interfaceNamesInGlobalScope =
{name: "RadioNodeList", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "Range", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "Report", insecureContext: true, nightly: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "ReportBody", insecureContext: true, nightly: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "ReportingObserver", insecureContext: true, nightly: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "Request", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!

Просмотреть файл

@ -324,7 +324,7 @@ fuzzy-if(/^Windows\x20NT\x2010\.0/.test(http.oscpu)||skiaContent,0-1,0-10000) ==
fuzzy-if(Android,0-8,0-200) == outer-svg-border-and-padding-01.svg outer-svg-border-and-padding-01-ref.svg
fuzzy-if(skiaContent,0-7,0-175) fuzzy-if(webrender,54-54,124-124) random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == outline.html outline-ref.html # Bug 1392106
fuzzy-if(skiaContent,0-7,0-175) fuzzy-if(webrender,54-54,124-124) random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) skip-if(gtkWidget) skip-if(cocoaWidget&&isDebugBuild) == outline.html outline-ref.html # Bug 1392106, Bug 1503525
== overflow-on-outer-svg-01.svg overflow-on-outer-svg-01-ref.svg
== overflow-on-outer-svg-02a.xhtml overflow-on-outer-svg-02-ref.xhtml

Просмотреть файл

@ -1812,11 +1812,17 @@ VARCACHE_PREF(
// Reporting API
//---------------------------------------------------------------------------
#ifdef NIGHTLY_BUILD
# define PREF_VALUE true
#else
# define PREF_VALUE false
#endif
VARCACHE_PREF(
"dom.reporting.enabled",
dom_reporting_enabled,
RelaxedAtomicBool, false
RelaxedAtomicBool, PREF_VALUE
)
#undef PREF_VALUE
VARCACHE_PREF(
"dom.reporting.testing.enabled",
@ -1824,11 +1830,17 @@ VARCACHE_PREF(
RelaxedAtomicBool, false
)
#ifdef NIGHTLY_BUILD
# define PREF_VALUE true
#else
# define PREF_VALUE false
#endif
VARCACHE_PREF(
"dom.reporting.featurePolicy.enabled",
dom_reporting_featurePolicy_enabled,
RelaxedAtomicBool, false
RelaxedAtomicBool, PREF_VALUE
)
#undef PREF_VALUE
//---------------------------------------------------------------------------
// End of prefs

Просмотреть файл

@ -0,0 +1 @@
prefs: [dom.reporting.enabled:true, dom.reporting.featurePolicy.enabled:true]

Просмотреть файл

@ -0,0 +1 @@
prefs: [dom.reporting.enabled:true, dom.reporting.featurePolicy.enabled:true]

Просмотреть файл

@ -2,6 +2,3 @@
[Test that NEL reports are not observable from JavaScript]
expected: FAIL
[\n Test that NEL reports are not observable from JavaScript\n ]
expected: FAIL