Граф коммитов

415900 Коммитов

Автор SHA1 Сообщение Дата
B2G Bumper Bot 0a25452d9a Bumping manifests a=b2g-bump 2015-04-09 10:27:59 -07:00
B2G Bumper Bot 213960ad89 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1152591 - [Shared] Add variables.css to contain gaia-wide CSS definitions

========

https://hg.mozilla.org/integration/gaia-central/rev/64fe74689fae
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1152591 - [Shared] Add variables.css to contain gaia-wide CSS definitions r=dietrich
2015-04-09 10:25:24 -07:00
B2G Bumper Bot 8a3edea6fd Bumping manifests a=b2g-bump 2015-04-09 10:15:17 -07:00
Juan Gomez 74d291470d Bug 1087161 - Upgrading B2G toolchain to gcc-4.9
* Fixed some -Werror=format issues by making function-style castings

--HG--
extra : rebase_source : e9677c42819a8e95008bb3e97b97b47eff915021
2015-04-09 18:13:39 +02:00
Ryan VanderMeulen 016b169721 Merge m-c to b2g-inbound. a=merge 2015-04-09 12:08:54 -04:00
B2G Bumper Bot 682740d4eb Bumping manifests a=b2g-bump 2015-04-09 09:04:47 -07:00
Ryan VanderMeulen ce515b4664 Merge fx-team to m-c. a=merge 2015-04-09 11:41:22 -04:00
B2G Bumper Bot a953a59fa8 Bumping manifests a=b2g-bump 2015-04-09 08:34:51 -07:00
Ryan VanderMeulen 7d4b8df8a5 Merge inbound to m-c. a=merge 2015-04-09 11:34:05 -04:00
B2G Bumper Bot d34b1c4b7e Bumping manifests a=b2g-bump 2015-04-09 07:43:23 -07:00
B2G Bumper Bot e9e27395c5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eb731b9908de
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #29407 from npark-mozilla/1152526

Bug 1152526 - Update Cardview related imagecompare test case

========

https://hg.mozilla.org/integration/gaia-central/rev/e6c2c6456550
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1152526 - Update Cardview related imagecompare test case
2015-04-09 07:40:23 -07:00
Thomas Zimmermann 49b174f65b Bug 1146355: Update CLOBBER file, r=joliu 2015-04-09 15:57:41 +02:00
Thomas Zimmermann 1a67ac753b Bug 1146355: Remove original directory of Bluetooth v2, r=joliu
All code from dom/bluetoth2 has been moved to dom/bluetooth/bluetooth2
and integrated into the Bluetooth code base.
2015-04-09 15:57:41 +02:00
Thomas Zimmermann c50cdfe9dd Bug 1146355: Prepare BlueZ for Bluetooth v2, r=brsun 2015-04-09 15:57:41 +02:00
Thomas Zimmermann bb712a3705 Bug 1146355: Prepare Bluetooth HFP manager, r=brsun 2015-04-09 15:57:41 +02:00
Thomas Zimmermann dde2e9fbf1 Bug 1146355: Prepare Bluetooth OPP manager, r=joliu 2015-04-09 15:57:41 +02:00
Thomas Zimmermann 7abceb7651 Bug 1146355: Prepare Bluetooth A2DP manager, r=joliu 2015-04-09 15:57:41 +02:00
Thomas Zimmermann c4f2f451a8 Bug 1146335: Prepare |BluetoothServiceBluedroid|, r=joliu
The only classes with significant differences between Bluetooth v1 and
v2 is |BluetoothServicebluedroid| and its helpers. The patch copies the
code from v2 into the shared backend's implementation and integrates
them by the use of ifdef. More fine-grained integration can be done later
on.
2015-04-09 15:57:41 +02:00
Thomas Zimmermann cf0ac9efa2 Bug 1146355: Support Bluetooth v1 and v2 in backend interfaces, r=joliu
There are some minor differences between backends in Bluetooth v1 and
v2. Some of the types have been added, removed or renamed. This patch
prepares the HAL and daemon backend interfaces to support both variants.
2015-04-09 15:57:41 +02:00
Thomas Zimmermann 3a30ef8287 Bug 1146355: Added GATT support to Bluedroid backend, r=joliu
This patch moves GATT support for Bluetooth v2 into the shared
backend code. No functional modifications are made.

