Commit Graph

175328 Commits

Author SHA1 Message Date
Thomas Zimmermann
b689b9e6cc Bug 983576: Fail if sDBusConnection is not set, r=echou
Until now, we had corner cases in Bluetooth where DBus messages might
have been received on connections that are shutting down. This can't
happen any longer and this patch replaces the respective tests with
assertions.
2014-03-27 11:43:49 +01:00
Thomas Zimmermann
2b29d92ffb Bug 983576: Refactor BlueZ start/stop code, r=echou
With this patch, the start code of Bluetooth's BlueZ back mostly
runs on the I/O thread. Only the loading of the BT firmware and
the blocking connection setup is done on the BT thread.

The stop code has been moved to the I/O thread, except for some
initial waiting and the final cleanup of the firmware. The code
doesn't wait for errors anymore when cleaning up the connection
to DBus. This makes it run completely non-blocking. The initial
waiting may later be replaced by something more sophisticated.
2014-03-27 11:43:48 +01:00
Thomas Zimmermann
6b22653376 Bug 983576: Move DispatchToBtThread to mozilla::bluetooth namespace, r=echou
This patch moves DispatchToBtThread to mozilla::bluetooth, so that
it is available on the I/O thread.
2014-03-27 11:43:48 +01:00
B2G Bumper Bot
10364f7bf7 Bumping manifests a=b2g-bump 2014-03-27 03:31:08 -07:00
B2G Bumper Bot
19b2e94b9f Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5677b873c0d3
Author: Carsten Book -Tomcat- <cbook@mozilla.com>
Desc: Revert "Bug 971512 - [System] Instantiable layout manager" for gaia unit test failure

This reverts commit 8d89fc1c523e46e7ff6ec45687605c7b60f91a34.
2014-03-27 03:25:59 -07:00
B2G Bumper Bot
436a2b2478 Bumping manifests a=b2g-bump 2014-03-27 03:16:13 -07:00
B2G Bumper Bot
298dff0535 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/49db49ae1acf
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #16014 from EragonJ/bug-962927

Bug 962927 - [DSDS] After PUK is locked, SIM manager did not show "No SI...

========

https://hg.mozilla.org/integration/gaia-central/rev/e82d6df6faf9
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 962927 - [DSDS] After PUK is locked, SIM manager did not show "No SIM card"

- we can automatically set on differnt card in this PUK case
- add related test
- add permanentBlocked state in the other files' mapping table
2014-03-27 03:10:58 -07:00
B2G Bumper Bot
5c61f18461 Bumping manifests a=b2g-bump 2014-03-27 03:06:12 -07:00
B2G Bumper Bot
7787fb5b13 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/64cc57b5a051
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #17697 from dmarcos/bug988287

Bug 988287 - [CAMERA][MADAI] HUD is receiving click events when it is in...

========

https://hg.mozilla.org/integration/gaia-central/rev/499681502671
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 988287 - [CAMERA][MADAI] HUD is receiving click events when it is invisible state
2014-03-27 03:01:06 -07:00
Thomas Zimmermann
89e040f50e Bug 986440: Add missing field |number| for REQUEST_QUERY_CALL_FORWARD_STATUS, r=htsai
The field |number| is missing when REQUEST_QUERY_CALL_FORWARD_STATUS
gets invoked from RilContentHelper.js. This patch adds a test to the
function |queryCallForwardingStatus| for handling this case.

--HG--
extra : rebase_source : c56474a2023434ac3658c7771244c6380ca2a6e0
2014-03-27 10:35:30 +01:00
Thomas Zimmermann
30e7db0ae0 Bug 986440: Check for |radioTech| in |voiceRegistrationState|, r=htsai
When starting up RIL, |radioTech| in |voiceRegistrationState| is not
defined before we received REQUEST_VOICE_REGISTRATION_STATE. This
patch adds an extra test to avoid the respective error message.

--HG--
extra : rebase_source : 19927ec9a3892606d81f3209ea470ce297d927d7
2014-03-27 10:35:24 +01:00
Thomas Zimmermann
96b7107a80 Bug 986440: Test for |options.rilMessageType| in REQUEST_GET_SMSC_ADDRESS handler, r=htsai
The response handler for REQUEST_GET_SMSC_ADDRESS expects the field
|rilMessageType| to be present in its options. This is not the case
if the request was generated from within ril_worker.js.

