Commit Graph

437691 Commits

Author SHA1 Message Date
Karl Tomlinson
74c733393d bug 1199559 add a helper to fallibly allocate ThreadSharedFloatArrayBufferList with buffers r=padenot
--HG--
extra : rebase_source : f7d532fb2142624b0a3c3423c954a2e817d529ea
2015-08-27 20:35:43 +12:00
Karl Tomlinson
c919923973 bug 1199559 permit writing to ThreadSharedFloatArrayBufferList when not shared r=padenot
Being able to write to the channel data in the buffer list saves the creator
from needing to manage its own pointers to the channel data.

--HG--
extra : rebase_source : 02b22b8b2dc2d640bec706433d7f921858fd8ef4
2015-08-25 08:41:14 +12:00
Kyle Huey
d6d7537d63 Bug 1198982: Test fixups. r=me 2015-08-30 11:42:28 -07:00
Kyle Huey
60161c1627 Bug 1199846: Make uncontrolled-page.https.html pass. r=jdm 2015-08-30 10:33:41 -07:00
Kyle Huey
d4f49ff9e9 Bug 1198982: Don't fail the SW load for an importScripts failure. r=bkelly 2015-08-30 10:31:52 -07:00
Ben Tian
a5323beb29 Bug 1193379 - Touch clobber for file relocation. r=joliu 2015-08-21 16:49:51 +08:00
Ben Tian
f9389ddddf Bug 1193379 - Create dom/bluetooth/common/webapi folder. r=joliu
--HG--
rename : dom/bluetooth/common/BluetoothAdapter.cpp => dom/bluetooth/common/webapi/BluetoothAdapter.cpp
rename : dom/bluetooth/common/BluetoothAdapter.h => dom/bluetooth/common/webapi/BluetoothAdapter.h
rename : dom/bluetooth/common/BluetoothClassOfDevice.cpp => dom/bluetooth/common/webapi/BluetoothClassOfDevice.cpp
rename : dom/bluetooth/common/BluetoothClassOfDevice.h => dom/bluetooth/common/webapi/BluetoothClassOfDevice.h
rename : dom/bluetooth/common/BluetoothDevice.cpp => dom/bluetooth/common/webapi/BluetoothDevice.cpp
rename : dom/bluetooth/common/BluetoothDevice.h => dom/bluetooth/common/webapi/BluetoothDevice.h
rename : dom/bluetooth/common/BluetoothDiscoveryHandle.cpp => dom/bluetooth/common/webapi/BluetoothDiscoveryHandle.cpp
rename : dom/bluetooth/common/BluetoothDiscoveryHandle.h => dom/bluetooth/common/webapi/BluetoothDiscoveryHandle.h
rename : dom/bluetooth/common/BluetoothGatt.cpp => dom/bluetooth/common/webapi/BluetoothGatt.cpp
rename : dom/bluetooth/common/BluetoothGatt.h => dom/bluetooth/common/webapi/BluetoothGatt.h
rename : dom/bluetooth/common/BluetoothGattCharacteristic.cpp => dom/bluetooth/common/webapi/BluetoothGattCharacteristic.cpp
rename : dom/bluetooth/common/BluetoothGattCharacteristic.h => dom/bluetooth/common/webapi/BluetoothGattCharacteristic.h
rename : dom/bluetooth/common/BluetoothGattDescriptor.cpp => dom/bluetooth/common/webapi/BluetoothGattDescriptor.cpp
rename : dom/bluetooth/common/BluetoothGattDescriptor.h => dom/bluetooth/common/webapi/BluetoothGattDescriptor.h
rename : dom/bluetooth/common/BluetoothGattServer.cpp => dom/bluetooth/common/webapi/BluetoothGattServer.cpp
rename : dom/bluetooth/common/BluetoothGattServer.h => dom/bluetooth/common/webapi/BluetoothGattServer.h
rename : dom/bluetooth/common/BluetoothGattService.cpp => dom/bluetooth/common/webapi/BluetoothGattService.cpp
rename : dom/bluetooth/common/BluetoothGattService.h => dom/bluetooth/common/webapi/BluetoothGattService.h
rename : dom/bluetooth/common/BluetoothLeDeviceEvent.cpp => dom/bluetooth/common/webapi/BluetoothLeDeviceEvent.cpp
rename : dom/bluetooth/common/BluetoothLeDeviceEvent.h => dom/bluetooth/common/webapi/BluetoothLeDeviceEvent.h
rename : dom/bluetooth/common/BluetoothManager.cpp => dom/bluetooth/common/webapi/BluetoothManager.cpp
rename : dom/bluetooth/common/BluetoothManager.h => dom/bluetooth/common/webapi/BluetoothManager.h
rename : dom/bluetooth/common/BluetoothPairingHandle.cpp => dom/bluetooth/common/webapi/BluetoothPairingHandle.cpp
rename : dom/bluetooth/common/BluetoothPairingHandle.h => dom/bluetooth/common/webapi/BluetoothPairingHandle.h
rename : dom/bluetooth/common/BluetoothPairingListener.cpp => dom/bluetooth/common/webapi/BluetoothPairingListener.cpp
rename : dom/bluetooth/common/BluetoothPairingListener.h => dom/bluetooth/common/webapi/BluetoothPairingListener.h
rename : dom/bluetooth/common/BluetoothPbapRequestHandle.cpp => dom/bluetooth/common/webapi/BluetoothPbapRequestHandle.cpp
rename : dom/bluetooth/common/BluetoothPbapRequestHandle.h => dom/bluetooth/common/webapi/BluetoothPbapRequestHandle.h
2015-08-21 15:15:41 +08:00
Ben Tian
8ddbe69e4f Bug 1193379 - Move backend-neutral files into dom/bluetooth/common. r=joliu
--HG--
rename : dom/bluetooth/BluetoothCommon.h => dom/bluetooth/common/BluetoothCommon.h
rename : dom/bluetooth/BluetoothHfpManagerBase.h => dom/bluetooth/common/BluetoothHfpManagerBase.h
rename : dom/bluetooth/BluetoothHidManager.cpp => dom/bluetooth/common/BluetoothHidManager.cpp
rename : dom/bluetooth/BluetoothHidManager.h => dom/bluetooth/common/BluetoothHidManager.h
rename : dom/bluetooth/BluetoothInterface.cpp => dom/bluetooth/common/BluetoothInterface.cpp
rename : dom/bluetooth/BluetoothInterface.h => dom/bluetooth/common/BluetoothInterface.h
rename : dom/bluetooth/BluetoothPbapRequestHandle.cpp => dom/bluetooth/common/BluetoothPbapRequestHandle.cpp
rename : dom/bluetooth/BluetoothPbapRequestHandle.h => dom/bluetooth/common/BluetoothPbapRequestHandle.h
rename : dom/bluetooth/BluetoothProfileManagerBase.h => dom/bluetooth/common/BluetoothProfileManagerBase.h
rename : dom/bluetooth/BluetoothRilListener.cpp => dom/bluetooth/common/BluetoothRilListener.cpp
rename : dom/bluetooth/BluetoothRilListener.h => dom/bluetooth/common/BluetoothRilListener.h
rename : dom/bluetooth/BluetoothSocketObserver.h => dom/bluetooth/common/BluetoothSocketObserver.h
rename : dom/bluetooth/BluetoothUtils.cpp => dom/bluetooth/common/BluetoothUtils.cpp
rename : dom/bluetooth/BluetoothUtils.h => dom/bluetooth/common/BluetoothUtils.h
rename : dom/bluetooth/BluetoothUuid.cpp => dom/bluetooth/common/BluetoothUuid.cpp
rename : dom/bluetooth/BluetoothUuid.h => dom/bluetooth/common/BluetoothUuid.h
rename : dom/bluetooth/ObexBase.cpp => dom/bluetooth/common/ObexBase.cpp
rename : dom/bluetooth/ObexBase.h => dom/bluetooth/common/ObexBase.h
2015-08-21 15:17:44 +08:00
Ben Tian
44c939383c Bug 1193379 - Rename bluetooth2 folder to common. r=joliu
--HG--
rename : dom/bluetooth/bluetooth2/BluetoothAdapter.cpp => dom/bluetooth/common/BluetoothAdapter.cpp
rename : dom/bluetooth/bluetooth2/BluetoothAdapter.h => dom/bluetooth/common/BluetoothAdapter.h
rename : dom/bluetooth/bluetooth2/BluetoothClassOfDevice.cpp => dom/bluetooth/common/BluetoothClassOfDevice.cpp
rename : dom/bluetooth/bluetooth2/BluetoothClassOfDevice.h => dom/bluetooth/common/BluetoothClassOfDevice.h
rename : dom/bluetooth/bluetooth2/BluetoothDevice.cpp => dom/bluetooth/common/BluetoothDevice.cpp
rename : dom/bluetooth/bluetooth2/BluetoothDevice.h => dom/bluetooth/common/BluetoothDevice.h
rename : dom/bluetooth/bluetooth2/BluetoothDiscoveryHandle.cpp => dom/bluetooth/common/BluetoothDiscoveryHandle.cpp
rename : dom/bluetooth/bluetooth2/BluetoothDiscoveryHandle.h => dom/bluetooth/common/BluetoothDiscoveryHandle.h
rename : dom/bluetooth/bluetooth2/BluetoothGatt.cpp => dom/bluetooth/common/BluetoothGatt.cpp
rename : dom/bluetooth/bluetooth2/BluetoothGatt.h => dom/bluetooth/common/BluetoothGatt.h
rename : dom/bluetooth/bluetooth2/BluetoothGattCharacteristic.cpp => dom/bluetooth/common/BluetoothGattCharacteristic.cpp
rename : dom/bluetooth/bluetooth2/BluetoothGattCharacteristic.h => dom/bluetooth/common/BluetoothGattCharacteristic.h
rename : dom/bluetooth/bluetooth2/BluetoothGattDescriptor.cpp => dom/bluetooth/common/BluetoothGattDescriptor.cpp
rename : dom/bluetooth/bluetooth2/BluetoothGattDescriptor.h => dom/bluetooth/common/BluetoothGattDescriptor.h
rename : dom/bluetooth/bluetooth2/BluetoothGattServer.cpp => dom/bluetooth/common/BluetoothGattServer.cpp
rename : dom/bluetooth/bluetooth2/BluetoothGattServer.h => dom/bluetooth/common/BluetoothGattServer.h
rename : dom/bluetooth/bluetooth2/BluetoothGattService.cpp => dom/bluetooth/common/BluetoothGattService.cpp
rename : dom/bluetooth/bluetooth2/BluetoothGattService.h => dom/bluetooth/common/BluetoothGattService.h
rename : dom/bluetooth/bluetooth2/BluetoothLeDeviceEvent.cpp => dom/bluetooth/common/BluetoothLeDeviceEvent.cpp
rename : dom/bluetooth/bluetooth2/BluetoothLeDeviceEvent.h => dom/bluetooth/common/BluetoothLeDeviceEvent.h
rename : dom/bluetooth/bluetooth2/BluetoothManager.cpp => dom/bluetooth/common/BluetoothManager.cpp
rename : dom/bluetooth/bluetooth2/BluetoothManager.h => dom/bluetooth/common/BluetoothManager.h
rename : dom/bluetooth/bluetooth2/BluetoothPairingHandle.cpp => dom/bluetooth/common/BluetoothPairingHandle.cpp
rename : dom/bluetooth/bluetooth2/BluetoothPairingHandle.h => dom/bluetooth/common/BluetoothPairingHandle.h
rename : dom/bluetooth/bluetooth2/BluetoothPairingListener.cpp => dom/bluetooth/common/BluetoothPairingListener.cpp
rename : dom/bluetooth/bluetooth2/BluetoothPairingListener.h => dom/bluetooth/common/BluetoothPairingListener.h
rename : dom/bluetooth/bluetooth2/BluetoothProfileController.cpp => dom/bluetooth/common/BluetoothProfileController.cpp
rename : dom/bluetooth/bluetooth2/BluetoothProfileController.h => dom/bluetooth/common/BluetoothProfileController.h
rename : dom/bluetooth/bluetooth2/BluetoothReplyRunnable.cpp => dom/bluetooth/common/BluetoothReplyRunnable.cpp
rename : dom/bluetooth/bluetooth2/BluetoothReplyRunnable.h => dom/bluetooth/common/BluetoothReplyRunnable.h
rename : dom/bluetooth/bluetooth2/BluetoothService.cpp => dom/bluetooth/common/BluetoothService.cpp
rename : dom/bluetooth/bluetooth2/BluetoothService.h => dom/bluetooth/common/BluetoothService.h
2015-08-21 15:19:12 +08:00
Ben Tian
f1367d5c1e Bug 1193379 - Move ipc and tests folders out from dom/bluetooth/bluetooth2. r=joliu
--HG--
rename : dom/bluetooth/bluetooth2/ipc/BluetoothChild.cpp => dom/bluetooth/ipc/BluetoothChild.cpp
rename : dom/bluetooth/bluetooth2/ipc/BluetoothChild.h => dom/bluetooth/ipc/BluetoothChild.h
rename : dom/bluetooth/bluetooth2/ipc/BluetoothMessageUtils.h => dom/bluetooth/ipc/BluetoothMessageUtils.h
rename : dom/bluetooth/bluetooth2/ipc/BluetoothParent.cpp => dom/bluetooth/ipc/BluetoothParent.cpp
rename : dom/bluetooth/bluetooth2/ipc/BluetoothParent.h => dom/bluetooth/ipc/BluetoothParent.h
rename : dom/bluetooth/bluetooth2/ipc/BluetoothServiceChildProcess.cpp => dom/bluetooth/ipc/BluetoothServiceChildProcess.cpp
rename : dom/bluetooth/bluetooth2/ipc/BluetoothServiceChildProcess.h => dom/bluetooth/ipc/BluetoothServiceChildProcess.h
rename : dom/bluetooth/bluetooth2/ipc/BluetoothTypes.ipdlh => dom/bluetooth/ipc/BluetoothTypes.ipdlh
rename : dom/bluetooth/bluetooth2/ipc/PBluetooth.ipdl => dom/bluetooth/ipc/PBluetooth.ipdl
rename : dom/bluetooth/bluetooth2/ipc/PBluetoothRequest.ipdl => dom/bluetooth/ipc/PBluetoothRequest.ipdl
rename : dom/bluetooth/bluetooth2/tests/marionette/head.js => dom/bluetooth/tests/marionette/head.js
rename : dom/bluetooth/bluetooth2/tests/marionette/manifest.ini => dom/bluetooth/tests/marionette/manifest.ini
rename : dom/bluetooth/bluetooth2/tests/marionette/test_dom_BluetoothAdapter_discovery_API2.js => dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_discovery.js
rename : dom/bluetooth/bluetooth2/tests/marionette/test_dom_BluetoothAdapter_enable_API2.js => dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_enable.js
rename : dom/bluetooth/bluetooth2/tests/marionette/test_dom_BluetoothAdapter_pair_API2.js => dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_pair.js
rename : dom/bluetooth/bluetooth2/tests/marionette/test_dom_BluetoothAdapter_setters_API2.js => dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_setters.js
rename : dom/bluetooth/bluetooth2/tests/marionette/test_dom_BluetoothDevice_API2.js => dom/bluetooth/tests/marionette/test_dom_BluetoothDevice.js
rename : dom/bluetooth/bluetooth2/tests/marionette/test_dom_BluetoothManager_API2.js => dom/bluetooth/tests/marionette/test_dom_BluetoothManager.js
2015-08-25 17:57:09 +08:00
B2G Bumper Bot
29a831db77 Bumping manifests a=b2g-bump 2015-08-28 05:54:06 -07:00
B2G Bumper Bot
21862537be Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/78e928de90f9
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #31521 from yzen/bug-1196645

