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

406284 Коммитов

Автор SHA1 Сообщение Дата
Ben Hsu 8e643a7c48 Bug 1095366 - Part 3: Update the related testcases. r=aknow 2015-01-26 22:09:00 -05:00
Ben Hsu 46b701c349 Bug 1095366 - Part 2: Remove some event firing (DOM). r=aknow 2015-01-27 23:01:00 -05:00
Ben Hsu 17839f5096 Bug 1095366 - Part 1: Remove some events (WebIDL). r=hsinyi 2015-01-23 00:46:00 -05:00
Krzysztof Mioduszewski 4d471a3a86 Bug 879861 - Part 6: Adding dom.secureelement.enabled pref. r=smaug 2015-02-11 04:04:00 -05:00
Krzysztof Mioduszewski d0cf1485e0 Bug 879861 - Part 5: Build support for SecureElement feature. r=gps 2015-02-11 10:09:00 -05:00
Krzysztof Mioduszewski 4cdd3b24c7 Bug 879861 - Part 4: Adding SEUtils.jsm. r=allstars.chh 2015-02-11 03:58:00 -05:00
Siddartha Pothapragada faf396adc3 Bug 879861 - Part 3a: SecureElement UiccConnector implementation. r=allstars.chh 2015-02-11 03:55:00 -05:00
Krzysztof Mioduszewski 28ae677dbe Bug 879861 - Part 3: SecureElement Parent process implementation. r=allstars.chh 2015-02-11 03:49:00 -05:00
Siddartha Pothapragada b40d61e6af Bug 879861 - Part 2: SecureElement DOM Implementation. r=allstars.chh, r=smaug 2015-02-11 03:44:00 -05:00
Siddartha Pothapragada b283080cb6 Bug 879861 - Part 1a: Add new permission 'secureelement-manage'. r=ehsan 2015-02-11 03:35:00 -05:00
Siddartha Pothapragada 113a3d4b45 Bug 879861 - Part 1: SecureElement APIs WebIDL. r=ehsan, r=smaug 2015-02-04 06:56:00 -05:00
B2G Bumper Bot d1df8f9381 Bumping manifests a=b2g-bump 2015-02-12 06:11:59 -08:00
B2G Bumper Bot ae2af17c6c Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8cfb20df8201
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1120877 - merge pull request #28173 from Cwiiis:bug1120877-gaia-menu-transition to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/f28a5becb7d8
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1120877 - Add a transition to showing/hiding a GaiaMenu. r=kgrandon

========

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

Bug 1132391 - Disable pointer-events for placeholders

========

https://hg.mozilla.org/integration/gaia-central/rev/45bdad2fa012
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1132391 - Disable pointer-events for placeholders r=Cwiiis

========

https://hg.mozilla.org/integration/gaia-central/rev/8adcca293f6d
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #27485 from alivedise/bugzilla/1098168-v3/statusbar-baseicon

Bug 1098168 - BaseIcon +autoland

========

https://hg.mozilla.org/integration/gaia-central/rev/55848af74266
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 1098168 - BaseIcon
2015-02-12 06:10:30 -08:00
B2G Bumper Bot 63b5960974 Bumping manifests a=b2g-bump 2015-02-12 03:46:56 -08:00
B2G Bumper Bot ae6aba269a Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3bdce6384c77
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1120877 - Add a transition to showing/hiding a GaiaMenu. r=kgrandon"

This reverts commit b7045dc6e013f691816b64be855fcabbf3363ff3.
2015-02-12 03:45:07 -08:00
B2G Bumper Bot 33e3298f96 Bumping manifests a=b2g-bump 2015-02-12 03:26:35 -08:00
B2G Bumper Bot b8e0bb727f Bumping manifests a=b2g-bump 2015-02-12 02:26:30 -08:00
B2G Bumper Bot ea956bfbf7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2aada8595994
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1120877 - merge pull request #28158 from Cwiiis:bug1120877-gaia-menu-transition to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/08c80f091586
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1120877 - Add a transition to showing/hiding a GaiaMenu. r=kgrandon
2015-02-12 02:25:02 -08:00
Thomas Zimmermann f521db364a Bug 1126720: Implement Bluetooth backend selection; use Bluedroid by default (under bluetooth2/), r=btian
This patch adds proper selection of the Bluetooth backend. The backend
is configurable via environment property 'ro.moz.bluetooth.backend'. The
default value is still Bluedroid.

On systems that are not Android 4.2 or later, the code does not return
a backend. These systems should use BlueZ instead.