This patch handles this case by adding an extra test for the existance
of the field. The response handler will return without sending a reply
to the content helper. This is not a problem since the content handler
did not invoke the request anyway.

--HG--
extra : rebase_source : 211d5f4dc29dd99b745bc29d856c291175f156f1
2014-03-27 10:35:17 +01:00
Thomas Zimmermann
3342e9a58d Bug 986440: Return 'null' from RIL-worker function, r=htsai
One of the functions in ril_worker.js is supposed to return 'null'
on errors, but returns 'undefined' instead. This patch fixes the
problem.

--HG--
extra : rebase_source : 0f0c1cc06fb4bcb6fe034ab3c88890b351a6cad6
2014-03-27 10:35:09 +01:00
B2G Bumper Bot
e2d652141a Bumping manifests a=b2g-bump 2014-03-27 02:37:58 -07:00
B2G Bumper Bot
95164a7596 Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/81ab3eca0972
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #17648 from Archaeopteryx/settings-bug988296-imsSettingsHeader

Bug 988296 - imsSettings-header points to messageSettings, should be imsSettings ('Message settings' vs. 'IMS settings'). r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/f173051314f0
Author: Sebastian Hengst <archaeopteryx@coole-files.de>
Desc: Bug 988296 - imsSettings-header points to messageSettings, should be imsSettings ('Message settings' vs. 'IMS settings')

========

https://hg.mozilla.org/integration/gaia-central/rev/de294db4916a
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #17234 from gasolin/issue-984265

Bug 984265 - JSHint fixes for shared/js, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/8c6db0984738
Author: gasolin <gasolin@gmail.com>
Desc: Bug 984265 - JSHint fixes for shared/js

========

https://hg.mozilla.org/integration/gaia-central/rev/30f5e0567872
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #17692 from gasolin/issue-982033

Bug 982033 - change layout manager instantiate place to solve app_window..., r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/5eab86aee324
Author: gasolin <gasolin@gmail.com>
Desc: Bug 982033 - change layout manager instantiate place to solve app_window dependency

========

https://hg.mozilla.org/integration/gaia-central/rev/faff9e749627
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #17694 from dmarcos/bug986763

Bug 986763 - [Camera][Madai] Very short video not saved.

========

https://hg.mozilla.org/integration/gaia-central/rev/39eafbf78e45
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Bug 986763 - [Camera][Madai] Very short video not saved.
2014-03-27 02:37:47 -07:00
Henry Chang
c528ac7581 Bug 986360 - Add nullity check to |flags|. r=chulee 2014-03-21 17:00:38 +08:00
Jocelyn Liu
b487187ebe Bug 986375 - Use defined constants for HFP result code to avoid typo. r=echou 2014-03-26 19:08:00 +01:00
B2G Bumper Bot
e80882b31e Bumping manifests a=b2g-bump 2014-03-27 02:01:08 -07:00
B2G Bumper Bot
3a98f80b81 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/41765604827e
Author: Carsten Book -Tomcat- <cbook@mozilla.com>
Desc: Revert "Bug 930364 - standard text message sound is jarring" for gaia-unit test failure

This reverts commit e977096d3d9b5ca5818d0a3569ae1258b7a7970b.

========

https://hg.mozilla.org/integration/gaia-central/rev/3b93166983eb
Author: Fernando Rodríguez Sela <frsela@tid.es>
Desc: Merge pull request #17655 from frsela/STK/Bug988362

Bug 988362 - [STK]The maxlength of the inputbox didn't set corretly in GET_INPUT command. (Increment wait time), r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/e72e7c388966
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: Bug 988362 - [STK]The maxlength of the inputbox didn't set corretly in GET_INPUT command. (Increment wait time)
2014-03-27 01:55:57 -07:00
B2G Bumper Bot
1fe5d9ca92 Bumping manifests a=b2g-bump 2014-03-27 01:46:05 -07:00
B2G Bumper Bot
86560ef5d5 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cf33bfa7452a
Author: Yuren Ju <yurenju@gmail.com>
Desc: Revert "Bug 897352 - [gaia build system] Transition to a build_stage for assembling apps"

This reverts commit 8126421998f0e1b0bf618f6788db7eabb26be0b8.
2014-03-27 01:40:43 -07:00
B2G Bumper Bot
51a9e69b52 Bumping manifests a=b2g-bump 2014-03-27 00:41:08 -07:00
B2G Bumper Bot
cac78692ff Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/55563cf01c3b
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #17679 from yurenju/stage-windows-squash-3

