Commit Graph

172524 Commits

Author SHA1 Message Date
Hannes Verschore
810defcb53 Bug 977577 - IonMonkey: Improve MRecompilecheck by checking if already recompiling, before doing vmcall, r=jandem 2014-03-10 12:07:35 +01:00
Carsten "Tomcat" Book
4dd53d56f8 Backed out changeset 7de39a071ca6 (bug 981167) for Test Bustage on a CLOSED TREE 2014-03-10 10:41:31 +01:00
Chris Peterson
a63a7bd9fa Bug 980211 - Backout part of cset f81c8b82ac70 for bad merge of libspeex moz.build. 2014-03-09 23:35:44 -07:00
Brian Birtles
ffb19fb875 Bug 980207 - When the refresh driver is under test control, make compositor thread only update when a composite is scheduled; r=dzbarsky
In order to make test behavior better match real-world sampling behavior, this
patch updates the test code in CompositorParent so that it only updates the
layer when a composite is scheduled. This enables creating mochitests that
reproduce bugs observed in regular usage.
2014-03-10 13:47:12 +09:00
Brian Birtles
fcbfc7668a Bug 979161 part 4 - Add a non-flushing version of waitForAllPaints to paint_listener.js; r=mattwoodrow
This patch adds waitForAllPaints which does *not* call getBoundingClientRect
since that can cause a flush. Sometimes this flush is undesirable since it can
mask bugs in the code under test which should be performing this flush itself.
2014-03-10 13:47:12 +09:00
Brian Birtles
107bec87ec Bug 979161 part 3 - Use SpecialPowers.getDOMWindowUtils in paint_listener.js; r=mattwoodrow
We can't just use SpecialPowers.DOMWindowUtils since otherwise we end up with
a DOMWindowUtils object that is bound to the parent object.
2014-03-10 13:47:12 +09:00
Brian Birtles
8faeac96c8 Bug 979161 part 2 - Wrap long lines in paint_listener.js; r=mattwoodrow
And also simplify the code somewhat
2014-03-10 13:47:12 +09:00
Brian Birtles
b739e7961d Bug 979161 part 1 - Wrap up paint_listener.js so it doesn't leak globals; r=roc 2014-03-10 13:47:12 +09:00
Brian Birtles
138adeb229 Bug 979658 part 4 - Rename PLayerTransaction.GetTransform to GetAnimationTransform; r=dzbarsky
PLayerTransaction.GetTransform doesn't actually return the same kind of value
when the transform on the layer is not set by animation. This is because it uses
information stored with the animation to undo various transforms. We shouldn't
pretend to return something useful/similar when we don't have that information
available.

This patch renames GetTransform to GetAnimationTransform and makes it return
a union that has type void_t if the layer is not transformed by animation.
2014-03-10 13:47:12 +09:00
Brian Birtles
5de0a15099 Bug 979658 part 3 - Make LayerTransactionParent::RecvGetTransform convert to CSS pixels; r=dzbarsky
LayerTransactionParent::RecvGetTransform takes care to reverse all the
transformations applied by AsyncCompositionManager::SampleValue to the CSS
values calculated so that it can return CSS values for testing. However, it
fails to revert the conversion from CSS pixels to device pixels applied to the
translation components of the transform by
nsStyleTransformMatrix::ProcessTranslatePart as called by
nsDisplayTransform::GetResultingTransformMatrix.

This patch converts the resulting transform's translation components from device
pixels back to CSS pixels. It also adds documentation for the other operations
in LayerTransactionParent::RecvGetTransform.
2014-03-10 13:47:12 +09:00
Brian Birtles
51753ab71b Bug 979658 part 2 - Add nsDOMWindowUtils.getOMTAStyle; r=dbaron
nsDOMWindowUtils.getOMTAOrComputedStyle falls back to using getComputedStyle
when an OMTA style is not available. However, in order to be sure we are testing
OMTA, this patch adds getOMTAStyle which returns an empty string if no OMTA
style is available.

