mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 778851 - Disable E4X in content by default.
This commit is contained in:
parent
b09ed9fc3c
commit
5808ee520e
@ -1,7 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="reftest-wait">
|
||||
<script>
|
||||
setTimeout(XML, 0);
|
||||
if (typeof window.XML === 'function')
|
||||
setTimeout(XML, 0);
|
||||
setTimeout(function(){document.documentElement.removeAttribute("class");}, 0);
|
||||
</script>
|
||||
</html>
|
||||
|
@ -702,7 +702,7 @@ pref("javascript.options.methodjit.chrome", true);
|
||||
pref("javascript.options.pccounts.content", false);
|
||||
pref("javascript.options.pccounts.chrome", false);
|
||||
pref("javascript.options.methodjit_always", false);
|
||||
pref("javascript.options.xml.content", true);
|
||||
pref("javascript.options.xml.content", false);
|
||||
pref("javascript.options.xml.chrome", true);
|
||||
pref("javascript.options.jit_hardening", true);
|
||||
pref("javascript.options.typeinference", true);
|
||||
|
Loading…
Reference in New Issue
Block a user