This patch is based on bug 1065336, patch [01] and bug 1124565,
patch [01]. It also contains an extra fix in 'moz.build' to set
the pre-processor constant 'MOZ_B2G_BT_DAEMON'.
2015-02-12 10:12:07 +01:00
Thomas Zimmermann cf53a40920 Bug 1126720: Support random postfix for Bluetooth daemon socket name (under bluetooth2/), r=btian
This patch adds support for a random postfix for bluetoothd's socket
name. The postfix is re-generated for every instance of the daemon.
This prevents name collisions between mutliple sessions and malicious
programs from taking over the connection easily.

This patch is based on bug 1119746, patch [05].
2015-02-12 10:12:07 +01:00
Thomas Zimmermann 99a984e211 Bug 1126720: Listen for socket connections when starting Bluetooth (under bluetooth2/), r=btian
Currently, Gecko connects to a running instance of bluetoothd when
it starts the daemon backend. This contains a race condition between
the startup of the daemon and the startup of Gecko.

This patch changes the initialization and cleanup of Bluetooth's
daemon backend so that the Bluetooth daemon connects to Gecko. The
daemon process is now started as part of the initialization and
quits during shutdown. The steps are strictly ordered, so no race
condition exists.

The initialization and cleanup procedures should now be compatible
with BlueZ 5.

This patch is based on bug 1119746, patch [04].
2015-02-12 10:12:07 +01:00
Thomas Zimmermann c38017e280 Bug 1126720: Fix ref-counting of bluetoothd channels (under bluetooth2/), r=btian
The class |BluetoothDaemonChannel| for the bluetoothd channels
supports reference counting. This patch fixes the respective
variable to use |nsRefPtr| instead of |nsAutoPtr|.

This patch is based on bug 1119746, patch [03]
2015-02-12 10:12:07 +01:00
Thomas Zimmermann 54771250c1 Bug 1126720: Use |int32_t| for |Channel| in Bluetooth Socket HAL (under bluetooth2/), r=btian
This patch is based on bug 1129257.
2015-02-04 17:21:50 +08:00
Thomas Zimmermann db3ff31476 Bug 1126720: Handle all used type in PDU explicitly (under bluetooth2/), r=btian
This patch is based on bug 1129846.
2015-02-05 15:35:57 +08:00
B2G Bumper Bot 97d6c157e9 Bumping manifests a=b2g-bump 2015-02-12 00:26:59 -08:00
B2G Bumper Bot b5ebe186af Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a37735733273
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1121343 - merge pull request #27412 from mancas:bug1121343 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/60056de4579e
Author: Manuel <manuel.casasbarrado@telefonica.com>
Desc: Bug 1121343 - [FTE] Notification indicator shows during FTE, but un-actionable. r=etienne
2015-02-12 00:25:30 -08:00
B2G Bumper Bot 6f440cf2a4 Bumping manifests a=b2g-bump 2015-02-12 00:06:31 -08:00
B2G Bumper Bot 5f44d0ad7e Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/872335b68daf
Author: Yoshi Huang <allstars.chh@gmail.com>
Desc: Merge pull request #28063 from allstarschh/Bug1129810

Bug 1129810 - Test app for MozIsoDepTech transceive. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/7cab62f02899
Author: Yoshi Huang <allstars.chh@mozilla.com>
Desc: Bug 1129810 - Test app for MozIsoDepTech transceive

========

https://hg.mozilla.org/integration/gaia-central/rev/ef096e8dc633
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #28139 from rexboy7/1131958-launch-background

Bug 1131958 - [Stingray][System] handle re-launching underlying app with...r=johnhu

========

https://hg.mozilla.org/integration/gaia-central/rev/55a445cab502
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 1131958 - [Stingray][System] handle re-launching underlying app with stayBackground
2015-02-12 00:05:02 -08:00
B2G Bumper Bot 5f32960e15 Bumping manifests a=b2g-bump 2015-02-11 23:46:34 -08:00
B2G Bumper Bot 1db395c29d Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ba01d6168fef
Author: Manuel <manuel.casasbarrado@gmail.com>
Desc: Bug 1127743 - Rocketbar's FTU message is selectable. r=daleharvey
2015-02-11 23:45:00 -08:00
B2G Bumper Bot 3c0fcc1fc5 Bumping manifests a=b2g-bump 2015-02-11 23:07:07 -08:00
B2G Bumper Bot 4ace4010c8 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0f138e09cf7a
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #28103 from crh0716/1130965

Bug 1130965 - Use the native gaia header instead of multiple buttons r=eragonj

========

https://hg.mozilla.org/integration/gaia-central/rev/07591386b0a0
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1130965 - Use the native gaia header instead of multiple buttons

========

https://hg.mozilla.org/integration/gaia-central/rev/d79ec8652482
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #28163 from huchengtw-moz/bug-1132309-change-default

Bug 1132309 - [Stingray][demo] remember last url in fling sender, r=dwi2