--HG--
rename : dom/bluetooth2/bluedroid/BluetoothGattHALInterface.cpp => dom/bluetooth/bluedroid/BluetoothGattHALInterface.cpp
rename : dom/bluetooth2/bluedroid/BluetoothGattHALInterface.h => dom/bluetooth/bluedroid/BluetoothGattHALInterface.h
rename : dom/bluetooth2/bluedroid/BluetoothGattManager.cpp => dom/bluetooth/bluedroid/BluetoothGattManager.cpp
rename : dom/bluetooth2/bluedroid/BluetoothGattManager.h => dom/bluetooth/bluedroid/BluetoothGattManager.h
2015-04-09 15:57:40 +02:00
Thomas Zimmermann e271bb7029 Bug 1146355: Prepare Bluetooth backend helpers to handle v1 and v2 implementations, r=brsun
This patch updates the helpers of Bluetooth backends to support all data
structures required by Bluetooth v2.
2015-04-09 15:57:40 +02:00
Thomas Zimmermann 28391b811b Bug 1146355: Update Bluetooth backend interface for bluetooth2, r=brsun
For sharing backend code, both implementations must use similar
backend interfaces. This patch updates the interface for v2 to the
state of v1 plus GATT.
2015-04-09 15:57:40 +02:00
Thomas Zimmermann 7c10db75d9 Bug 1146355: Add Bluetooth v2 to Bluetooth build scripts, r=shuang 2015-04-09 15:57:40 +02:00
Thomas Zimmermann d55044fb9f Bug 1146355: Import Bluetooth v2 implementation, r=joliu
This patch moves all files from bluetooth2/ into bluetooth/bluetooth2;
except the backend code.

