Commit Graph

169015 Commits

Author SHA1 Message Date
Nikhil Marathe
0556e2f175 Bug 966384 - Promises on workers use correct busy count. r=khuey
--HG--
extra : rebase_source : 23ad7b8682a8ed6d0062dd9234ee28a18a92a54b
2014-02-17 10:19:15 +05:30
B2G Bumper Bot
a248311246 Bumping manifests a=b2g-bump 2014-02-16 20:40:56 -08:00
B2G Bumper Bot
765e73c624 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 972160 - Run specific marionette tests for multiple times on Travis.

========

https://hg.mozilla.org/integration/gaia-central/rev/56f4cb89a7c6
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 972160 - Run specific marionette tests for 30 times on Travis.
2014-02-16 20:35:10 -08:00
B2G Bumper Bot
3de3598fb0 Bumping manifests a=b2g-bump 2014-02-16 19:26:02 -08:00
B2G Bumper Bot
65fdcbb1f3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f1383ee2f3e5
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #16313 from snowmantw/issue960901-instantiable-lockscreen

Bug 960901 - (lockscreen-instance) [LockScreen] Make LockScreen as an instantiable function

========

https://hg.mozilla.org/integration/gaia-central/rev/f662e5c8186a
Author: Greg Weng <snowmantw@gmail.com>
Desc: Bug 960901 - (lockscreen-instance) [LockScreen] Make LockScreen as an instantiable function
2014-02-16 19:16:13 -08:00
B2G Bumper Bot
c2b59f6387 Bumping manifests a=b2g-bump 2014-02-16 19:05:55 -08:00
B2G Bumper Bot
84160a0373 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c7681561e44b
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #16345 from asutherland/email-contenteditable

Bug 837251 - Compose textarea doesn't occupy available screen space or show bounding box. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/20f5cd588393
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 837251 - Compose textarea doesn't occupy available screen space or show bounding box. r=asuth

Includes some minor review fixes by asuth.
2014-02-16 19:05:10 -08:00
Fabrice Desré
4f03136656 Bug 895964 - "Could not create service for entry Disk Space Watcher Service" r=bent 2014-02-16 17:31:33 -08:00
B2G Bumper Bot
5bd081d733 Bumping manifests a=b2g-bump 2014-02-16 16:25:57 -08:00
B2G Bumper Bot
4d67b48902 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2b4124aed13b
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 952526 - Fix automatic scrolling of the message view when a new SMS is received r=rwaldron
2014-02-16 16:20:10 -08:00
Matt Woodrow
f69c7946f0 Bug 972703 - Clamp massive transformed overflow areas to the middle of the representable range instead of the start. r=roc 2014-02-17 11:25:36 +13:00
Matt Woodrow
9022ad7535 Bug 889959 - Don't clear compositor when detaching compositables. r=nical 2014-02-17 11:24:08 +13:00
Matt Woodrow
6dc1fe08d0 Bug 889959 - Implement GetTextureClient for CairoImage. r=nical 2014-02-17 11:23:39 +13:00
Cameron McCormack
063f2876b8 Fix error in lldb string serialiation; no bug. (DONTBUILD, NPOTB) 2014-02-17 15:22:59 +11:00
Kyle Huey
19a44427a0 Bug 971427: Don't use threadsafe refcounting in MediaDocumentStreamListener. r=jst 2014-02-16 18:26:56 -08:00
Ehsan Akhgari
7baf3dec8e Bug 966155 - Ensure that we handle the native key bindings for all key events in designMode documents; r=Neil 2014-02-16 19:09:52 -05:00
Ehsan Akhgari
1ee639e17a Fix the bug number in the test, no bug 2014-02-16 19:06:20 -05:00
L. David Baron
a25879617f Bug 480888 patch 4: Draw outline around the union of border boxes, SVG, and text, rather than the visual overflow area. r=roc
At the same time, move the handling of outlines on inlines that contain
blocks earlier, so that we factor it into the stored frame property (and
thus have the stored frame property) and so that we include it
accurately in the overflow calculation.
2014-02-16 16:05:10 -08:00
Maks Naumov
653ecc6f68 Bug 973187: Fix typo (checking mRadiusX twice and not checking mRadiusY) in nsStyleGradient::HasCalc(). r=dbaron 2014-02-16 16:05:10 -08:00
L. David Baron
d5b13b95da Bug 789602 followup: unbreak printing of REFTEST IMAGE with != test failures, which the initial patch incorrectly put before the REFTEST TEST-UNEXPECTED-FAIL line. 2014-02-16 16:05:09 -08:00
L. David Baron
811fa4dc70 Fix whitespace and modelines in reftest-analyzer. No bug. 2014-02-16 16:05:09 -08:00
Phil Ringnalda
ac63c0f4a1 Backed out 3 changesets (bug 972703, bug 889959) for build failures and crashes
CLOSED TREE

