Jesse Ruderman
6d57cd2fe2
Bug 750147 - Add crashtest. r=me
2017-11-08 08:47:07 -05:00
Brad Werth
2a43297875
Bug 1412173 Part 1: Implement the Document ignore-opens-during-unload counter required by spec. r=bz
...
MozReview-Commit-ID: IWfT5c0H3t
--HG--
extra : rebase_source : 9a61f095a8c31ee3ac0f89b413d0cc62eec24292
2017-11-02 11:47:21 -07:00
Emilio Cobos Álvarez
ae4ab8a9df
Bug 1415538: Remove dead frame construction code (InsertFirstLineFrames). r=mats
...
InsertFirstLineFrames has been dead for a long time, and I don't think it's
worth to keep it around. It's in the VCS history anyway.
MozReview-Commit-ID: FetYB6nf38D
--HG--
extra : rebase_source : bc56cdec7a4e45c7ea1d8cf6354a5a6dc349ac29
2017-11-08 11:57:39 +01:00
Milan Sreckovic
1c4ab9e9c2
Bug 1389152: Change LogicalRect from having nsRect as a member variable, and exposing its member variable addresses, to storing four nscoord values separately and doing some operations by creating temporary rectangles to ensure consistency. Add a method to BaseRect to get OriginAndSize at once. r=bas,jfkthame.schouten
...
MozReview-Commit-ID: FhmSXK7p5c6
--HG--
extra : rebase_source : eb542fac9017852fa812b54aa3b12f0522a1e4be
2017-11-07 09:38:31 -05:00
Emilio Cobos Álvarez
e92c9696de
Bug 1415353: Crashtest. r=me
...
MozReview-Commit-ID: GjeTrTPfSnP
2017-11-08 15:28:38 +01:00
Narcis Beleuzu
e8f9b9e9a8
Merge mozilla-central to autoland. r=merge a=merge on a CLOSED TREE
2017-11-08 12:55:21 +02:00
Narcis Beleuzu
218e1676cb
Merge inbound to mozilla-central r=merge a=merge
2017-11-08 12:51:09 +02:00
Emilio Cobos Álvarez
eac54e955c
Bug 1415149: Simplify nsCSSFrameConstructor::GetRangeInsertionPoint. r=bz
...
MozReview-Commit-ID: HsICs5TvhGU
--HG--
extra : rebase_source : 2207c64cdffe7475a04419364110fb4133d306c8
2017-11-06 19:08:08 +01:00
Jonathan Watt
256036cf05
Bug 1414070 - Expose whether the URL is a test or reference when telling reftest-content.js to load a URL. r=dholbert
...
As part of this change, the confusingly named global variable 'state' is
renamed to 'currentURLTargetType', and named "enum" values are assigned
to it rather than raw integers.
MozReview-Commit-ID: FTEOB9wF8Q1
2017-10-23 14:55:27 +01:00
Jonathan Watt
db2545b068
Bug 1414644 - Stop importing XPCOMUtils.jsm into reftest-content.js. r=dholbert
...
MozReview-Commit-ID: FSLy3R8ZVf2
2017-10-20 12:46:19 +01:00
Jonathan Watt
64c37f30fa
Bug 1415217 - Try to replace reftest error 'load failed with unknown reason' with informative messages. r=dholbert
...
If the reftest harness times out the load of a URL before the 'load' event
has even fired then the error message that we get is 'load failed with unknown
reason'. This isn't very helpful for people unfamiliar with the harness. This
change sets an initial error message that notes that we're waiting on the
'load' event, what the timeout delay is, and what URL we are/were waiting on
loading. This will allow the timeout delay to be compared to log timestamps
and will make it clear whether the timeout occurred for some other URL than
the one we were expecting to load (which would be an error in the harness
logic).
It should now be impossible for the 'load failed with unknown reason' to occur,
but if there is a logic error in the harness code (some race condition?) then
it may still happen.
MozReview-Commit-ID: JOb1kYBpLro
2017-10-19 16:59:32 +01:00
Matt Woodrow
cd1604ef74
Bug 1414397 - Make sure we properly invalidate the entire frame subtree when detecting a caret frame change. r=miko
...
--HG--
extra : rebase_source : add63296c95ea090ca79ab120bede8038ce4f59e
2017-11-08 15:33:34 +13:00
Matt Woodrow
fca4960b0f
Bug 1412110 - Make sure we build a wrap list for the caret frame, since it will have multiple display items. r=miko
...
--HG--
extra : rebase_source : b59ff089835023c96daa1e1bf1c7f5bde6c75f15
2017-11-08 15:32:27 +13:00
Matt Woodrow
0cd1c74fe2
Bug 1413833 - Don't use WeakFrame for the modified frame list since get slow with large numbers of frames. r=miko
...
--HG--
extra : rebase_source : c2c2f2c6435ad1b2f246d1339ee548dc60cec4b4
2017-11-08 15:25:44 +13:00
Matt Woodrow
09ea8a23b0
Bug 1413833 - Cap the number of modified frames that we track to avoid the overhead getting too large. r=miko
...
--HG--
extra : rebase_source : cc26dd15613b9bbe6ca199d21817cbed16143dfe
2017-11-08 15:23:34 +13:00
Kartikaya Gupta
39ed6475dd
Bug 1414271
- Update reftests from changes in WR PR 1961. r=jrmuizel
...
MozReview-Commit-ID: 8pjCxVSHKhM
--HG--
extra : rebase_source : f45a1780d55c1314f2f7ced04fe8eb088ee893ac
2017-11-07 08:34:33 -05:00
Narcis Beleuzu
82324f1ffe
Merge mozilla-central to inbound. r=merge a=merge on a CLOSED TREE
2017-11-08 12:57:37 +02:00
Sebastian Hengst
f5e52adeea
merge mozilla-inbound to mozilla-central. r=merge a=merge
2017-11-07 12:43:06 +02:00
Sebastian Hengst
af670f4147
merge mozilla-central to mozilla-inbound. r=merge a=merge
2017-11-07 02:47:30 +02:00
Mats Palmgren
652757273a
Bug 1400618 part 6 - Remove the workaround for the broken IsPrimaryFrame() in nsFrame::DestroyFrom since it now works also for NAC frames. r=bz
...
MozReview-Commit-ID: 1DFyWZBpzwP
2017-11-07 01:20:34 +01:00
Mats Palmgren
c908bacce6
Bug 1400618 part 5 - Destroy the frames before removing the AccessibleCaret anonymous content (to ensure it happens before the UnbindFromTree). r=bz
...
MozReview-Commit-ID: Kvudz7bJFEZ
2017-11-07 01:20:34 +01:00
Mats Palmgren
a496c4a782
Bug 1400618 part 2 - Remove the nsIFrame::GenConProperty property and make aPostDestroyData deal with unbinding it. r=bz
...
MozReview-Commit-ID: HJ5OTJ4v4Y1
2017-11-07 01:20:34 +01:00
Mats Palmgren
25cd0c37f7
Bug 1400618 part 1 - Collect NAC / generated content and call DestroyAnonymousContent / UnbindFromTree on those after the frames are destroyed. r=bz
...
MozReview-Commit-ID: 2trDgeJPw25
2017-11-07 01:20:33 +01:00
Coroiu Cristina
282fd1a852
Merge inbound to mozilla-central r=merge a=merge
2017-11-07 01:04:34 +02:00
Csoregi Natalia
ed2e8dcafe
Merge mozilla-central to mozilla-inbound. r=merge a=merge on a CLOSED TREE
2017-11-06 12:51:18 +02:00
KuoE0
95dc83229e
Bug 1399310 - (Part 2) Add a bunch of test cases for text selection. r=jfkthame
...
MozReview-Commit-ID: 5e43Sc6vPB7
--HG--
extra : rebase_source : 8058ea983710c3aab486e7dad18850609644e109
2017-11-02 13:06:52 +08:00
Phil Ringnalda
81c6fb1b5b
Backed out 2 changesets (bug 1412173) for unexpected passes in wpt's /html/browsers/browsing-the-web/unloading-documents/003.html
...
Backed out changeset 68de62dd7a9b (bug 1412173)
Backed out changeset 97de1e0cd693 (bug 1412173)
MozReview-Commit-ID: HiASSDNl4DD
2017-11-06 19:32:05 -08:00
Ethan Lin
0d2b959f9f
Bug 1410583 - Make sure we paint the whole item for blob image. r=jrmuizel
...
MozReview-Commit-ID: 84LiyRA2WFC
--HG--
extra : rebase_source : 769128dff81e4610decf2fbe53196a94e7857773
2017-11-06 16:51:16 +08:00
Brad Werth
28b0ab34dc
Bug 1412173 Part 1: Implement the Document ignore-opens-during-unload counter required by spec. r=bz
...
MozReview-Commit-ID: IWfT5c0H3t
--HG--
extra : rebase_source : d0c03ea38bf4d33ca7ac8ee7696936bdb3ea7518
2017-11-02 11:47:21 -07:00
Coroiu Cristina
dc06fb21ec
Merge mozilla-central to mozilla-autoland. r=merge a=merge on a CLOSED TREE
2017-11-07 01:13:57 +02:00
Manish Goregaokar
b5061541d9
Bug 1405881 - Add crashtest; r=hiro
...
MozReview-Commit-ID: BzM8KRn2MWv
--HG--
extra : rebase_source : 288825a0262a051ba379cdd74838c358f70901de
2017-11-06 11:30:49 -08:00
Manish Goregaokar
b8a28fb4e0
Bug 1405881 - Fix animation of -moz-transform matrices with percents ; r=hiro
...
MozReview-Commit-ID: 4XhKc0K0xmQ
--HG--
extra : rebase_source : 883fd587716a97d38827e576a8d1af808fa22f7e
2017-11-03 16:42:30 -07:00
Markus Stange
06a44912a5
Bug 1414154 - Remove gfxContext::Set/GetFontSmoothingBackgroundColor and TextRunDrawParams::fontSmoothingBGColor. r=lsalzman
...
MozReview-Commit-ID: BXZP3maOJRi
--HG--
extra : rebase_source : 5ba8b50835d98f78cdf854d914d61f5508edf6e3
2017-11-02 22:31:15 -04:00
Markus Stange
78303f13ce
Bug 1414154 - Remove GlyphRenderingOptions. r=lsalzman
...
MozReview-Commit-ID: JtwnTj1hhPV
--HG--
extra : rebase_source : 2a3e896eec8b6839097baf6e2cccc10eb162827b
2017-11-02 21:42:56 -04:00
Markus Stange
f2f07fc63b
Bug 1414147 - Move fontSmoothingBackgroundColor from nsStyleUserInterface to nsStyleFont / nsFont. r=dbaron
...
MozReview-Commit-ID: 7i0Sy50Badm
--HG--
extra : rebase_source : 28f36f191aa82a0ece87b412b59641f7dc061acf
2017-11-02 17:48:44 -04:00
Sebastian Hengst
1ce13be34a
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: DEsdO0kjfDL
2017-11-04 22:55:41 +01:00
Emilio Cobos Álvarez
51708fb131
Bug 1413143: Make font inflation computation less lazy. r=bz,JanH
...
This makes it a bit more straight-forward to change the system font scale,
preserving the sync MediaFeatureChanged event.
This also avoids notifying media queries when the shell is not initialized.
In particular, the patch in bug 1404545 allows calling MediaFeatureValuesChanged
on a still-initializing pres-shell. This is nasty, and all this initialization
order is kind of a mess, but I'm not reworking it for now...
Also, this drops the invalidation of font-inflation when a doctype is added to
the document. GetViewportInfo() already relies on the doctype not changing, as
noted in a comment.
MozReview-Commit-ID: Knw7dM1B04Y
2017-11-04 12:08:38 +01:00
Sebastian Hengst
d61954557d
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: Ai6Y5GGfkfT
2017-11-04 10:58:24 +01:00
Geoff Brown
5b5cebded9
Bug 1414063
- Follow-up for lint errors
2017-11-03 12:16:09 -06:00
Geoff Brown
8538ff6458
Bug 1414063
- Increase mochitest/reftest default output timeout to 370 seconds; r=jmaher
2017-11-03 12:08:29 -06:00
Emilio Cobos Álvarez
9951add396
Bug 1413754: Add tests for parsing of non-content-exposed media queries. r=xidorn
...
MozReview-Commit-ID: 4B8EPLboM4G
--HG--
extra : rebase_source : 1731ca6931c0aa67df918cf576cd4a0dc868c2e1
2017-11-03 16:46:05 +01:00
Emilio Cobos Álvarez
421fce6c1d
Bug 1410624: Allow disabling invalidation-based querySelector from C++. r=bz
...
Rust compile times are hard.
MozReview-Commit-ID: 9Xhtf7f3Vzv
2017-11-04 12:36:38 +01:00
Emilio Cobos Álvarez
79635409a0
Bug 1410624: Add a Document::elements_with_id API. r=xidorn
...
MozReview-Commit-ID: BNtbJp0RI68
2017-11-04 12:36:22 +01:00
Emilio Cobos Álvarez
707ec18980
Bug 1410624: Integrate QuerySelectorAll in Gecko. r=heycam
...
MozReview-Commit-ID: 2Jf3Z6ikjXB
2017-11-04 12:33:41 +01:00
Emilio Cobos Álvarez
05a25ccc70
Bug 1413619: Fix insertion point computation when display: contents pseudos are involved. r=mats,bz
...
This is a significant rework of how do we compute the insertion point of a
node.
We handle pseudos in the same function instead of out of band, and also recurse
up when the parent has display: contents, which simplifies the code IMO.
MozReview-Commit-ID: 1rSfv1Tq5gO
2017-11-04 11:58:16 +01:00
Martin Stransky
c80f5d1b89
Bug 1413166 - Added moz-gtk-csd-* media features to resistFingerprinting tests, r=bz
...
MozReview-Commit-ID: FF1rVDSrpK
--HG--
extra : rebase_source : b3fb3e0a5f9492d2698a5f0fe25b7b415fa55953
2017-11-02 12:12:19 +01:00
Martin Stransky
6803a7b4e8
Bug 1413166 - Added parsing tests for moz-gtk-csd-* media features, r=bz
...
MozReview-Commit-ID: G0fXDJ2Bjwf
--HG--
extra : rebase_source : cc920426bb514da660a22ff53f0717c7c5326d47
2017-11-01 13:16:35 +01:00
Martin Stransky
b61a9fedd5
Bug 1413166 - Export gtk_csd* atoms as media features, r=bz
...
Based on patch by Andrew Comminos [:acomminos] <andrew@comminos.com>
MozReview-Commit-ID: 26IV2A3vZAB
--HG--
extra : rebase_source : a4cbcafc8a8e8539b8275e5d0dfdff55175cc882
2017-10-31 14:29:17 +01:00
Martin Stransky
aa7f0bf7f1
Bug 1413166 - Bind gtk_csd* atoms with LookAndFeel, r=bz
...
Based on patch by Andrew Comminos [:acomminos] <andrew@comminos.com>
MozReview-Commit-ID: 91pyS53yTVt
--HG--
extra : rebase_source : 7418ba9f83075211f2a8d9b0ef85039684e78121
2017-10-31 14:27:58 +01:00
Alex Gaynor
016a127546
Bug 1412643 - revert part 3 of the changes from 1319423 to fix print selection; r=bobowen
...
This will be re-landed with a real fix for print-selection after we branch for 58.
MozReview-Commit-ID: JjhBEiEviVB
--HG--
extra : rebase_source : 15b9a2eccdc5ce001bacb776e15f98f4d368c436
2017-11-03 14:03:02 -04:00
Alex Gaynor
abe0912713
Bug 1411984 - Use buffered IO in the content process when writing print data for IPC; r=haik
...
MozReview-Commit-ID: DJuOP2wtku5
--HG--
extra : rebase_source : b14c2e67adb0c4802297013ea80ec068fb7196c4
2017-10-26 15:08:39 -04:00
Kevin Chen
24e2b68f15
Bug 1409243
- Enable dotted and dashed border support for webrender; r=ethlin
...
MozReview-Commit-ID: 4TGeavMJY2Q
--HG--
extra : rebase_source : 1638dcf7abf66736e17b632fa2ae1f19bbe5e920
2017-10-25 10:17:41 +08:00
Mats Palmgren
931faf3e27
Bug 1411765 - Part3:Disable part of failing test grid-fragmentation-dyn1-006.html. r=mats
...
MozReview-Commit-ID: Id6hGHuTuTr
--HG--
extra : rebase_source : 482fba40383206a1a3654309405d42f55f399094
2017-11-07 13:16:58 -08:00
Neerja Pancholi
d4e9a57503
Bug 1411765 - Part2:Remove extra border fragment from ref file to match it with new expected output of grid fragmentation tests and change assertion count for crashtests. r=mats
...
MozReview-Commit-ID: A6gPAuBI13X
--HG--
extra : rebase_source : fe7654bf2b88462c002188d6781470b765dd1f8c
2017-11-07 12:24:32 -08:00
fantasai
009979653b
Bug 1411765 - Part1:Convert an Incomplete reflow status to OverflowIncomplete also when our size is exactly the available size, not just less. r=mats
...
MozReview-Commit-ID: JikD7p70pJy
--HG--
extra : rebase_source : c7803976a9b42c6076acb233b68dcdbf3e8c93e8
2017-10-25 14:21:19 -07:00
KuoE0
0943404926
Bug 1399310 - (Part 1) Make `nsTextFrame::DrawTextRunAndDecorations` draw only in the range of the text. r=jfkthame
...
We create a clip region with the text length to make the decoration line
would be only drawn in the area. This allows the decoration line would
not be drawn multiple times when the text is being selected.
MozReview-Commit-ID: 4gjawk71eSu
--HG--
extra : rebase_source : 627fa77a2b6e17441d134255017762ebda92eaf6
2017-09-27 16:50:15 +08:00
Ethan Lin
3e45fddd09
Bug 1362412 - Do not invalidate table cell's parent frame if it's not border collapse or there is no border. r=mattwoodrow
...
MozReview-Commit-ID: 5nTrJmMbm9d
--HG--
extra : rebase_source : 8ff459c52545c9a71c890f12d0cf015ce381c3bf
2017-11-07 13:47:13 +08:00
ANDREEA PAVEL
24a187da02
Merge mozilla-inbound to mozilla-central r=merge a=merge
2017-11-02 11:40:57 +02:00
Emilio Cobos Álvarez
0426e8e468
No bug - Remove unused variable. r=me
...
MozReview-Commit-ID: EuOqz9FLJyy
2017-11-02 06:36:45 +01:00
Xidorn Quan
2ddfdf43a2
Bug 1412714 - Don't clone inner of XBL stylesheet in Servo. r=bz
...
MozReview-Commit-ID: Kzrod3SBt1k
--HG--
extra : rebase_source : 4cf96063f372ffbeb6aabde396ef9fd9f547bcb7
2017-10-30 15:16:20 +11:00
Botond Ballo
9ceac26e5c
Bug 1412272 - Have ComputePartialPrerenderArea() handle the cases where aDirtyRect is larger than aPrerenderSize. r=mstange
...
Rendering at least aDirtyRect is more important than staying under
aPrerenderSize, so that's what we do.
MozReview-Commit-ID: 8Ze1biaNzqX
--HG--
extra : rebase_source : b04aedafa8432004a716f0cb4b4c5dc6c418dfda
2017-11-01 15:27:16 -04:00
Botond Ballo
f3f909b838
Bug 1382534 - Add an async-scrolling reftest. r=mstange
...
MozReview-Commit-ID: 2MuOY0tf7Jr
--HG--
extra : rebase_source : 029692c6481923f30e29f6393b925e1b5e0a8811
2017-10-04 16:39:47 -04:00
Botond Ballo
826e7774d6
Bug 1382534 - Add a crashtest for the ASR-related assertion failure. r=mstange
...
MozReview-Commit-ID: J8hm3FmQpaE
--HG--
extra : rebase_source : d44fa219e728da4a10bf41fa542db3b962c10385
2017-10-04 16:27:15 -04:00
Botond Ballo
e084a3a187
Bug 1382534 - Try to give nsDisplayMask items proper scroll metadata. r=mstange
...
MozReview-Commit-ID: L6kYkzC1F8S
--HG--
extra : rebase_source : 0d90b1c859d98e2aef254d0e528be27c130a78f8
2017-10-20 18:16:50 -04:00
Botond Ballo
864f4f712b
Bug 1382534 - Use GetBounds() in nsDisplayMask::ComputeVisibility(). r=mstange
...
The code previously used GetClippedBoundsWithRespectToASR() (changed
in bug 1298218), but this violated the requirements of nsDisplayList::
ComputeVisibilityForSublist().
MozReview-Commit-ID: F9UVMvVKLAp
--HG--
extra : rebase_source : ec188650070d4e8de1b19395c3ed6f31e7d0e04f
2017-10-16 17:18:03 -04:00
Botond Ballo
6a7049b903
Bug 1382534 - Relax the requirement of having a clip with respect to an ASR for nsDisplayMask items. r=mstange
...
We allow an nsDisplayMask item to satisfy the requirement even it does not
itself have a clip, as long as its children have finite bounds with respect
to the ASR.
MozReview-Commit-ID: 8zKE0bguY38
--HG--
extra : rebase_source : 74baaea2647708d1cd024f9e6afd82508e95c74a
2017-09-25 19:15:23 -04:00
Botond Ballo
9c407a7103
Bug 1382534 - Add nsCSSClipPathInstance::GetBoundingRectForBasicShapeClip(). r=mstange
...
MozReview-Commit-ID: 85mhNcj5V2J
--HG--
extra : rebase_source : b4e868a89408e31aef1f26c3f701e1fb2daa2477
2017-10-04 16:46:44 -04:00
Botond Ballo
0d16ea4ebf
Bug 1382534 - Use clip-rule instead of fill-rule when calculating the bounding box contribution of an SVG geometry frame inside a clip-path. r=longsonr
...
MozReview-Commit-ID: 1rAKmp2ET6A
--HG--
extra : rebase_source : 68690f54ea5129863dc5cfb3f4095c22e41409ad
2017-09-25 16:57:39 -04:00
Botond Ballo
6939e320f7
Bug 1382534 - Make layout/reftests/svg/clipPath-polygon-elementFromPoint-01.svg a bit more permissive. r=mstange
...
The test was asserting that a point on the boundary of an SVG path is inside
the path, but for a point that's right on the boundary, either answer
(inside or outside) is reasonable.
MozReview-Commit-ID: 8srcoPFmDq
--HG--
extra : rebase_source : 8870b0d92cc7c7ff0e52148197c46de99d597773
2017-09-25 16:19:03 -04:00
Botond Ballo
af440ad9a2
Bug 1382534 - Account for the local transform in nsSVGClipPathFrame::GetBBoxForClipPathFrame(). r=longsonr
...
MozReview-Commit-ID: HbZzPkAZy7q
--HG--
extra : rebase_source : 86099814a5fcd7b391c86a471f23337bc345fcdf
2017-09-20 12:39:59 -04:00
Ethan Lin
056378aa50
Bug 1413082
- Check both STATUS_LOAD_COMPLETE and STATUS_ERROR before getting the image container in nsImageFrame. r=mattwoodrow
...
MozReview-Commit-ID: H5pTpJVG33p
--HG--
extra : rebase_source : dca566b51d5e4f4cb4a18e612c1ed13cefb18f9b
2017-11-01 14:54:17 +08:00
Hiroyuki Ikezoe
0f51960be1
Bug 1414690 - Remove nsIFrame::IsPseudoStackingContextFromStyle. r=dholbert
...
The last places that call this function have been removed in
https://hg.mozilla.org/mozilla-central/rev/0f7e0529ee3f ,
and never been used since then.
MozReview-Commit-ID: FQtnwRHQ8cH
--HG--
extra : rebase_source : 3c40d0077c4b38771deed7055fbc5e22be8a071f
2017-11-06 09:18:27 +09:00
Botond Ballo
ce03fa59d0
Bug 1382534 - Move ComputeOffsetToUserSpace() from nsDisplayList.cpp to nsLayoutUtils. r=mstange
...
MozReview-Commit-ID: 8w9lDViJuAj
--HG--
extra : rebase_source : 4d9c47dd4f217471e743973d2f641a67dae509fe
2017-08-23 17:26:25 -04:00
Botond Ballo
4a2d5338c5
Bug 1382534 - Layerize active masks even with HWA disabled. r=mstange
...
MozReview-Commit-ID: 6lvOE3fGFAy
--HG--
extra : rebase_source : 86e4c07873890e14d57708f202d7c611635bf070
2017-08-09 16:25:19 -04:00
Miko Mynttinen
ef37c668b8
Bug 1413526 - Only create retained display list builder for content processes r=mattwoodrow
...
MozReview-Commit-ID: 3ipMgKgnhjH
--HG--
extra : rebase_source : 9e29bd3254c495289a1afdfc76df848a65c2b1fc
2017-11-01 16:46:04 +01:00
Kartikaya Gupta
48f2490228
Bug 1413666 - Fix off-by-one error in sticky positioning code. r=botond
...
MozReview-Commit-ID: J33lrH03HyA
--HG--
extra : rebase_source : 4d9074d1db8a48a3f18961da413b2ec719efbd0e
2017-11-01 16:13:18 -04:00
Sebastian Hengst
ca88e3c4c5
Merge mozilla-central to autoland. r=merge a=merge
2017-11-01 22:58:44 +01:00
Sebastian Hengst
4ff29d14f8
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: GSDYk9wLOAM
--HG--
rename : browser/base/content/test/general/browser_bug561636.js => browser/modules/test/browser/formValidation/browser_form_validation.js
rename : browser/base/content/test/general/browser_bug595507.js => browser/modules/test/browser/formValidation/browser_validation_iframe.js
rename : browser/modules/test/browser/browser_bug1319078.js => browser/modules/test/browser/formValidation/browser_validation_invisible.js
2017-11-01 22:55:12 +01:00
Ryan VanderMeulen
a090aa11cd
Backed out changeset ee243422ed36 (bug 1413619) for test failures.
2017-11-01 17:29:10 -04:00
Kartikaya Gupta
3c38110bd3
Bug 1406217
- Fix computation of scrollframe's offset to the reference frame. r=mstange
...
We need to get the offset across documents boundaries, since the scrollframe
might be inside a subdocument. In such cases we were previously computing
a (incorrect) zero offset for the scrollframe, which was throwing off the
margin for the sticky items inside the scrollframe.
MozReview-Commit-ID: AWeQ9ay2cmp
--HG--
extra : rebase_source : 7dd8eda26c482cc359042d79073740524efa792a
2017-10-31 09:04:04 -04:00
Jeff Muizelaar
4250e26d21
Bug 1413629. Don't require a PresContext to apply a clip. r=mstange
...
The only thing we use the PresContext for is the app units. I'd rather not
worry about keeping around a PresContext for the webrender display item
grouping.
2017-11-01 14:37:59 -04:00
Emilio Cobos Álvarez
7c34b5a8f2
Bug 979782: Enable lazy frame construction for display: contents direct descendants. r=mats
...
There's no reason I can think of this wouldn't work, and try is totally green
without it.
MozReview-Commit-ID: K9QXbAOFu3A
--HG--
extra : rebase_source : 13eb1928d2b31f451610ca633d12cf912670e4e4
2017-10-31 09:21:59 +01:00
Emilio Cobos Álvarez
50a5c229d6
Bug 979782: Fixup FindFrameForContentSibling to don't duplicate work and trigger assertions for display: contents. r=mats
...
MozReview-Commit-ID: HAZh0RYY76x
--HG--
extra : rebase_source : 54a4be6aef7db2c32a560eb66e2ebf18cd16a377
2017-11-01 16:40:09 +01:00
Emilio Cobos Álvarez
9bd202a77c
Bug 1413288: The owner of a bullet frame is the first continuation of the parent. r=xidorn
...
MozReview-Commit-ID: FUsdsETkV2Q
--HG--
extra : rebase_source : 9c6183e567321c9ee541a04d001dc00fbcc7e94b
2017-11-01 12:20:55 +01:00
Cameron McCormack
61b2f4f211
Bug 1390694
- Part 4: Restyle the document when document state dependencies change. r=emilio
...
MozReview-Commit-ID: WEWCvSUjxo
--HG--
extra : rebase_source : a229f8414b6c1285499c869da44ae88bf250ea1d
extra : source : 920129b56f67152792297e43f0c6ff5710e6b6d3
2017-11-01 21:20:39 +11:00
Cameron McCormack
1e2c9293c6
Bug 1390694
- Part 1: Add ServoStyleSet function for checking document state dependencies. r=emilio
...
MozReview-Commit-ID: G8Ju8yHtYx6
--HG--
extra : rebase_source : 11f25c9b9b9a45144170ff9e563e52577ca8cea2
extra : source : 38302acda5cdb8a808ee80430488d83527a415ff
2017-11-01 21:20:39 +11:00
Csoregi Natalia
423b2522c4
Merge inbound to mozilla-central r=merge a=merge
2017-11-01 12:14:00 +02:00
Matt Woodrow
95d77539ea
Bug 1413073
- Don't check the dirty rect when deciding if we need to store OutOfFlowDisplayData for a frame. r=mstange
2017-11-01 16:58:53 +13:00
Phil Ringnalda
4700232b13
Backed out changeset 83a7ad25941e (bug 1412437) for robocop testAccessibleCarets bustage
...
CLOSED TREE
MozReview-Commit-ID: Lg1GSdLDyin
2017-10-31 20:07:15 -07:00
Sebastian Hengst
2181970726
merge mozilla-central to mozilla-inbound. r=merge a=merge
2017-11-01 00:39:58 +01:00
David Anderson
997c7019bc
Don't cache DrawTargetCaptures in nsCanvasFrame. (bug 1395478 part 10, r=mattwoodrow)
...
--HG--
extra : rebase_source : fc0746099e910f1e46842f292f60b2f00ee25f38
2017-10-31 12:02:32 -07:00
Kartikaya Gupta
f188ded860
Bug 1412280 - Update reftest annotations for WR PR 1954. r=jrmuizel
...
MozReview-Commit-ID: JWt34PZQgtB
--HG--
extra : rebase_source : e8ee1f95ea0ec69a333015ca45a190cc5246f69e
2017-10-31 09:17:37 -04:00
Kartikaya Gupta
3a399cf5e5
Bug 1412280 - Update sticky code for API change in WR PR 1940. r=jrmuizel
...
MozReview-Commit-ID: 2I8wpe3Bt1y
--HG--
extra : rebase_source : 5056aee8978c9bd5c51724ec909125de318f04ad
2017-10-31 09:17:22 -04:00
Mike Hommey
04fe451c07
Bug 1413111 - Use nsTSubstring::Split in nsCSSRuleProcessor::LangPseudoMatches instead of manually go through with FindChar. r=dbaron,njn
...
--HG--
extra : rebase_source : ff5fc57a3ec6ce6878789bf59524c7180d85c716
2017-11-01 10:19:56 +09:00
Kyle Machulis
41f2111481
Bug 1412437 - Remove nsIDOMHTMLTextAreaElement r=bz
...
MozReview-Commit-ID: JAON7Rd7IAo
--HG--
extra : rebase_source : 7bdc51676a4a834f1736b0c5f269bc26ca94e610
2017-10-30 16:14:51 -07:00
Margareta Eliza Balazs
a63fdbeabb
Merge inbound to mozilla-central r=merge a=merge
2017-10-31 12:46:19 +02:00
Chris Peterson
73037a0f6a
Bug 1412048 - Replace NS_RUNTIMEABORT(var) with MOZ_CRASH_UNSAFE_OOL(var). r=froydnj data-review=francois
...
And remove unreachable code after MOZ_CRASH_UNSAFE_OOL().
MOZ_CRASH_UNSAFE_OOL causes data collection because crash strings are annotated to crash-stats and are publicly visible. Firefox data stewards must do data review on usages of this macro. However, all the crash strings this patch collects with MOZ_CRASH_UNSAFE_OOL are already collected with NS_RUNTIMEABORT.
MozReview-Commit-ID: IHmJfuxXSqw
--HG--
extra : rebase_source : 031f30934b58a7b87f960e57179641d44aefe5c5
extra : source : fe9f638a56a53c8721eecc4273dcc074c988546e
2017-10-24 23:38:38 -07:00
Chris Peterson
1df202b177
Bug 1412048 - Replace NS_RUNTIMEABORT("...") with MOZ_CRASH("..."). r=froydnj
...
And remove unreachable code after MOZ_CRASH().
MozReview-Commit-ID: 6ShBtPRKYlF
--HG--
extra : rebase_source : 0fe45a59411bda663828336e2686707b550144ae
extra : source : 8473fd7333d2abe1ea1cc176510c292a5b34df45
2017-10-24 23:30:31 -07:00
Ethan Lin
f4e9c0dd96
Bug 1405089 - Add nsDisplayTableCellSelection and do not use webrender fallback if there is no selection mode. r=mattwoodrow
...
MozReview-Commit-ID: KZWW7dHc8gF
--HG--
extra : rebase_source : 702aa1924839a97a362d9ce674a51d71cf27ed13
2017-10-26 14:36:58 +08:00
Hiroyuki Ikezoe
dba3425d42
Bug 1190721 - Throttle animations that produce any transform change hint if the target element is out-of-view. r=birtles
...
And unthrottle them on every 200ms just like we do for transform animations on
the compositor. To unthrottle the transform animations properly, we need to
update UpdateLastTransformSyncTime each time we compose the style for the
animations instead of updating it when we send the transform animation to the
compositor. That's because display item for transform is built even while we
are throttling the transform animations for some reasons, so if we updated the
last transform sync time there, the time will not match what it should be.
MozReview-Commit-ID: GwMzJqUlzd2
--HG--
extra : rebase_source : 09e379191970687a9f35aead871acf450c63813e
2017-10-31 09:45:41 +09:00