Bug 761939: Don't force-disable content processes for windows, they work now. r=vingtetun

This commit is contained in:
Chris Jones 2012-06-06 12:21:17 -07:00
parent 48c0134086
commit b06f5c1e09

View File

@ -397,11 +397,7 @@ pref("browser.link.open_newwindow.restriction", 0);
pref("dom.mozBrowserFramesEnabled", true);
pref("dom.mozBrowserFramesWhitelist", "http://homescreen.gaiamobile.org,http://browser.gaiamobile.org");
#ifdef XP_WIN
pref("dom.ipc.tabs.disabled", true);
#else
pref("dom.ipc.tabs.disabled", false);
#endif
pref("dom.ipc.browser_frames.oop_by_default", false);