Dirk Schulze
|
2fd2d32ccc
|
Bug 1074522 - Implement ellipse()/circle() parsing and style computing. r=dbaron
|
2014-10-15 00:03:00 +02:00 |
|
Dirk Schulze
|
bddf272205
|
Bug 1081350 - Fix leak in clip-path computed style code. r=bz
|
2014-10-12 13:14:00 +02:00 |
|
Dirk Schulze
|
c3af893880
|
Bug 1077388 - Fix parsing/computing issue with polygon(). r=dbaron
|
2014-10-10 02:10:00 -04:00 |
|
Dirk Schulze
|
c3c99dcc17
|
Bug 1072894 - Implement polygon() parsing for clip-path. r=heycam
|
2014-09-28 01:56:00 +02:00 |
|
Xidorn Quan
|
8a90632dfd
|
Bug 966168 - Implement symbols() CSS function. r=dbaron
|
2014-09-25 02:19:00 +02:00 |
|
Carsten "Tomcat" Book
|
55fcae0970
|
Backed out changeset d53b25dcf2d7 (bug 966168) for causing bustage
|
2014-09-25 09:40:40 +02:00 |
|
Xidorn Quan
|
188c5b8da6
|
Bug 966168 - Implement symbols() CSS function. r=dbaron
|
2014-09-24 15:32:00 +02:00 |
|
Markus Stange
|
5dc8500315
|
Bug 944836 - Add CSS property -moz-window-dragging: drag | no-drag. r=dbaron
|
2014-09-18 10:52:25 +02:00 |
|
Daniel Holbert
|
9637e713be
|
Bug 1055285 part 2: Implement CSS parsing & computation (but not animation) for 'object-position' property. r=heycam
|
2014-09-09 18:09:32 -07:00 |
|
Daniel Holbert
|
fae8fb3a34
|
Bug 1055285 part 1: Implement CSS parsing & computation for 'object-fit' property. r=heycam
|
2014-09-09 18:09:32 -07:00 |
|
Daniel Holbert
|
175bd3677b
|
Bug 1060090 part 3: Refactor getComputedStyle implementation for 'background-position' to use helper-method for <position> & its sub-parts. r=heycam
|
2014-09-09 11:40:17 -07:00 |
|
John Daggett
|
91922fe3d5
|
Bug 1041951 - rework computed value of font-variant to support only 2.1 values. r=dbaron
|
2014-08-20 16:54:27 +09:00 |
|
John Daggett
|
39e8289510
|
Bug 1041951 - parse font-variant as a shorthand for font feature subproperties. r=dbaron
|
2014-08-20 16:54:25 +09:00 |
|
Daniel Holbert
|
637f53a031
|
(no bug) Fix incorrect indentation in nsComputedDOMStyle::DoGetMixBlendMode. whitespace-only, DONTBUILD
|
2014-08-18 15:20:02 -07:00 |
|
Daniel Holbert
|
b5afe85916
|
Bug 1032922 part 1: Give "flex-basis" its own keyword table, instead of having it co-opt kWidthKTable. r=heycam
|
2014-08-07 22:11:47 -07:00 |
|
Olli Pettay
|
d65779731f
|
Bug 1026164, improve focus handling in shadow dom, r=wchen
|
2014-08-06 02:23:02 +03:00 |
|
Cameron McCormack
|
3352dea6b9
|
Bug 1043713 - Expose custom property names on computed style objects with their "--" prefix. r=bzbarsky
|
2014-07-25 16:14:33 +10:00 |
|
Daniel Holbert
|
bd6ee508c0
|
Bug 984711 part 6: Add back special handling for min-width:auto in nsHTMLReflowState & getComputedStyle. (no review; just an unbitrotted backout)
This reverts changeset 1eae876d6c3a from bug 848539.
|
2014-07-22 08:24:35 -07:00 |
|
Daniel Holbert
|
edd7b79036
|
Bug 984711 part 4: Add back handling for nsStylePosition::mMinHeight having "eStyleUnit_Auto" in style system & general layout code. (no review; just an unbitrotted backout)
This reverts changeset 5db313632268 from bug 848539.
|
2014-07-22 08:24:35 -07:00 |
|
Daniel Holbert
|
92f07f8df2
|
Bug 984711 part 3: Add back handling for nsStylePosition::mMinWidth having "eStyleUnit_Auto" in style system & general layout code. (no review; just an unbitrotted backout)
This reverts changeset f8b5090d02e5 from bug 848539.
|
2014-07-22 08:24:34 -07:00 |
|
Brian Birtles
|
4a76c679de
|
Bug 1010067 part 4 - Rename nsTransition to mozilla::StyleTransition; r=dbaron
|
2014-06-27 08:57:12 +09:00 |
|
Brian Birtles
|
5cdda44e8a
|
Bug 1010067 part 3 - Rename nsAnimation to mozilla::StyleAnimation; r=dbaron
|
2014-06-27 08:57:11 +09:00 |
|
Andrew McCreight
|
b50efc3eb8
|
Bug 1029139 - Make the destructor of nsDOMCSSValueList private. r=bz
|
2014-06-26 09:29:06 -07:00 |
|
Andrew McCreight
|
7b5520aa23
|
Bug 1029140 - Make the destructor of nsROCSSPrimitiveValue private. r=bz
|
2014-06-26 09:29:05 -07:00 |
|
Andrew McCreight
|
cb589e9c60
|
Bug 1029157 - Eliminate sCachedComputedDOMStyle. r=bz
|
2014-06-26 09:29:04 -07:00 |
|
Cameron McCormack
|
eb3aacdaec
|
Bug 1026344 - Part 4: Make nsStyleCoord::Calc refcounted and introduce a non-refcounted nsStyleCoord::CalcValue. r=dbaron
This means that style structs holding computed calc() values are now able to be
stored in the rule tree.
|
2014-06-19 13:18:03 +10:00 |
|
Xidorn Quan
|
b214cee292
|
Bug 966166 - Part 3: Link to other parts. r=dbaron
|
2014-06-11 21:12:00 -04:00 |
|
John Daggett
|
4cbe97fa4c
|
Bug 280443 p3 - use fontlist struct in gfx. r=roc,fredw
|
2014-06-06 15:09:23 +09:00 |
|
Birunthan Mohanathas
|
67f217da62
|
Bug 869836 - Part 12: Use Assign('c') instead of AssignLiteral("c"). r=ehsan
|
2014-05-26 21:55:08 +03:00 |
|
Birunthan Mohanathas
|
9f41043f62
|
Bug 869836 - Part 3: Use Append('c') instead of AppendLiteral("c"). r=ehsan
|
2014-05-22 06:48:51 +03:00 |
|
Birunthan Mohanathas
|
1ebdb921a5
|
Bug 869836 - Part 2: Use AppendLiteral instead of Append(NS_LITERAL_STRING(...)). r=ehsan
|
2014-05-22 06:48:50 +03:00 |
|
Mats Palmgren
|
dd2837ea9a
|
Bug 1005567 - Remove the obsolete 'grid-auto-position' property. r=simon.sapin
|
2014-05-06 09:45:13 +00:00 |
|
Mats Palmgren
|
cec9a9bb28
|
Bug 994592 - Make 'row' the initial value for 'grid-auto-flow' and remove 'none' as a valid value. And add the 'stack' variants. r=simon.sapin
|
2014-05-06 09:45:13 +00:00 |
|
Mats Palmgren
|
35fcbcd839
|
Bug 613659 - Remove remaining vestiges of -moz-background-inline-policy. r=cam
|
2014-05-05 17:55:54 +00:00 |
|
Mats Palmgren
|
391a055a48
|
Bug 613659 - Implement box-decoration-break in the style system. r=cam
|
2014-05-05 17:55:53 +00:00 |
|
Birunthan Mohanathas
|
a993719744
|
Bug 1001966 - Part 2: Change uses of numbered NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE macro to the variadic variant. r=smaug
|
2014-04-29 04:57:00 -04:00 |
|
Maksim Lebedev
|
7c49b9c672
|
Bug 979345 - Implement "touch-action: manipulation" CSS value for Pointer Events. r=kats,botond,dbaron,mbrubeck
|
2014-04-23 09:56:46 -04:00 |
|
Mats Palmgren
|
d60800bd1b
|
Back out bug 613659 (for regression bug 998792)
|
2014-04-20 19:39:24 +00:00 |
|
Mats Palmgren
|
1dbdeb1912
|
Bug 613659 - Remove remaining vestiges of -moz-background-inline-policy. r=cam
|
2014-04-18 23:01:23 +00:00 |
|
Mats Palmgren
|
b79ef0b550
|
Bug 613659 - Implement box-decoration-break in the style system. r=cam
|
2014-04-18 23:01:22 +00:00 |
|
John Daggett
|
0454243905
|
Bug 997006 - rename text-combine-horizontal to text-combine-upright. r=dholbert
|
2014-04-17 09:15:18 +09:00 |
|
Cameron McCormack
|
d626db095c
|
Bug 985838 - Change custom property name prefix from "var-" to "--" and allow identifiers to begin with "--". r=dbaron
|
2014-04-02 14:32:16 +11:00 |
|
Simon Sapin
|
76dab6e7e3
|
Bug 983175 - Part 2: Add style system support for 'subgrid' in the grid-template* properties. r=dholbert
http://dev.w3.org/csswg/css-grid/#subgrids
|
2014-03-27 11:54:40 -04:00 |
|
Simon Sapin
|
1dd63c0ce5
|
Bug 984760 part 2: Use GridTemplateAreasValue though nsRefPtr pointers. r=dholbert
|
2014-03-21 23:06:16 +08:00 |
|
Andrew McCreight
|
0e03b2ec2e
|
Bug 982373 - Don't leak val when we return early from nsComputedDOMStyle::DoGetTextDecoration(). r=dholbert
|
2014-03-13 09:18:32 -04:00 |
|
L. David Baron
|
68a6d16355
|
Bug 349259 patch 1: Add an nsIContent* parameter to nsHTMLReflowState::CalcLineHeight. r=bz
|
2014-03-12 20:33:21 -07:00 |
|
Benoit Jacob
|
ae67b77a1c
|
Bug 977757 - 1/3 - make nsCSSProps::EnabledState a bitfield - r=dbaron,bz
|
2014-03-07 12:14:23 -05:00 |
|
Peter Chang
|
a7504a1140
|
backout of rev 45253e02bde3, fd02f1217e4c, 75217485ce5a b=981804
|
2014-03-12 15:16:20 +08:00 |
|
Simon Sapin
|
df5c6efc19
|
Bug 976787 part 5: Add grid-{column,row}-{start,end} and grid-auto-position to the style system. r=dholbert
|
2014-03-10 15:54:17 -07:00 |
|
Simon Sapin
|
95adb253ac
|
Bug 976787 part 4: Add the grid-auto-flow property to the style system. r=dholbert
|
2014-03-10 15:54:16 -07:00 |
|