mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Bug 761939: Don't force-disable content processes for windows, they work now. r=vingtetun
This commit is contained in:
parent
23ec26e0a9
commit
36bbba9769
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user