Commit Graph

170199 Commits

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

https://hg.mozilla.org/integration/gaia-central/rev/444503869c6e
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #16530 from mcav/clock-rot

Bug 947617 - Clock app consuming too much power. r=mcav

========

https://hg.mozilla.org/integration/gaia-central/rev/62bc829870f9
Author: Jon Hylands <jhylands@mozilla.com>
Desc: Bug 947617 - Clock app consuming too much power. r=mcav

========

https://hg.mozilla.org/integration/gaia-central/rev/0c5f7620def0
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 970377 - [Messages][Drafts] Drafts are kept forever r=julienw

https://bugzilla.mozilla.org/show_bug.cgi?id=970377

- Call Drafts.store() when deleting a just sent draft message
- Fix leaky sinon spy

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2014-02-21 13:40:11 -08:00
dadadel
3d9981c167 Bug 975136 - Fix mozprocess to accept single function or array of functions for onTimeout/onFinish, update docs;r=wlach 2014-02-21 16:33:30 -05:00
B2G Bumper Bot
0686a8408e Bumping manifests a=b2g-bump 2014-02-21 12:56:12 -08:00
B2G Bumper Bot
7b2fb7f3d2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0c80486ba055
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #16511 from vijayanandh/warnbugconsole

Bug 901216 - [l10n.js] make consoleWarn string concatenation-free

========

https://hg.mozilla.org/integration/gaia-central/rev/2b5266375365
Author: vijayanandh <vijayanand.hongal@accenture.com>
Desc: Bug 901216 - [l10n.js] make consoleWarn string concatenation-free
Also updated consoleLog string concatenation-free
2014-02-21 12:50:22 -08:00
Ryan VanderMeulen
3fd1b8a158 Backed out 3 changesets (bug 956657, bug 974824, bug 974258) for mochitest-other failures on a CLOSED TREE.
Backed out changeset 792ce962cad6 (bug 956657)
Backed out changeset a1574a6b0544 (bug 974824)
Backed out changeset ad851c771c04 (bug 974258)
2014-02-21 15:28:43 -05:00
Brian Hackett
ba066f7d12 Bug 975335 - Allow calling CurrentThreadCanAccess{Runtime,Zone} from any thread, r=luke. 2014-02-21 13:22:39 -07:00
B2G Bumper Bot
22cc091f37 Bumping manifests a=b2g-bump 2014-02-21 12:07:58 -08:00
B2G Bumper Bot
5934ab63e5 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

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

This reverts commit 7e1c255c20b64d09ef0e021b8b9d7377840d4061, reversing
changes made to fdc8e4beba5c8279f32083bc4e702348ef22f211.
2014-02-21 12:07:49 -08:00
Ryan VanderMeulen
c2249cf801 Merge m-c to inbound. 2014-02-21 15:01:16 -05:00
Ryan VanderMeulen
2c1d36ece9 Merge b2g-inbound to m-c. 2014-02-21 14:58:49 -05:00
Ryan VanderMeulen
2ba1ca5095 Backed out changeset a00bd379adb2 (bug 950371) for breaking OSX non-unified builds. 2014-02-21 14:58:34 -05:00
Reuben Morais
9640407fd6 Bug 951785 - For browser content, unless explicitly denied for the app, consider permissions for the requesting origin, not the requesting app. r=sicking
--HG--
extra : rebase_source : 83d71d004f193c597f19a3cead1682698579d3d5
2014-02-21 16:56:19 -03:00
Ryan VanderMeulen
1ae505b136 Merge m-c to b2g-inbound. 2014-02-21 15:01:50 -05:00
Fabrice Desré
155aecfb5c Backout 96eaa0f376ab (bug 961282) for smoketest regression. 2014-02-21 11:54:03 -08:00
B2G Bumper Bot
7934b91fb9 Bumping manifests a=b2g-bump 2014-02-21 11:51:12 -08:00
B2G Bumper Bot
71ee0ac214 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
2dd21f6dc1 Bumping manifests a=b2g-bump 2014-02-21 11:36:12 -08:00
B2G Bumper Bot
fd7e99d8da 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
717d8db319 Bumping manifests a=b2g-bump 2014-02-21 11:11:13 -08:00
B2G Bumper Bot
2a8aecdadc 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
59fded2c78 Bumping manifests a=b2g-bump 2014-02-21 10:56:08 -08:00
B2G Bumper Bot
abea48ce18 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
Jeff Muizelaar
a8a32a3bfd Bug 974160. Robustify reftest. r=cam
This currently seems to fail on b2g aws. I assume because the timeout fires
before the function can run and we end up with two exclamation marks.

