diff --git a/b2g/config/aries/sources.xml b/b2g/config/aries/sources.xml index 1b22318ea20..209e4c448b4 100644 --- a/b2g/config/aries/sources.xml +++ b/b2g/config/aries/sources.xml @@ -15,7 +15,7 @@ - + diff --git a/b2g/config/dolphin/sources.xml b/b2g/config/dolphin/sources.xml index 3cdc5bdc525..cac992dc4f8 100644 --- a/b2g/config/dolphin/sources.xml +++ b/b2g/config/dolphin/sources.xml @@ -15,7 +15,7 @@ - + diff --git a/b2g/config/emulator-ics/sources.xml b/b2g/config/emulator-ics/sources.xml index 13b9d18474b..a6ba652fc91 100644 --- a/b2g/config/emulator-ics/sources.xml +++ b/b2g/config/emulator-ics/sources.xml @@ -19,7 +19,7 @@ - + diff --git a/b2g/config/emulator-jb/sources.xml b/b2g/config/emulator-jb/sources.xml index c0f6785aed4..61ec8249ef7 100644 --- a/b2g/config/emulator-jb/sources.xml +++ b/b2g/config/emulator-jb/sources.xml @@ -17,7 +17,7 @@ - + diff --git a/b2g/config/emulator-kk/sources.xml b/b2g/config/emulator-kk/sources.xml index 37cc6efcab6..e40e885fb68 100644 --- a/b2g/config/emulator-kk/sources.xml +++ b/b2g/config/emulator-kk/sources.xml @@ -15,7 +15,7 @@ - + diff --git a/b2g/config/emulator-l/sources.xml b/b2g/config/emulator-l/sources.xml index b57fddef423..4434be5924d 100644 --- a/b2g/config/emulator-l/sources.xml +++ b/b2g/config/emulator-l/sources.xml @@ -15,7 +15,7 @@ - + diff --git a/b2g/config/emulator/sources.xml b/b2g/config/emulator/sources.xml index 13b9d18474b..a6ba652fc91 100644 --- a/b2g/config/emulator/sources.xml +++ b/b2g/config/emulator/sources.xml @@ -19,7 +19,7 @@ - + diff --git a/b2g/config/flame-kk/sources.xml b/b2g/config/flame-kk/sources.xml index fa996476181..cc0ca62210e 100644 --- a/b2g/config/flame-kk/sources.xml +++ b/b2g/config/flame-kk/sources.xml @@ -15,7 +15,7 @@ - + diff --git a/b2g/config/gaia.json b/b2g/config/gaia.json index 3e60d9822f2..76a4b44b8aa 100644 --- a/b2g/config/gaia.json +++ b/b2g/config/gaia.json @@ -1,9 +1,9 @@ { "git": { - "git_revision": "45dc6306cf502a4f00ae9f8bd8293a8a3a37c07b", + "git_revision": "9e10483c5808f94f4a0a9f6afe30aae2c5b42b4c", "remote": "https://git.mozilla.org/releases/gaia.git", "branch": "" }, - "revision": "936633804b786ab99d2afc97311dc5cedeade648", + "revision": "f9a69757f448f43953d09442183e858c236ff328", "repo_path": "integration/gaia-central" } diff --git a/b2g/config/nexus-4/sources.xml b/b2g/config/nexus-4/sources.xml index 75efe45be90..49c9e16ec1b 100644 --- a/b2g/config/nexus-4/sources.xml +++ b/b2g/config/nexus-4/sources.xml @@ -17,7 +17,7 @@ - + diff --git a/b2g/config/nexus-5-l/sources.xml b/b2g/config/nexus-5-l/sources.xml index 2bee4ea30b4..b426a7e0c62 100644 --- a/b2g/config/nexus-5-l/sources.xml +++ b/b2g/config/nexus-5-l/sources.xml @@ -15,7 +15,7 @@ - + diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 4a1c8bbe099..cf753908c97 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -4435,24 +4435,15 @@ pref("dom.mozPermissionSettings.enabled", false); pref("dom.w3c_touch_events.enabled", 2); #endif -#ifdef NIGHTLY_BUILD -#if defined(XP_WIN) || defined(XP_LINUX) || defined(XP_MACOSX) // W3C draft pointer events -pref("dom.w3c_pointer_events.enabled", true); -// W3C touch-action css property (related to touch and pointer events) -pref("layout.css.touch_action.enabled", true); -#else pref("dom.w3c_pointer_events.enabled", false); -pref("layout.css.touch_action.enabled", false); -#endif -#else -pref("dom.w3c_pointer_events.enabled", false); -pref("layout.css.touch_action.enabled", false); -#endif // W3C draft ImageCapture API pref("dom.imagecapture.enabled", false); +// W3C touch-action css property (related to touch and pointer events) +pref("layout.css.touch_action.enabled", false); + // Enables some assertions in nsStyleContext that are too expensive // for general use, but might be useful to enable for specific tests. // This only has an effect in DEBUG-builds.