Commit Graph

354964 Commits

Author SHA1 Message Date
B2G Bumper Bot
67f03c2243 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/457d29d40f88
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #17975 from AndreiH/bug_992162

Bug 992162 - [master] Fix test_lockscreen_unlock_to_camera_with_passcode...

========

https://hg.mozilla.org/integration/gaia-central/rev/a1c26ad93f62
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 992162 - [master] Fix test_lockscreen_unlock_to_camera_with_passcode.TestCameraUnlockWithPasscode
2014-04-09 06:43:20 -07:00
Alexandre Lissy
c98f4b9d37 Bug 930794 - Delete notification cleared from tray. r=mhenretty, gwagner 2014-03-18 17:01:13 +01:00
B2G Bumper Bot
2bb54055ad Bumping manifests a=b2g-bump 2014-04-09 06:27:33 -07:00
B2G Bumper Bot
78ffaf8eb7 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2721b92456e6
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #18111 from AndreiH/985498

Bug 985498 - Investigate and fix test_delete_app fail on Travis

========

https://hg.mozilla.org/integration/gaia-central/rev/1c3defebc79a
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 985498 - Investigate and fix test_delete_app fail on Travis

========

https://hg.mozilla.org/integration/gaia-central/rev/604783362d20
Author: gitmai <mri@tid.es>
Desc: Merge pull request #18104 from gitmai/bug-986833-cc-app-msg-no-api

Bug 986833 - The cost control app doesn't work on b2g-desktop
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/7faec054cee6
Author: mai <mri@tid.es>
Desc: Bug 986833 - The cost control app doesn't work on b2g-desktop
2014-04-09 06:21:26 -07:00
Vivien Nicolas
9352d16730 Bug 986752 - CSS :active states get stuck with multiple on-screen touches. r=botond 2014-04-09 14:47:30 +02:00
Carsten "Tomcat" Book
065e1fb950 Merge m-c to b2g-inbound 2014-04-09 14:47:41 +02:00
B2G Bumper Bot
692cac405c Bumping manifests a=b2g-bump 2014-04-09 05:46:44 -07:00
B2G Bumper Bot
fec72c517b Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/610dda30df47
Author: AxelR <aroyerb@gmail.com>
Desc: Bug 981572 - No forward buttons on undownloaded MMS r=julien
2014-04-09 05:41:11 -07:00
B2G Bumper Bot
6ec47981f5 Bumping manifests a=b2g-bump 2014-04-09 05:36:34 -07:00
B2G Bumper Bot
c9adcf9c00 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/036e72a2314b
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 994002 - Bump gaiatest version to 0.22. r=fstrugariu
2014-04-09 05:31:11 -07:00
Carsten "Tomcat" Book
d7dfb3c5c8 merge b2g-inbound to mozilla-central 2014-04-09 14:27:34 +02:00
Carsten "Tomcat" Book
df7124f116 merge fx-team to mozilla-central 2014-04-09 14:23:03 +02:00
B2G Bumper Bot
ed9686e93a Bumping manifests a=b2g-bump 2014-04-09 05:21:28 -07:00
Carsten "Tomcat" Book
911eade81a merge mozilla-inbound to mozilla-central 2014-04-09 14:18:36 +02:00
B2G Bumper Bot
78be688e1f Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/124637ae84a3
Author: Zac <zcampbell@mozilla.com>
Desc: Bug 982995 - Address intermittent in test_sms_add_contact r=testonly
2014-04-09 05:16:13 -07:00
Thomas Zimmermann
66715d0adc Bug 990392: Fix comments about shared variables in BluetoothDBusService, r=echou 2014-04-09 13:59:19 +02:00
Thomas Zimmermann
27f401f1f0 Bug 990392: Move |sControllerArray| to main thread, r=echou
|sControllerArray| is only being used on the main thread, but
cleared on the I/O thread. During the BlueZ shutdown, we go
through the main thread, where we can clear |sControllerArray|;
moving the variable to main thread exclusively.
2014-04-09 13:59:15 +02:00
Thomas Zimmermann
55cb24ce69 Bug 990392: Move |sAdapterPath| to I/O thread, r=echou
|sAdapterPath| is being accessed from within the main and the
I/O thread in a possible non-thread-safe way. This patch moves
all access to the I/O thread.
2014-04-09 13:59:11 +02:00
Thomas Zimmermann
9b9679dcad Bug 990392: Cleanup |GetServiceChannel| in BluetoothDBusService, r=echou
This patch prepares moving |sAdapterAdded| to the I/O thread. For
|GetServiceChannel| it gets pushed into task classes on the I/O
thread and the interface of these classes is cleaned up.
2014-04-09 13:59:06 +02:00
Thomas Zimmermann
5f7b0b5d90 Bug 990392: Move sAuthorizedServiceClass to I/O thread, r=echou
|sAuthorizedServiceClass| is being set on the main thread, but read
from within the I/O thread. Making the variable a static constant
array and moving all access to the I/O thread fixes potential race
conditions.
2014-04-09 13:59:03 +02:00
Thomas Zimmermann
710a04c9cc Bug 990392: Make |sIsPairing| non-atomic, r=echou
|sIsPairing| is not a shared resource. No need to make it atomic.
2014-04-09 13:58:59 +02:00
B2G Bumper Bot
406133ad5e Bumping manifests a=b2g-bump 2014-04-09 04:37:50 -07:00
B2G Bumper Bot
88eaede98a Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c984f317c38e
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 993990 - Make gaia_apps.js compatible with v1.3. r=zcampbell
2014-04-09 04:36:12 -07:00
B2G Bumper Bot
26298cc7ff Bumping manifests a=b2g-bump 2014-04-09 04:01:22 -07:00
B2G Bumper Bot
b034d4e178 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5f38253a99b5
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #17900 from EverythingMe/989983-original-icons