========

https://hg.mozilla.org/integration/gaia-central/rev/8d6af216111d
Author: John Hu <johu@mozilla.com>
Desc: Bug 1132309 - [Stingray][demo] remember last url in fling sender
2015-02-11 23:05:35 -08:00
B2G Bumper Bot 5e5653952f Bumping manifests a=b2g-bump 2015-02-11 21:41:35 -08:00
B2G Bumper Bot e42a4aa8cb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0034dc7974d9
Author: Tzu-Lin Huang <dwi019@gmail.com>
Desc: Merge pull request #28101 from dwi2/bug1131448

Bug 1131448 - [Stingray][demo] change icons of demo apps, r=johnhu

========

https://hg.mozilla.org/integration/gaia-central/rev/455053e525c9
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Bug 1131448 - [Stingray][demo] change icons of demo apps
2015-02-11 21:40:07 -08:00
jlal@mozilla.com 2eeb8f8030 Bug 1132348 - Add missing executable for decision tasks from builder r=me a=taskcluster-only
--HG--
extra : rebase_source : 0386e7939bef58c49c0704997d1bccd643587899
2015-02-11 21:22:45 -08:00
Mike Habicher 90099684cc Bug 1131782 - add vendor-specific feature-detection to GonkCameraParameters, r=aosmond 2015-02-12 00:04:58 -05:00
B2G Bumper Bot c2bc13812f Bumping manifests a=b2g-bump 2015-02-11 20:37:14 -08:00
B2G Bumper Bot 5781c04bb7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/af76e0a269d7
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1129844 - merge pull request #28104 from mnjul:bug_1129844_user_dict_lexical_sort to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/eef966915a47
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1129844 - Keyboard UserDictionary displays word list as sorted alphabetically

- Only the UserDictionary model does the sorting. It returns a full list on each list modification call .
- The view maintains an extra word-to-domElem mapping and can re-order the domElems on retrieving the full list from model.
- A new UDListView.rearrangeList function replaces .appendList function, which is used to re-order domElems, and generate new domEleme for words that haven't bee displayed (such as initialization, add, and replace).
- A word domElement is now a <li> instead of <a>.
2015-02-11 20:35:34 -08:00
B2G Bumper Bot 0511d959b6 Bumping manifests a=b2g-bump 2015-02-11 19:17:07 -08:00
B2G Bumper Bot 21b4d56918 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d5a3246c2d77
Author: Wes Kocher <kwierso@gmail.com>
Desc: Revert "Bug 1124040 - Dehardcode gaia version in l10n.js" for gaia-unit failures

This reverts commit 47285f23e4c6fa85e98612e4fc2f817a5abfdcaf.
2015-02-11 19:15:33 -08:00
B2G Bumper Bot f8e7bfbef7 Bumping manifests a=b2g-bump 2015-02-11 15:12:02 -08:00
B2G Bumper Bot 464457b312 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5d346f1d5891
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #28123 from zbraniecki/1124040-deharcode-gaia-version-in-l10njs

Bug 1124040 - Dehardcode gaia version in l10n.js. r=stas, rickychien

========

https://hg.mozilla.org/integration/gaia-central/rev/ca1c8a80e7b9
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1124040 - Dehardcode gaia version in l10n.js
2015-02-11 15:10:33 -08:00
B2G Bumper Bot 5cf52af5d9 Bumping manifests a=b2g-bump 2015-02-11 14:27:24 -08:00
B2G Bumper Bot fa3780640b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5ff14bb888de
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1126022 - merge pull request #28027 from punamdahiya:Bug1126022 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/7673f634b899
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug 1126022 - [Wallpaper] Disable long press text selection r=djf
2015-02-11 14:25:23 -08:00
Ryan VanderMeulen cc3738ef41 Merge m-c to b2g-inbound. a=merge 2015-02-11 16:29:48 -05:00
Ryan VanderMeulen beac0dbc4b Merge inbound to m-c. a=merge 2015-02-11 16:21:36 -05:00
Ryan VanderMeulen dcdc769c4e Merge fx-team to m-c. a=merge 2015-02-11 16:07:24 -05:00
B2G Bumper Bot 62464a8e1f Bumping manifests a=b2g-bump 2015-02-11 12:56:37 -08:00
B2G Bumper Bot d6491410b8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c841891c0a3e
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1098289 - merge pull request #28029 from jrburke:bug1098289-email-request-sync to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/6a2f811a2f95
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1098289 - Migrate Email to use navigator.sync (RequestSync) API (Phase1)
2015-02-11 12:55:08 -08:00
B2G Bumper Bot 24109f0079 Bumping manifests a=b2g-bump 2015-02-11 12:17:01 -08:00