Граф коммитов

347188 Коммитов

Автор SHA1 Сообщение Дата
Ryan VanderMeulen 335cb3e213 Merge m-c to b2g-inbound. 2014-02-21 15:01:50 -05:00
Ryan VanderMeulen 6946d60028 Merge b2g-inbound to m-c. 2014-02-21 14:58:49 -05:00
Ryan VanderMeulen 18a2214a78 Backed out changeset a00bd379adb2 (bug 950371) for breaking OSX non-unified builds. 2014-02-21 14:58:34 -05:00
Fabrice Desré d949be0ef1 Backout 96eaa0f376ab (bug 961282) for smoketest regression. 2014-02-21 11:54:03 -08:00
B2G Bumper Bot 36d1127106 Bumping manifests a=b2g-bump 2014-02-21 11:51:12 -08:00
B2G Bumper Bot 833eb19103 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4283fcd52197
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #15914 from nullaus/task-switcher

Cards View Goodness!

========

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

* added StackManager.snapshot which gets a copy of the array of applications in the stack
* updated CardsView to get the list of and current app from StackManager
* made StackManager ignore the System application explicitly
* minor changes to help with jshint later
* added 'position' getter on stack manager
* added several tests to ensure that the position is current after stack has changed
* moved apps used in cards view test into a variable used to populate running apps as well as the stack
* removed old user ordering code (web os model task manager...) since it's incompatible with our new model
  and the code does not have any tests and it hasn't been enabled in a long time. We're moving on!
* detect cardsview being dismissed and re-enable edge gestures
* created a local help function to enable/disable edge gestures based on events received
* select currently active application card in cards view when cards view is shown
  if no active application, then default to stack position.
* cards view uses 'position' in stack internally, updated code to stop using old 'origin' name to avoid confusion.
* cards view now broadcasts 'newStackPosition' when it's closed and the stack position has changed. newStackPosition contains the position of the application that will be in the top of the stack.
* made edge swipe detector listen to 'cardviewclosed' with new fancy newStackPosition, this also prevents edge gestures from being re-enabled when we go back to the homescreen.
* made stack manager use newStackPosition to move application that was displayed from cards view to top of stack.
* fixed cards view unit tests
* prevent system app from appearing in the application history stack.
* updated 'runningApps' var name to 'stack' in cards view for clarity
* updated 'displayedApp' var name to 'currentPosition' in cards view for clarity
* added getter/setter for position in stack manager, with tests
* added getter/setter for lifecycleEnabled in edge gestures as well as tests for it's usage
* added test to stack manager to ensure that system app does not show up in stack
* alignCurrentCard after we remove one.
* fix gaia ui test.
* use 'position' getter/setter everywhere in StackManager.
* added test to ensure that internal _current position in StackManager doesn't accidentily become a string.

r=etienne
2014-02-21 11:45:24 -08:00
B2G Bumper Bot 78294b4488 Bumping manifests a=b2g-bump 2014-02-21 11:36:12 -08:00
B2G Bumper Bot 17711c187e Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2dce8ae3d194
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Revert "Bug 929027 - [Messages] Multiple image sharing from Gallery to Messages r=schung"

This reverts commit fdc8e4beba5c8279f32083bc4e702348ef22f211.

========

https://hg.mozilla.org/integration/gaia-central/rev/230677ee9536
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #16455 from JonHylands/jhylands-947617-clock-power-usage

Bug 947617 - fixed clock hand transform to invoke the GPU. r=mcav

========

https://hg.mozilla.org/integration/gaia-central/rev/b910d53b03da
Author: Jon Hylands <jhylands@mozilla.com>
Desc: Bug 947617 - fixed clock hand transform to invoke the GPU
2014-02-21 11:30:22 -08:00
B2G Bumper Bot 570b69baa3 Bumping manifests a=b2g-bump 2014-02-21 11:11:13 -08:00
B2G Bumper Bot 72b0e2b4e2 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/09d19920c1c4
Author: sasikala.paruchuri <sasikala.paruchuri@lge.com>
Desc: Bug 929027 - [Messages] Multiple image sharing from Gallery to Messages r=schung

Updated review comments
2014-02-21 11:05:22 -08:00
B2G Bumper Bot b01154e1ab Bumping manifests a=b2g-bump 2014-02-21 10:56:08 -08:00
B2G Bumper Bot 9d604d3f4f Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

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

Bug 973661 - [FTE] In FTE, when skipping PIN screen, there is no option to get that screen again when pressing back

========

