Ed Morley
1ca9c26fdb
Merge latest green fx-team changeset and mozilla-central; a=merge
2014-08-21 14:00:54 +01:00
Ed Morley
4c62f0c52a
Merge latest green b2g-inbound changeset and mozilla-central; a=merge
2014-08-21 13:44:28 +01:00
Ed Morley
6df189a31c
Merge latest green inbound changeset and mozilla-central; a=merge
2014-08-21 13:22:44 +01:00
B2G Bumper Bot
7aecaa125c
Bumping manifests a=b2g-bump
2014-08-21 03:26:57 -07:00
Ed Morley
428a1c7d2b
Backed out changeset b17854552298 (bug 1042252) for intermittent test failures
2014-08-21 11:19:24 +01:00
B2G Bumper Bot
4128c6f166
Bumping manifests a=b2g-bump
2014-08-21 02:51:29 -07:00
B2G Bumper Bot
2eee0ec9ae
Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/406aa659f762
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #23106 from wilsonpage/1056174
Bug 1056174 - Update gaia-header to v0.3.10
========
https://hg.mozilla.org/integration/gaia-central/rev/226fc647e3cb
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 1056174 - Update gaia-header to v0.3.10
========
https://hg.mozilla.org/integration/gaia-central/rev/fa5c6b5893eb
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #23072 from crdlc/bug-1055324
Bug 1055324 - [B2G][OTA][1.3 -> 2.0] E.Me apps on the homescreen do not ...
========
https://hg.mozilla.org/integration/gaia-central/rev/d70a297cbd0d
Author: crdlc <crdlc@tid.es>
Desc: Bug 1055324 - [B2G][OTA][1.3 -> 2.0] E.Me apps on the homescreen do not keep their icon placement when updating from 1.3 -> 2.0
========
https://hg.mozilla.org/integration/gaia-central/rev/27df891a218b
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #23135 from yurenju/create-xulrunner-dir
Bug 1056536 - Build error when create xulrunner directory r=gduan
========
https://hg.mozilla.org/integration/gaia-central/rev/b4207def3ea1
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 1056536 - Build error when create xulrunner directory r=gduan
========
https://hg.mozilla.org/integration/gaia-central/rev/450ce6610cdb
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #22911 from crh0716/1054140
Bug 1054140 - Early return when navigating to the same panel r=eragonj
========
https://hg.mozilla.org/integration/gaia-central/rev/c10498d764be
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1054140 - Early return when navigating to the same panel
2014-08-21 02:45:37 -07:00
Ed Morley
988a206fdc
Backed out changeset 7a6008e82204 (bug 1040017) for B2G nonunified build failures
2014-08-21 10:44:06 +01:00
B2G Bumper Bot
b250ef5db4
Bumping manifests a=b2g-bump
2014-08-21 02:21:27 -07:00
B2G Bumper Bot
71336ebee9
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6d6616ab0289
Author: chirarobert <robert.chira@softvision.ro>
Desc: Merge pull request #23080 from viorelaioia/bug_1055055
Bug 1055055 - Remove hack in cell_data_prompt.py page object.
========
https://hg.mozilla.org/integration/gaia-central/rev/1f317d523b8c
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 1055055 - Remove hack in cell_data_prompt.py page object.
2014-08-21 02:15:33 -07:00
B2G Bumper Bot
41a3b4d2a2
Bumping manifests a=b2g-bump
2014-08-21 01:57:02 -07:00
B2G Bumper Bot
1ee26e12f0
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9f28e210153f
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #23065 from gasolin/issue-1054135-2
Bug 1054135 - [B2G][System] support 24 hour time format for Time picker, r= alive
========
https://hg.mozilla.org/integration/gaia-central/rev/55e84819ff04
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1054135 - [B2G][System] support 24 hour time format for Time picker
- remove date_picker since its not used
- fix no existing timepicker case
2014-08-21 01:55:31 -07:00
B2G Bumper Bot
370e9f2aea
Bumping manifests a=b2g-bump
2014-08-21 01:17:09 -07:00
Thomas Zimmermann
592a4673f7
Bug 1053804: Replace |MainThreadTask| by |CloseScoRunnable|, r=shuang
...
|MainThreadTask| performs different operations on the main thread,
depending on a given command flag. There is only one command, CLOSE_SCO,
in use.
This patch removes the command infrastructure and replaces |MainThreadTask|
by |CloseScoRunnable|, which implements only this single operation.
2014-08-21 10:10:39 +02:00
Thomas Zimmermann
82e0af3a5a
Bug 1053804: Cleanup Bluetooth Handsfree manager, r=shuang
...
This patch removes the unusued callback code from Bluetooth's
Handsfree manager.
2014-08-21 10:10:39 +02:00
Thomas Zimmermann
8bc1aa2290
Bug 1053804: Integrate runnables into Handsfree notifications, r=shuang
...
A number of notifications dispatch runnables to the main thread for
invoking actions. This is not requireed, as notifications already
run on the main thread. This patch merges the runnable's code into
the respective notifications.
2014-08-21 10:10:39 +02:00
Thomas Zimmermann
de8efe7881
Bug 1053804: Use Bluetooth Handsfree notifications, r=shuang
...
This patch replaces Handsfree callbacks by notifications. One
important change is that the first call to |BluetoothHandsfreeManager::Get|
now happens during initialization. Hence the Handsfree manager is now setup
immediately, instead of later at use.
2014-08-21 10:10:38 +02:00
Thomas Zimmermann
72eb36ef53
Bug 1053804: Implement Bluetooth Handsfree notifications, r=shuang
...
The patch adds notifications support to the Handsfree manager. Each
notification's method is taken from the respective callback code, with
changes to the arguments' data types.
2014-08-21 10:10:38 +02:00
Thomas Zimmermann
11b6bf3249
Bug 1053804: Add Bluetooth Handsfree notifications, r=shuang
...
The notification interface consists of virtual methods that are
invoked form the Bluetooth backend on certain events. The Handsfree
manager can implement the methods to handle these events.
2014-08-21 10:10:37 +02:00
B2G Bumper Bot
bf55185b15
Bumping manifests a=b2g-bump
2014-08-21 01:11:50 -07:00
B2G Bumper Bot
c73bbbac76
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1bb11f6f0877
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #23132 from asutherland/email-unread-msgs-fix
Bug 800402 - [email] UI: Show the number of unread messages in the message-list header after the folder name. back-end fix-up. r=asuth
========
https://hg.mozilla.org/integration/gaia-central/rev/f693ef8d786b
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 800402 - [email] UI: Show the number of unread messages in the message-list header after the folder name. back-end fix-up. r=asuth
propagating the GELAM fix:
https://github.com/mozilla-b2g/gaia-email-libs-and-more/pull/330
2014-08-21 01:05:29 -07:00
Jan de Mooij
4883414fde
Bug 1056140 - Inline JSContext::runningWithTrustedPrincipals(). r=luke
2014-08-21 09:48:39 +02:00
B2G Bumper Bot
d0f06d807d
Bumping manifests a=b2g-bump
2014-08-21 00:41:29 -07:00
B2G Bumper Bot
6571102e1d
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/650330c8abc6
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #23035 from EverythingMe/1055498-refactor-create
Bug 1055498 - [Collection] [Refactor] Clean up create_collection.js
========
https://hg.mozilla.org/integration/gaia-central/rev/128fe1a2eb43
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 1055498 - [Collection] [Refactor] Clean up create_collection.js
========
https://hg.mozilla.org/integration/gaia-central/rev/8682bcfb398e
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #23029 from yurenju/app-makefile-3
Bug 1029385 - Rewrite app-makefile rule in javascript r=ochameau
========
https://hg.mozilla.org/integration/gaia-central/rev/c3d20c412427
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 1029385 - Rewrite app-makefile rule in javascript r=ochameau
2014-08-21 00:35:35 -07:00
Thomas Zimmermann
c1da71678e
Bug 1050174: Cleanup interface of |BluetoothSocket| (under bluetoth2/), r=btian
...
This patch cleans up the interface of Bluedroid's |BluetoothScoket|
to look more similar the interface of |UnixSocketConsumer|, from
which it descends.
2014-08-21 09:30:37 +02:00
Thomas Zimmermann
934eb04f18
Bug 1050174: Use |SocketIOShutdownTask| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:37 +02:00
Thomas Zimmermann
182a7a5ee6
Bug 1050174: Use |SocketIOSendTask| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:37 +02:00
Thomas Zimmermann
8a53389156
Bug 1050174: Use |SocketIOTask| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:36 +02:00
Thomas Zimmermann
b062bfbcd8
Bug 1050174: Use |SocketIOBase| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:36 +02:00
Thomas Zimmermann
3b9a504579
Bug 1050174: Use |SocketIODeleteInstanceRunnable| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:36 +02:00
Thomas Zimmermann
831c114c1a
Bug 1050174: Use |SocketIORequestClosingRunnable| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:36 +02:00
Thomas Zimmermann
8f4db76357
Bug 1050174: Use |SocketIOReceiveRunnable| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:35 +02:00
Thomas Zimmermann
5561039241
Bug 1050174: Use |SocketIOEventRunnable| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:35 +02:00
Thomas Zimmermann
c60f953c36
Bug 1050174: Use |SocketIORunnable| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:35 +02:00
Thomas Zimmermann
9de3c49579
Bug 1050174: Use |SocketConsumerBase| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:34 +02:00
Thomas Zimmermann
6052069472
Bug 1050174: Cleanup fields in |DroidSocketImpl| (under bluetooth2/), r=btian
...
|DroidSocketImpl| contains several unused fields that are removed
by this patch.
2014-08-21 09:30:34 +02:00
B2G Bumper Bot
73a586ad69
Bumping manifests a=b2g-bump
2014-08-21 00:11:29 -07:00
B2G Bumper Bot
14f6c9ac29
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4ef3a93fc365
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #23131 from yurenju/ringtones
Bug 1026698 - fix unit test of build system r=testonly
========
https://hg.mozilla.org/integration/gaia-central/rev/7668a4a100d4
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 1026698 - fix unit test of build system r=testonly
2014-08-21 00:05:30 -07:00
Makoto Kato
cd0c438839
Bug 1054811 - Set HAVE_X86_AVX2 for VS2012 or later. r=glandium
2014-08-21 15:46:45 +09:00
B2G Bumper Bot
beb0ee3de7
Bumping manifests a=b2g-bump
2014-08-20 23:42:38 -07:00
Paul Rouget
33557e57e4
Bug 1055022 - unselect runtimeApps on disconnect. r=jryans
2014-08-21 08:38:10 +02:00
B2G Bumper Bot
d5564867ed
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/84aeb6eb9ddd
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #22100 from snowmantw/issue1043103
Bug 1043103 - [Lockscreen] Implement actionable LockScreen notifications
========
https://hg.mozilla.org/integration/gaia-central/rev/8186787f6fd7
Author: Greg Weng <snowmantw@gmail.com>
Desc: Bug 1043103 - [Lockscreen] Implement actionable LockScreen notifications
========
https://hg.mozilla.org/integration/gaia-central/rev/d579ecc95296
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #20905 from pivanov/bug-1026698
Bug 1026698 - (2.0-visual-refresh)[Ringtones] Add & Set New System Notifications r=squib
========
https://hg.mozilla.org/integration/gaia-central/rev/37edf836059f
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 1026698 - (2.0-visual-refresh)[Ringtones] Add & Set New System Notifications
========
https://hg.mozilla.org/integration/gaia-central/rev/fcae27f7f343
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #23060 from dominickuo/bug-1040712
Bug 1040712 - [System] use same silent style icon for status bar and sound manager, r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/a48d5e795a23
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 1040712 - [System] use same silent style icon for status bar and sound manager
2014-08-20 23:35:27 -07:00
B2G Bumper Bot
b89d98a3c0
Bumping manifests a=b2g-bump
2014-08-20 23:22:01 -07:00
B2G Bumper Bot
5c6ef5eb87
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/cd1fa5ec5da8
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #23092 from sangpire/Bug1052243
Bug 1052243 - jshangul.js need unit tests, r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/5009d14fa38e
Author: sangpire <sangpire@gmail.com>
Desc: Bug 1052243 - jshangul.js need unit tests
2014-08-20 23:15:36 -07:00
Mark Finkle
c63d42e63c
Bug 1048387 r=snorp
2014-08-21 00:38:17 -04:00
Chenxia Liu
738ebec262
Bug 1030935 - Measure default application setting in telemetry r=nalexander
2014-08-21 00:36:14 -04:00
B2G Bumper Bot
cbad912b8d
Bumping manifests a=b2g-bump
2014-08-20 21:00:02 -07:00
B2G Bumper Bot
2f741a5c5b
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1ad3b701458e
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #23123 from yurenju/enhance-build-unit
Bug 1040658 - Add more log for gaia build unit test r=testonly
========
https://hg.mozilla.org/integration/gaia-central/rev/8012a40820ef
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 1040658 - Add more log for gaia build unit test r=testonly
2014-08-20 20:55:52 -07:00
B2G Bumper Bot
54eac88624
Bumping manifests a=b2g-bump
2014-08-20 20:35:59 -07:00
B2G Bumper Bot
d8d9212528
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6f1190af1ca6
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #22847 from dmarcos/bug1049259master
Bug 1049259 - [B2G][Notes] Cannot attach a picture directly from the cam...
========
https://hg.mozilla.org/integration/gaia-central/rev/4e5070ac169a
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Bug 1049259 - [B2G][Notes] Cannot attach a picture directly from the camera when creating a new note
2014-08-20 20:30:31 -07:00