Bug 636689 - Rename the HTML5 parser enablement pref and make it show in about:support. r+a=jst.

This commit is contained in:
Henri Sivonen
2011-02-25 18:23:02 +02:00
parent c2f87bcb8d
commit 9293a7b6fd
14 changed files with 28 additions and 27 deletions

View File

@@ -61,7 +61,7 @@ nsIThread* nsHtml5Module::sMainThread = nsnull;
void
nsHtml5Module::InitializeStatics()
{
nsContentUtils::AddBoolPrefVarCache("html5.enable", &sEnabled);
nsContentUtils::AddBoolPrefVarCache("html5.parser.enable", &sEnabled);
nsContentUtils::AddBoolPrefVarCache("html5.offmainthread", &sOffMainThread);
nsContentUtils::AddBoolPrefVarCache("html5.hotmailworkaround",
&sHotmailWorkaround);