Bug 639754 - Remove MOZ_IPC checks (mobile bustage fix). r=mfinkle

--HG--
extra : rebase_source : 967af5370e9244807ef46cac5d10e8c2d3508fa6
This commit is contained in:
Matt Brubeck 2011-04-06 22:04:00 -07:00
Родитель 2759f6abfe
Коммит b3f5d66180
3 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -61,11 +61,7 @@ pref("general.useragent.compatMode.firefox", true);
pref("browser.chromeURL", "chrome://browser/content/");
pref("browser.tabs.warnOnClose", true);
#ifdef MOZ_IPC
pref("browser.tabs.remote", true);
#else
pref("browser.tabs.remote", false);
#endif
pref("toolkit.screen.lock", false);

Просмотреть файл

@ -508,11 +508,9 @@ var BrowserUI = {
DownloadsView.init();
ConsoleView.init();
#ifdef MOZ_IPC
// Pre-start the content process
Cc["@mozilla.org/xre/app-info;1"].getService(Ci.nsIXULRuntime)
.ensureContentProcess();
#endif
#ifdef MOZ_SERVICES_SYNC
// Init the sync system

Просмотреть файл

@ -53,13 +53,11 @@
#else
@BINPATH@/@DLL_PREFIX@xul@DLL_SUFFIX@
#endif
#ifdef MOZ_IPC
#ifdef XP_MACOSX
@BINPATH@/@MOZ_CHILD_PROCESS_NAME@.app/
#else
@BINPATH@/@MOZ_CHILD_PROCESS_NAME@
#endif
#endif
#ifdef WINCE
@BINPATH@/mozce_shunt.dll
#elifdef XP_WIN32