Commit Graph

314996 Commits

Author SHA1 Message Date
JW Wang
485b8bde11 Bug 865347 - Add functions to manipulate fake volumes to test SD card insert/remove. r=dhylands 2013-07-09 14:37:47 +08:00
Michael Wu
ce066e521a Bug 888552 - Use SET ps command to configure power save mode, r=vchang 2013-07-09 16:27:58 -04:00
Tapas Kundu
1d6572690c Bug 890541 - (gonk-jb) Call setInteractive() when display is enabled/disable r=mwu 2013-07-09 11:51:09 -07:00
Ryan VanderMeulen
12785ceb9b Backed out changesets d76274933db8 and dd3cedcdbe2b (bug 865347) to see if it fixes the Marionette timeouts. 2013-07-09 14:21:02 -04:00
Antonio M. Amaya
e52028de68 Bug 888926 - Avoid sending the system-messages-open-app message if the target app has already been notified. r=gene, r=fabrice 2013-07-03 13:20:06 +02:00
Gaia Pushbot
9b915d58a3 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/7cb565d70183
Author: You-Sheng Yang <vicamo@gmail.com>
Desc: Merge pull request #10854 from vicamo/bugzilla/891233/deprecate-mozSms-in-cost-control

Bug 891233 - [Cost Control] use navigator.mozMobileMessage instead. r=sa...

========

https://hg.mozilla.org/integration/gaia-central/rev/3f9ba6561939
Author: You-Sheng Yang (楊有勝) <vicamo@gmail.com>
Desc: Bug 891233 - [Cost Control] use navigator.mozMobileMessage instead. r=salva
2013-07-09 10:15:25 -07:00
Gaia Pushbot
a053a10522 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/cec2f675e2c2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10857 from crh0716/891042

Bug 891042 - Add a mock for mozIccManager

========

https://hg.mozilla.org/integration/gaia-central/rev/ee8354d7ae50
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 891042 - Add a mock for mozIccManager
2013-07-09 09:30:29 -07:00
Ryan VanderMeulen
81e71fa474 Backed out changeset 24484841e7bc (bug 888926) on suspicion of causing Marionette timeouts. 2013-07-09 12:28:03 -04:00
Gaia Pushbot
10230b93e8 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/95ada003fd61
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 890989 - [sms] we should not split the phone numbers on spaces r=julienw

https://bugzilla.mozilla.org/show_bug.cgi?id=890989
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-07-09 08:35:23 -07:00
Gaia Pushbot
5a42ee8cf0 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/02b607cf7882
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #10844 from arcturus/bug-890342

Bug 890342 - [SMS] LinkHelper regression: misrecognized links

========

https://hg.mozilla.org/integration/gaia-central/rev/a37d3007e1a1
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 890342 - [SMS] LinkHelper regression: misrecognized links
2013-07-09 08:05:23 -07:00
Thomas Zimmermann
87b5f80b6f Bug 875710: Added marionette tests for getCardLockRetryCount, r=vyang
The marionette tests for getCardLockRetryCount test retrieving the
retry count for 'pin', 'puk', and an invalid lock type. The former
two must return success or 'NotSupportedError', the latter may only
return 'IllegalAccessError'.
* * *
fix mar

--HG--
extra : rebase_source : 509cd74e783eaf8d77be8b37c7143f3043d69b28
2013-07-09 16:06:45 +02:00
Thomas Zimmermann
86b5023ccf Bug 875710: Added getCardLockRetryCount to nsIIccProvider, r=vyang, sr=mounir
This patch adds getCardLockRetryCount to nsIIccProvider and its
implementations. This method allows callers to query the number
of remaining tries for unlocking a SIM-card lock. Supported locks
are 'pin', 'puk', 'pin2', 'puk2', 'nck', 'cck', and 'spck'. The
call returns a DOM request that returns the retry count in its
success handler, or signals an appropriate error.

Reading the retry count is an optional feature and may not be
supported for all lock types. In this case the DOM request receives
and error with the name GECKO_ERROR_NOT_SUPPORTED. For an invalid
lock type, the error name is GECKO_ERROR_GENERIC_FAILURE.

getCardLockRetryCount replaces retryCount in nsIDOMMobileConnection,
which is now deprecated.