Bug 897352 - [gaia build system] Transition to a build_stage for assembl... r=@ochameau

========

https://hg.mozilla.org/integration/gaia-central/rev/4d22a61a338f
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 897352 - [gaia build system] Transition to a build_stage for assembling apps

Conflicts:
	Makefile
	apps/communications/build/build.js
	build/copy-build-stage-manifest.js
	build/test/integration/distribution.test.js
	build/utils-xpc.js
	build/utils.js
	build/webapp-manifests.js

========

https://hg.mozilla.org/integration/gaia-central/rev/1b7702f6aca0
Author: gitmai <mri@tid.es>
Desc: Merge pull request #17674 from gitmai/bug-980861-balance-notification-without-sms

Bug 980861 -[Cost Control] Alarm should be notified when user configures...
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/37440a0a44b2
Author: mai <mri@tid.es>
Desc: Bug 980861 -[Cost Control] Alarm should be notified when user configures when use is above or when balance is below
2014-03-27 00:35:59 -07:00
B2G Bumper Bot
6cd3cc480d Bumping manifests a=b2g-bump 2014-03-27 00:31:11 -07:00
B2G Bumper Bot
f212c92d23 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3e34cfb78347
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #17652 from rnowm/VR-modals

Bug 971072 - [VDR] [BB] update modals with new Buttons BB r=pivanov

========

https://hg.mozilla.org/integration/gaia-central/rev/b697dd4c3cba
Author: rnowm <arnau@arnaumarch.com>
Desc: Bug 971072 - [VDR] [BB] update modals with new Buttons BB

========

https://hg.mozilla.org/integration/gaia-central/rev/62ca208deebc
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #17641 from rexboy7/bug-971512-1.4

Bug 971512 - [System] Instantiable layout manager

========

https://hg.mozilla.org/integration/gaia-central/rev/3966c423ac0c
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 971512 - [System] Instantiable layout manager
2014-03-27 00:20:58 -07:00
B2G Bumper Bot
13360cbfe8 Bumping manifests a=b2g-bump 2014-03-27 00:01:10 -07:00
B2G Bumper Bot
fb7a580549 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/504550b9e9c7
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #17578 from Rik/sms-sound-930364

Bug 930364 - standard text message sound is jarring r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/bf70068d610a
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 930364 - standard text message sound is jarring
2014-03-26 23:56:09 -07:00
B2G Bumper Bot
8da39582d4 Bumping manifests a=b2g-bump 2014-03-26 23:21:12 -07:00
B2G Bumper Bot
450af00add Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/57c407d3e94b
Author: Luke Chang <lchang@mozilla.com>
Desc: Merge pull request #17684 from luke-chang/976413_start_stop_activity_window_factory_v2

Bug 976413 - [System2] Add start/stop methods to ActivityWindowFactory, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/81ffcfd3f088
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 976413 - [System2] Add start/stop methods to ActivityWindowFactory
2014-03-26 23:16:03 -07:00
B2G Bumper Bot
d6622b6b0e Bumping manifests a=b2g-bump 2014-03-26 21:26:10 -07:00
B2G Bumper Bot
0b00f26fd0 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7c7d1648ba4e
Author: Luke Chang <lchang@mozilla.com>
Desc: Merge pull request #17638 from luke-chang/971458_instantiable_app_window_factory_v2

Bug 971458 - [System2] Instantiable AppWindowFactory, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/ed773fec11b6
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 971458 - [System2] Instantiable AppWindowFactory

========

https://hg.mozilla.org/integration/gaia-central/rev/b068c13545a6
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #17573 from EragonJ/bug-960861-fix

Bug 960861 - mozMobileConnections should not be requisites for airplane ...

========

https://hg.mozilla.org/integration/gaia-central/rev/8bdf0d4988be
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 960861 - mozMobileConnections should not be requisites for airplane ...

========

https://hg.mozilla.org/integration/gaia-central/rev/63dff6cccf50
Author: Luke Chang <lchang@mozilla.com>
Desc: Merge pull request #17680 from luke-chang/988270_appwindowmanager_cause_unit_test_failed