Bug 1196645 - adding add-on obsolete notification for add-ons with ol…

========

https://hg.mozilla.org/integration/gaia-central/rev/49b4c7f9efe8
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1196645 - adding add-on obsolete notification for add-ons with old format.
2015-08-28 05:52:28 -07:00
Ryan VanderMeulen
402fae4a15 Merge inbound to m-c. a=merge 2015-08-28 08:48:42 -04:00
Ryan VanderMeulen
1c46253b93 Merge fx-team to m-c. a=merge 2015-08-28 08:44:47 -04:00
B2G Bumper Bot
3cd3ce784a Bumping manifests a=b2g-bump 2015-08-28 03:21:53 -07:00
B2G Bumper Bot
112849d797 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b575200962cb
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #31363 from mikehenrty/bug-1168955-preview-site

Bug 1168955 - Add preview pin site to doorhanger

========

https://hg.mozilla.org/integration/gaia-central/rev/f60d77662984
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1168955 - Add preview pin site to doorhanger
2015-08-28 03:20:14 -07:00
Cervantes Yu
3c09a9761d Bug 1166207 - Load preload.js in the Nuwa process. r=khuey
--HG--
extra : rebase_source : 292c5e5dbee5fa49a78fd1997d97094ef2190143
2015-08-28 17:57:44 +08:00
B2G Bumper Bot
1f8f5b63b0 Bumping manifests a=b2g-bump 2015-08-28 03:03:41 -07:00
B2G Bumper Bot
55aaa419e3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6c38437eab9a
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #31561 from albertopq/1198976-statusbar-dissapear