https://hg.mozilla.org/integration/gaia-central/rev/dd2c575455e1
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 973661 - [FTE] In FTE, when skipping PIN screen, there is no option to get that screen again when pressing back

========

https://hg.mozilla.org/integration/gaia-central/rev/96fd0c5057b6
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #16451 from stasm/974361-arr-undefined

Bug 974361 - Memory average assumes the array of measurements always exists r=hub

========

https://hg.mozilla.org/integration/gaia-central/rev/e14022e2d19f
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 974361 - Memory average assumes the array of measurements always exists
2014-02-21 10:50:21 -08:00
Mike Habicher 63e0bf861e Bug 965533 - fix the zoom attribute, r=dhylands 2014-02-21 13:14:52 -05:00
B2G Bumper Bot 8a5b7d8ecb Bumping manifests a=b2g-bump 2014-02-21 09:36:26 -08:00
B2G Bumper Bot faf4873918 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/65124b4dde97
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Revert "Bug 974906 - Xfail test_camera_capture_video.py because of Bug 974851."

This reverts commit 6773129d877db48f3183782a1aefea4091393f1a.
2014-02-21 09:35:21 -08:00
B2G Bumper Bot dddae81075 Bumping manifests a=b2g-bump 2014-02-21 09:30:47 -08:00
B2G Bumper Bot 48706284ec Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d1db45a074b9
Author: Mason Chang <mason@masonchang.com>
Desc: Merge pull request #16500 from changm/bug960325

Bug 960325 - Move Homescreen Background into Homescreen App. r=alive, crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/a463921aeee5
Author: Mason Chang <mchang@mozilla.com>
Desc: Bug 960325 - Move Homescreen Background into Homescreen App. r=alive,
crdlc
2014-02-21 09:25:26 -08:00
B2G Bumper Bot 26ac0338fe Bumping manifests a=b2g-bump 2014-02-21 09:06:09 -08:00
B2G Bumper Bot fed985cff4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6c139b2c645b
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #16435 from evanxd/bug-973876

Bug 973876 - make test-integration shouldn't ask for admin password

========

https://hg.mozilla.org/integration/gaia-central/rev/4b4f3cdd35f5
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 973876 - Remove the admin permission request.
2014-02-21 09:00:22 -08:00
B2G Bumper Bot 0e380ddd6b Bumping manifests a=b2g-bump 2014-02-21 08:41:30 -08:00
Ryan VanderMeulen ef5131cd0b Backed out 7 changesets (bug 966591) for mochitest leaks on a CLOSED TREE.
Backed out changeset b44289e756fc (bug 966591)
Backed out changeset c428b424ef95 (bug 966591)
Backed out changeset 9ac56da10646 (bug 966591)
Backed out changeset 81ba9bddd84e (bug 966591)
Backed out changeset 0c66968c2edd (bug 966591)
Backed out changeset 261a1ca9045c (bug 966591)
Backed out changeset 895728963f16 (bug 966591)
2014-02-21 10:39:15 -05:00
Henrik Skupin b27e259f1e Bug 975312 - [mozrunner] Runner.check_for_crashes() should support save_path and quiet parameters. r=ahal 2014-02-21 16:00:13 +01:00
B2G Bumper Bot fe7e622d1d Bumping manifests a=b2g-bump 2014-02-21 06:58:12 -08:00
Jonathan Watt 26597c713b Bug 950371 - Convert the Cocoa widget consumers of imgIContainer::GetFrame to act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow,mstange 2014-02-21 14:50:36 +00:00
B2G Bumper Bot 61daf0d272 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5b157e823d42
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #16514 from etiennesegonzac/missing-git-ignore

Bug 975395 - Add missing gitignores for the directories created by running a make test-integration. r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/b0411430cccd
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 975395 - Add missing gitignores for the directories created by running a make test-integration.
2014-02-21 06:50:12 -08:00
Ehsan Akhgari 497c5f3692 Bug 935778 - Part 0.5: Add two more MOZ_DECLARE_REFCOUNTED_TYPENAME to TestWeakPtr.cpp 2014-02-21 09:45:05 -05:00
Ehsan Akhgari 7e41f47adf Bug 935778 - Part 0.4: Spray even more MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree 2014-02-21 09:11:33 -05:00
B2G Bumper Bot 5bfc1a26f5 Bumping manifests a=b2g-bump 2014-02-21 06:01:09 -08:00
B2G Bumper Bot 3df960e8a2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ea49a8420049
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #16476 from jmcanterafonseca/fb_link_photos