--HG--
extra : rebase_source : d1d11612f836652dca85f7c701f09e7af962e3b7
2013-07-09 16:06:05 +02:00
Ryan VanderMeulen
e95fd51183 Backed out changeset 9b2114c04762 (bug 885349) for timeouts in the new test. 2013-07-09 10:06:54 -04:00
David Clarke
f0f30baa1f Bug 889602 - Set ProfD directory within b2g. r=dhylands 2013-07-09 08:57:26 -04:00
Antonio M. Amaya
5c9f52adb2 Bug 888926 - Avoid sending the system-messages-open-app message if the target app has already been notified. r=gene, r=fabrice 2013-07-03 13:20:06 +02:00
Dale Harvey
39934db315 Bug 885349 - Add flag to context menu to detect audio being played in video elements. r=jlebar 2013-07-09 08:57:26 -04:00
JW Wang
ca2d8e1545 Bug 865347 - Add a test case to test new functions. r=dhylands 2013-07-04 14:47:26 +08:00
JW Wang
6024fcafc0 Bug 865347 - Add functions to manipulate fake volumes to test SD card insert/remove. r=dhylands 2013-07-09 14:37:47 +08:00
Shelly Lin
96a46d1102 Bug 811636 - Close the child FD in the parent asap in order to detect when the child closes its FD. r=dhylands 2013-07-09 10:37:33 +08:00
Gaia Pushbot
1cc49cd3e3 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/68ff795e16c1
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10772 from rwldrn/890053

Bug 890053 - [MMS][SMS] Regression. Recipients pull down pushes input behind keyboard

========

https://hg.mozilla.org/integration/gaia-central/rev/2b9a69c905ee
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 890053 - [MMS][SMS] Regression. Recipients pull down pushes input behind keyboard

- broken display: https://www.dropbox.com/sh/pirp25nqtaqcktr/pfFsPQPG6n#f:1.jpg
- fixed display: https://www.dropbox.com/sh/pirp25nqtaqcktr/pfFsPQPG6n#f:2.jpg

https://bugzilla.mozilla.org/show_bug.cgi?id=890053
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-07-09 03:15:27 -07:00
Gaia Pushbot
37b401e249 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/eeb604fca314
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #10778 from gasolin/master-881141

Bug 881141 - hdpi/xhdpi resolution assets and layout for Usage app, r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/89c376aa6e4e
Author: gasolin <gasolin@gmail.com>
Desc: Bug 881141 - hdpi/xhdpi resolution assets and layout for Usage app
2013-07-09 02:10:30 -07:00
Gaia Pushbot
ca79e496a1 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/1f91f91647f7
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #10809 from lodr/bug-889635-avoid-startup-error

Bug 889635 - Avoid startup error
r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/247724ca9e31
Author: lodr <salva@unoyunodiez.com>
Desc: Bug 889635 - Avoid startup error

========

https://hg.mozilla.org/integration/gaia-central/rev/89c54e45afdc
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #10829 from lodr/bug-842924-l10n-issue

Bug 842924 - Avoid l10n issues by providing wider selects
r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/c8540e809112
Author: lodr <salva@unoyunodiez.com>
Desc: Bug 842924 - Avoid l10n issues by providing wider selects
2013-07-09 01:25:23 -07:00
Thomas Zimmermann
a96bc3f7be Bug 884840: Reimplement GetServiceChannel without Bluetooth command thread, r=echou
The method BluetoothDBusService::GetServiceChannel currently blocks the
Bluetooth command thread while waiting for a DBus message, before it
dispatches a runnable to the main thread.

With this patch, the DBus message is processed asyncronously, and the
runnable gets dispatched from the DBus reply handler.

--HG--
extra : rebase_source : 24519b7dd8d59fcbbf78436092610c8db195f6a2
2013-07-09 09:56:14 +02:00
Thomas Zimmermann
4de46e8113 Bug 884840: Added DBusReplyHandler, r=qdot
Handler functions for DBus replies sometimes need several data fields
or need to keep state over replies for multiple messages. The DBus API
itself only allows for a single pointer to user data.

The class DBusReplyHandler is a base class for implementing DBus reply-
message handlers. Users of DBus can inherit from this class to implement
message-specific handlers.

--HG--
extra : rebase_source : 91c5f6e8d365922fd3b52fbaf502052f86274f16
2013-07-09 09:55:08 +02:00
Ed Morley
f2a832c8ec Merge latest green fx-team changeset and mozilla-central 2013-07-09 08:52:05 +01:00
Ed Morley
ffac98fbda Merge latest green birch changeset and mozilla-central 2013-07-09 08:50:20 +01:00
Ed Morley
ac5c16fc34 Merge latest green inbound changeset and mozilla-central 2013-07-09 08:47:47 +01:00
Dan Gohman
fed7d5f0ff Bug 891070 - IonMonkey: RangeAnalysis simplifications. r=nbp 2013-07-08 20:26:27 -07:00
Gaia Pushbot
49a3e09a94 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/58d73404571f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10848 from KevinGrandon/bug_889466_lockscreen_events

