Commit Graph

201127 Commits

Author SHA1 Message Date
Thomas Zimmermann
5e5bc1cd09 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
43e680c63c 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
2bed41e8de 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
71cdd30826 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
8bd20deb1c Bumping manifests a=b2g-bump 2014-08-21 01:11:50 -07:00
B2G Bumper Bot
23df275796 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
43b737c1a1 Bug 1056140 - Inline JSContext::runningWithTrustedPrincipals(). r=luke 2014-08-21 09:48:39 +02:00
B2G Bumper Bot
aa9cdfa88b Bumping manifests a=b2g-bump 2014-08-21 00:41:29 -07:00
B2G Bumper Bot
3de677a8df 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
b5af5384e0 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
65390413b4 Bug 1050174: Use |SocketIOShutdownTask| for Bluetooth sockets (under bluetooth2/), r=btian 2014-08-21 09:30:37 +02:00
Thomas Zimmermann
687df7c88d Bug 1050174: Use |SocketIOSendTask| for Bluetooth sockets (under bluetooth2/), r=btian 2014-08-21 09:30:37 +02:00
Thomas Zimmermann
a78eebb573 Bug 1050174: Use |SocketIOTask| for Bluetooth sockets (under bluetooth2/), r=btian 2014-08-21 09:30:36 +02:00
Thomas Zimmermann
2c81ab87b1 Bug 1050174: Use |SocketIOBase| for Bluetooth sockets (under bluetooth2/), r=btian 2014-08-21 09:30:36 +02:00
Thomas Zimmermann
7f22b95680 Bug 1050174: Use |SocketIODeleteInstanceRunnable| for Bluetooth sockets (under bluetooth2/), r=btian 2014-08-21 09:30:36 +02:00
Thomas Zimmermann
88c87ce68d Bug 1050174: Use |SocketIORequestClosingRunnable| for Bluetooth sockets (under bluetooth2/), r=btian 2014-08-21 09:30:36 +02:00
Thomas Zimmermann
e7f495af17 Bug 1050174: Use |SocketIOReceiveRunnable| for Bluetooth sockets (under bluetooth2/), r=btian 2014-08-21 09:30:35 +02:00
Thomas Zimmermann
8ee99a171e Bug 1050174: Use |SocketIOEventRunnable| for Bluetooth sockets (under bluetooth2/), r=btian 2014-08-21 09:30:35 +02:00
Thomas Zimmermann
f584114663 Bug 1050174: Use |SocketIORunnable| for Bluetooth sockets (under bluetooth2/), r=btian 2014-08-21 09:30:35 +02:00
Thomas Zimmermann
3eafa853fe Bug 1050174: Use |SocketConsumerBase| for Bluetooth sockets (under bluetooth2/), r=btian 2014-08-21 09:30:34 +02:00
Thomas Zimmermann
e0177d1acf 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
7bd6bf1722 Bumping manifests a=b2g-bump 2014-08-21 00:11:29 -07:00
B2G Bumper Bot
76b924b4de 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
c4e0574b7e Bug 1054811 - Set HAVE_X86_AVX2 for VS2012 or later. r=glandium 2014-08-21 15:46:45 +09:00
B2G Bumper Bot
cfaec52340 Bumping manifests a=b2g-bump 2014-08-20 23:42:38 -07:00
Paul Rouget
d2fee41c9e Bug 1055022 - unselect runtimeApps on disconnect. r=jryans 2014-08-21 08:38:10 +02:00
B2G Bumper Bot
7a1923cc58 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
75507d0fd1 Bumping manifests a=b2g-bump 2014-08-20 23:22:01 -07:00
B2G Bumper Bot
688f0fa8b8 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
dbb9414e04 Bug 1048387 r=snorp 2014-08-21 00:38:17 -04:00
Chenxia Liu
b6b7b24a4b Bug 1030935 - Measure default application setting in telemetry r=nalexander 2014-08-21 00:36:14 -04:00
B2G Bumper Bot
5f52acfb58 Bumping manifests a=b2g-bump 2014-08-20 21:00:02 -07:00
B2G Bumper Bot
27c4bff131 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
dca27fd700 Bumping manifests a=b2g-bump 2014-08-20 20:35:59 -07:00
B2G Bumper Bot
2a094a61e3 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
1f048e3d49 Bumping manifests a=b2g-bump 2014-08-20 20:16:08 -07:00
B2G Bumper Bot
9b3f0cc62f 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
0d6350111c Bug 1051106 - Remove a useless waitForScan() call. r=vchang.
--HG--
extra : rebase_source : fab1721336cd1c9878b7f8259524d73ea9fcebfe
2014-08-20 18:36:59 -07:00
Wes Kocher
94141975c8 Merge m-c to fx-team a=merge 2014-08-20 18:15:44 -07:00
B2G Bumper Bot
ca22aa3228 Bumping manifests a=b2g-bump 2014-08-20 17:36:29 -07:00
B2G Bumper Bot
10504f04a7 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
a7e8601443 Bumping manifests a=b2g-bump 2014-08-20 14:27:02 -07:00
B2G Bumper Bot
c44e9fd0f9 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
1d5ce3afdf 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
98e210756c Bumping manifests a=b2g-bump 2014-08-20 13:36:22 -07:00
B2G Bumper Bot
561f60e0ed Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1056156 - [System] Update AppInstall uninstall method

========

https://hg.mozilla.org/integration/gaia-central/rev/1c002c0d049d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1056156 - [System] Update AppInstall uninstall method r=fabrice
2014-08-20 13:30:31 -07:00
Ryan VanderMeulen
c1a069b5aa Merge m-c to b2g-inbound. a=merge 2014-08-20 16:21:52 -04:00
Ryan VanderMeulen
9767936074 Merge inbound to m-c. a=merge 2014-08-20 16:14:23 -04:00
Ryan VanderMeulen
e7caadca50 Merge fx-team to m-c. a=merge 2014-08-20 15:56:32 -04:00
Fabrice Desré
f9222f1d8e Bug 1056226 - "Unrecoverable" app uninstall does not send manifest information to uninstall event r=marco 2014-08-20 12:27:32 -07:00