--HG--
rename : dom/bluetooth2/BluetoothAdapter.cpp => dom/bluetooth/bluetooth2/BluetoothAdapter.cpp
rename : dom/bluetooth2/BluetoothAdapter.h => dom/bluetooth/bluetooth2/BluetoothAdapter.h
rename : dom/bluetooth2/BluetoothClassOfDevice.cpp => dom/bluetooth/bluetooth2/BluetoothClassOfDevice.cpp
rename : dom/bluetooth2/BluetoothClassOfDevice.h => dom/bluetooth/bluetooth2/BluetoothClassOfDevice.h
rename : dom/bluetooth2/BluetoothCommon.h => dom/bluetooth/bluetooth2/BluetoothCommon.h
rename : dom/bluetooth2/BluetoothDevice.cpp => dom/bluetooth/bluetooth2/BluetoothDevice.cpp
rename : dom/bluetooth2/BluetoothDevice.h => dom/bluetooth/bluetooth2/BluetoothDevice.h
rename : dom/bluetooth2/BluetoothDiscoveryHandle.cpp => dom/bluetooth/bluetooth2/BluetoothDiscoveryHandle.cpp
rename : dom/bluetooth2/BluetoothDiscoveryHandle.h => dom/bluetooth/bluetooth2/BluetoothDiscoveryHandle.h
rename : dom/bluetooth2/BluetoothGatt.cpp => dom/bluetooth/bluetooth2/BluetoothGatt.cpp
rename : dom/bluetooth2/BluetoothGatt.h => dom/bluetooth/bluetooth2/BluetoothGatt.h
rename : dom/bluetooth2/BluetoothGattCharacteristic.cpp => dom/bluetooth/bluetooth2/BluetoothGattCharacteristic.cpp
rename : dom/bluetooth2/BluetoothGattCharacteristic.h => dom/bluetooth/bluetooth2/BluetoothGattCharacteristic.h
rename : dom/bluetooth2/BluetoothGattDescriptor.cpp => dom/bluetooth/bluetooth2/BluetoothGattDescriptor.cpp
rename : dom/bluetooth2/BluetoothGattDescriptor.h => dom/bluetooth/bluetooth2/BluetoothGattDescriptor.h
rename : dom/bluetooth2/BluetoothGattService.cpp => dom/bluetooth/bluetooth2/BluetoothGattService.cpp
rename : dom/bluetooth2/BluetoothGattService.h => dom/bluetooth/bluetooth2/BluetoothGattService.h
rename : dom/bluetooth2/BluetoothHfpManagerBase.h => dom/bluetooth/bluetooth2/BluetoothHfpManagerBase.h
rename : dom/bluetooth2/BluetoothHidManager.cpp => dom/bluetooth/bluetooth2/BluetoothHidManager.cpp
rename : dom/bluetooth2/BluetoothHidManager.h => dom/bluetooth/bluetooth2/BluetoothHidManager.h
rename : dom/bluetooth2/BluetoothInterface.cpp => dom/bluetooth/bluetooth2/BluetoothInterface.cpp
rename : dom/bluetooth2/BluetoothInterface.h => dom/bluetooth/bluetooth2/BluetoothInterface.h
rename : dom/bluetooth2/BluetoothInterfaceHelpers.h => dom/bluetooth/bluetooth2/BluetoothInterfaceHelpers.h
rename : dom/bluetooth2/BluetoothManager.cpp => dom/bluetooth/bluetooth2/BluetoothManager.cpp
rename : dom/bluetooth2/BluetoothManager.h => dom/bluetooth/bluetooth2/BluetoothManager.h
rename : dom/bluetooth2/BluetoothPairingHandle.cpp => dom/bluetooth/bluetooth2/BluetoothPairingHandle.cpp
rename : dom/bluetooth2/BluetoothPairingHandle.h => dom/bluetooth/bluetooth2/BluetoothPairingHandle.h
rename : dom/bluetooth2/BluetoothPairingListener.cpp => dom/bluetooth/bluetooth2/BluetoothPairingListener.cpp
rename : dom/bluetooth2/BluetoothPairingListener.h => dom/bluetooth/bluetooth2/BluetoothPairingListener.h
rename : dom/bluetooth2/BluetoothProfileController.cpp => dom/bluetooth/bluetooth2/BluetoothProfileController.cpp
rename : dom/bluetooth2/BluetoothProfileController.h => dom/bluetooth/bluetooth2/BluetoothProfileController.h
rename : dom/bluetooth2/BluetoothProfileManagerBase.h => dom/bluetooth/bluetooth2/BluetoothProfileManagerBase.h
rename : dom/bluetooth2/BluetoothReplyRunnable.cpp => dom/bluetooth/bluetooth2/BluetoothReplyRunnable.cpp
rename : dom/bluetooth2/BluetoothReplyRunnable.h => dom/bluetooth/bluetooth2/BluetoothReplyRunnable.h
rename : dom/bluetooth2/BluetoothRilListener.cpp => dom/bluetooth/bluetooth2/BluetoothRilListener.cpp
rename : dom/bluetooth2/BluetoothRilListener.h => dom/bluetooth/bluetooth2/BluetoothRilListener.h
rename : dom/bluetooth2/BluetoothService.cpp => dom/bluetooth/bluetooth2/BluetoothService.cpp
rename : dom/bluetooth2/BluetoothService.h => dom/bluetooth/bluetooth2/BluetoothService.h
rename : dom/bluetooth2/BluetoothSocketObserver.h => dom/bluetooth/bluetooth2/BluetoothSocketObserver.h
rename : dom/bluetooth2/BluetoothUtils.cpp => dom/bluetooth/bluetooth2/BluetoothUtils.cpp
rename : dom/bluetooth2/BluetoothUtils.h => dom/bluetooth/bluetooth2/BluetoothUtils.h
rename : dom/bluetooth2/BluetoothUuid.cpp => dom/bluetooth/bluetooth2/BluetoothUuid.cpp
rename : dom/bluetooth2/BluetoothUuid.h => dom/bluetooth/bluetooth2/BluetoothUuid.h
rename : dom/bluetooth2/ObexBase.cpp => dom/bluetooth/bluetooth2/ObexBase.cpp
rename : dom/bluetooth2/ObexBase.h => dom/bluetooth/bluetooth2/ObexBase.h
rename : dom/bluetooth2/ipc/BluetoothChild.cpp => dom/bluetooth/bluetooth2/ipc/BluetoothChild.cpp
rename : dom/bluetooth2/ipc/BluetoothChild.h => dom/bluetooth/bluetooth2/ipc/BluetoothChild.h
rename : dom/bluetooth2/ipc/BluetoothMessageUtils.h => dom/bluetooth/bluetooth2/ipc/BluetoothMessageUtils.h
rename : dom/bluetooth2/ipc/BluetoothParent.cpp => dom/bluetooth/bluetooth2/ipc/BluetoothParent.cpp
rename : dom/bluetooth2/ipc/BluetoothParent.h => dom/bluetooth/bluetooth2/ipc/BluetoothParent.h
rename : dom/bluetooth2/ipc/BluetoothServiceChildProcess.cpp => dom/bluetooth/bluetooth2/ipc/BluetoothServiceChildProcess.cpp
rename : dom/bluetooth2/ipc/BluetoothServiceChildProcess.h => dom/bluetooth/bluetooth2/ipc/BluetoothServiceChildProcess.h
rename : dom/bluetooth2/ipc/BluetoothTypes.ipdlh => dom/bluetooth/bluetooth2/ipc/BluetoothTypes.ipdlh
rename : dom/bluetooth2/ipc/PBluetooth.ipdl => dom/bluetooth/bluetooth2/ipc/PBluetooth.ipdl
rename : dom/bluetooth2/ipc/PBluetoothRequest.ipdl => dom/bluetooth/bluetooth2/ipc/PBluetoothRequest.ipdl
rename : dom/bluetooth2/tests/marionette/head.js => dom/bluetooth/bluetooth2/tests/marionette/head.js
rename : dom/bluetooth2/tests/marionette/manifest.ini => dom/bluetooth/bluetooth2/tests/marionette/manifest.ini
rename : dom/bluetooth2/tests/marionette/test_dom_BluetoothAdapter_discovery_API2.js => dom/bluetooth/bluetooth2/tests/marionette/test_dom_BluetoothAdapter_discovery_API2.js
rename : dom/bluetooth2/tests/marionette/test_dom_BluetoothAdapter_enable_API2.js => dom/bluetooth/bluetooth2/tests/marionette/test_dom_BluetoothAdapter_enable_API2.js
rename : dom/bluetooth2/tests/marionette/test_dom_BluetoothAdapter_pair_API2.js => dom/bluetooth/bluetooth2/tests/marionette/test_dom_BluetoothAdapter_pair_API2.js
rename : dom/bluetooth2/tests/marionette/test_dom_BluetoothAdapter_setters_API2.js => dom/bluetooth/bluetooth2/tests/marionette/test_dom_BluetoothAdapter_setters_API2.js
rename : dom/bluetooth2/tests/marionette/test_dom_BluetoothDevice_API2.js => dom/bluetooth/bluetooth2/tests/marionette/test_dom_BluetoothDevice_API2.js
rename : dom/bluetooth2/tests/marionette/test_dom_BluetoothManager_API2.js => dom/bluetooth/bluetooth2/tests/marionette/test_dom_BluetoothManager_API2.js
2015-04-09 15:57:40 +02:00
Thomas Zimmermann 053dba23b3 Bug 1146355: Prepare build system to support Bluetooth APIs v1 and v2, r=shuang
This patch adds support for both Bluetooth interfaces to the build
system. The actual interface must be selected at compile time.
2015-04-09 15:57:40 +02:00
Thomas Zimmermann 5b0221d66d Bug 1146355: Move Bluetooth legacy interface into sub-directory bluetooth1/, r=joliu
--HG--
rename : dom/bluetooth/BluetoothAdapter.cpp => dom/bluetooth/bluetooth1/BluetoothAdapter.cpp
rename : dom/bluetooth/BluetoothAdapter.h => dom/bluetooth/bluetooth1/BluetoothAdapter.h
rename : dom/bluetooth/BluetoothCommon.h => dom/bluetooth/bluetooth1/BluetoothCommon.h
rename : dom/bluetooth/BluetoothDevice.cpp => dom/bluetooth/bluetooth1/BluetoothDevice.cpp
rename : dom/bluetooth/BluetoothDevice.h => dom/bluetooth/bluetooth1/BluetoothDevice.h
rename : dom/bluetooth/BluetoothHfpManagerBase.h => dom/bluetooth/bluetooth1/BluetoothHfpManagerBase.h
rename : dom/bluetooth/BluetoothHidManager.cpp => dom/bluetooth/bluetooth1/BluetoothHidManager.cpp
rename : dom/bluetooth/BluetoothHidManager.h => dom/bluetooth/bluetooth1/BluetoothHidManager.h
rename : dom/bluetooth/BluetoothInterface.cpp => dom/bluetooth/bluetooth1/BluetoothInterface.cpp
rename : dom/bluetooth/BluetoothInterface.h => dom/bluetooth/bluetooth1/BluetoothInterface.h
rename : dom/bluetooth/BluetoothInterfaceHelpers.cpp => dom/bluetooth/bluetooth1/BluetoothInterfaceHelpers.cpp
rename : dom/bluetooth/BluetoothInterfaceHelpers.h => dom/bluetooth/bluetooth1/BluetoothInterfaceHelpers.h
rename : dom/bluetooth/BluetoothManager.cpp => dom/bluetooth/bluetooth1/BluetoothManager.cpp
rename : dom/bluetooth/BluetoothManager.h => dom/bluetooth/bluetooth1/BluetoothManager.h
rename : dom/bluetooth/BluetoothProfileController.cpp => dom/bluetooth/bluetooth1/BluetoothProfileController.cpp
rename : dom/bluetooth/BluetoothProfileController.h => dom/bluetooth/bluetooth1/BluetoothProfileController.h
rename : dom/bluetooth/BluetoothProfileManagerBase.h => dom/bluetooth/bluetooth1/BluetoothProfileManagerBase.h
rename : dom/bluetooth/BluetoothPropertyContainer.cpp => dom/bluetooth/bluetooth1/BluetoothPropertyContainer.cpp
rename : dom/bluetooth/BluetoothPropertyContainer.h => dom/bluetooth/bluetooth1/BluetoothPropertyContainer.h
rename : dom/bluetooth/BluetoothReplyRunnable.cpp => dom/bluetooth/bluetooth1/BluetoothReplyRunnable.cpp
rename : dom/bluetooth/BluetoothReplyRunnable.h => dom/bluetooth/bluetooth1/BluetoothReplyRunnable.h
rename : dom/bluetooth/BluetoothRilListener.cpp => dom/bluetooth/bluetooth1/BluetoothRilListener.cpp
rename : dom/bluetooth/BluetoothRilListener.h => dom/bluetooth/bluetooth1/BluetoothRilListener.h
rename : dom/bluetooth/BluetoothService.cpp => dom/bluetooth/bluetooth1/BluetoothService.cpp
rename : dom/bluetooth/BluetoothService.h => dom/bluetooth/bluetooth1/BluetoothService.h
rename : dom/bluetooth/BluetoothSocketObserver.h => dom/bluetooth/bluetooth1/BluetoothSocketObserver.h
rename : dom/bluetooth/BluetoothUtils.cpp => dom/bluetooth/bluetooth1/BluetoothUtils.cpp
rename : dom/bluetooth/BluetoothUtils.h => dom/bluetooth/bluetooth1/BluetoothUtils.h
rename : dom/bluetooth/BluetoothUuid.cpp => dom/bluetooth/bluetooth1/BluetoothUuid.cpp
rename : dom/bluetooth/BluetoothUuid.h => dom/bluetooth/bluetooth1/BluetoothUuid.h
rename : dom/bluetooth/ObexBase.cpp => dom/bluetooth/bluetooth1/ObexBase.cpp
rename : dom/bluetooth/ObexBase.h => dom/bluetooth/bluetooth1/ObexBase.h
rename : dom/bluetooth/ipc/BluetoothChild.cpp => dom/bluetooth/bluetooth1/ipc/BluetoothChild.cpp
rename : dom/bluetooth/ipc/BluetoothChild.h => dom/bluetooth/bluetooth1/ipc/BluetoothChild.h
rename : dom/bluetooth/ipc/BluetoothMessageUtils.h => dom/bluetooth/bluetooth1/ipc/BluetoothMessageUtils.h
rename : dom/bluetooth/ipc/BluetoothParent.cpp => dom/bluetooth/bluetooth1/ipc/BluetoothParent.cpp
rename : dom/bluetooth/ipc/BluetoothParent.h => dom/bluetooth/bluetooth1/ipc/BluetoothParent.h
rename : dom/bluetooth/ipc/BluetoothServiceChildProcess.cpp => dom/bluetooth/bluetooth1/ipc/BluetoothServiceChildProcess.cpp
rename : dom/bluetooth/ipc/BluetoothServiceChildProcess.h => dom/bluetooth/bluetooth1/ipc/BluetoothServiceChildProcess.h
rename : dom/bluetooth/ipc/BluetoothTypes.ipdlh => dom/bluetooth/bluetooth1/ipc/BluetoothTypes.ipdlh
rename : dom/bluetooth/ipc/PBluetooth.ipdl => dom/bluetooth/bluetooth1/ipc/PBluetooth.ipdl
rename : dom/bluetooth/ipc/PBluetoothRequest.ipdl => dom/bluetooth/bluetooth1/ipc/PBluetoothRequest.ipdl
rename : dom/bluetooth/tests/marionette/head.js => dom/bluetooth/bluetooth1/tests/marionette/head.js
rename : dom/bluetooth/tests/marionette/manifest.ini => dom/bluetooth/bluetooth1/tests/marionette/manifest.ini
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_discovery.js => dom/bluetooth/bluetooth1/tests/marionette/test_dom_BluetoothAdapter_discovery.js
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_getters.js => dom/bluetooth/bluetooth1/tests/marionette/test_dom_BluetoothAdapter_getters.js
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_pair.js => dom/bluetooth/bluetooth1/tests/marionette/test_dom_BluetoothAdapter_pair.js
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_setters.js => dom/bluetooth/bluetooth1/tests/marionette/test_dom_BluetoothAdapter_setters.js
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothManager_adapteradded.js => dom/bluetooth/bluetooth1/tests/marionette/test_dom_BluetoothManager_adapteradded.js
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothManager_enabled.js => dom/bluetooth/bluetooth1/tests/marionette/test_dom_BluetoothManager_enabled.js
2015-04-09 15:57:40 +02:00
B2G Bumper Bot 1e72e80ae7 Bumping manifests a=b2g-bump 2015-04-09 06:53:04 -07:00
B2G Bumper Bot e3b112c114 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/354091e8f9d9
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1150419 - merge pull request #29364 from dwi2:bug1150419 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/58af793017c8
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Bug 1150419 - [Stingray] Add data access methods to supporting folder operation
2015-04-09 06:50:28 -07:00
B2G Bumper Bot e108b1ba7b Bumping manifests a=b2g-bump 2015-04-09 05:32:59 -07:00
B2G Bumper Bot 6d0de51889 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0e027f333e9f
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #29394 from albertopq/1100332-shb-utility-tray