Backed out changeset ef3d90780478 (bug 972703)
Backed out changeset 34c95e937671 (bug 889959)
Backed out changeset 5e25912d6696 (bug 889959)
2014-02-16 15:17:01 -08:00
Matt Woodrow
4b5fa21eca Bug 972703 - Clamp massive transformed overflow areas to the middle of the representable range instead of the start. r=roc 2014-02-17 11:25:36 +13:00
Matt Woodrow
f815da0685 Bug 889959 - Don't clear compositor when detaching compositables. r=nical 2014-02-17 11:24:08 +13:00
Matt Woodrow
5e0f91a29a Bug 889959 - Implement GetTextureClient for CairoImage. r=nical 2014-02-17 11:23:39 +13:00
Tony Young
3ddb3f8c7d test for bug 956489
--HG--
extra : transplant_source : D%29%7CvI%1D%BC%B4%A8%10%02%F5%BF%ECV%D2%7C%1C%27%B8
2014-02-17 09:47:39 +13:00
Karl Tomlinson
07b1c1b640 b=972678 round double times to ticks consistently and round to nearest r=padenot
--HG--
extra : transplant_source : Q%B5%155%81%7C%8BQ4%EB%BD%E9h%A7%8E%94%C9%EC%A2q
2014-02-17 09:47:19 +13:00
Karl Tomlinson
9635368701 b=972678 move stream time methods from WebAudioUtils to AudioNodeStream r=padenot
Trying to clear up which stream parameter is which.

--HG--
extra : transplant_source : D%94%23%60M%82%7E%D8%FF%8A%D3%C8%9F%25%D6%7E%EA%19%80%E9
2014-02-17 09:46:56 +13:00
Phil Ringnalda
75777e79fe Back out a12e6c2e9535 (bug 972327) for not actually building
CLOSED TREE
2014-02-16 10:33:54 -08:00
Phil Ringnalda
56dae95688 Merge b-i to m-c 2014-02-16 08:47:59 -08:00
Phil Ringnalda
b221ac46cb Merge f-t to m-c 2014-02-16 08:47:19 -08:00
Girish Sharma
a58a6ffb25 Bug 971276 - Hitting enter should insert the currently selected item from an autocomplete list in the Style Editor, r=harth 2014-02-16 13:56:26 +05:30
Jeff Muizelaar
a187b7241d Bug 973256. Don't double printf. r=jdm
I suspect this was accidental.

--HG--
extra : rebase_source : 002fd9d384bc8d7b961b58df0c870057fb3e0a18
2014-02-15 23:45:15 -05:00
Jeff Muizelaar
160276401e Bug 973257. GL: Fix broken printf string. r=vlad
--HG--
extra : rebase_source : 4e2381555b7b1a49cb05cb438f63b4fe8f2fe0ed
2014-02-15 23:44:05 -05:00
Phil Ringnalda
e9a4aca3de Merge m-c to m-i 2014-02-15 18:37:05 -08:00
Phil Ringnalda
e16eb41f97 Merge m-c to f-t 2014-02-15 18:36:10 -08:00
Phil Ringnalda
e92bdc471b Merge m-c to b-i 2014-02-15 18:35:10 -08:00
Phil Ringnalda
21931aef12 Merge b-i to m-c 2014-02-15 18:28:57 -08:00
Phil Ringnalda
54dcc06e76 Merge f-t to m-c 2014-02-15 18:28:12 -08:00
Sotaro Ikeda
49dcb1911f Bug 972623 - Call SetCompositableBackendSpecificData() in ImageHost::Composite() r=nical 2014-02-15 17:00:16 -08:00
Gijs Kruitbosch
ef00d22cf2 Bug 973153 - disable (undo) reset buttons at the start of Australis' customize mode transitions to prevent breakage, r=Unfocused 2014-02-16 00:15:06 +00:00
Jeff Muizelaar
069e63be95 Bug 821475. Moz2D: Remove flip when drawing gradient. r=mstange
We muck with the matrix before we draw the text. We need to set it back after.

--HG--
rename : mobile/android/base/FilePicker.java => mobile/android/base/ActivityHandlerHelper.java
extra : rebase_source : 4f937b0b2779ee6c771e030a7ae0894f14a7b211
2014-02-15 18:21:43 -05:00
Phil Ringnalda
e08f1f89d2 Back out 47fb16f8fb6a (bug 968645) to reenable test_input_sanitization.html on b2g desktop now that we've switched back to m1.medium slaves 2014-02-15 14:19:35 -08:00
Phil Ringnalda
678f38bd59 Back out 94fef99a7c79 (bug 967585) to reenable test_transitions.html on b2g desktop now that we've switched back to m1.medium slaves 2014-02-15 14:17:09 -08:00
B2G Bumper Bot
9994f9956a Bumping manifests a=b2g-bump 2014-02-15 14:05:58 -08:00
B2G Bumper Bot
9e157ce3b7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 885979 - Remove unused contact setting

========

https://hg.mozilla.org/integration/gaia-central/rev/546d4930d344
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 885979 - Remove unused setting r=reuben
2014-02-15 14:00:11 -08:00
B2G Bumper Bot
ebf1f67cab Bumping manifests a=b2g-bump 2014-02-15 12:46:02 -08:00
Ms2ger
c3f4f67f82 Bug 968900 - Move LOCAL_INCLUDES to moz.build in toolkit/; r=mshal 2014-02-15 21:25:20 +01:00
Ms2ger
6e066deaea Bug 968856 - Move unconditional LOCAL_INCLUDES into moz.build; r=mshal 2014-02-15 21:24:59 +01:00
B2G Bumper Bot
5f192dceb5 Bumping manifests a=b2g-bump 2014-02-15 11:21:00 -08:00