Bug 1198976 - Statusbar dissapear while loading a bookmark r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/4b1a79ebac4b
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1198976 - Statusbar dissapear while loading a bookmark
2015-08-28 03:02:01 -07:00
B2G Bumper Bot
bf63bf3bd3 Bumping manifests a=b2g-bump 2015-08-28 02:58:49 -07:00
B2G Bumper Bot
76ef714367 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bea20130611e
Author: Evan Tseng <itoyxd@gmail.com>
Desc: Merge pull request #31394 from evanxd/bug-1160992

Bug 1160992 - Disable the data connection toggle if no sim card r=gasolin, evelyn, jaoo

========

https://hg.mozilla.org/integration/gaia-central/rev/9e258b974c05
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 1160992 - Disable the data connection toggle if no sim card r=gasolin, evelyn, jaoo
2015-08-28 02:57:09 -07:00
Fernando Rodriguez Sela
83237205ef Bug 1178390 - Reduce warnings to zero in Loop's desktop-local test suite. r=mikedeboer/Standard8 2015-08-28 10:23:39 +01:00
B2G Bumper Bot
3fd5ff47a6 Bumping manifests a=b2g-bump 2015-08-28 01:47:16 -07:00
B2G Bumper Bot
151f315209 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6ad8638252ad
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #31390 from timdream/window-blank-fullscreen

