mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 05:44:20 +00:00
Bug 373864 - Enable the HTML5 parser by default. r+sr=jst.
This commit is contained in:
parent
71ad2c794f
commit
c39c213117
@ -2874,7 +2874,7 @@ pref("geo.enabled", true);
|
||||
pref("accelerometer.enabled", true);
|
||||
|
||||
// Enable/Disable HTML5 parser
|
||||
pref("html5.enable", false);
|
||||
pref("html5.enable", true);
|
||||
// Toggle which thread the HTML5 parser uses for stream parsing
|
||||
pref("html5.offmainthread", true);
|
||||
// Time in milliseconds between the time a network buffer is seen and the
|
||||
|
Loading…
x
Reference in New Issue
Block a user