Bug 988270 - The unit test of AppWindowManager will break other tests in system app, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/15d0692ac4f3
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 988270 - The unit test of AppWindowManager will break other tests in system app
2014-03-26 21:21:06 -07:00
B2G Bumper Bot
e01cd535f2 Bumping manifests a=b2g-bump 2014-03-26 21:07:36 -07:00
B2G Bumper Bot
4c84d388f3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a910be555f0c
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #17607 from nullaus/bug981764

bug 981764

========

https://hg.mozilla.org/integration/gaia-central/rev/1bc66b245735
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 981764

* Add 'cardviewbeforeshow' and 'cardviewbeforeclose' events to cards view.
* Added handling of 'cardviewbeforeshow' and 'cardviewbeforeclose' to HomescreenLauncher
  so that it will now fadeOut the homescreen before the card view is shown and fadeIn the
  homescreen before the card view is closed.
* Added tests for new homescreen launcher behavior.

r=alive
2014-03-26 21:06:02 -07:00
B2G Bumper Bot
8cb7cbed88 Bumping manifests a=b2g-bump 2014-03-26 20:46:24 -07:00
B2G Bumper Bot
d0c234f4e0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/453d338ad775
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #17628 from crh0716/988148

Bug 988148 - Hide the mobile connection state if it is emergency calls only and not primary sim r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/1ee808200b04
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 988148 - Hide the mobile connection state if it is emergency calls only and not primary sim
2014-03-26 20:41:12 -07:00
B2G Bumper Bot
9ceed51daf Bumping manifests a=b2g-bump 2014-03-26 20:21:13 -07:00
B2G Bumper Bot
2edd4045e3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/171943c1126a
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #17428 from alivedise/bugzilla/982491_master/parent-app

Bug 982491 - Add parent app manifestURL if there is, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/d13a5b8a3423
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 982491 - Add parent app manifestURL if there is
2014-03-26 20:11:45 -07:00
Ryan VanderMeulen
8b6cc2528d Merge m-c to b2g-inbound. 2014-03-26 23:09:04 -04:00
B2G Bumper Bot
4988a49f18 Bumping manifests a=b2g-bump 2014-03-26 20:06:09 -07:00
B2G Bumper Bot
e5f7f653a8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a86af27e6a6d
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #17499 from dominickuo/bug-982540

Bug 982540 - [Music] Recover the status to PLAYING after the player is resumed from the mozinterrupend event, r=jimporter

========

https://hg.mozilla.org/integration/gaia-central/rev/5a19fdbb848f
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 982540 - [Music] Recover the status to PLAYING after the player is resumed from the mozinterrupend event
2014-03-26 20:00:58 -07:00
B2G Bumper Bot
e705fc0661 Bumping manifests a=b2g-bump 2014-03-26 18:46:13 -07:00
B2G Bumper Bot
ff115538eb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 971515 - [System2] Instantiable MediaRecording, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/f029aa859187
Author: gasolin <gasolin@gmail.com>
Desc: Bug 971515 - [System2] Instantiable MediaRecording
2014-03-26 18:40:57 -07:00
Sotaro Ikeda
c945bef808 Bug 977880 - Handle ReleaseFence on tiled thebes layer r=cwiiis,nical,BenWa 2014-03-26 18:01:15 -07:00
Ryan VanderMeulen
d9d827e562 Merge inbound to m-c. 2014-03-26 20:58:31 -04:00
Ryan VanderMeulen
80aa712f37 Merge fx-team to m-c. 2014-03-26 20:51:01 -04:00
Ryan VanderMeulen
bd5a82a7e9 Merge b2g-inbound to m-c. 2014-03-26 20:46:47 -04:00
Ryan VanderMeulen
c7bbaba022 Backed out changeset fea9904b6dec (bug 987433) for leaks on a CLOSED TREE. 2014-03-26 19:44:54 -04:00
B2G Bumper Bot
7776d9a70f Bumping manifests a=b2g-bump 2014-03-26 16:36:09 -07:00
B2G Bumper Bot
0fb9db291c Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5aec7ae12f4a
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 967516 - Enable DEVICE_DEBUG by default for non production builds r=ochameau"

This reverts commit ddcc8f22ddaad19203262896738ef8b1b3bca253.
2014-03-26 16:31:00 -07:00
Chenxia Liu
3eb35d52bf Bug 959917 - Part 4: Fade visual feedback. r=lucasr 2014-03-26 16:07:14 -07:00