Bug 1112589 - Set mozallowfullscreen on iframes sent from mozbrowseropenwindow event, r=apastor

========

https://hg.mozilla.org/integration/gaia-central/rev/11492f5329a7
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1112589 - Set mozallowfullscreen on iframes sent from mozbrowseropenwindow event

========

https://hg.mozilla.org/integration/gaia-central/rev/ef1a16edad35
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #31571 from Fischer-L/bug_1195657-focus-leftmost-card

Bug 1195657 - Focus on the leftmost card on initial. r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/06ed238ec61e
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1195657 - [Stingray][Home] Focus on the leftmost card on initial
2015-08-28 01:45:37 -07:00
Philipp Kewisch
4faa4002da Bug 1176466 - Add test summary regex for mozmill tests. r=jlund
--HG--
extra : rebase_source : 873484b360c53754092bd0d8e24162ae63bfeb58
2015-08-28 09:14:24 +02:00
Neil Deakin
549a4f7c29 Bug 1101115, implement nsChromeRegistryContent::IsLocaleRTL so that file directory view works in e10s rtl mode, r=bsmedberg 2015-08-28 03:13:06 -04:00
Neil Deakin
4ca387549d Bug 1148505, remove cpow usage from back-forward menu by using sessionstore data, r=dao,billm 2015-08-28 03:13:03 -04:00
Mike Hommey
ccba1d71a6 Bug 1194044 - Set HAVE_SHELL_SERVICE when preprocessing in-content prefs on Gtk+3 builds. r=karlt 2015-08-28 15:29:01 +09:00
Jean-Yves Avenard
549614ffc0 Bug 1197125: [webm]. Don't load the entire webm in RAM. r=kinetik
Instead we parse it in chunks of 1MiB max.
2015-08-28 14:06:35 +10:00
Jean-Yves Avenard
ee6cc113c7 Bug 1199032: [MSE/webm] P2. Construct WebMDemuxer with special MSE handling. r=kinetik 2015-08-28 14:06:34 +10:00
Jean-Yves Avenard
49a576c670 Bug 1199032: [webm] P1. Explicitly differentiate WebM usage for mediasource. r=kinetik
Relying on the data being fully buffered or not turned out to not be such a great idea.
2015-08-28 14:06:33 +10:00
Ehsan Akhgari
bf2e647675 Bug 1199540 - Update the en-US dictionary to SCOWL 2015.08.24 2015-08-27 23:06:54 -04:00
B2G Bumper Bot
8c2ff3ed4e Bumping manifests a=b2g-bump 2015-08-27 18:46:47 -07:00
B2G Bumper Bot
5471e44ee5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3ac2c58820c5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #31555 from KevinGrandon/bug_1198874_gaia_radio_checked_state

