Commit Graph

55399 Commits

Author SHA1 Message Date
Xidorn Quan
5bdd2e9a58 Bug 1343168 - Update mochitest expectation. r=emilio
MozReview-Commit-ID: 4JzuafjUgKB

--HG--
extra : source : 09e43593d01fa2e80f2eee9a728d9e5e333a9e85
2017-03-07 15:10:21 +11:00
Chris Peterson
1fbca779ac Bug 713680 - Change default Windows monospace font from Courier New to Consolas. r=jfkthame r=masayuki
Consolas is narrower than Courier New, so we must adjust some tests to accommodate.

* Change some tests from generic 'monospace' to 'Courier New' to continue using previous font metrics.

* selectAtPoint.html no longer needs one of its Windows-only code paths because Firefox on Windows now selects the same text as it does on Mac and Linux.

* 323386-1.html's intermittent assertion failure (bug 718883) now appears to be 100% reliable on Windows, joining Linux and Android.

* size-1-ref.html reftest needs a little fuzz because the horizontal line of the test image's '4' character is ~1 pixel shorter than the reference image's.

MozReview-Commit-ID: EB5wzhG178U

--HG--
extra : rebase_source : e7aca6d16c255e45bef5dca93fff6c09bce787c4
2017-02-22 22:08:19 -08:00
L. David Baron
28780037e3 Bug 1187851 followup - Fix DEBUG-only code to print name of nsChangeHint_UpdateContainingBlock. No review.
48d5d4b398c2 (Bug 1187851 patch 3) renamed this change hint, but didn't
fix the code that prints change hints when debugging.

This is particularly confusing since 5fd6dd2bdbfa (Bug 1301500)
reintroduced a different change hint with that name.
2017-03-06 16:10:38 -08:00
Boris Zbarsky
39db18b240 Update stylo test failure expectations after merge of 093813e9bb. No bug. r=bzbarsky
MozReview-Commit-ID: d6NUR7YO1p
2017-03-09 12:53:30 -05:00
cku
1f0fb806e9 Bug 1345739 - Implement nsStyleImageRequest::GetImageURI. r=heycam
MozReview-Commit-ID: Jqhio1RaqG1

--HG--
extra : rebase_source : eb82e8f4e5e3376e1f2ae5866f964765a7972c4e
2017-03-09 13:03:32 +08:00
Jeremy Chen
6d51593aae Bug 1342873 - label runnables of nsDelayedCalcBCBorders for nsTableFrame. r=heycam
This is the only runnable that we need to label in layout/tables/ folder.

MozReview-Commit-ID: FbWztSLzIOy

--HG--
extra : rebase_source : 58102bfc2ec405669fd739cd0b066ffef9e0506c
2017-03-09 18:06:07 +08:00
Carsten "Tomcat" Book
45b510057b Merge mozilla-central to autoland
--HG--
extra : rebase_source : dcccfd463c74743c692814695c9a7f0cba61e3ee
2017-03-09 11:26:20 +01:00
Xidorn Quan
74be6b9d15 Bug 1340439 followup - Update mochitest expectation for #15861. 2017-03-09 18:17:48 +11:00
cku
6a92a74443 Bug 1345052 - Remove EffectProperties::MightHaveNoneSVGMask. r=heycam
MozReview-Commit-ID: 3WFAjwhBkDp

--HG--
extra : rebase_source : 1840ab0b7d156e4ff6e65ebe1f6127e5975ac6ac
2017-03-07 17:01:31 +08:00
Wes Kocher
bfc6ee87c5 Merge m-c to autoland, a=merge
MozReview-Commit-ID: 7cTf6LvHTEo
2017-03-07 16:44:35 -08:00
Mike Conley
9036c3c896 Bug 1340661 - Manually draw checkbox and radio frames on Android. r=snorp,tnikkel
MozReview-Commit-ID: 8IiaRZNJs16

