Phil Ringnalda
ef990d8ef3
Merge m-i to m-c, a=merge
...
CLOSED TREE
2015-09-10 15:22:15 -07:00
Markus Stange
ea041c6ffb
Bug 1181135 - Copy DisplayItemClips in order to avoid dangling pointers. r=tn
2015-09-09 19:08:03 -04:00
Nick Robson
1f2a39fbae
Bug 1194337 - Context menu positioned incorrectly on OSX. r=enn
2015-09-09 14:50:00 +01:00
Geoff Brown
77e9e766b3
Bug 1198380 - Mark filter-html-01-extref.xhtml as random-if on Android, for intermittent failures; r=jwatt
2015-09-09 07:25:48 -06:00
Carsten "Tomcat" Book
5ad0e1dabd
Merge mozilla-central to mozilla-inbound
2015-09-09 14:08:42 +02:00
Carsten "Tomcat" Book
c7883cea3b
merge mozilla-inbound to mozilla-central a=merge
2015-09-09 14:04:59 +02:00
Matthew Noorenberghe
1d07753be3
Bug 1192492 - Support masking of passwords in XUL tree columns. r=Enn,smaug
...
rs=smaug on the webidl change
IGNORE IDL due to only adding a const
2015-09-07 14:25:45 -07:00
Ting-Yu Lin
f88889d2c4
Bug 1202320 - Fall back to platform APZ enabled in PresShell. r=kats
...
If root view or widget cannot be found, use platform value of
AsyncPanZoomEnabled.
2015-09-08 03:30:00 +08:00
Brian Birtles
2fe49c1d2b
Bug 1200568 - Don't create animations for elements that are not part of the document tree; r=dbaron
...
As well as ensuring that we don't create animations for elements that are not
part of the document tree, this test also adjusts the assertion that checks
this in the following ways:
* Calls GetComposedDoc() instead of GetCrossShadowCurrentDoc() since the
latter is deprecated.
* Moves it from RequestRestyle to FlushAnimations since, depending on how we
refactor this code in the future, it's possible we might end up calling
RequestRestyle even for animations on elements that have been removed from the
document but we shouldn't call FlushAnimations in this case.
2015-09-09 10:10:41 +09:00
Tom Klein
7579b60c17
Bug 1092125 - part 2 - add non-scaling-stroke support to SVGLineElement::GetGeometryBounds. r=jwatt
2015-09-02 20:10:00 +02:00
Tom Klein
67a6154671
Bug 1092125 - Part 1 - Add non-scaling-stroke support to nsSVGPathGeometryElement::GetGeometryBounds (except line). r=jwatt
2015-09-01 06:17:00 +02:00
Gian-Carlo Pascutto
a87ceb68d3
Bug 1107372 - Update preferences for new SafeBrowsing prefs structure. r=francois
2015-09-08 08:22:10 +02:00
Jonathan Kew
49199c443c
Bug 1188061 - Pass the style context to nsStylePosition::CalcDifference so that it can take account of writing-mode where necessary. r=dbaron
2015-09-09 12:22:02 +01:00
Jonathan Kew
8bf81ee75a
Bug 1188061 - (Testcases from dbaron) Reftests for nsChangeHint_* flags that relate to resizing in one dimension only. r=dbaron
2015-09-09 12:21:55 +01:00
Simon Sapin
5006de93e4
Bug 1202651 - "CSS Variables reftests rely on unspecified system font fallback". r=heycam
2015-09-08 06:02:00 +02:00
Masayuki Nakano
11ced9534c
Bug 895274 part.116 Rename NS_COPY to eCopy r=smaug
2015-09-08 23:33:34 +09:00
Jonathan Kew
2c4c221565
Bug 1057680 - Reftest for use of font-stretch values in the font shorthand. r=jdaggett
2015-09-07 09:10:00 +01:00
Jonathan Kew
3404005142
Bug 1057680 - Add support for font-stretch values in the font shorthand. r=jdaggett
...
* * *
Bug 1057680 - pt 1 - Add a font-stretch keyword to the valid values for the font shorthand in property_database.js. r=jdaggett
* * *
Bug 1057680 - pt 2.1 - Fix up existing tests that depend on the shorthand not handling font-stretch values. r=jdaggett
2015-09-07 09:09:48 +01:00
Tom Tromey
b0b2d86532
Bug 1195978 - set line number when re-parsing sheet. r=heycam
2015-09-04 08:12:00 +02:00
Mats Palmgren
3bac2c7519
Bug 1151212 - [css-grid] Tests for <flex> min-sizing.
2015-09-04 22:06:58 +02:00
Mats Palmgren
45a7c8d58b
Bug 1176621 part 2 - [css-grid] Tests for flex track sizing.
2015-09-04 22:06:58 +02:00
Mats Palmgren
86232098fa
Bug 1151212 part 4 - [css-grid] Tests for intrinsic track sizing and intrinsic grid container sizing (bug 1174574).
2015-09-04 22:06:58 +02:00
Mats Palmgren
6afa0a77f0
[css-grid] Use a smaller font-size to make sure the rendering fits within the reftest snapshot area. (minor test changes only, no bug, r=me)
2015-09-04 22:06:58 +02:00
Mats Palmgren
e4b4886341
Bug 1174553 part 5 - [css-grid] Replace the ambiguous Dimension with LogicalAxis. r=dholbert
2015-09-04 22:06:58 +02:00
Mats Palmgren
3460aafd07
Bug 1174574 part 2 - [css-grid] Implement intrinsic sizing for grid containers (aka GetMinISize/GetPrefISize). r=dholbert
2015-09-04 22:06:58 +02:00
Mats Palmgren
5a398f9763
Bug 1174574 part 1 - [css-grid] Move the guts of nsGridContainerFrame::CalculateTrackSizes into a Tracks method. r=dholbert
2015-09-04 22:06:57 +02:00
Mats Palmgren
c9c3bcbca6
Bug 1176621 - [css-grid] Implement "Stretch Flexible Tracks" and associated algorithms. r=dholbert
2015-09-04 22:06:57 +02:00
Mats Palmgren
6283104c12
Bug 1176619 - [css-grid] Implement the "Maximize Tracks" algorithm. r=dholbert
2015-09-04 22:06:57 +02:00
Mats Palmgren
03cbff68f9
Bug 1151212 part 3 - [css-grid] Implement the "Resolve Intrinsic Track Sizes" algorithm. r=dholbert
2015-09-04 22:06:57 +02:00
Mats Palmgren
e9e74344b2
Bug 1174553 part 3 - [css-grid] Implement the 'min-content' / 'max-content' sizing functions in layout. r=dholbert
2015-09-04 22:06:57 +02:00
Mats Palmgren
8d0022c077
Bug 1174553 part 2 - Move the AddPercents function into a static method in the nsLayoutUtils class. r=dholbert
2015-09-04 22:06:57 +02:00
Mats Palmgren
d01daa3d28
Bug 1174553 part 1 - Add a new flag (BAIL_IF_REFLOW_NEEDED) for IntrinsicForWM() that makes it return early with a NS_INTRINSIC_WIDTH_UNKNOWN result if a reflow is needed to determine the child's correct BSize. r=dholbert
2015-09-04 22:06:57 +02:00
Mats Palmgren
e319945feb
Bug 1174546 part 2 - [css-grid] Implement the 'auto' min-sizing function in Grid layout. r=jfkthame
2015-09-04 22:06:57 +02:00
Mats Palmgren
aa76628a56
Bug 1151212 part 2 - [css-grid] Introduce a local GridItemInfo struct for holding a grid item's GridArea and other things. Put two nsTArrays of those in the grid container frame, one for normal flow items and one for abs.pos. grid-aligned descendants. Add a GridItemIndex method on the grid item iterator to return the index for the current item. r=dholbert
2015-09-04 22:06:57 +02:00
Mats Palmgren
94b735852d
Bug 1151212 part 1 - [css-grid] Introduce a few local structs (GridReflowState, Tracks, TrackSizingFunctions) to make it easier to pass around data. r=dholbert
2015-09-04 22:06:57 +02:00
Mats Palmgren
454e3d843b
Bug 1174546 part 1 - Introduce nsLayoutUtils::MinSizeContributionForAxis which calculates an intrinsic size contribution from aFrame's 'min-width' property (or 'min-height' if the given axis is vertical) and the corresponding border, padding and margin values. r=jfkthame
2015-09-04 22:06:57 +02:00
David Anderson
61b0e5d971
Hoist scroll info items above inactive blur containers. (bug 1193557 part 1, r=mstange)
2015-09-04 17:17:50 -07:00
Wes Kocher
4130945bf6
Backed out changeset 24cd0974b365 (bug 1174546) for reftest bustage
2015-09-04 16:23:01 -07:00
Wes Kocher
6bbec85f47
Backed out changeset 96fd29a6c902 (bug 1151212)
2015-09-04 16:22:51 -07:00
Wes Kocher
35274439c2
Backed out changeset 1194452bc071 (bug 1151212)
2015-09-04 16:22:50 -07:00
Wes Kocher
f8f3f04969
Backed out changeset f7ccd13584ad (bug 1174546)
2015-09-04 16:22:48 -07:00
Wes Kocher
475c49df0f
Backed out changeset 25537ff71d2b (bug 1174553)
2015-09-04 16:22:40 -07:00
Wes Kocher
96035d06d2
Backed out changeset eea3ecbb5983 (bug 1174553)
2015-09-04 16:22:38 -07:00
Wes Kocher
7bcedb02cb
Backed out changeset 4a0c4ece75db (bug 1174553)
2015-09-04 16:22:36 -07:00
Wes Kocher
f08a2a7639
Backed out changeset ada43c8af8ca (bug 1151212)
2015-09-04 16:22:34 -07:00
Wes Kocher
ad29e34b4d
Backed out changeset 19b5e154c6f9 (bug 1176619)
2015-09-04 16:22:33 -07:00
Wes Kocher
f840733636
Backed out changeset 6bbbffdbda5b (bug 1176621)
2015-09-04 16:22:31 -07:00
Wes Kocher
9b5eb5a3ce
Backed out changeset 16cf05b1664c (bug 1174574)
2015-09-04 16:22:30 -07:00
Wes Kocher
c6e6e97ffb
Backed out changeset fd3a53075e54 (bug 1174574)
2015-09-04 16:22:28 -07:00
Wes Kocher
e5ad40569b
Backed out changeset 332af3c9e366 (bug 1174553)
2015-09-04 16:22:27 -07:00