Bug 1198874 - [GaiaRadio] Do not uncheck radio when clicked

========

https://hg.mozilla.org/integration/gaia-central/rev/33c280a34ce6
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1198874 - [GaiaRadio] Do not uncheck radio when clicked
2015-08-27 18:45:09 -07:00
Ekanan Ketunuti
35859eed5f Bug 1199532 - Add disassembly, disassembler to the en-US dictionary. r=ehsan 2015-08-28 08:34:02 +07:00
Kan-Ru Chen
2c0adde7a0 Bug 1199068 - Soothe a unused variable warning in TestSplayTree.cpp. r=nfroyd 2015-08-28 11:24:47 +08:00
Christoph Kerschbaumer
c889fa94b1 Bug 1192948 - Use channel->ascynOpen2 in uriloader/prefetch (r=smaug) 2015-08-27 19:45:30 -07:00
Jeff Muizelaar
97894bf634 Bug 1197296. Check for errors more during bug testing. r=Bas
--HG--
extra : rebase_source : 592b3656728170ac2409c26b267704bd942baac8
2015-08-27 22:38:39 -04:00
Ryan VanderMeulen
b5b68e3ea5 Merge inbound to m-c. a=merge 2015-08-27 21:31:35 -04:00
Ryan VanderMeulen
b8082c7165 Merge fx-team to m-c. a=merge 2015-08-27 21:20:18 -04:00
B2G Bumper Bot
2e9df973b7 Bumping manifests a=b2g-bump 2015-08-27 17:23:43 -07:00
B2G Bumper Bot
f9adeeb871 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/27d2127a81f0
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #31504 from zbraniecki/1187627-fix-placeholder

