Commit Graph

378313 Commits

Author SHA1 Message Date
B2G Bumper Bot
9631eebfc4 Bumping manifests a=b2g-bump 2014-08-21 01:57:02 -07:00
B2G Bumper Bot
4326866d1d 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
3f418e870e Bumping manifests a=b2g-bump 2014-08-21 01:17:09 -07:00
Thomas Zimmermann
d3fa537d97 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
ff8788421a 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
bf8d450fa8 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
6246668276 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
7b23e8dfad 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
ca07a1c4cd 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
6e7066dd42 Bumping manifests a=b2g-bump 2014-08-21 01:11:50 -07:00
B2G Bumper Bot
f528f68744 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
76748ccc17 Bug 1056140 - Inline JSContext::runningWithTrustedPrincipals(). r=luke 2014-08-21 09:48:39 +02:00
B2G Bumper Bot
a2e0ddfe17 Bumping manifests a=b2g-bump 2014-08-21 00:41:29 -07:00
B2G Bumper Bot
923333e046 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
fa45e97710 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
1c0c5f8df9 Bug 1050174: Use |SocketIOShutdownTask| for Bluetooth sockets (under bluetooth2/), r=btian 2014-08-21 09:30:37 +02:00
Thomas Zimmermann
609a60d406 Bug 1050174: Use |SocketIOSendTask| for Bluetooth sockets (under bluetooth2/), r=btian 2014-08-21 09:30:37 +02:00
Thomas Zimmermann
e490b3df7d Bug 1050174: Use |SocketIOTask| for Bluetooth sockets (under bluetooth2/), r=btian 2014-08-21 09:30:36 +02:00
Thomas Zimmermann
ce5358d3fb Bug 1050174: Use |SocketIOBase| for Bluetooth sockets (under bluetooth2/), r=btian 2014-08-21 09:30:36 +02:00
Thomas Zimmermann
f93da9feb8 Bug 1050174: Use |SocketIODeleteInstanceRunnable| for Bluetooth sockets (under bluetooth2/), r=btian 2014-08-21 09:30:36 +02:00
Thomas Zimmermann
0f813f6b3e Bug 1050174: Use |SocketIORequestClosingRunnable| for Bluetooth sockets (under bluetooth2/), r=btian 2014-08-21 09:30:36 +02:00
Thomas Zimmermann
29bc0c4948 Bug 1050174: Use |SocketIOReceiveRunnable| for Bluetooth sockets (under bluetooth2/), r=btian 2014-08-21 09:30:35 +02:00
Thomas Zimmermann
4d4747f6fa Bug 1050174: Use |SocketIOEventRunnable| for Bluetooth sockets (under bluetooth2/), r=btian 2014-08-21 09:30:35 +02:00
Thomas Zimmermann
f2a339c3d2 Bug 1050174: Use |SocketIORunnable| for Bluetooth sockets (under bluetooth2/), r=btian 2014-08-21 09:30:35 +02:00
Thomas Zimmermann
86dfe18dc2 Bug 1050174: Use |SocketConsumerBase| for Bluetooth sockets (under bluetooth2/), r=btian 2014-08-21 09:30:34 +02:00
Thomas Zimmermann
b894debe3f 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
61c408b3ed Bumping manifests a=b2g-bump 2014-08-21 00:11:29 -07:00
B2G Bumper Bot
5aa14fcc45 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
1be6d2748b Bug 1054811 - Set HAVE_X86_AVX2 for VS2012 or later. r=glandium 2014-08-21 15:46:45 +09:00
B2G Bumper Bot
61f81937c9 Bumping manifests a=b2g-bump 2014-08-20 23:42:38 -07:00
Paul Rouget
81d55839dd Bug 1055022 - unselect runtimeApps on disconnect. r=jryans 2014-08-21 08:38:10 +02:00
B2G Bumper Bot
1d67e0a59d 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
f7d917185d Bumping manifests a=b2g-bump 2014-08-20 23:22:01 -07:00
B2G Bumper Bot
0d488c370e 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
7abe500e25 Bug 1048387 r=snorp 2014-08-21 00:38:17 -04:00
Chenxia Liu
41bdc5d9ec Bug 1030935 - Measure default application setting in telemetry r=nalexander 2014-08-21 00:36:14 -04:00
B2G Bumper Bot
3456671489 Bumping manifests a=b2g-bump 2014-08-20 21:00:02 -07:00
B2G Bumper Bot
0e30e3d9aa 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
834daaaee0 Bumping manifests a=b2g-bump 2014-08-20 20:35:59 -07:00
B2G Bumper Bot
cca09d253e 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
B2G Bumper Bot
15b1374fff Bumping manifests a=b2g-bump 2014-08-20 20:16:08 -07:00
B2G Bumper Bot
7127ec0ca1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5a394b99e33c
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #22977 from mancas/bug1053684

Bug 1053684 - [Clock] The Alarm sound volume is set at maximum r=mcav

========

https://hg.mozilla.org/integration/gaia-central/rev/7ca7f7c42760
Author: Manuel Casas Barrado <mancas.91@gmail.com>
Desc: Bug 1053684 - [Clock] The Alarm sound volume is set at maximum after some common operations
2014-08-20 20:10:25 -07:00
Nicholas Nethercote
c40e831763 Bug 1051106 - Remove a useless waitForScan() call. r=vchang.
--HG--
extra : rebase_source : fab1721336cd1c9878b7f8259524d73ea9fcebfe
2014-08-20 18:36:59 -07:00
Wes Kocher
3c9ea11691 Merge m-c to fx-team a=merge 2014-08-20 18:15:44 -07:00
B2G Bumper Bot
b6d7e3aaf4 Bumping manifests a=b2g-bump 2014-08-20 17:36:29 -07:00
B2G Bumper Bot
a2a30c0ae0 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

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

Bug 1055432 - [Calendar][TemplateLiterals] Make accounts template use Template Literals

========

https://hg.mozilla.org/integration/gaia-central/rev/e114e02c84f1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1055432 - [Calendar][TemplateLiterals] Make accounts template use Template Literals r=millermedeiros

========

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

Bug 1001090 - Update let usage in fake update checker

========

https://hg.mozilla.org/integration/gaia-central/rev/354c29abc988
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1001090 - Update let usage in fake update checker r=kgrandon
2014-08-20 17:30:31 -07:00
B2G Bumper Bot
4639439c2e Bumping manifests a=b2g-bump 2014-08-20 14:27:02 -07:00
B2G Bumper Bot
738913e42f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f08b1a56e548
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #23104 from eliperelman/bug-1056245

Bug 1056245 - Adjusting height of rocketbar search results when SHB is enabled

========

https://hg.mozilla.org/integration/gaia-central/rev/3d8f4688ab9a
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1056245 - Adjusting height of rocketbar search results when SHB is enabled
2014-08-20 14:25:32 -07:00
Kyle Machulis
32f44dc609 Backing out b5d49f1885af as it wasn't properly backed out in 0611006cc095
--HG--
extra : rebase_source : 22687deeeee7abd76e424b21bec8fc59fb6f7515
2014-08-20 13:37:55 -07:00
B2G Bumper Bot
1709f856ef Bumping manifests a=b2g-bump 2014-08-20 13:36:22 -07:00