--HG--
extra : rebase_source : 7a4d5371c893b4f714df12deca664703a4bc94ac
2014-02-21 13:27:49 -05:00
Jan de Mooij
2abff00f62 Bug 975125 - Optimize Baseline IC post barriers to check the value is in the nursery. r=terrence 2014-02-22 14:15:44 +01:00
Henrik Skupin
d7d4cb27f6 Bug 975312 - Add missing version bump for mozrunner 5.35. r=ahal DONTBUILD
--HG--
extra : rebase_source : 684093852b70b0f873b651fc91bd175b39ce7baf
2014-02-22 09:28:23 +01:00
Geoff Lankow
bc9f8bab8d Bug 974295 - Replacement for getPrefsByName in nsIContentPrefService2; r=adw 2014-02-22 16:50:53 +13:00
Cameron McCormack
643e2a7c43 Bug 975658 - Move kTrackKind into HTMLTrackElement.cpp. r=reyre 2014-02-22 14:06:48 +11:00
Wes Kocher
04c6720e07 Merge m-c to inbound 2014-02-21 18:55:53 -08:00
Mats Palmgren
2cc0d8660c Bug 966992 - overflow-clip-box:content-box tests. 2014-02-22 01:18:24 +00:00
Mats Palmgren
48ecc0938d Bug 965237 - Make overflow-clip-box:content-box be the default for <input type=text/password/number> and <textarea>. r=roc 2014-02-22 01:18:24 +00:00
Mats Palmgren
a55e5025cb Bug 966992 - Implement layout for the overflow-clip-box property. r=roc 2014-02-22 01:18:24 +00:00
Mats Palmgren
00f4f0f1bf Bug 966992 - Implement the overflow-clip-box property in the style system. r=cam 2014-02-22 01:18:23 +00:00
Mats Palmgren
c8c26168e5 Bug 966992 - Add a CSS_PROPERTY_ALWAYS_ENABLED_IN_UA_SHEETS bit for properties that are enabled by a pref but that are always enabled in UA sheets. r=cam 2014-02-22 01:18:23 +00:00
Bobby Holley
ccf1179c98 Bug 975277 - Followup bustage fix for the very recent removal of shortId. r=me CLOSED TREE 2014-02-21 16:22:48 -08:00
Bobby Holley
091ae7c290 Bug 975277 - Introduce a mechanism to identify instances of standard classes. r=luke 2014-02-21 16:03:11 -08:00
Bobby Holley
56357094c5 Bug 975277 - Move the wrappedJSObject getter out of getPropertyDescriptor. r=gabor
The current setup is kinda wrong, and doesn't work with HasPrototype Xrays.
This change requires us to manually munge the holder, but that's probably ok
for now.
2014-02-21 16:03:08 -08:00
Bobby Holley
2ec68b243f Bug 975277 - Clean up the XPCWN XrayHolder a bit. r=gabor 2014-02-21 15:55:31 -08:00
Bobby Holley
d745b85b4f Bug 975277 - Rewrite Proxy::set logic. r=efaust
The current logic ends up invoking BaseProxyHandler::set in various cases that
will cause it to invoke handler->getPropertyDescriptor, which is verboten for
mHasPrototype proxies.
2014-02-21 15:55:31 -08:00
Peter Van der Beken
d9eb61589a Bug 975277 - Pass the real receiver when using HasPrototype. r=bholley 2014-02-21 15:55:31 -08:00
Peter Van der Beken
24f17f7f15 Bug 975277 - Add some machinery to allow Traits to specify whether they want to use hasPrototype or not. r=bholley,efaust 2014-02-21 15:55:30 -08:00
Brian Hackett
14e449aec6 Bug 964057 - Share self hosted state between runtimes, r=till. 2014-02-21 16:54:25 -07:00
Henrik Skupin
2c8c22ae06 Bug 975312 - Add missing version bump for mozrunner 5.35. r=ahal DONTBUILD 2014-02-22 00:39:13 +01:00
Kartikaya Gupta
1bfc78b036 Bug 968991 - Only initialize the root metrics after getting both before-first-paint and the mInnerSize dimensions. r=botond 2014-02-21 18:12:43 -05:00
Mike Habicher
3ef173f7e0 Bug 965533 - fix the zoom attribute, r=dhylands 2014-02-21 13:14:52 -05:00
B2G Bumper Bot
94291c60fa Bumping manifests a=b2g-bump 2014-02-21 09:36:26 -08:00
B2G Bumper Bot
025185e5a8 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
a41ebe88c4 Bumping manifests a=b2g-bump 2014-02-21 09:30:47 -08:00
B2G Bumper Bot
a4acf534c2 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
11bf160ea3 Bumping manifests a=b2g-bump 2014-02-21 09:06:09 -08:00
B2G Bumper Bot
a1d981538a 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