Bug 989983 - Use un-manipulated app icons for Collection icon [r=ranbena...

========

https://hg.mozilla.org/integration/gaia-central/rev/cf0fb983a6ce
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 989983 - Use un-manipulated app icons for Collection icon [r=ranbena]
2014-04-09 03:56:05 -07:00
B2G Bumper Bot
44cd406510 Bumping manifests a=b2g-bump 2014-04-09 02:41:13 -07:00
B2G Bumper Bot
6bb0262e93 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/da6109b189d1
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #18075 from lissyx/bug989876

Bug 989876 - Setting installTime and updateTime fields r=yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/7dc4a33c157f
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 989876 - Setting installTime and updateTime fields
2014-04-09 02:36:16 -07:00
B2G Bumper Bot
106776dd88 Bumping manifests a=b2g-bump 2014-04-09 02:26:35 -07:00
B2G Bumper Bot
b283c988e7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 984313 - [Music] @2.25x assets update, r=jimporter

========

https://hg.mozilla.org/integration/gaia-central/rev/b843139bbdee
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 984313 - [Music] @2.25x assets update
2014-04-09 02:21:11 -07:00
B2G Bumper Bot
cb1cbf9cda Bumping manifests a=b2g-bump 2014-04-09 02:07:49 -07:00
B2G Bumper Bot
886b35203a Bumping manifests a=b2g-bump 2014-04-09 02:01:19 -07:00
B2G Bumper Bot
9e4706ceb6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8bb872dc959b
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #18101 from timdream/bug989974-try

Bug 989974 - Reenable system/HardwareButtons intermittent failing unit test, r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/b9d8e881aa83
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 989974 - Reenable system/HardwareButtons intermittent failing unit test
2014-04-09 01:55:51 -07:00
B2G Bumper Bot
f301f536bb Bumping manifests a=b2g-bump 2014-04-09 01:43:02 -07:00
B2G Bumper Bot
5105b4d5fb Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/da0f70e16706
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #18074 from EverythingMe/un-xfail-eme

[993364, 993368] [un-xfail] etmmanager.js, Collection.js

========

https://hg.mozilla.org/integration/gaia-central/rev/9d99253a8121
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 993368 - [E.me] [un-xfail] Collections.js [r=ranbena]

========

https://hg.mozilla.org/integration/gaia-central/rev/57ec4fa6d717
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 993364 - [E.me] [un-xfail] etmmanager.js [r=ranbena]

========

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

Bug 967516 - Enable DEVICE_DEBUG by default for non production builds r=ochameau

========

https://hg.mozilla.org/integration/gaia-central/rev/124e9dde2a7e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 967516 - Enable DEVICE_DEBUG by default for non production builds r=ochameau
2014-04-09 01:41:21 -07:00
B2G Bumper Bot
a221dcd466 Bumping manifests a=b2g-bump 2014-04-09 01:02:49 -07:00
B2G Bumper Bot
82d5b6343a Bumping gaia.json for 30 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/82029fc5d70c
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #17885 from crh0716/975343

Bug 975343 - Show multiple phone numbers and iccids on dual sim devices r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/10878b39063e
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 975343 - Show multiple phone numbers and iccids on dual sim devices

========

https://hg.mozilla.org/integration/gaia-central/rev/2b9e9f9b377e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 993652 - Disable intermittent failing test, Places tests Search for previously visited URL

========

https://hg.mozilla.org/integration/gaia-central/rev/8ab0f2562ff7
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #17554 from DouglasSherk/984449-unify-sim-picker

Bug 984449 - [DSDS] Unify SIM picker HTML fragment and add build support for shared/elements/ r=francisco, julienw, rik, yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/781cfd42d84b
Author: DouglasSherk <github@sherk.me>
Desc: Bug 984449 - [DSDS] Unify SIM picker HTML fragment and add build support for shared/elements/ r=francisco, julienw, rik, yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/50d19c14c529
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #16625 from eeejay/bug-976630

Bug 976630 - [Settings] style non-current regions as hidden. r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/243667502c82
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 976630 - [Settings] Make non-current panels hidden.

========

https://hg.mozilla.org/integration/gaia-central/rev/6a3d135a6e1a
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Merge pull request #18057 from justindarc/bug991384

Bug 991384 - [camera][madai] HDR/Flash conflict messages missing

========

https://hg.mozilla.org/integration/gaia-central/rev/4ac8e06ace8d
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Bug 991384 - [camera][madai] HDR/Flash conflict messages missing

========

https://hg.mozilla.org/integration/gaia-central/rev/fe3bcf15917b
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Merge pull request #17970 from hyunacho/bug991444

Bug 991444 - [camera][madai] geo-location dialogue not full screen in ca...

========

https://hg.mozilla.org/integration/gaia-central/rev/d2508c2f2e21
Author: hyuna.cho <hyuna.cho@lge.com>
Desc: Bug 991444 - [camera][madai] geo-location dialogue not full screen in camera

========

https://hg.mozilla.org/integration/gaia-central/rev/ace28cff7183
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #18055 from sfoster/patron-bambino-jet

Bug 987237 - Add option to display appIcon in cards; make screenshot pre...

========

https://hg.mozilla.org/integration/gaia-central/rev/beaf3cc6d4fa
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 987237 - Add option to display appIcon in cards; make screenshot preview in cards a settings option. r=alive

* New default/fallback icon for card view

* Use span for fallback cards view icon

* Move early return to ensure non-screenshot cards still get rotation class

* Implement cards view icon as overlay and fallback when screenshot setting is false, or retrieval fails

* Fix up getIconURI per bug 988128

* Add screenshot cards view setting to developer menu, with initial/default setting value as true

* Add tests for enabled and disabled screenshot handling in cards view

* Add some getIconURI tests

* Use SettingsListener to awatch screenshots.enabled setting; update test

========

https://hg.mozilla.org/integration/gaia-central/rev/9e6d58d2fb76
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #17813 from evanxd/bug-987351

Bug 987351 -  Migrate caldav_test.js to use new "view" code.

========

https://hg.mozilla.org/integration/gaia-central/rev/4bda52082601
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 987351 - Migrate caldav_test.js to use new "view" code.

========

https://hg.mozilla.org/integration/gaia-central/rev/5432828d0d4d
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Merge pull request #15985 from stasm/914414-l10njs-refactor

Bug 914414 - Refactor l10n.js. r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/d88aec90bb80
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 914414 - Refactor l10n.js. r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/d25cd9548857
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #17965 from dbaron/bug991927

Bug 991927 - Create new CustomEvent objects rather than caching them, to...

========

https://hg.mozilla.org/integration/gaia-central/rev/0093cefa6a88
Author: L. David Baron <dbaron@dbaron.org>
Desc: Bug 991927 - Create new CustomEvent objects rather than caching them, to avoid entraining their most recent target and preventing it from being GCed.

========

https://hg.mozilla.org/integration/gaia-central/rev/76b8a68e504c
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #17395 from svic/Bug_975268

Bug 975268: [System][NFC] Reset the screen idle timeout when a NFC tag/device is detected.

========

https://hg.mozilla.org/integration/gaia-central/rev/d52cf3a5465b
Author: Garner Lee <garner.lee@telekom.com>
Desc: Bug 975268: [System][NFC] Reset the screen idle timeout when a NFC tag/device is detected. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/c7a5a4ca2dbd
Author: Greg Weng <snowmantw@gmail.com>
Desc: Revert "Revert (manually revert) "Bug 933035 - [B2G][System][Lockscreen] The"

This reverts commit 86ff94b32e369a925b79ae16ced141c1ac36fc0e.

After confirmed this backout didn't help the bug,
I now reland the code back, and to see if it can solve the other bug
may cause by it (Bug 993281)

========

https://hg.mozilla.org/integration/gaia-central/rev/4376dd950071
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #17982 from lissyx/bug980701

Bug 980701 - Make sure we do not try to place more than two calls r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/4c772d1c28a6
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 980701 - Make sure we do not try to place more than two calls

We cannot open more than two lines, and mozTelephony is not able yet to
tell us that we are doing this. So we do a check ourself for now, and
bug 990472 should fix it at mozTelephony level.

========

https://hg.mozilla.org/integration/gaia-central/rev/affd87452ab8
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #18021 from steveck-chung/Browser-2.25X

Bug 983079 - [MADAI][Browser] @2.25x assets update for Browser r=benfrancis

========

https://hg.mozilla.org/integration/gaia-central/rev/5788053c7de6
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 983079 - [MADAI][Browser] @2.25x assets update for Browser

========

https://hg.mozilla.org/integration/gaia-central/rev/f9f5b64889dd
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #17677 from timdream/keyboard2-autocorrect-test

Bug 977451 - [keyboard refactor] Unit test for autocorrect.js and suggestions.js, r=janjongboom

========

https://hg.mozilla.org/integration/gaia-central/rev/997d4d58f1eb
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 977451 - [keyboard refactor] Unit test for autocorrect.js and suggestions.js

========

https://hg.mozilla.org/integration/gaia-central/rev/7ee9dc4e2556
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #18051 from benfrancis/959694-master2

Bug 959694 - Combine Rocketbar and statusbar r=alive r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/983471d44394
Author: Ben Francis <ben@tola.me.uk>
Desc: Bug 959694 - Combine Rocketbar and statusbar r=alive r=kgrandon
2014-04-09 01:01:12 -07:00
B2G Bumper Bot
01398d108a Bumping manifests a=b2g-bump 2014-04-09 00:42:52 -07:00
Aaron Klotz
025fed58f4 Bug 913653: Remove lock from IOInterposer and add IOInterposer thread registration; r=froydnj 2014-04-08 22:57:52 -06:00
Chris Pearce
6e3295989a Bug 993003 - Ensure we abort media load if IMFSourceReader creation fails. r=padenot 2014-04-09 16:45:32 +12:00
Chris Pearce
ba592ad56e Bug 992105 - Remember topics for screensaver lock in Windows WakeLockListener, so that toggling fullscreen while playing video doesn't prevent screen wakelock being unlocked. r=padenot 2014-04-09 16:45:00 +12:00
Matt Woodrow
3bfffe39dd Bug 991046 - Add some fuzzy to the test for windows 8. 2014-04-09 15:49:12 +12:00
Gregory Szorc
f9ca77bae1 NO BUG - Install RBTools 0.6
We were previously installing a pre-release of RBTools from Git. The
patches we were waiting on are now in RBTools 0.6. So, install the
released version from PyPI.

DONTBUILD (NPOTB)

--HG--
extra : rebase_source : 0c3c13c6e9ec24ae7ebcabe5b2e4fa64441b2332
2014-04-08 16:03:35 -07:00
Ryan VanderMeulen
f7f6976e6e Merge inbound to m-c. 2014-04-08 18:17:58 -04:00
Ryan VanderMeulen
e53b2c5ade Merge b2g-inbound to m-c. 2014-04-08 18:09:36 -04:00
Wes Johnston
7bfd5c5542 Bug 985400 - Post menu changes to UIThread to avoid issues with animatinos. r=lucasr 2014-04-08 12:14:40 -07:00
Michael Comella
b09904cfcc Bug 981872 - Replace sha-1 MessageDigest with NativeCrypto. r=nalexander 2014-04-08 11:44:38 -07:00
David Keeler
7271837f38 bug 990603 - test override for server certificate with basic constraints: CA=true r=briansmith 2014-04-08 09:51:45 -07:00
David Keeler
281f1bd79b bug 990603 - mozilla::pkix: defer reporting end-entity cert errors until after path building r=briansmith 2014-04-08 09:49:36 -07:00
Kannan Vijayan
97de7a7ec6 Bug 993071 - Rename FunctionBoundary IR instructions to ProfilerStackOp. r=luke 2014-04-08 12:16:18 -04:00
Jonathan Watt
aca76ba851 Bug 993323 - Make nsWindowGfx::CreateIcon() use the new gfxUtils helper for format conversion. r=Bas 2014-04-08 16:12:28 +01:00