Bug 889466 - Use touch events for lockscreen r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/f6ddb049b529
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 889466 - Use touch events for lockscreen
2013-07-08 20:25:28 -07:00
Dan Gohman
611cee8e51 Bug 891070 - IonMonkey: Reimplement MUrsh::canOverflow using range information. r=nbp 2013-07-08 20:24:56 -07:00
Dan Gohman
bc1005b7d5 Bug 891070 - IonMonkey: Minor cleanups for lsh range analysis: fix a -Wsign-compare warning, and use a 32-bit shift instead of a 64-bit shift. r=nbp 2013-07-08 20:23:26 -07:00
Gaia Pushbot
4ac9e81445 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9b1e1641e89c
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #10827 from steveck-chung/hdpi-image-assets-css

Bug 884975 - [MMS] Apply 1.5x Res Version of the Images. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/4bd08888ab27
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 884975 - [MMS] Apply 1.5x Res Version of the Images
2013-07-08 19:40:23 -07:00
Gregory Szorc
ebf521fa21 Bug 875684 - Prevent mach's build terminal from misbehaving in screen; r=gaston
DONTBUILD (NPOTB)
2013-07-08 19:22:30 -07:00
Gaia Pushbot
92b181d5ba Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/8da5a527d6d9
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #10582 from wanderview/contacts-vis-mon-pr

Bug 879299: Add visibility_monitor to Contacts app.  r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/5dd51d34e38b
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 879299: Add visibility_monitor to Contacts app

This commit significantly refactors how contacts are loaded and rendered in
the DOM.  Placeholder items are initially added to the list and then later
filled in when visible.  Images are lazy loaded as before, but will now be
removed when the contact is no longer visible.  Search has also been
refactored to help encapsulate the contacts_list and importer_ui internals.
2013-07-08 18:15:54 -07:00
Justin Lebar
779d96d10f Bug 889984 - Don't leak objects which "inherit" from DOMRequestIpcHelper the associated window is closed. r=fabrice 2013-07-08 17:55:42 -04:00
Gaia Pushbot
4e43b5cc0a Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/b10d78a3cf56
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10825 from huchengtw-moz/gallery/Bug_888882_not_able_to_zoom_an_image-3

Bug 888882 - [Gallery] Not able to zoom an image taken from camera, when. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/85d76b055845
Author: John Hu <johu@mozilla.com>
Desc: Bug 888882 - [Gallery] Not able to zoom an image taken from camera, when launched gallery through camera app
2013-07-08 13:55:22 -07:00
Ryan VanderMeulen
c926eefe62 Merge m-c to fx-team. 2013-07-08 16:18:49 -04:00
Ryan VanderMeulen
5a4e0b21ab Merge m-c to birch. 2013-07-08 16:18:01 -04:00
Jonathan Griffin
6054ee8daa Bug 889637 - Add --es-server arg to Marionette, r=mcote 2013-07-08 12:28:53 -07:00
Jonathan Griffin
aa498a892f Bug 891139 - Bump marionette to 0.5.35, r=stephend 2013-07-08 19:55:42 -07:00
Dan Gohman
47f890bc09 Bug 891070 - IonMonkey: Stronger range analysis for or, xor, and not. r=nbp 2013-07-08 19:51:56 -07:00
Dan Gohman
b88c0097b8 Bug 762095 - Ignore resume points in blocks containing nothing but goto. 2013-07-08 19:38:36 -07:00
Dan Gohman
f57fe4feb3 Bug 891121 - When a test times out, print TIMEOUT instead of FAIL. r=terrence 2013-07-08 19:36:07 -07:00
Dan Gohman
b0e6ece906 Bug 891083 - Make the ImmWord version of x64's movq always use smaller immediate fields when possible; use movWithPatch when a patchable 64-bit immediate field is needed. Also, implement movq_i32r, which is useful for immediates in the range [INT32_MIN, 0). r=sstangl 2013-07-08 19:28:20 -07:00
Geoff Brown
68d22f0a0d Bug 889939 - Wait for Gecko startup at end of testJarReader; r=nalexander 2013-07-08 18:55:34 -07:00
Steve Workman
881c09835a Bug 497003 - Support delivery of OnDataAvailable on the HTML5 parser thread r=hsivonen r=bholley r=bz 2013-07-08 18:45:26 -07:00
Steve Workman
39eb54cc4f Bug 497003 - Support delivery of OnDataAvailable off the main thread r=bz r=jduell 2013-07-08 18:45:25 -07:00
John Daggett
844f041348 Bug 869764. Eliminate use of t2embed library in Windows GDI case. r=emk 2013-07-09 10:40:03 +09:00
Chenxia Liu
dca1f0da6d Bug 887325 - Robocop: Add missing system pages to testSystemPages. r=gbrown 2013-07-08 18:34:25 -07:00
Jim Mathies
e7c13bc509 Bug 891016 - Use shareAxis for data points in first run metrics test. r=followup 2013-07-08 20:18:17 -05:00