Bug 1100332 - Fixing issues when closing the utility-tray with SHB r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/b14828d70661
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1100332 - Fixing issues when closing the utility-tray with SHB

========

https://hg.mozilla.org/integration/gaia-central/rev/cf32a1612551
Author: BavarianTomcat <tomcat@mozilla.com>
Desc: Revert "Bug 1151765 - use gulp to build jsdocs, r=ricky" for test bustage

This reverts commit 790dcdabba92557e83907764ef01023ed94683a6.
2015-04-09 05:30:24 -07:00
Dão Gottwald 3416ce0a4e Bug 1147702 - Use a @2x Toolbar.png on Windows for basic hidpi support. r=MattN 2015-04-09 14:30:18 +02:00
B2G Bumper Bot 801795b3e9 Bumping manifests a=b2g-bump 2015-04-09 04:57:55 -07:00
B2G Bumper Bot b5a446bc7f Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/07fd6df72e55
Author: BavarianTomcat <tomcat@mozilla.com>
Desc: Revert "Bug 1150952 - [PrivateBrowser] Follow-up, update landing page title r=kgrandon" for GU bustage

This reverts commit 31abef6ea53ca2173ba1d937ac569125588aafe5.
2015-04-09 04:55:21 -07:00
Carsten "Tomcat" Book 31c4421faf Backed out changeset 7fc52c48e6e3 (bug 1094764) for mulet m-3 perma failure in /test_dataChannel_basicAudioVideo.html 2015-04-09 13:44:27 +02:00
Jean-Yves Avenard aa270b640c Bug 1152652: Part1. Use mStandardMozillaStyle for crypto classes. r=edwin 2015-04-09 21:14:56 +10:00
Jean-Yves Avenard 8a19b6772a Bug 1150853: Part3. Do not modify provided extradata array. r=edwin
The extradata provided may be modified elsewhere, prevent potential conflict.
2015-04-09 21:14:56 +10:00
Jean-Yves Avenard e6858f0af5 Bug 1150853: Part2. Use new MediaRawObject across the board. r=cpearce. 2015-04-09 21:14:55 +10:00
Jean-Yves Avenard a441d92aa3 Bug 1150853: Part1. Create MediaRawData object type. r=cpearce
This object extends MediaData and will be used to contain demuxed compressed
data.
2015-04-09 21:14:55 +10:00
Carsten "Tomcat" Book 3630ba09bb Backed out changeset 503877a91767 (bug 1110887) for bc1 test failures
--HG--
extra : rebase_source : 0f4e369314de68f9c68276c4d28f9b240101c2ce
2015-04-09 13:11:32 +02:00
Carsten "Tomcat" Book a808046b2f Backed out changeset 71310d7e7e2c (bug 1110887)
--HG--
extra : rebase_source : e89fe430036926c1cc4077154958339c6dbfb3ca
2015-04-09 13:05:55 +02:00
Carsten "Tomcat" Book 01eaaf3593 Backed out changeset d57993c7e315 (bug 1110887)
--HG--
extra : rebase_source : 68956685a60da1690ccb22a26f6869d185686e9a
2015-04-09 13:05:49 +02:00
Carsten "Tomcat" Book 3ae7118364 Backed out changeset 238352c73015 (bug 1110887)
--HG--
extra : rebase_source : 41528ae51914dae53d840af7824a2d14c72f906b
2015-04-09 13:05:44 +02:00
B2G Bumper Bot a7a96b472b Bumping manifests a=b2g-bump 2015-04-09 03:49:30 -07:00
B2G Bumper Bot fe94e76774 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2da5b3057195
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #29373 from gasolin/issue-1151765

