diff --git a/b2g/config/emulator-ics/sources.xml b/b2g/config/emulator-ics/sources.xml index aaf18b8286ec..308f09545fe7 100644 --- a/b2g/config/emulator-ics/sources.xml +++ b/b2g/config/emulator-ics/sources.xml @@ -12,7 +12,7 @@ - + @@ -96,6 +96,6 @@ - + diff --git a/b2g/config/emulator-jb/sources.xml b/b2g/config/emulator-jb/sources.xml index 7778c1af8d79..57a1fb32069b 100644 --- a/b2g/config/emulator-jb/sources.xml +++ b/b2g/config/emulator-jb/sources.xml @@ -6,12 +6,12 @@ - + - + @@ -106,7 +106,7 @@ - + @@ -119,10 +119,12 @@ - - + + + + diff --git a/b2g/config/emulator/sources.xml b/b2g/config/emulator/sources.xml index aaf18b8286ec..308f09545fe7 100644 --- a/b2g/config/emulator/sources.xml +++ b/b2g/config/emulator/sources.xml @@ -12,7 +12,7 @@ - + @@ -96,6 +96,6 @@ - + diff --git a/b2g/config/gaia.json b/b2g/config/gaia.json index fc8953ca75f2..d3cbf5dd6b67 100644 --- a/b2g/config/gaia.json +++ b/b2g/config/gaia.json @@ -1,4 +1,4 @@ { - "revision": "1150c11d1e6f0f78df3552dfca8c53d5ed5c173d", + "revision": "34769c5ab47b95fe97fa0fe65e7e3a34f47b3f90", "repo_path": "/integration/gaia-central" } diff --git a/b2g/config/hamachi/sources.xml b/b2g/config/hamachi/sources.xml index 5d756f077906..7afec01fe690 100644 --- a/b2g/config/hamachi/sources.xml +++ b/b2g/config/hamachi/sources.xml @@ -11,7 +11,7 @@ - + diff --git a/b2g/config/helix/sources.xml b/b2g/config/helix/sources.xml index df290f63ef0f..a15b5eb127dd 100644 --- a/b2g/config/helix/sources.xml +++ b/b2g/config/helix/sources.xml @@ -10,7 +10,7 @@ - + diff --git a/b2g/config/inari/sources.xml b/b2g/config/inari/sources.xml index 2fbb69487a50..41dda07e6131 100644 --- a/b2g/config/inari/sources.xml +++ b/b2g/config/inari/sources.xml @@ -12,7 +12,7 @@ - + diff --git a/b2g/config/leo/sources.xml b/b2g/config/leo/sources.xml index a77ac4b5a6e1..8e66a0f8c438 100644 --- a/b2g/config/leo/sources.xml +++ b/b2g/config/leo/sources.xml @@ -11,7 +11,7 @@ - + diff --git a/b2g/config/mako/sources.xml b/b2g/config/mako/sources.xml index 5e17a46b2737..5b9ec96f565f 100644 --- a/b2g/config/mako/sources.xml +++ b/b2g/config/mako/sources.xml @@ -6,12 +6,12 @@ - + - + @@ -106,7 +106,7 @@ - + diff --git a/b2g/config/wasabi/sources.xml b/b2g/config/wasabi/sources.xml index 27af98a8b3d6..b4a66e8804bf 100644 --- a/b2g/config/wasabi/sources.xml +++ b/b2g/config/wasabi/sources.xml @@ -11,7 +11,7 @@ - + diff --git a/dom/ipc/PreallocatedProcessManager.cpp b/dom/ipc/PreallocatedProcessManager.cpp index 9dc33666a883..3aa9db9f098e 100644 --- a/dom/ipc/PreallocatedProcessManager.cpp +++ b/dom/ipc/PreallocatedProcessManager.cpp @@ -354,7 +354,7 @@ PreallocatedProcessManagerImpl::OnNuwaReady() { NS_ASSERTION(!mIsNuwaReady, "Multiple Nuwa processes created!"); ProcessPriorityManager::SetProcessPriority(mPreallocatedAppProcess, - hal::PROCESS_PRIORITY_FOREGROUND); + hal::PROCESS_PRIORITY_MASTER); mIsNuwaReady = true; if (Preferences::GetBool("dom.ipc.processPriorityManager.testMode")) { AutoJSContext cx;