Commit Graph

175698 Commits

Author SHA1 Message Date
B2G Bumper Bot
f07f3ace25 Bumping manifests a=b2g-bump 2014-03-27 03:06:12 -07:00
B2G Bumper Bot
42e3f713ec 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
ea2c4302bc 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
2e711b04a9 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
a2623c2ab0 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
c217994116 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
db38dc802e Bumping manifests a=b2g-bump 2014-03-27 02:37:58 -07:00
B2G Bumper Bot
8541f51af7 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
Carsten "Tomcat" Book
bad79ac3be Backed out changeset 52f43e3f552f (bug 619558) for frequent mochitest other test failure on OS X 10.8 2014-03-27 10:14:39 +01:00
Olivier Yiptong
9bf23741ca Bug 975211 - Create backend logic to provide list of Tiles and associated metadata (image, text, background color) [r=adw]
Package a list of directory links to expose via DirectoryLinksProvider.jsm
2014-03-27 01:03:42 -07:00
B2G Bumper Bot
506f02b9bc Bumping manifests a=b2g-bump 2014-03-26 23:21:12 -07:00
B2G Bumper Bot
88d06c8d17 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
Richard Newman
898c785ff0 Bug 965811 - Support Firefox Account-based Sync in SendTabActivity. r=nalexander 2014-03-26 22:21:19 -07:00
Nick Alexander
ff2d767beb Bug 983856 - Message when syncing is disabled by Android. r=rnewman 2014-03-26 22:11:05 -07:00
Ashwin Swaroop
6596fb9c77 Bug 983860 - Fixed a copy-paste error and replaced log message in AndroidFxAccount.enableSyncing() to say "Enabling" instead of "Disabling"; r=nalexander 2014-03-26 22:00:58 -07:00
B2G Bumper Bot
0cbb7852fb Bumping manifests a=b2g-bump 2014-03-26 21:26:10 -07:00
Wes Johnston
bf3b3e4186 Bug 981852 - Push GeckoEvents to a background thread. r=mfinkle 2014-03-26 21:21:40 -07:00
B2G Bumper Bot
31fe4648d3 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
Timothy Nikkel
baa995fcb1 Bug 957668. Protect against a null frame. r=nullcheck CLOSED TREE 2014-03-26 23:20:23 -05:00
B2G Bumper Bot
8f51ac7839 Bumping manifests a=b2g-bump 2014-03-26 21:07:36 -07:00
B2G Bumper Bot
9eb11324f5 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
ded450b0c6 Bumping manifests a=b2g-bump 2014-03-26 20:46:24 -07:00
B2G Bumper Bot
95a2783ab6 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
ac2ed6e583 Bumping manifests a=b2g-bump 2014-03-26 20:21:13 -07:00
B2G Bumper Bot
45002edcfc 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
3e14ec93b2 Merge m-c to inbound. 2014-03-26 23:09:54 -04:00
Ryan VanderMeulen
23aa865b55 Merge m-c to b2g-inbound. 2014-03-26 23:09:04 -04:00
Ryan VanderMeulen
c73d8169d7 Merge m-c to fx-team. 2014-03-26 23:08:02 -04:00
B2G Bumper Bot
8c51311755 Bumping manifests a=b2g-bump 2014-03-26 20:06:09 -07:00
B2G Bumper Bot
ce40a10170 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
cbaab46ce8 Bumping manifests a=b2g-bump 2014-03-26 18:46:13 -07:00
B2G Bumper Bot
dfdd76d402 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
Mark Capella
141df64342 Bug 982608 - Geckoeditable data loss using Swift keyboard during Text Selection, r=jchen, margaret 2014-03-26 21:34:46 -04:00
Sotaro Ikeda
f0adcd4de5 Bug 977880 - Handle ReleaseFence on tiled thebes layer r=cwiiis,nical,BenWa 2014-03-26 18:01:15 -07:00
Ryan VanderMeulen
4dc5242df5 Merge inbound to m-c. 2014-03-26 20:58:31 -04:00
Ryan VanderMeulen
0581431d4c Merge fx-team to m-c. 2014-03-26 20:51:01 -04:00
Ryan VanderMeulen
bff11409a3 Merge b2g-inbound to m-c. 2014-03-26 20:46:47 -04:00
Ryan VanderMeulen
4d6e8fe891 Backed out changeset fea9904b6dec (bug 987433) for leaks on a CLOSED TREE. 2014-03-26 19:44:54 -04:00
B2G Bumper Bot
93e397ffa9 Bumping manifests a=b2g-bump 2014-03-26 16:36:09 -07:00
B2G Bumper Bot
a6903adb5a 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
9168ed5365 Bug 959917 - Part 4: Fade visual feedback. r=lucasr 2014-03-26 16:07:14 -07:00
Chenxia Liu
ee752c0894 Bug 959917 - Part 3: Add nested reordering to context menu. r=lucasr 2014-03-26 16:07:14 -07:00
Chenxia Liu
875ac71893 Bug 959917 - Part 2: Support reordering in HomeConfig.Editor. r=lucasr 2014-03-26 16:07:14 -07:00
Chenxia Liu
abe8d9461e Bug 959917 - Part 1: Explicitly handle PanelConfig order in Editor. r=lucasr 2014-03-26 16:07:14 -07:00
Chenxia Liu
2695f163ab Bug 959917 - Part 0: Remove unused imports. r=lucasr 2014-03-26 16:07:13 -07:00
Chenxia Liu
66b148d268 Bug 959917 - Cleanup: Remove unused field. r=lucasr 2014-03-26 16:07:04 -07:00
Dave Townsend
d633915be4 Bug 986639: Use the __URI__ property of component and module globals to detect which add-on they come from. r=fitzgen 2014-03-26 16:04:20 -07:00
Dave Townsend
fec0c9e2da Bug 986108: Make all restartless add-ons debuggable. r=Unfocused, r=fitzgen 2014-03-26 16:03:57 -07:00
B2G Bumper Bot
b5a84aaca8 Bumping manifests a=b2g-bump 2014-03-26 15:56:07 -07:00
B2G Bumper Bot
a3cc1a6066 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/17c49bd866e1
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 942307 - Escape and newline custom browser prompts. r=fabrice
2014-03-26 15:50:54 -07:00