Bug 1151765 - use gulp to build jsdocs, r=ricky

========

https://hg.mozilla.org/integration/gaia-central/rev/ac10606012d7
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1151765 - use gulp to build jsdocs, r=ricky

- use babel to preprocess js then process by jsdoc, so we can use any es6 format
2015-04-09 03:46:55 -07:00
B2G Bumper Bot aff20ac714 Bumping manifests a=b2g-bump 2015-04-09 03:09:30 -07:00
B2G Bumper Bot 7bf9eef8e6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1900d17d3375
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #29379 from ferjm/bug1151594.contacts.delete.checkbox

Bug 1151594 - [Contacts] If the Delete Contacts UI is accessed just befo...

========

https://hg.mozilla.org/integration/gaia-central/rev/62f24905a9cb
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1151594 - [Contacts] If the Delete Contacts UI is accessed just before the app is closed, the Contact Selection UI will briefly appear on screen the next time the app is launched. r=francisco
2015-04-09 03:06:55 -07:00
B2G Bumper Bot 5ec03f6ae4 Bumping manifests a=b2g-bump 2015-04-09 01:37:59 -07:00
B2G Bumper Bot 0ec8d06e55 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/de798314e7c0
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #29367 from mwargers/self.data_layer.video_files

Bug 1150573 - Fix javascript exceptions in test_play_3gp_video.py and mo...

========

https://hg.mozilla.org/integration/gaia-central/rev/359baacf7026
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1150573 - Fix javascript exceptions in test_play_3gp_video.py and more
2015-04-09 01:35:24 -07:00
B2G Bumper Bot 75682f7c5b Bumping manifests a=b2g-bump 2015-04-09 01:09:26 -07:00
B2G Bumper Bot 317d1406fb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/97f820dd9426
Author: EragonJ (E.J.) <eragonj@eragonj.me>
Desc: Merge pull request #29391 from EragonJ/bug-1151768

Bug 1151768 - add <bdi> in locale file to fix this

========

https://hg.mozilla.org/integration/gaia-central/rev/ce69457444a6
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 1151768 - add <bdi> in locale file to fix this
2015-04-09 01:06:51 -07:00