--HG--
extra : rebase_source : 8844292c6bbfec709752a51d293fc3b9bdfdced8
2017-03-03 18:36:12 -05:00
Bobby Holley
18cf417f1d Bug 1344386 - Followup bustage fix for bad implicit constructor. r=me
MozReview-Commit-ID: Bq457xGGGsl
2017-03-07 14:00:19 -08:00
Bobby Holley
6d5a642e48 Bug 1343937 - Crashtest. r=bz
MozReview-Commit-ID: IgE5gMbcgc6
2017-03-07 13:55:24 -08:00
Bobby Holley
b0a17f9f9c Bug 1343937 - Exempt scrollbar NAC from the new NAC semantics. r=bz
MozReview-Commit-ID: 8TbFkirYOy2
2017-03-07 13:54:38 -08:00
Bobby Holley
3439f1454b Bug 1343937 - Implement and use GetInFlowParent. r=bz
MozReview-Commit-ID: 3xMjHnVO2Az
2017-03-07 13:54:36 -08:00
Jonathan Watt
ca0876480e Bug 1345841 - Stop using Maybe<const T>. r=mats 2017-02-07 11:52:22 +00:00
Ryan VanderMeulen
8a3717250a Merge m-c to inbound. a=merge 2017-03-10 12:16:23 -05:00
Mats Palmgren
2681077713 Bug 1345247 - Devirtualize nsFrameSelection. r=dholbert
MozReview-Commit-ID: 5bz0XTYKvSy
2017-03-10 14:52:08 +01:00
Mats Palmgren
ceb92b1b6a Bug 1344395 - Reftest for checkbox/radio controls with width/height:auto.
MozReview-Commit-ID: LUqFBdNtMRE
2017-03-10 14:52:08 +01:00
Mats Palmgren
e4f9cd89b2 Bug 1344395 - Make checkbox/radio controls have a default (non-zero) size also when -moz-appearance:none on Android/Gonk (since that's the default on these platforms). r=dholbert
MozReview-Commit-ID: HkBYsWaFjBf
2017-03-10 14:52:08 +01:00
Carsten "Tomcat" Book
ff280be102 Merge mozilla-central to mozilla-inbound 2017-03-10 11:42:15 +01:00
Jonathan Watt
33ff412f21 Bug 1058040, part 14 - Have nsImageBoxFrame pass context paint to VectorImage. r=dholbert 2017-02-03 22:21:29 +00:00
Jonathan Watt
6bb704eb39 Bug 1058040, part 13 - Fix an uninitialized memory bug in SVGImageContext's default ctor. r=dholbert 2017-02-03 22:21:04 +00:00
cku
35c9e03f96 Bug 1345377 - Implement URLValueData::HasRef. r=heycam
Improve code readability.

MozReview-Commit-ID: HDJ7TeyqCpN

--HG--
extra : rebase_source : 228b5915fcf002b8f27283b9d0df4bf2b544b2f1
2017-03-07 17:31:48 +08:00
Bobby Holley
09bc17720b Bug 1344386 - Don't look for overlapping change hints in stylo documents. r=emilio
MozReview-Commit-ID: 9wK8TTXolPM
2017-03-07 13:14:32 -08:00
Jonathan Watt
94608339b3 Bug 1058040, part 12 - Make SVGImageContext's ctor's aViewportSize parameter optional. r=dholbert 2017-01-30 13:25:00 +00:00
Boris Zbarsky
f80dd7a663 Bug 1345237. Propagate uint32_t deeper into the editor state and text control frame code. r=mystor
MozReview-Commit-ID: KeUo8My6eBJ
2017-03-09 14:44:45 -05:00
Boris Zbarsky
d9d35a58a0 Bug 1343037 part 10. Remove the unused SetSelectionStart/SetSelectionEnd bits on text control frame. r=ehsan
MozReview-Commit-ID: G7ODMdAjzxV
2017-03-09 14:44:05 -05:00
Boris Zbarsky
5ae7da9d14 Bug 1343037 part 6. Simplify the setup around the editor state's GetSelectionRange function. r=ehsan
Really, there are only two cases we need to worry about.  Either
IsSelectionCached(), and then our SelectionProperties has the data we want, or
not and then we have a non-null mSelCon which has the data we want.

Since we are now using cached selection state a lot more (instead of
initializing the editor whenever someone asks for selection state), we need to
actually update it more correctly when .value is set.

And since we now update the cached selection state for the case when .value has
been set (to point to the end of the text), we need to change
HTMLInputElement::HasCachedSelection to return false for that case.  Otherwise
we will always do eager editor init on value set.  We handle that by not doing
eager init if the cached selection is collapsed.

The web platform test changes test the "update on .value set" behavior.  They
fail without this patch, pass with it.

MozReview-Commit-ID: DDU8U4MGb23
2017-03-09 14:44:04 -05:00
Mats Palmgren
ce00d19feb Bug 1343552 part 1 - Invalidate the cached flow length when the next-in-flow/continuation changes. r=jfkthame
MozReview-Commit-ID: Bz5YA60NY8I
2017-03-09 13:18:26 +01:00
Wei-Cheng Pan
4110645152 Bug 1310127 - Part 13: Use MOZ_MUST_USE in netwerk/protocol/http r=heycam
MozReview-Commit-ID: 9qpbe86biXz

--HG--
extra : rebase_source : f76dde754eea0f253f7c2b16fdb1067623617291
2016-12-20 17:19:56 +08:00
Brad Werth
b5c2f158d6 Bug 1342869 Part 1: Uplift ChildSheetListBuilder into StyleSheet so that all StyleSheet subclasses can fixup parent chains when children are removed. r=heycam
MozReview-Commit-ID: F9KnuPC0h7K

--HG--
extra : rebase_source : c008b5a58d423422ffc364a9bb440ea6cbb5f606
2017-03-06 16:27:32 -08:00
Neerja Pancholi
f62798efe1 Bug 1339298 - Add boilerplate code for CSS3 multicol column-span parsing and define pref 'layout.css.column-span.enabled' to toggle it. r=dholbert
MozReview-Commit-ID: 6aSlRhcKm8i

--HG--
extra : rebase_source : 5028c7fb8ea5e4de42e658729b71d7e7af46a43d
2017-02-13 16:57:33 -08:00
Brad Werth
bf7460653e Bug 1339627 Part 2: Change StyleSheet Loader to attempt to cache ServoStyleSheets. r=heycam
MozReview-Commit-ID: 55PJm0H9ltv

--HG--
extra : rebase_source : 68e1f76280e95fc685caabfdd1774e23c0f76563
2017-02-27 11:20:48 -08:00
Brad Werth
7125ec2d5c Bug 1339627 Part 1: Add a Servo-specific StyleSheet table to nsXULPrototypeCache. r=heycam
MozReview-Commit-ID: 98dUNnccdn1

--HG--
extra : rebase_source : 8ae3b8ac218524cc8d701b8d60522ded737071a5
2017-03-06 14:59:37 -08:00
Carsten "Tomcat" Book
4adc5bd6f1 Merge mozilla-central to autoland 2017-03-06 17:10:38 +01:00
Kartikaya Gupta
49085996cb Bug 1344675 - Mark perspective-zero-2 as failing with webrender. rs=tomcat a=tomcat+permafailurefix
MozReview-Commit-ID: zLksXTgx2Z

--HG--
extra : transplant_source : %91%AAPC%C45%28%F6A%90PI%8A%B1%D5t%171%7D%2A
2017-03-06 09:27:56 -05:00
Carsten "Tomcat" Book
d0bd960945 merge mozilla-inbound to mozilla-central a=merge 2017-03-06 10:53:27 +01:00
Daniel Holbert
4d875a8b13 Bug 1344040: Annotate intentionally-unused SkipDeclaration() & ParseSingleTokenVariant() return values, and mark the functions as MOZ_MUST_USE. r=xidorn
MozReview-Commit-ID: JFBkIBHYdhQ
2017-03-05 20:29:30 -08:00
Hiroyuki Ikezoe
d28fbf09bc Bug 1344603 - Make Stop{Animations|Transitions}ForElement as a member function of CommonAnimationManager. r=boris
MozReview-Commit-ID: LSSpWYjoPn9

--HG--
extra : rebase_source : c87ec78281b37f1cb32e38969c22fddc228d28f8
2017-03-06 13:19:09 +09:00
Hiroyuki Ikezoe
d64b9d4c0f Bug 1340322 - Part 13: Update CSS Animations with servo's computed values. r=birtles
MozReview-Commit-ID: B7uSH7wrx3b

--HG--
extra : rebase_source : f878bac6a8d37a2c4de110afbeb28a59212e8abe
2017-03-06 10:09:47 +09:00
Hiroyuki Ikezoe
b6b41abea1 Bug 1340322 - Part 12: Add another variant of nsAnimationManager::UpdateAnimations for stylo. r=birtles
This function updates CSS Animations with servo's computed values.

In bug 1341985, this function will be called with null servo's computed values
in the case where the target element is in display:none subtree.

MozReview-Commit-ID: GzOYy57hYho

--HG--
extra : rebase_source : 5dd10dc6181222ce2a531fc6e837102d7694bf40
2017-03-06 09:54:06 +09:00
Hiroyuki Ikezoe
5b127d1d61 Bug 1340322 - Part 11: Introduce ServoCSSAnimationBuilder. r=birtles
MozReview-Commit-ID: 6qWPPXexitN

--HG--
extra : rebase_source : 344c64882b118c2e4cdd37d3084493e9e37de93d
2017-03-06 09:52:23 +09:00
Hiroyuki Ikezoe
b7d914d103 Bug 1340322 - Part 10: Rename CSSAnimationBuilder to GeckoCSSAnimationBuilder. r=birtles
MozReview-Commit-ID: 9DV9fijsoXF

--HG--
extra : rebase_source : d4caca424121bddeb4e15fa8a33f3e994c1ffa8b
2017-03-06 09:52:20 +09:00
Hiroyuki Ikezoe
fccd7b4c32 Bug 1340322 - Part 9: Templatize functions that will be used with servo's computed values. r=birtles
MozReview-Commit-ID: 8d5wHBhF4y9

--HG--
extra : rebase_source : 767bd65e2e57e6e991c0725bb6b86a7cb4f427dc
2017-03-06 09:51:16 +09:00
Hiroyuki Ikezoe
d0ed1e91e7 Bug 1340322 - Part 8: Split off some processes that will be used for servo's computed values in UpdateAnimations(). r=birtles
MozReview-Commit-ID: LkWqhGsMCPf

--HG--
extra : rebase_source : 1b492da4269e92bd09fe392b85b5a91758119b0e
2017-03-06 09:50:09 +09:00
Hiroyuki Ikezoe
ec26c67559 Bug 1340322 - Part 7: Make BuildAnimation() and BuildAnimations() independent from nsStyleContext. r=birtles
MozReview-Commit-ID: 3R7MyyN17C1

--HG--
extra : rebase_source : ad2b5d15d34db0fa48743cc2885b7b45a70f069e
2017-03-06 09:49:16 +09:00
Hiroyuki Ikezoe
b82c2c4b07 Bug 1340322 - Part 6: Add CSSAnimationBuilder::SetKeyframes(). r=birtles
ServoCSSAnimationBuilder will have the same name method too.

MozReview-Commit-ID: ET9GERVtbWP

--HG--
extra : rebase_source : 15f0edde92544a7849e97ad08fb1fce844a05cac
2017-03-06 09:49:07 +09:00
Hiroyuki Ikezoe
4162f7acd3 Bug 1340322 - Part 5: Split off BuildKeyframes() r=birtles
ServoCSSAnimationBuilder will also have the same name method.

MozReview-Commit-ID: CySTBGuTZn7

--HG--
extra : rebase_source : 2a8448c6613d2174e292418f7f9e1b2c3e894b20
2017-03-06 09:48:50 +09:00
Hiroyuki Ikezoe
f8810e9a45 Bug 1340322 - Part 4: Make BuildAnimations() independent from nsStyleDisplay r=birtles.
MozReview-Commit-ID: JiV2WxBVH3i

--HG--
extra : rebase_source : 91b316bedb29893e4af80ab634be2ba042befdeb
2017-03-06 09:48:44 +09:00
Hiroyuki Ikezoe
70c0e758be Bug 1340322 - Part 3: Make BuildAnimations static function. r=birtles
This function will be also a template function.

MozReview-Commit-ID: 4SbzEw8YzIZ

--HG--
extra : rebase_source : 24be2923cddf3aff82b84fb7d3c757f83fb42716
2017-03-06 09:48:36 +09:00
Hiroyuki Ikezoe
924ac7a4ab Bug 1340322 - Part 2: Use NonOwningAnimationTarget instead of Element and aStyleContext()->GetPseudoType(). r=birtles
MozReview-Commit-ID: JOBBGUs8kJd

--HG--
extra : rebase_source : bf94f9abf25805a25db1961371babbf70cb76a8a
2017-03-06 09:47:22 +09:00
Hiroyuki Ikezoe
0082bf9c47 Bug 1340322 - Part 1: Split CSSAnimationBuilder::Build off as a static function. r=birtles
The static function will be a template function that can be used with servo's
computed values as well.


MozReview-Commit-ID: DgLTQ8ihPod

--HG--
extra : rebase_source : f3114ca7f0b6c249d2b535c18af4da4021c5743c
2017-03-06 09:46:40 +09:00
Hiroyuki Ikezoe
21e340c4fc Bug 1344533 - Replace OwningElementRef::GetRenderedPresContext with nsContentUtils::GetContextForContext(). r=boris
MozReview-Commit-ID: HaAvgNcORQb

--HG--
extra : rebase_source : 2571541c3274fa1eb9233c8c01128190b94d108c
2017-03-05 17:28:49 +09:00
Matt Woodrow
ebf572da48 Bug 1300355 - Part 3: Disable reftest canvas cache for win 7. r=jmaher 2017-02-24 12:46:58 +13:00
Matt Woodrow
4f039d6820 Bug 1300355 - Part 2: Don't track use counts in the reftest harness when the cache is disabled. r=dbaron 2017-02-26 16:57:01 +13:00
Miko Mynttinen
1b756463ce Bug 1342229 - Handle perspective: 0 and perspective(0) similarly r=mattwoodrow,xidorn
MozReview-Commit-ID: 5RHjdcGqg7t

--HG--
extra : rebase_source : 3466cefb0aaa29d05c7534c77a3cd002e634593a
2017-02-22 20:58:45 +01:00
Emilio Cobos Álvarez
78a1fe605c Bug 1329877: Optimize AncestorFilter usage in lazy frame construction. r=bz
MozReview-Commit-ID: ErzurfQldHf

--HG--
extra : rebase_source : 62ee2020c8fa14b9475a660ea995537d6521779f
2017-02-27 23:35:06 +01:00
Manish Goregaokar
77c2ef9159 Bug 1341102 - Make stylo reftests green; r=orange
MozReview-Commit-ID: 2TeGOXp3DuV
2017-03-04 13:06:34 -08:00
Boris Zbarsky
10b5178104 Fix up a comment that I forgot to fix when addressing review feedback for bug 1343771. r=me, DONTBUILD
MozReview-Commit-ID: 7PFBYVlcR7F
2017-03-03 21:46:38 -05:00
Wes Kocher
1b29a33fce Merge m-c to autoland, a=merge
MozReview-Commit-ID: K0Q4b2wzvlJ
2017-03-03 17:29:54 -08:00
Wes Kocher
8966746d29 Merge inbound to central, a=merge
MozReview-Commit-ID: 3JBhsbYgniv
2017-03-03 17:16:06 -08:00
Bobby Holley
fa5229bbea Bug 1338921 - Handle lazy frame construction in the regular post-servo pass. r=emilio
MozReview-Commit-ID: FSXKAiyZDzt
2017-03-03 14:55:22 -08:00
Bobby Holley
c589f558a4 Bug 1338921 - Collect and coalesce adjacent siblings for lazy frame construction. r=emilio 2017-03-03 14:51:21 -08:00
Kartikaya Gupta
48fb1c4b1e Merge m-c to graphics
MozReview-Commit-ID: GK8bGynKhO5

--HG--
rename : browser/components/extensions/ext-theme.js => toolkit/components/extensions/ext-theme.js
rename : browser/components/extensions/schemas/theme.json => toolkit/components/extensions/schemas/theme.json
rename : browser/components/extensions/test/browser/browser_ext_themes_chromeparity.js => toolkit/components/extensions/test/browser/browser_ext_themes_chromeparity.js
rename : browser/components/extensions/test/browser/browser_ext_themes_dynamic_updates.js => toolkit/components/extensions/test/browser/browser_ext_themes_dynamic_updates.js
rename : browser/components/extensions/test/browser/browser_ext_themes_lwtsupport.js => toolkit/components/extensions/test/browser/browser_ext_themes_lwtsupport.js
2017-03-03 08:28:21 -05:00
Carsten "Tomcat" Book
cf269a43bd merge mozilla-inbound to mozilla-central a=merge 2017-03-03 13:03:48 +01:00
L. David Baron
1be12ca811 Rename (renumber) new mozilla-central-reftests shapes1 tests to avoid filename collisions with existing tests. Followup to bug 1311244, bug 1326406, and bug 1326407.
Fixes https://github.com/w3c/csswg-test/issues/1227 .

This patch was written with the script:
#!/bin/bash

cd "$(dirname "$0")/shapes1"

echo "circle 31
ellipse 31
inset 15" | while read BASE INCREMENT
do
   echo shape-outside-$BASE-* | sed 's/ /\n/g;' | sed 's/\([0-9]\{3\}\)/ \1 /' | while read FILESTART OLDNUM FILEEND
   do
       NEWNUM=$(printf "%03d" $(($(echo $OLDNUM | sed 's/^0*//') + $INCREMENT)))
       OLDFILE="$FILESTART$OLDNUM$FILEEND"
       NEWFILE="$FILESTART$NEWNUM$FILEEND"
       hg mv "$OLDFILE" "$NEWFILE"
       sed -i -e "s/$OLDFILE/$NEWFILE/g" *
   done
done

--HG--
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-001-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-032-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-001.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-032.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-002-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-033-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-002.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-033.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-003-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-034-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-003.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-034.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-004-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-035-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-004.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-035.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-005-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-036-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-005.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-036.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-006.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-037.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-007.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-038.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-008-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-039-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-008.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-039.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-009.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-040.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-010-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-041-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-010.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-041.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-011-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-042-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-011.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-042.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-012.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-043.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-013.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-044.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-014-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-045-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-014.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-045.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-015.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-046.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-016-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-047-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-016.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-047.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-017-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-048-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-017.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-048.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-018-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-049-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-018.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-049.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-019-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-050-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-019.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-050.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-020-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-051-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-020.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-051.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-021-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-052-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-021.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-052.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-022-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-053-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-022.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-053.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-023-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-054-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-023.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-054.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-024-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-055-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-024.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-055.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-001-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-032-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-001.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-032.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-002-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-033-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-002.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-033.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-003-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-034-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-003.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-034.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-004-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-035-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-004.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-035.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-005-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-036-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-005.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-036.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-006-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-037-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-006.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-037.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-007-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-038-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-007.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-038.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-008-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-039-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-008.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-039.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-009-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-040-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-009.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-040.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-010.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-041.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-011-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-042-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-011.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-042.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-012.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-043.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-013-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-044-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-013.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-044.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-014-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-045-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-014.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-045.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-015-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-046-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-015.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-046.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-016-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-047-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-016.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-047.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-017-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-048-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-017.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-048.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-018-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-049-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-018.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-049.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-019-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-050-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-019.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-050.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-020-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-051-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-020.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-051.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-001-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-016-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-001.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-016.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-002-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-017-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-002.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-017.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-003-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-018-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-003.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-018.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-004-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-019-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-004.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-019.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-005-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-020-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-005.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-020.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-006-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-021-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-006.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-021.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-007-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-022-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-007.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-022.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-008-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-023-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-008.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-023.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-009-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-024-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-009.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-024.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-010-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-025-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-010.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-025.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-011-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-026-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-011.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-026.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-012-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-027-ref.html
rename : layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-012.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-inset-027.html
extra : amend_source : 0ee40b77c3d7bcbe51df481622d37b75e92402c0
2017-03-03 09:15:54 -08:00
Geoff Brown
e2295cd196 Bug 1343030 - Modify stylo reftest assert expectations for image-object-position-with-background-1.html; r=emilio 2017-03-03 09:18:56 -07:00
Boris Zbarsky
f4e8b5761a Bug 1340277. Fix stylo to properly update styles on the anonymous scrolled-content frame inside a scrollframe. r=emilio
MozReview-Commit-ID: DE4C6pIp8SC

--HG--
extra : rebase_source : 4e7071074791fee71b7bd61da27387035d803374
2017-03-03 16:16:11 -05:00
Boris Zbarsky
50936b7afe Bug 1343771. Fix stylo to properly update styles on the anonymous block inside a table cell. r=emilio
MozReview-Commit-ID: 8LnPTKVxxVc
2017-03-03 16:14:39 -05:00
Boris Zbarsky
e5e572124c Bug 1337696. Fix change hint computation for table-outer frames to be more correct. r=emilio
MozReview-Commit-ID: LgRmTlWsM6o

--HG--
extra : rebase_source : dc18a9ca923eedbb2aaba80d515c70bd80a90d4e
2017-03-03 15:54:47 -05:00
Boris Zbarsky
799bc86f7c Bug 1340723 part 3. Fix stylo to properly update styles on the anonymous blocks we create in a block-inside-inline situation when the style of the inline changes. r=emilio
MozReview-Commit-ID: JYz6g1ZJInT

--HG--
extra : rebase_source : 356785e1de38745c9ca23a04ce58a1d53dce692b
2017-03-03 15:45:40 -05:00
Boris Zbarsky
e8c584ebb8 Bug 1340723 part 2. Call the new UpdateStyleOnOwnedAnonBoxes function as needed from ServoRestyleManager. r=emilio
MozReview-Commit-ID: 5nrv8x7CEtN

--HG--
extra : rebase_source : 1c714e6e513deab2fa8ac94d8b37b0199d2a2162
2017-03-03 15:44:48 -05:00
Boris Zbarsky
b6041718b5 Bug 1340723 part 1. Add an nsIFrame function that can be called from the stylo restyle manager to update style contexts on anonymous boxes associated with that frame, and a frame state bit that can be used to optimize out the virtual calls. r=emilio
MozReview-Commit-ID: 2niUdJPSXKa

--HG--
extra : rebase_source : cfacb4cd47677d2589323c0cda8892226b698eef
2017-03-03 15:44:24 -05:00
Jeff Muizelaar
033a5b26a9 Bug 1343770. Separate out Parent commands from Child commands. r=kats
This basically just splits the enum in two and does the necessary plumbing. The
worst part is that now DisplayItemLayers need to have two arrays of commands.
Fortunately, this will be going away in the future.

This makes it so we don't send the child side commands to the parent.
2017-03-02 16:33:25 -05:00
Kartikaya Gupta
036b81ce75 Merge m-c to graphics
MozReview-Commit-ID: 2ILLtbCmQL3
2017-03-02 10:27:31 -05:00
Carsten "Tomcat" Book
4a4777d1aa merge mozilla-inbound to mozilla-central a=merge 2017-03-02 14:02:48 +01:00
Carsten "Tomcat" Book
06813a3df9 Merge mozilla-central to mozilla-inbound 2017-03-03 13:06:37 +01:00
Iris Hsiao
72a190810a Backed out changeset 588c44c7a966 (bug 1058040)
CLOSED TREE

--HG--
extra : amend_source : 722708bf80daf7d52f18400e4924a77d2aca1b5c
2017-03-02 11:24:33 +08:00
Iris Hsiao
09dbe0382c Backed out changeset e77029e04814 (bug 1058040) for valgrind bustage 2017-03-02 11:24:29 +08:00
Kartikaya Gupta
31557b53e5 Merge m-c to graphics
MozReview-Commit-ID: 6TMc1hGNQVA
2017-03-01 09:45:49 -05:00
Carsten "Tomcat" Book
3b3f4c17a2 merge mozilla-inbound to mozilla-central a=merge 2017-03-01 11:40:59 +01:00
Xidorn Quan
c8d15b9a9c Bug 1344133 - Add simple replace for nsCOMArray. r=bholley
MozReview-Commit-ID: 7zTi45CeWBC

--HG--
extra : rebase_source : 8e173e94239145c991c7e86d17ceadd9bb34eef0
2017-03-03 17:22:15 +11:00
Ethan Lin
8b7fb662c7 Bug 1342356 - Remove validBufferRegion from OpAddExternalImage. r=sotaro 2017-03-01 14:11:13 +08:00
Bobby Holley
60bdbf7857 Bug 1343362 - Allow restyle hints to be posted during change hint handling. r=emilio
MozReview-Commit-ID: 6ZU24tLQCjV
2017-03-01 22:42:51 -08:00
Mats Palmgren
e8c6fd3388 Bug 1342801 - Store the 'writing-mode' used value on nsIFrame and make GetWritingMode non-virtual. r=jfkthame
MozReview-Commit-ID: HPhuxjDbOdh
2017-02-28 18:58:30 +01:00
Boris Zbarsky
d2afbdd254 Bug 1342197 part 4. Move GetSelectionRange from nsTextControlFrame to the editor state. r=ehsan
At this point, all this method does is ensure editor initialization and then ask
the editor state for various information.  Let's cut out the middleman.

MozReview-Commit-ID: p491umScJO
2017-02-28 12:41:37 -05:00
Boris Zbarsky
5649e18813 Bug 1342197 part 2. Use nsITextControlElement::GetRootEditorNode to get the root editor node in nsTextControlFrame::GetSelectionRange. r=ehsan
MozReview-Commit-ID: 7ncJVNVGF78
2017-02-28 12:41:37 -05:00
Kartikaya Gupta
0839dfda73 Merge m-c to graphics
MozReview-Commit-ID: CAFMHywf3lQ
2017-02-28 09:16:03 -05:00
Carsten "Tomcat" Book
9c1c7106ee merge mozilla-inbound to mozilla-central a=merge 2017-02-28 11:24:33 +01:00
Daniel Holbert
7e75a0fa30 Bug 1340441 part 2: Add a failsafe to remove "reftest-wait" in crashtest 1338772-1.html, after some time has elapsed. (test-only, no review)
MozReview-Commit-ID: 94yCXN8AbQ6
2017-02-27 16:53:23 -08:00
Emilio Cobos Alvarez
bbacba9f0d Bug 1342738, Bug 1342188: Reftest expectations adjustments. r=bz 2017-02-27 19:17:12 +01:00
Xidorn Quan
01addcd50e Bug 1342303 part 6 - Remove nsCOMArray::Enumerate{Forwards,Backwards}. r=erahm
MozReview-Commit-ID: GLappWGZdtz

--HG--
extra : rebase_source : 0c191193ff5a6040a809d17ac234b5e9e733656e
2017-02-24 21:37:07 +11:00
Xidorn Quan
6cfb39e127 Bug 1342303 part 4 - Remove nsCOMArray::EnumerateForwards uses in layout/style. r=heycam
MozReview-Commit-ID: UjIZgeWRwh

--HG--
extra : rebase_source : ab20efdda8706a3443038abea25a9de6d73a0b60
2017-03-03 15:19:06 +11:00
Mason Chang
f2f85a8adb Bug 1342281 - Convert inset box shadows to a WR display item. r=lsalzman 2017-02-23 20:01:58 -08:00
Kartikaya Gupta
acef3b8740 Merge m-c to graphics
MozReview-Commit-ID: 1TtDrgYT5Sb
2017-02-27 10:39:39 -05:00
Hiroyuki Ikezoe
feb893ec07 Bug 1341987 - Part 3: Update the last refresh time for transform only when we send transform animations to the compositor. r=birtles
We don't need to update the time during composing style, we just need to
update when transform animations are sent to the compositor. The most
recent refresh time of nsRefreshDriver should be the same in either side.
If the time is skewed, that means we skip composing style, if it happened
that's another bug.

MozReview-Commit-ID: Dxtuocf1ml1

--HG--
extra : rebase_source : 93e8fad24948b1c0b89fa7946639154a82f4a3ae
2017-02-27 11:34:46 +09:00
Xidorn Quan
a0c1670534 Bug 1340439 followup - Update mochitest expectation again. 2017-02-27 15:46:50 +11:00
Xidorn Quan
f135777d66 Bug 1340439 followup - Update mochitest expectation. 2017-02-27 15:06:40 +11:00
Kartikaya Gupta
1f11438613 Merge m-c to graphics
MozReview-Commit-ID: D9NUw9xhxzv
2017-02-24 09:11:52 -05:00
Carsten "Tomcat" Book
7256146318 merge mozilla-inbound to mozilla-central a=merge 2017-02-24 11:46:38 +01:00
Xidorn Quan
5e93eb6ceb Bug 1340439 followup - Update mochitest expectation after merge of servo/servo#15685. 2017-02-24 17:49:00 +11:00
Mason Chang
dbdfbc6110 Bug 1339661. Part 2: Ensure we do floating point division. r=xidorn 2017-02-23 09:12:15 -08:00
Jeff Muizelaar
6296f9be71 Bug 1342246. Generate resource ids on the client side. r=lsalzman 2017-02-23 17:52:38 -05:00
Kartikaya Gupta
92d49690c6 Merge m-c to graphics
MozReview-Commit-ID: BMjcETZ38gw
2017-02-23 09:51:44 -05:00
Carsten "Tomcat" Book
e6b82618f4 merge mozilla-inbound to mozilla-central a=merge 2017-02-23 14:59:37 +01:00
Bobby Holley
6b6a1d5204 Bug 1343388 - Assert against the servo traversal when serializing gecko declarations. r=emilio
MozReview-Commit-ID: LnYYbx742X1
2017-02-28 18:07:49 -08:00
Bobby Holley
8c29783059 Bug 1343388 - Assert against the servo traversal when analyzing visited-link style contexts. r=emilio
MozReview-Commit-ID: 1SJlS4PwBoy
2017-02-28 18:07:49 -08:00
Bobby Holley
5400209ff6 Bug 1343388 - Use threadsafe style struct accessor in assertion. r=emilio
MozReview-Commit-ID: 5DdcKgyADbE
2017-02-28 18:07:49 -08:00
Bobby Holley
e3456a507a Bug 1343388 - Don't write to undisplayed contents map cache during servo traversal. r=emilio
MozReview-Commit-ID: 732bV0X80Gk
2017-02-28 18:07:48 -08:00
Xidorn Quan
58d3619479 Bug 1341925 - Restrict :-moz-table-border-nonzero to UA sheet. r=dholbert
MozReview-Commit-ID: 9u7m1QNxXI3

--HG--
extra : rebase_source : a789a7a7a1b81560c51a68cae4efde743b78ff9f
2017-02-28 16:17:48 +11:00
sotaro
5d0c587887 Bug 1341163 - Update LayerManager handling PresShell::RenderDocument() r=nical 2017-02-23 10:49:46 +09:00
Wes Kocher
5bb9a497ef Backed out 6 changesets (bug 1342303) for build bustage a=backout
Backed out changeset 89137679a68c (bug 1342303)
Backed out changeset 20a1bcb47c33 (bug 1342303)
Backed out changeset bc3b2e7a383b (bug 1342303)
Backed out changeset bdc491b9ebde (bug 1342303)
Backed out changeset 5c6042dee665 (bug 1342303)
Backed out changeset b5de1dfff82f (bug 1342303)

MozReview-Commit-ID: BjlVAX480jI
2017-03-02 16:35:43 -08:00
Xidorn Quan
1297589623 Bug 1342303 part 6 - Remove nsCOMArray::Enumerate{Forwards,Backwards}. r=erahm
MozReview-Commit-ID: GLappWGZdtz

--HG--
extra : rebase_source : 72ebafcbf89b8fce123101d23c3d65bbc8c3bdff
2017-02-24 21:37:07 +11:00
Xidorn Quan
321b99076d Bug 1342303 part 4 - Remove nsCOMArray::EnumerateForwards uses in layout/style. r=heycam
MozReview-Commit-ID: UjIZgeWRwh

--HG--
extra : rebase_source : 87b81a5eccb9744a4edd99e82b309b4910811640
2017-02-27 10:45:45 +11:00
Wes Kocher
901a8c09c1 Merge m-c to autoland, a=merge
MozReview-Commit-ID: AZeTEvGhLd1
2017-03-02 15:03:44 -08:00
Wes Kocher
a9419110b3 Backed out 2 changesets (bug 1334975, bug 1335539) for merge conflicts a=backout
Backed out changeset 429ff39f3d28 (bug 1335539)
Backed out changeset eea959a93ce4 (bug 1334975)

MozReview-Commit-ID: GlvA0B0vHRT
2017-03-02 14:57:21 -08:00
L. David Baron
30dc937e95 Bug 276079 followup - Make check-for-references.sh accept single-quoted attribute values. No review.
This allows it to not give errors on the tests previously added in this
bug (in 1e68627db428).
2017-03-02 09:04:12 -08:00
Andrea Marchesini
b54dc840c3 Bug 1335539 - Get rid of nsIDOMWindowUtils.wrapDOMFile, r=smaug, r=Gijs 2017-03-02 17:15:29 +01:00
Andrea Marchesini
d589cbcf28 Bug 1334975 - Get rid of nsIFilePicker.show() use in gecko, r=ochameau 2017-03-02 17:14:46 +01:00
Wes Kocher
af830bacf3 Backed out changeset 83f600f7deab (bug 1344333) because the patch causing the adjusted expectations is being backed out a=backout
MozReview-Commit-ID: AZrtxEwkJl9
2017-03-03 11:51:29 -08:00
Wes Kocher
8c5d2a8489 Bug 1344333 - Update test expectations to fix bustage a=me
MozReview-Commit-ID: ItQ20POmK6Y
2017-03-03 11:34:31 -08:00
Kartikaya Gupta
17e5ae7a34 Merge m-c to graphics
MozReview-Commit-ID: 4dOwcyt9fuW
2017-02-22 10:27:57 -05:00
Carsten "Tomcat" Book
9d982b9508 merge mozilla-inbound to mozilla-central a=merge 2017-02-22 14:33:38 +01:00
Iris Hsiao
7a962a70f2 Backed out changeset 2d21596af124 (bug 1337229) for developer's request 2017-02-22 17:40:13 +08:00
Iris Hsiao
eb16544eaf Backed out changeset 3cf38f4d7395 (bug 1322317) for stylo test failure 2017-02-22 17:31:04 +08:00
Hiroyuki Ikezoe
4f3263f0d2 Bug 1341518 - We don't need to call SetNeedStyleFlush() explicitly in UpdateAnimations. r=birtles,mantaroh
DocumentTimeline ensures the next tick, which is necessary for animation events,
is processed. Actually CSSAnimation::QueueEvents() is called from WillRefresh(),
the WillRefresh() is not called if the animation is not being observed by the
DocumentTimeline.

MozReview-Commit-ID: AYdqi7x3jty

--HG--
extra : rebase_source : 074689e7ddb5e48119b5758f73fb436840daec0b
2017-02-22 15:45:27 +09:00
Brad Werth
0db32480d5 Bug 1290218 Part 11: Update mochitest failure count, and mark a reftest as failing. r=heycam
MozReview-Commit-ID: Ei2y7TnZceT

--HG--
extra : rebase_source : 96912d0f01977eed326dabf31e7fd56048cace15
2017-02-22 11:48:06 -08:00
Wes Kocher
5295bd9f91 Merge m-c to inbound, a=merge
MozReview-Commit-ID: AoD5GpFatBw
2017-02-21 17:41:05 -08:00
Wes Kocher
13e1cccb3f Merge inbound to central, a=merge
MozReview-Commit-ID: EEMZdLCheAm
2017-02-21 17:35:01 -08:00
Wes Kocher
aa292f210f Merge autoland to central, a=merge
MozReview-Commit-ID: 1jc25nYhPbA
2017-02-21 17:05:17 -08:00
Sebastian Hengst
0de0267fd3 Backed out changeset d0a0da23ac05 (bug 1334975) for frequent failures of test_chrome_ext_downloads_saveAs.html. r=backout 2017-02-21 17:54:27 +01:00
Sebastian Hengst
346d08ea1b Backed out changeset c32c74847eb6 (bug 1335539) 2017-02-21 17:53:45 +01:00
Kartikaya Gupta
276003cab6 Merge m-c to graphics
MozReview-Commit-ID: EyM1zEhgtGP

--HG--
rename : devtools/client/netmonitor/filter-predicates.js => devtools/client/netmonitor/utils/filter-predicates.js
rename : devtools/client/netmonitor/l10n.js => devtools/client/netmonitor/utils/l10n.js
rename : devtools/client/netmonitor/prefs.js => devtools/client/netmonitor/utils/prefs.js
rename : devtools/client/netmonitor/request-utils.js => devtools/client/netmonitor/utils/request-utils.js
rename : devtools/client/netmonitor/sort-predicates.js => devtools/client/netmonitor/utils/sort-predicates.js
rename : testing/talos/talos/sps_profile.py => testing/talos/talos/gecko_profile.py
rename : testing/talos/talos/profiler/sps.py => testing/talos/talos/profiler/profiling.py
rename : third_party/rust/app_units/.cargo-checksum.json => third_party/rust/app_units-0.3.0/.cargo-checksum.json
rename : third_party/rust/app_units/Cargo.toml => third_party/rust/app_units-0.3.0/Cargo.toml
rename : third_party/rust/app_units/src/app_unit.rs => third_party/rust/app_units-0.3.0/src/app_unit.rs
rename : third_party/rust/euclid-0.10.3/.cargo-checksum.json => third_party/rust/euclid-0.10.5/.cargo-checksum.json
rename : third_party/rust/euclid-0.10.3/.gitignore => third_party/rust/euclid-0.10.5/.gitignore
rename : third_party/rust/euclid-0.10.3/.travis.yml => third_party/rust/euclid-0.10.5/.travis.yml
rename : third_party/rust/euclid-0.10.3/COPYRIGHT => third_party/rust/euclid-0.10.5/COPYRIGHT
rename : third_party/rust/euclid-0.10.3/Cargo.toml => third_party/rust/euclid-0.10.5/Cargo.toml
rename : third_party/rust/euclid-0.10.3/LICENSE-APACHE => third_party/rust/euclid-0.10.5/LICENSE-APACHE
rename : third_party/rust/euclid-0.10.3/LICENSE-MIT => third_party/rust/euclid-0.10.5/LICENSE-MIT
rename : third_party/rust/euclid-0.10.3/README.md => third_party/rust/euclid-0.10.5/README.md
rename : third_party/rust/euclid-0.10.3/src/approxeq.rs => third_party/rust/euclid-0.10.5/src/approxeq.rs
rename : third_party/rust/euclid-0.10.3/src/length.rs => third_party/rust/euclid-0.10.5/src/length.rs
rename : third_party/rust/euclid-0.10.3/src/lib.rs => third_party/rust/euclid-0.10.5/src/lib.rs
rename : third_party/rust/euclid-0.10.3/src/macros.rs => third_party/rust/euclid-0.10.5/src/macros.rs
rename : third_party/rust/euclid-0.10.3/src/matrix2d.rs => third_party/rust/euclid-0.10.5/src/matrix2d.rs
rename : third_party/rust/euclid-0.10.3/src/matrix4d.rs => third_party/rust/euclid-0.10.5/src/matrix4d.rs
rename : third_party/rust/euclid-0.10.3/src/num.rs => third_party/rust/euclid-0.10.5/src/num.rs
rename : third_party/rust/euclid-0.10.3/src/point.rs => third_party/rust/euclid-0.10.5/src/point.rs
rename : third_party/rust/euclid-0.10.3/src/rect.rs => third_party/rust/euclid-0.10.5/src/rect.rs
rename : third_party/rust/euclid-0.10.3/src/scale_factor.rs => third_party/rust/euclid-0.10.5/src/scale_factor.rs
rename : third_party/rust/euclid-0.10.3/src/side_offsets.rs => third_party/rust/euclid-0.10.5/src/side_offsets.rs
rename : third_party/rust/euclid-0.10.3/src/size.rs => third_party/rust/euclid-0.10.5/src/size.rs
rename : third_party/rust/euclid-0.10.3/src/trig.rs => third_party/rust/euclid-0.10.5/src/trig.rs
rename : tools/profiler/core/platform-linux.cc => tools/profiler/core/platform-linux-android.cpp
rename : tools/profiler/core/platform-macos.cc => tools/profiler/core/platform-macos.cpp
rename : tools/profiler/core/platform-win32.cc => tools/profiler/core/platform-win32.cpp
extra : amend_source : ad1a9da624ec302a61021cb1b44af5a37ce0450e
2017-02-21 10:58:47 -05:00
Phil Ringnalda
ab84dcd8f5 Merge m-i to m-c, a=merge 2017-02-26 10:48:26 -08:00
Manish Goregaokar
9e1848ee08 Bug 1342710 - stylo: Disallow keyword values in min/max-size properties; r=xidorn
MozReview-Commit-ID: BTRGHlMXRxg
2017-02-26 00:58:08 -08:00
Phil Ringnalda
13720d9c89 Merge m-c to m-i 2017-02-25 13:35:20 -08:00
Phil Ringnalda
da4ecf2f5c Merge m-i to m-c, a=merge 2017-02-25 10:33:48 -08:00
Emilio Cobos Álvarez
b903e8dcf2 Bug 1341083: Don't fall back to reframing with display: contents. r=heycam
MozReview-Commit-ID: KD3QBiU7M5f
Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
2017-02-25 19:15:43 +01:00
Emilio Cobos Álvarez
2cbefa7db5 Bug 1341083: Implement dynamic restyling for display: contents. r=heycam
MozReview-Commit-ID: KimTU2j4V4p
Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
2017-02-25 19:15:38 +01:00
Emilio Cobos Álvarez
ddc24400e5 Bug 1341083: Cleanup infallible ProcessRestyledFrames. r=heycam
MozReview-Commit-ID: JfugKoU6caG
Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
2017-02-25 19:15:33 +01:00
cku
402d53b758 Bug 1342302 - Part 4. Fine tune nsCSSRendering::PaintStyleImageLayerWithSC. r=mstange
MozReview-Commit-ID: JB5S86tLvl6

--HG--
extra : rebase_source : d806de4ae02d6c9b624b6018e72ac80d915c7da9
2017-02-24 15:58:55 +08:00
cku
87c1f58dc0 Bug 1342302 - Part 3. Rename ImageLayerClipState::mDirtyRectGfx to mDirtyRectInDevPx. r=mstange
MozReview-Commit-ID: 7YyQStU0Seq

--HG--
extra : rebase_source : 93de69c294de348b8f4a8699f2db4aeaff88966d
2017-02-24 14:56:11 +08:00
cku
2f8c78bab0 Bug 1342302 - Part 2. Implement ImageLayerClipState::IsValid. r=mstange
MozReview-Commit-ID: 2Axr7buX1c4

--HG--
extra : rebase_source : 6636cbe6c988771656519d2a66425ca3d7b4e5be
2017-02-24 18:52:53 +08:00
cku
7b9f69f17a Bug 1342302 - Part 1. Implement RectCornerRadii::IsEmpty. r=mstange
MozReview-Commit-ID: JHaRg4rBHu8

--HG--
extra : rebase_source : 502ffd16de19ad6a65058b82640f78ed2ea6c9b2
2017-02-24 14:30:19 +08:00
Mats Palmgren
6bc321550c Bug 1341137 part 3 - Update a reftest reference to account for the new AddRange behavior. 2017-02-25 11:33:34 +01:00
Mats Palmgren
f33f3cd648 Bug 1341137 part 2 - Provide a way to add ranges to Selection objects that aren't associated with a shell/nsFrameSelection. r=smaug 2017-02-25 11:33:34 +01:00
Mats Palmgren
876c9a7854 Bug 1341137 part 1 - Make Selection::addRange silently reject ranges that have a different root. r=smaug 2017-02-25 11:33:34 +01:00
Masatoshi Kimura
7be7b11a1c Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher
This patch is generated by the following sed script:
find . ! -wholename '*/.hg*' -type f \( -iname '*.html' -o -iname '*.xhtml' -o -iname '*.xul' -o -iname '*.js' \) -exec sed -i -e 's/\(\(text\|application\)\/javascript\);version=1.[0-9]/\1/g' {} \;

MozReview-Commit-ID: AzhtdwJwVNg

--HG--
extra : rebase_source : e8f90249454c0779d926f87777f457352961748d
2017-02-23 06:10:07 +09:00
Bobby Holley
a7ef58a9ab No Bug - Twiddle stylo reftest expectations some more. r=me
MozReview-Commit-ID: H1YoN7HpmO1
2017-02-25 17:58:53 -08:00
Emilio Cobos Álvarez
b16dcfdba8 Bug 1342710, Bug 1324633: Update reftests and crashtests expectations.
MozReview-Commit-ID: LmapjDT6ggu
Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
2017-02-25 16:50:44 -08:00
Manish Goregaokar
8dd85b495e Bug 1317047: Make logical-physical-mapping-001 less dependent on flaky table layout; r=xidorn
MozReview-Commit-ID: DeDRT1e68Mv

--HG--
extra : rebase_source : 2b2dd1f4fc09b0f231a1fab2440e2d0631d82a16
2017-02-24 14:30:52 -08:00
Phil Ringnalda
ebb9f20e82 Merge m-c to autoland 2017-02-25 13:33:44 -08:00
Wes Kocher
f8633189c2 Merge m-c to inbound, a=merge
MozReview-Commit-ID: Hh4I1wa4u49
2017-02-24 16:53:23 -08:00
Wes Kocher
e84fc624ff Merge inbound to central, a=merge
MozReview-Commit-ID: DpCZgRV1csS
2017-02-24 16:46:12 -08:00
Wes Kocher
2391738b66 Backed out 3 changesets (bug 1341137) for wpt failures in addRange-00.html a=backout
Backed out changeset 343d11a33afe (bug 1341137)
Backed out changeset ac44e1e713e1 (bug 1341137)
Backed out changeset 6f32de880c77 (bug 1341137)

MozReview-Commit-ID: 26CQIfTXLRI
2017-02-24 16:28:17 -08:00
Mats Palmgren
071e150be8 Bug 1341137 part 3 - Update a reftest reference to account for the new AddRange behavior. 2017-02-25 00:26:19 +01:00
Mats Palmgren
867bc229d0 Bug 1341137 part 2 - Provide a way to add ranges to Selection objects that aren't associated with a shell/nsFrameSelection. r=smaug 2017-02-25 00:26:18 +01:00
Mats Palmgren
51817b4c94 Bug 1341137 part 1 - Make Selection::addRange silently reject ranges that have a different root. r=smaug 2017-02-25 00:26:18 +01:00
Jonathan Kew
73c8a5366c Bug 1342315 - Add reftests to check that we disable ligatures when letter-spacing is in effect. r=jrmuizel 2017-02-24 23:05:57 +00:00
Lee Salzman
f908e5a4a7 Bug 1303094 - remove the StrokeRect path for drawing dotted borders. r=mstange
MozReview-Commit-ID: 7zooPqCocco
2017-02-24 17:02:46 -05:00
Boris Zbarsky
08388a619c More stylo mochitest expectation updates. No bug, r=bzbarsky
MozReview-Commit-ID: I9nDKy8g8bU
2017-02-24 13:48:07 -05:00
Boris Zbarsky
01cbe2d894 Minor tweak to move the stylo failure annotation around in the file. No bug, r=bzbarsky, DONTBUILD
MozReview-Commit-ID: FgYtFFMP2Jm
2017-02-24 13:41:15 -05:00
Kartikaya Gupta
d79f22787c Bug 1340798 - Back out the follow-up cset from bug 1337885 as well. r=me
MozReview-Commit-ID: 9nFGvE0hbwI
2017-02-21 10:18:50 -05:00
Ethan Lin
49b295e845 Bug 1341001 - Using ImageClient for WebRenderPaintedLayer to prevent crash problem. r=sotaro 2017-02-21 21:47:16 +08:00
Ethan Lin
d5cec4a364 Bug 1340798 - Backout the change in bug 1337885 since it causes many reftest failures. r=jerry 2017-02-20 18:35:47 +08:00
Morris Tseng
cd430e1918 Bug 1339683 - Remove build layer codes which are not used anymore. r=mattwoodrow
MozReview-Commit-ID: E64X3p5m3et
2017-02-20 10:22:58 +08:00
Morris Tseng
063a3bcf59 Bug 1339683 - Add CreateWebRenderCommands for nsDisplayBullet. r=mattwoodrow
MozReview-Commit-ID: 6IhKxRCJvZd
2017-02-20 10:22:58 +08:00
Morris Tseng
ceab727d41 Bug 1339683 - Move the function definition out of class for readability. r=mattwoodrow
MozReview-Commit-ID: Ed1ItJYWxYG
2017-02-20 10:22:58 +08:00
Kartikaya Gupta
f62b8b3b3f Merge m-c to graphics
MozReview-Commit-ID: IN2hMCjMHLL

--HG--
rename : browser/components/extensions/test/browser/browser_ext_url_overrides.js => browser/components/extensions/test/browser/browser_ext_url_overrides_newtab.js
rename : browser/extensions/formautofill/content/FormAutofillContent.js => browser/extensions/formautofill/FormAutofillContent.jsm
rename : browser/extensions/formautofill/content/FormAutofillContent.js => browser/extensions/formautofill/FormAutofillHandler.jsm
rename : browser/extensions/formautofill/content/FormAutofillContent.js => browser/extensions/formautofill/FormAutofillHeuristics.jsm
rename : browser/extensions/formautofill/content/FormAutofillContent.js => browser/extensions/formautofill/content/FormAutofillFrameScript.js
rename : browser/themes/shared/devedition/urlbar-history-dropmarker.svg => browser/themes/shared/compacttheme/urlbar-history-dropmarker.svg
rename : config/tests/makefiles/autodeps/check_mkdir.tpy => config/tests/makefiles/autodeps/check_mkdir.py
rename : dom/bindings/MozMap.h => dom/bindings/Record.h
rename : dom/bindings/parser/tests/test_mozmap.py => dom/bindings/parser/tests/test_record.py
rename : dom/file/File.cpp => dom/file/BaseBlobImpl.cpp
rename : dom/file/File.h => dom/file/BaseBlobImpl.h
rename : dom/file/File.cpp => dom/file/Blob.cpp
rename : dom/file/File.h => dom/file/Blob.h
rename : dom/file/File.cpp => dom/file/BlobImpl.cpp
rename : dom/file/File.h => dom/file/BlobImpl.h
rename : dom/file/File.cpp => dom/file/EmptyBlobImpl.cpp
rename : dom/file/File.h => dom/file/EmptyBlobImpl.h
rename : dom/file/File.cpp => dom/file/FileBlobImpl.cpp
rename : dom/file/File.h => dom/file/FileBlobImpl.h
rename : dom/file/File.cpp => dom/file/MemoryBlobImpl.cpp
rename : dom/file/File.h => dom/file/MemoryBlobImpl.h
rename : dom/file/File.cpp => dom/file/StreamBlobImpl.cpp
rename : dom/file/File.h => dom/file/StreamBlobImpl.h
rename : dom/file/File.h => dom/file/StringBlobImpl.h
rename : dom/file/File.h => dom/file/TemporaryBlobImpl.h
rename : dom/media/platforms/agnostic/gmp/MediaDataDecoderProxy.cpp => dom/media/platforms/wrappers/MediaDataDecoderProxy.cpp
rename : dom/media/platforms/agnostic/gmp/MediaDataDecoderProxy.h => dom/media/platforms/wrappers/MediaDataDecoderProxy.h
rename : dom/tests/mochitest/general/test_interfaces.html => dom/tests/mochitest/general/test_interfaces.js
rename : dom/workers/test/test_navigator.html => dom/workers/test/test_navigator.js
rename : js/src/jsautokw.py => js/src/frontend/GenerateReservedWords.py
rename : js/src/vm/Keywords.h => js/src/frontend/ReservedWords.h
rename : layout/base/RestyleManager.cpp => layout/base/GeckoRestyleManager.cpp
rename : layout/base/RestyleManager.h => layout/base/GeckoRestyleManager.h
rename : layout/reftests/w3c-css/submitted/ui3/box-sizing-replaced-002-ref.xht => layout/reftests/bugs/1313772-ref.xhtml
rename : layout/reftests/w3c-css/submitted/ui3/box-sizing-replaced-002.xht => layout/reftests/bugs/1313772.xhtml
rename : servo/components/jstraceable_derive/Cargo.toml => servo/components/deny_public_fields/Cargo.toml
rename : servo/components/jstraceable_derive/Cargo.toml => servo/components/domobject_derive/Cargo.toml
rename : servo/components/plugins/lints/ban.rs => servo/components/script_plugins/ban.rs
rename : servo/components/plugins/jstraceable.rs => servo/components/script_plugins/jstraceable.rs
rename : servo/components/plugins/lib.rs => servo/components/script_plugins/lib.rs
rename : servo/components/plugins/lints/unrooted_must_root.rs => servo/components/script_plugins/unrooted_must_root.rs
rename : servo/components/plugins/utils.rs => servo/components/script_plugins/utils.rs
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_autocomplete.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_autocomplete-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_list.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_list-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasdate.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasdate-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasnumber.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasnumber-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_length.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_length-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_selectedindex.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_selectedindex-manual.html
rename : testing/web-platform/tests/preload/link_header_preload_delay_onload.html.headers => testing/web-platform/tests/preload/link-header-preload-delay-onload.html.headers
rename : testing/web-platform/tests/preload/link_header_preload.html.headers => testing/web-platform/tests/preload/link-header-preload.html.headers
rename : services/sync/tests/unit/test_extension_storage_crypto.js => toolkit/components/extensions/test/xpcshell/test_ext_storage_sync_crypto.js
rename : toolkit/components/telemetry/TelemetryComms.h => toolkit/components/telemetry/ipc/TelemetryComms.h
rename : toolkit/components/telemetry/TelemetryIPCAccumulator.cpp => toolkit/components/telemetry/ipc/TelemetryIPCAccumulator.cpp
rename : toolkit/components/telemetry/TelemetryIPCAccumulator.h => toolkit/components/telemetry/ipc/TelemetryIPCAccumulator.h
extra : amend_source : 7411c39541f0b530b4b94cf359dc73e385abea4d
2017-02-17 23:33:24 -05:00
Carsten "Tomcat" Book
614b0dd569 Merge mozilla-central to mozilla-inbound 2017-03-02 14:06:01 +01:00
Ryan Hunt
3f5057feaf Bug 1337885 - Fuzz css-grid/grid-fragmentation-dyn tests r=jrmuizel
--HG--
extra : rebase_source : f259b0069d6b9822243c70a09a471a1eae2bd385
extra : histedit_source : fb45651fac1ecb6be3225a9e502b75200a9c1ff8
2017-02-17 15:19:55 -05:00
Wes Kocher
8c4ce17711 Merge inbound to m-c a=merge
MozReview-Commit-ID: DCUf7VEDrTt
2017-02-17 13:38:51 -08:00
Ethan Lin
95faae248b Bug 1337885 - Update the valid region in WebRenderPaintedLayer and mark related tests as passing. r=rhunt 2017-02-17 19:17:43 +08:00
Ethan Lin
1897c36bb6 Bug 1332688 - Pass transform to webrender stacking context. r=jrmuizel 2017-02-17 14:57:43 +08:00
Mason Chang
b4d5056da5 Bug 1340317 - Support box shadow outer offset and spread radius in WebRender box shadows. r=lsalzman 2017-02-16 15:05:34 -08:00
Andrea Marchesini
0963d18874 Bug 1335539 - Get rid of nsIDOMWindowUtils.wrapDOMFile, r=smaug, r=Gijs 2017-02-21 15:04:47 +01:00
Andrea Marchesini
886c391f8f Bug 1334975 - Get rid of nsIFilePicker.show() use in gecko, r=Gijs, r=ochameau 2017-02-21 15:04:32 +01:00
Carsten "Tomcat" Book
179920e96c Merge mozilla-central to mozilla-inbound 2017-02-21 14:18:35 +01:00
Neerja Pancholi
5c9853e95f Bug 1339619 - Refactor parsing code for '-moz-text-size-adjust' to use the (more conventional) keyword table approach to calculate computed style. r=dholbert
MozReview-Commit-ID: 2mawqnlUh8t

--HG--
extra : rebase_source : c2b24d7c03a0c4f7ad8db94ab7bf98b05607defc
2017-02-16 13:27:16 -08:00
Brad Werth
f210879e4b Bug 1343978 Part 1: Change ClientRectsAndTexts usage of DOMStringList to Sequence<DOMString>. r=smaug
MozReview-Commit-ID: 8mKxdPTq4Ej

--HG--
extra : rebase_source : bd2fb4e9e9c1962f4a678bbb42816e5cfb738fa0
2017-03-02 13:13:12 -08:00
Mason Chang
0b59f5711a Bug 1339661 - Create box shadow outer webrender display item. r=jmuizelaar 2017-02-16 10:23:22 -08:00
Wes Kocher
39dbca81b0 Merge m-c to inbound, a=merge
MozReview-Commit-ID: BYjLy4wkFjg
2017-02-23 16:57:34 -08:00
Stone Shih
f3b56f1a20 Bug 1340085 - [Pointer Event] Stop firing pointer events after firing eTouchCancel. f=smaug. r=kats
--HG--
extra : rebase_source : 95539f13dd0316cb4c01382a4c0213b00dcb64b0
2017-02-16 15:05:09 +08:00
Brad Werth
c96d548dac Bug 1290218 Part 10: Add asserts to ServoStyleSets. r=heycam
MozReview-Commit-ID: ATTI9X6CEKr

--HG--
extra : rebase_source : 75fd89e7bcb6ffcfbeca9ff48233c6d4a58ee9d4
2017-02-15 12:25:21 -08:00
Brad Werth
9905850b87 Bug 1290218 Part 9: Generalize stylesheet Loader to cache Servo sheets in the same way that it caches Gecko sheets. r=heycam
MozReview-Commit-ID: BUEvgos46By

--HG--
extra : rebase_source : 3f483586ccf44304282c95a0aed6dd824db967f6
2017-02-21 14:05:24 -08:00
Brad Werth
881f857bac Bug 1290218 Part 8: Implement ServoStyleSheet Clone. r=heycam
MozReview-Commit-ID: Y2KcoMjhbn

--HG--
extra : rebase_source : dc45ede181017fb372fdce23d7449c868a0cb8e6
2017-02-15 13:33:17 -08:00
Vedant Sareen
7d4bd52fae Bug 1330907 - Rename Telemetry::ID to Telemetry::HistogramID. r=dexter
Changed |print("enum ID : uint32_t {", file=output)| to |print("enum HistogramID : uint32_t {", file=output)| at line 53 of the file |toolkit/components/telemetry/gen-histogram-enum.py|, and then replaced all the textual occurrences of |Telemetry::ID| to |Telemetry::HistogramID| and |ID| to |HistogramID| in 43 other files.
2017-02-16 00:45:15 +05:30
Carsten "Tomcat" Book
afda854868 Merge mozilla-central to mozilla-inbound 2017-02-23 15:28:43 +01:00
Ethan Lin
d52379d334 Bug 1340082 - Convert nsDisplayOutline to WebRenderDisplayItemLayer. r=mattwoodrow
--HG--
extra : rebase_source : 171473c12467e70726ff57f6597cd9b9281a647c
2017-02-23 17:34:14 +08:00
cku
3edceb1620 Bug 1224207 - (followup) remove an unused local var. r=me
MozReview-Commit-ID: B7MJkHS1S88

--HG--
extra : rebase_source : 73b3a175baf4752d7df53d090e5c39eeb4150afd
2017-02-23 17:08:17 +08:00
Bobby Holley
e1e1470fda Bug 1343128 - Don't leave stale change hints and other restyle data hanging around in reconstructed subtrees. r=emilio
MozReview-Commit-ID: 4BIvC6lPUmF
2017-02-28 18:02:11 -08:00
Brad Werth
3c7df19de4 Bug 1290218 Part 7: Bypass XULPrototypeCache (which is a singleton) for non-Gecko Loaders. r=heycam
MozReview-Commit-ID: 852rcD2bdYL

--HG--
extra : rebase_source : c4d73d04af6728616356fd1fe4f56354754bca58
2017-02-14 14:44:37 -08:00
Mason Chang
d41a6398c9 Bug 1337130 Fix build bustage. r=me 2017-02-14 14:21:44 -08:00
Mason Chang
644a86e4c6 Bug 1337130. Fixup. Make sure nsDisplayCaret doesn't return LAYER_INACTIVE. r=me 2017-02-14 14:00:25 -08:00
Mason Chang
ef3d9a921c Bug 1337130 - Create a DisplayItemLayer type. r=mattwoodrow 2017-02-14 13:49:27 -08:00
Kartikaya Gupta
53923cec18 Merge m-c to graphics
MozReview-Commit-ID: 8jtEDISESoo
2017-02-14 13:38:08 -05:00
Jeff Muizelaar
831a168a7f Bug 1335799 - Update reftest annotations for webrender. r=kats
MozReview-Commit-ID: DBviifcrLHT
2017-02-14 13:34:15 -05:00
Carsten "Tomcat" Book
afe4d4b240 merge mozilla-inbound to mozilla-central a=merge 2017-02-17 13:24:55 +01:00
Xidorn Quan
16f8dd152a Bug 1340439 - Update mochitest expectation. r=xidorn
MozReview-Commit-ID: Cc53GLynT19

--HG--
extra : rebase_source : 0f03c608ac6db14f649afa620a7bfa89a468fc9d
2017-02-17 18:42:12 +11:00