Bug 1187627 - Fix new message placeholder text. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/b95e1b6b73d2
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1187627 - Fix new message placeholder text
2015-08-27 17:22:02 -07:00
B2G Bumper Bot
d3207d9350 Bumping manifests a=b2g-bump 2015-08-27 15:19:24 -07:00
B2G Bumper Bot
421424d2dd Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4a4d47dcd812
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #31329 from mikehenrty/bug-1193737-safe-mode

safe mode screen.

========

https://hg.mozilla.org/integration/gaia-central/rev/53ce54d51dd3
Author: Fabrice Desré <fabrice@desre.org>
Desc: Bug 1193737 - Add safe_mode.html to handle safe mode confirmation

========

https://hg.mozilla.org/integration/gaia-central/rev/3d0e70db7271
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #31552 from sfoster/music-scanning-rtl-bug-1179696

Bug 1179696 - Display bidi content when scanning

========

https://hg.mozilla.org/integration/gaia-central/rev/fab6d00769b9
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1179696 - Display bidi content when scanning
2015-08-27 15:17:10 -07:00
Ryan VanderMeulen
2390f2d334 Backed out changeset 5352bbe1a534 (bug 1193733) for causing intermittent browser_markupview_navigation.js timeouts.
CLOSED TREE
2015-08-27 18:12:06 -04:00
Andrew Comminos
c3cdfadf07 Revert "Bug 1191042 - Establish correct EGLConfig at GLContext creation. r=jrmuizel" CLOSED TREE
This reverts commit 99120014586d20a2921b9157e5ec81b3605cd8bd.
2015-08-27 17:12:06 -04:00
Jeff Gilbert
7c5b24dcc5 Bug 1191042 - Establish correct EGLConfig at GLContext creation. r=jrmuizel 2015-08-27 16:55:45 -04:00
Steven Michaud
e6368a182e Bug 1131473 - crash in -[NativeMenuItemTarget menuItemHit:]. r=spohl 2015-08-27 15:54:15 -05:00
Fabrice Desré
94b76178d8 Bug 1198970 - Get WebExtensions background pages to work on b2g r=billm 2015-08-27 13:34:33 -07:00
B2G Bumper Bot
c992e2873d Bumping manifests a=b2g-bump 2015-08-27 13:33:42 -07:00