Robert O'Callahan
1e5b0653a0
Bug 975931. Part 3: When the reftest-async-scroll attribute is present, allow reftest-displayport to be set on any element. r=tnikkel
...
--HG--
extra : rebase_source : 1cd4607ec6e789f55eb19e156cf7d6657424ca31
2014-02-24 18:08:47 +13:00
Robert O'Callahan
62da572d7f
Bug 975931. Part 2: Update README with complete documentation of all attributes, and put the attribute name in the section heading. r=dbaron
...
--HG--
extra : rebase_source : e5a4790fd9ea2a0c5318901c55314d2751b8a5e7
2014-02-24 18:08:34 +13:00
Robert O'Callahan
e5f6bfb587
Bug 975931. Part 1: Add nsDOMWindowUtils API to add an extra scroll offset in the AsyncPanZoomController when compositing. r=kats
...
--HG--
extra : rebase_source : fcadb5137cc906c97b230d1f2cf134fd24db10d6
2014-02-14 21:59:23 +13:00
Shu-yu Guo
81011834d5
Bug 981167 - Fix Debugger.Frame leaking ScriptFrameIter::Data on frame cache hit. (r=jimb)
2014-03-10 01:04:04 -07:00
Chris Peterson
398b183494
Bug 980211 - Backout part of cset f81c8b82ac70 for bad merge of libspeex moz.build.
2014-03-09 23:35:44 -07:00
Brian Birtles
11b3c9a78c
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
d0c463eeb4
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
41c36539e0
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
9fa0ffae79
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
d41886a897
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
e40ff94f71
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
08ad1c9e6f
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
7499abbd61
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
66100682c8
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
Chris Peterson
e6cb4d3e38
Bug 980810 - Part 3: Fix clang -Wstring-conversion warnings in UDPSocket and mtransport code. r=bwc
2014-03-07 22:57:15 -08:00
Chris Peterson
910eb057f1
Bug 980810 - Part 2: Fix clang -Wstring-conversion warning in layout. r=dbaron
2014-03-07 00:53:03 -08:00
Phil Ringnalda
6dc60447e8
Merge m-c to m-i
2014-03-09 20:41:20 -07:00
Phil Ringnalda
44030e0f41
Merge b-i to m-c
2014-03-09 20:38:56 -07:00
Brian Smith
d0a2191cd6
Bug 947584: Use official IANA names for cipher suites in PSM, r=cviecco
...
--HG--
extra : rebase_source : fafec912dc96480cb4f00bddec00d40e5e9db088
2014-03-09 20:21:12 -07:00
Brian Smith
82177fc272
Bug 967153: Update to NSS 3.16 beta 5 (NSS_3_16_BETA5), r=me
...
--HG--
extra : rebase_source : 8dfdcd121214b084acc01025a2cd989ccf6a603c
2014-03-09 19:40:25 -07:00
Jonathan Watt
697aaafbe4
Bug 981430 - Convert WinUtils consumer of imgIContainer::GetFrame to act on a Moz2D SourceSurface. r=mattwoodrow
2014-03-10 03:13:18 +00:00
Daniel Holbert
9cf3efea1d
Bug 981110 part 2: Remove a bunch of 'skip-if' annotations for B2G, in SMIL reftests. r=jwatt
2014-03-09 17:45:56 -07:00
Daniel Holbert
43d224d84e
Bug 981110 part 1: Remove some random, skip, and fuzzy annotations in SVG / SMIL reftests. r=jwatt
2014-03-09 17:45:55 -07:00
Terrence Cole
1bb351d093
Bug 973571 - Do not allow gcparam to set the mark stack limit while a gc is in progress; r=billm
...
--HG--
extra : rebase_source : 620edcc859a86d8cb6e7d525de4079238a89a07e
2014-03-09 15:02:41 -07:00
B2G Bumper Bot
ebf39b735b
Bumping manifests a=b2g-bump
2014-03-09 04:16:50 -07:00
B2G Bumper Bot
d216b462fd
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
913b7607a5
Merge m-c to b-i
2014-03-08 17:52:15 -08:00
Phil Ringnalda
7e513c242e
Merge f-t to m-c
2014-03-08 17:41:33 -08:00
Phil Ringnalda
210a5ea462
Merge m-i to m-c
2014-03-08 17:39:51 -08:00
Ehsan Akhgari
c19a4c1e4d
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
0650353515
Bug 980450 - Add test.
2014-03-08 07:55:55 -07:00
Andrew McCreight
b6035c87a3
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
441f162633
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
e00ef3a7af
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
527f09f516
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
020a61905a
Bumping manifests a=b2g-bump
2014-03-08 02:41:24 -08:00
B2G Bumper Bot
db5917ab8e
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
12bcdfe0fe
Bug 946658. r=tn
2014-03-08 09:41:20 +00:00
Wes Kocher
eeaa78675d
Merge m-c to fx-team
2014-03-07 17:41:10 -08:00
Wes Kocher
2b2faf01a2
Merge m-c to b2g-inbound
2014-03-07 17:40:30 -08:00
Wes Kocher
94c57f7113
Merge inbound to m-c
2014-03-07 17:07:37 -08:00
B2G Bumper Bot
c9d9e075c0
Bumping manifests a=b2g-bump
2014-03-07 17:06:06 -08:00
Wes Kocher
b9d79021f5
Merge fx-team to m-c
2014-03-07 17:04:34 -08:00
B2G Bumper Bot
53f6cc47e2
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
a422bc2521
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
3f426edf17
Bug 977217 - [Australis] Clicking API-widget borders in the menu panel does nothing. r=Gijs
2014-03-07 19:14:31 -05:00
Chenxia Liu
52b0828924
Bug 965606 - Part 2: Update tests for new string and nested preference panels. r=margaret
2014-03-07 15:28:56 -08:00
Chenxia Liu
1654eb58a4
Bug 965606 - Part 1: Give users the choice to only sync home panel data when on wifi. r=margaret
2014-03-07 15:28:51 -08:00
Chenxia Liu
bf75efda43
Bug 965606 - Part 0: Change home sync pref name, and type from boolean to ints. r=margaret
2014-03-07 15:28:48 -08:00
B2G Bumper Bot
1b2b0bf688
Bumping manifests a=b2g-bump
2014-03-07 14:21:09 -08:00