diff --git a/accessible/base/nsCoreUtils.cpp b/accessible/base/nsCoreUtils.cpp index 0bd318e7ee..7bd4c1eca4 100644 --- a/accessible/base/nsCoreUtils.cpp +++ b/accessible/base/nsCoreUtils.cpp @@ -150,7 +150,7 @@ nsCoreUtils::DispatchTouchEvent(EventMessage aMessage, int32_t aX, int32_t aY, // XXX: Touch has an identifier of -1 to hint that it is synthesized. RefPtr t = new dom::Touch(-1, LayoutDeviceIntPoint(aX, aY), - nsIntPoint(1, 1), 0.0f, 1.0f); + LayoutDeviceIntPoint(1, 1), 0.0f, 1.0f); t->SetTarget(aContent); event.touches.AppendElement(t); nsEventStatus status = nsEventStatus_eIgnore; diff --git a/b2g/app/b2g.js b/b2g/app/b2g.js index c255f60614..0d39655820 100644 --- a/b2g/app/b2g.js +++ b/b2g/app/b2g.js @@ -1081,8 +1081,9 @@ pref("gfx.vsync.refreshdriver", true); pref("dom.activities.developer_mode_only", "import-app"); // mulet apparently loads firefox.js as well as b2g.js, so we have to explicitly -// disable serviceworkers here to get them disabled in mulet. +// disable serviceworkers and push here to get them disabled in mulet. pref("dom.serviceWorkers.enabled", false); +pref("dom.push.enabled", false); // Retain at most 10 processes' layers buffers pref("layers.compositor-lru-size", 10); diff --git a/b2g/app/moz.build b/b2g/app/moz.build index 44de14ba4f..1330a6bd13 100644 --- a/b2g/app/moz.build +++ b/b2g/app/moz.build @@ -28,11 +28,8 @@ USE_LIBS += [ for var in ('MOZ_APP_NAME', 'MOZ_APP_VERSION', 'MOZ_UPDATER'): DEFINES[var] = CONFIG[var] -GENERATED_INCLUDES += [ - '/build', -] - LOCAL_INCLUDES += [ + '!/build', '/toolkit/xre', '/xpcom/base', '/xpcom/build', diff --git a/b2g/app/nsBrowserApp.cpp b/b2g/app/nsBrowserApp.cpp index b7fcea85f5..e7fcc431a5 100644 --- a/b2g/app/nsBrowserApp.cpp +++ b/b2g/app/nsBrowserApp.cpp @@ -34,7 +34,7 @@ #endif #ifdef MOZ_WIDGET_GONK -#include "GonkDisplay.h" +#include "BootAnimation.h" #endif #include "BinaryPath.h" @@ -148,8 +148,8 @@ static int do_main(int argc, char* argv[]) } #ifdef MOZ_WIDGET_GONK - /* Called to start the boot animation */ - (void) mozilla::GetGonkDisplay(); + /* Start boot animation */ + mozilla::StartBootAnimation(); #endif if (appini) { diff --git a/browser/app/moz.build b/browser/app/moz.build index 0a691bdb2a..d6d5e837c4 100644 --- a/browser/app/moz.build +++ b/browser/app/moz.build @@ -6,7 +6,6 @@ DIRS += ['profile/extensions'] - if CONFIG['OS_ARCH'] == 'WINNT' and CONFIG['MOZ_ASAN']: GeckoProgram(CONFIG['MOZ_APP_NAME']) else: @@ -27,11 +26,8 @@ DEFINES['APP_VERSION'] = CONFIG['MOZ_APP_VERSION'] DEFINES['XPCOM_GLUE'] = True -GENERATED_INCLUDES += [ - '/build', -] - LOCAL_INCLUDES += [ + '!/build', '/toolkit/xre', '/xpcom/base', '/xpcom/build', diff --git a/browser/app/profile/palemoon.js b/browser/app/profile/palemoon.js index 019f884e22..46f1c28d38 100644 --- a/browser/app/profile/palemoon.js +++ b/browser/app/profile/palemoon.js @@ -919,8 +919,13 @@ pref("dom.ipc.plugins.enabled.x86_64", true); pref("dom.ipc.plugins.enabled", true); #endif -// If decoding-via-gmp is turned on for