This patch also includes some minor stylistic tweaks. The method signature for
getOMTAOrComputedStyle now takes an nsIDOMElement parameter rather than
nsIDOMNode in order to simplify error-checking. (When we support OMTA of
pseudo-elements we will have to adjust the method signature but for now we only
support elements.) Also, some lines have been wrapped, ErrorResult is
declared closer to where it is used, and the return value aResult is only
truncated when returning NS_OK.
2014-03-10 13:47:12 +09:00
Brian Birtles
92acec8bfb Bug 979658 part 1 - Add check that caller is chrome to GetOMTAOrComputedStyle; r=dzbarsky
Every other exposed method in nsDOMWindowUtils except getViewPortInfo and
getViewId performs this check. This patch makes getOMTAOrComputedStyle check the
caller is chrome as well.
2014-03-10 13:47:11 +09:00
Phil Ringnalda
7c7edf008b Merge m-c to b-i 2014-03-09 20:43:45 -07:00
Phil Ringnalda
2035b571b4 Merge m-c to f-t 2014-03-09 20:42:27 -07:00
Phil Ringnalda
a38993bae6 Merge b-i to m-c 2014-03-09 20:38:56 -07:00
Shawn Huang
ca6d9f4f08 Bug 979160 - Outgoing connection failure shall trigger OnConnect instead of OnDisconnect, r=echou 2014-03-10 10:33:32 +08:00
Sotaro Ikeda
076823fffe Bug 981112 - Destruct MediaDecoderReader first r=padenot 2014-03-09 14:27:15 -07:00
B2G Bumper Bot
6cd7acee79 Bumping manifests a=b2g-bump 2014-03-09 13:26:40 -07:00
B2G Bumper Bot
61018544fd Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 980164 - [System2] LogoLoader updates r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/30b24b421a0b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 980164 - [System2] LogoLoader updates r=alive
2014-03-09 13:25:23 -07:00
B2G Bumper Bot
667fe63897 Bumping manifests a=b2g-bump 2014-03-09 06:46:47 -07:00
B2G Bumper Bot
c3aad8ed87 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fc42c76396b5
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #16652 from crh0716/975918

Bug 975918 - Support DSDS for voice mail r=jaoo, etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/fa101d064b12
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 975918 - Support DSDS for voice mail
2014-03-09 06:45:26 -07:00
B2G Bumper Bot
34e8a637af Bumping manifests a=b2g-bump 2014-03-09 04:16:50 -07:00
B2G Bumper Bot
f85cd3138d Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d4f876f6f000
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 981341 - Fix type in camera css. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/d2662e2bbaba
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #16986 from RudyLu/Bug975486-shorten_serbian_Cyrillic_string

Bug 975486 - [B2G][l12y][Settings]Serbian-Cyrillic: Keyboard title is
r=civas

========

https://hg.mozilla.org/integration/gaia-central/rev/99a5ab50651d
Author: Rudy Lu <me@rudy.lu>
Desc: Bug 975486 - [B2G][l12y][Settings]Serbian-Cyrillic: Keyboard title is
truncated in 'Selected Keyboards' list.
 - Shorten the string of Serbian Cyrillic.