Bug 974646 - [B2G][Contacts] Linking a Facebook contact to existing cont...

========

https://hg.mozilla.org/integration/gaia-central/rev/f1b553e1bddf
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 974646 - [B2G][Contacts] Linking a Facebook contact to existing contact shows local image on contacts list, but Facebook picture in contact details
2014-02-21 06:00:11 -08:00
B2G Bumper Bot 07f4f2002f Bumping manifests a=b2g-bump 2014-02-21 05:41:07 -08:00
Rik Cabanier 18f681a602 Bug 966591 - Part 7: Bounds + error handling tests. r=surkov 2014-02-21 08:38:02 -05:00
Rik Cabanier 94416e729d Bug 966591 - Part 6: Some bug fixes to match spec. r=roc 2014-02-21 08:37:41 -05:00
Rik Cabanier ea12ed62c9 Bug 966591 - Part 5: Pass hit bounds to a11y code. r=surkov 2014-02-21 08:36:58 -05:00
Rik Cabanier 1aac581136 Bug 966591 - Part 4: Complete implementation of removeHitRegion. r=roc 2014-02-21 08:36:19 -05:00
Rik Cabanier 3d7c33cd58 Bug 966591 - Part 3: Compute bounds of current path and set them as the accessible region. r=roc 2014-02-21 08:35:58 -05:00
Rik Cabanier 9860f07743 Bug 966591 - Part 2: Validate input to AddHitRegion. Provide partial implementation. r=roc 2014-02-21 08:35:36 -05:00
B2G Bumper Bot 132ac8a5d3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9f9909a9fac7
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #16473 from yurenju/twice

Bug 974376 - Marionnette JS tests are reported twice on Travis and locally. r=@evanxd

========

https://hg.mozilla.org/integration/gaia-central/rev/9728b78e745f
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 974376 - Marionnette JS tests are reported twice on Travis and locally.
2014-02-21 05:35:16 -08:00
Rik Cabanier 5cad2c4200 Bug 966591 - Part 1: Put very basic hit region interface in + add runtime flag. r=roc 2014-02-21 08:35:14 -05:00
Manish Goregaokar 9eb3dbf7f6 Bug 974394 - Change duplicated accesskey 'a' to 'v' for autologin pref. r=adw 2014-02-21 08:34:24 -05:00
Anuj Agarwal d27edc9c9e Bug 963453 - Add more tests for menclose. r=fredw 2014-02-21 08:33:54 -05:00
Carsten "Tomcat" Book ff5a793f0f Backed out changeset 97c8c8491b17 (bug 926830) for mochitest memory leak on a CLOSED TREE 2014-02-21 14:32:57 +01:00
Carsten "Tomcat" Book 8ca08c9ad7 Backed out changeset 18f6689b172d (bug 926830) for mochitest memory leak on a CLOSED TREE 2014-02-21 14:32:48 +01:00
Carsten "Tomcat" Book b4d52aafd4 Backed out changeset 44dbd2276837 (bug 926830) for mochitest memory leak on a CLOSED TREE 2014-02-21 14:32:39 +01:00
Carsten "Tomcat" Book 7bb450e8c7 Backed out changeset f2cade11e3c0 (bug 926830) for mochitest memory leak on a CLOSED TREE 2014-02-21 14:32:28 +01:00
Carsten "Tomcat" Book b44e227c4e Backed out changeset 9112c3abc3ea (bug 926830) for mochitest memory leak on a CLOSED TREE 2014-02-21 14:31:31 +01:00
Jerry Shih 1816a1dc11 Bug 970794 - Support hardware composer base on android JB 4.2.2. r=mwu 2014-02-21 08:30:20 -05:00
Kartikaya Gupta 322fb69cd6 Back out cset 477e7d2eb1d7 (bug 965593) for causing bug 975221 which is more severe. r=backout 2014-02-21 08:23:12 -05:00
B2G Bumper Bot fb14beba1e Bumping manifests a=b2g-bump 2014-02-21 05:21:02 -08:00
B2G Bumper Bot 6516a5d403 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f90959f4b45c
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #16376 from zacc/bug_973593

Bug 973593 - Address failure in test_cost_control_data_alert_mobile.py

========

https://hg.mozilla.org/integration/gaia-central/rev/e19ec800f31e
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 973593 - Address failure in test_cost_control_data_alert_mobile.py
2014-02-21 05:20:10 -08:00
B2G Bumper Bot 92e3164f13 Bumping manifests a=b2g-bump 2014-02-21 05:16:04 -08:00