2014-03-09 04:15:27 -07:00
Phil Ringnalda
c31b0920bd Merge m-c to b-i 2014-03-08 17:52:15 -08:00
Phil Ringnalda
d8abfa1bdd Merge m-c to f-t 2014-03-08 17:49:31 -08:00
Phil Ringnalda
29c6781b1d Merge f-t to m-c 2014-03-08 17:41:33 -08:00
Phil Ringnalda
fd5237f32d Merge m-i to m-c 2014-03-08 17:39:51 -08:00
Phil Ringnalda
29c9dd1d0c Back out 3d8d5d2cb384 (bug 980835) and 47bce8cc31b4 (bug 757866) for test failures 2014-03-08 17:33:50 -08:00
Mihai Sucan
e429f95666 Bug 980835 - Fix for intermittent | browser_webconsole_output_dom_elements_02.js | The current inspector selection is correct - Got [object HTMLParagraphElement], expected [object HTMLBodyElement]; r=me 2014-03-08 23:13:59 +02:00
Patrick Brosset
7ebdc14a3b Bug 757866 - Highlight and select DOM nodes in the web console output; r=msucan 2014-03-08 23:11:11 +02:00
Ehsan Akhgari
b965cde2f2 Bug 935778 - Part 0.8: Spray some more MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree 2014-03-08 12:14:32 -05:00
Brian Hackett
f8ef2dd06d Bug 980450 - Add test. 2014-03-08 07:55:55 -07:00
Andrew McCreight
e91cb76669 Bug 977940, part 2 - Don't automatically trigger the ghost window detector during ICC. r=smaug 2014-03-08 05:38:53 -08:00
Andrew McCreight
ae691fcc12 Bug 977940, part 1 - Don't run the ghost window detector more than every 45 seconds. r=smaug 2014-03-08 05:38:52 -08:00
ffxbld
0992075bf2 No bug, Automated HSTS preload list update from host bld-linux64-spot-041 - a=hsts-update 2014-03-08 04:29:12 -08:00
ffxbld
75d9bafb7b No bug, Automated blocklist update from host bld-linux64-spot-139 - a=blocklist-update 2014-03-08 04:26:39 -08:00
B2G Bumper Bot
44a6b3386f Bumping manifests a=b2g-bump 2014-03-08 02:41:24 -08:00
B2G Bumper Bot
bc3d195199 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f94c21efd153
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #16905 from Rik/sim-notification-wording-979453

Bug 979453 -  Change DualSIM notification from "SIM 1 -" to "(SIM 1)" r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/e6c4a20d93b3
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 979453 -  Change DualSIM notification from "SIM 1 -" to "(SIM 1)"
2014-03-08 02:35:23 -08:00
Mats Palmgren
d9949ea256 Bug 946658. r=tn 2014-03-08 09:41:20 +00:00
Robert O'Callahan
f87fd81842 Bug 975931. Part 11: Make nsDOMWindowUtils::SetDisplayPortForElement take a priority parameter, and set that parameter to 1 in reftests to override automatic displayport selection. r=kats
--HG--
extra : rebase_source : 07dcbfb67cb2db0bbb26a959517bbbdebd84f10b
2014-03-08 22:25:15 +13:00
Robert O'Callahan
c8a214195d Bug 975931. Part 10: Refactor nsDOMWindowUtils to use a shared GetDocument method. r=matspal
--HG--
extra : rebase_source : 171cd80958a92efcf16ebd249c73f46dbdedb012
2014-03-08 22:22:28 +13:00
Chris Peterson
eb44b1f66e Bug 980810 - Part 3: Fix clang -Wstring-conversion warnings in UDPSocket and mtransport code. r=bwc 2014-03-07 22:57:15 -08:00
Wes Kocher
3182d89862 Merge m-c to fx-team 2014-03-07 17:41:10 -08:00
Wes Kocher
5a127d1751 Merge m-c to b2g-inbound 2014-03-07 17:40:30 -08:00
Wes Kocher
ffa3b0216a Merge inbound to m-c 2014-03-07 17:07:37 -08:00
B2G Bumper Bot
82930dad6b Bumping manifests a=b2g-bump 2014-03-07 17:06:06 -08:00
Wes Kocher
f5a2378a98 Merge fx-team to m-c 2014-03-07 17:04:34 -08:00
B2G Bumper Bot
12cdf9d73c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ced20196ea94
Author: Fabien Cazenave <fabien@mozilla.com>
Desc: Merge pull request #16768 from anefzaoui/RtlDeveloperHUD

Bug 978581 - (gaia-rtl) Developer HUD icons misplaced, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/a5fae501e76b
Author: anefzaoui <nefzaoui.ahmed@hotmail.com>
Desc: Bug 978581 - (gaia-rtl) Developer HUD icons misplaced
2014-03-07 17:00:25 -08:00
Justin Dolske
2dcfb7784a Bug 980879 - [Australis] Navigation buttons in urlbar overlapping search bar when resizing a window when on verified identity site. r=Gijs 2014-03-07 19:15:53 -05:00
Jared Wein
e0bf7474bc Bug 977217 - [Australis] Clicking API-widget borders in the menu panel does nothing. r=Gijs 2014-03-07 19:14:31 -05:00