aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Place item clipping_and_scrolling inside closurePyfisch2018-04-252-98/+102
| * | | | Move DL items from gfx to layoutPyfisch2018-04-2219-268/+337
* | | | | style: Fix tidy issues and Servo build.Emilio Cobos Álvarez2018-04-2912-15/+26
* | | | | style: cherry-pick some changes from m-c that had got lost.Emilio Cobos Álvarez2018-04-293-6/+10
* | | | | style: Manually implement collect_completion_keywords for some types.Xidorn Quan2018-04-297-34/+209
* | | | | style: Add some attributes for SpecifiedValueInfo to help deriving more from ...Xidorn Quan2018-04-2917-36/+137
* | | | | style: Handle keywords for color values.Xidorn Quan2018-04-291-1/+10
* | | | | style: Use unified list for TextDecorationLine and implement its SpecifiedVal...Xidorn Quan2018-04-292-122/+112
* | | | | style: Have TextAlign derive ToCss and unship char value from it.Xidorn Quan2018-04-291-17/+8
* | | | | style: Have Parse derive respect #[css(skip)] on variant as well and derive P...Xidorn Quan2018-04-293-17/+7
* | | | | style: Allow shorthands to specify their own impl of SpecifiedValueInfo and m...Xidorn Quan2018-04-293-22/+46
* | | | | style: Derive ToCss for values::generics::font::KeywordSize.Xidorn Quan2018-04-291-25/+4
* | | | | style: Use unified lists to impl several bitflag font-variant properties.Xidorn Quan2018-04-291-278/+227
* | | | | style: Add SequenceWriter::item_str for writing str items.Xidorn Quan2018-04-291-9/+26
* | | | | style: Add collect_values function to SpecifiedValueInfo trait for collecting...Xidorn Quan2018-04-294-27/+146
* | | | | style: Skip system font variant for ToCss in font subproperties.Xidorn Quan2018-04-294-0/+23
* | | | | style: Fix serialization order of the outline shorthand.Emilio Cobos Álvarez2018-04-291-1/+1
* | | | | style: Remove "layout.css.text-combine-upright.enabled" pref.Gerald Squelart2018-04-291-1/+0
* | | | | style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-2966-249/+615
* | | | | style: Unify MediaList and ServoMediaList.Emilio Cobos Álvarez2018-04-291-4/+4
* | | | | style: support shape-margin.Brad Werth2018-04-291-0/+12
* | | | | style: Update StyleSource to use ArcUnion.Bobby Holley2018-04-295-101/+89
* | | | | servo_arc: ArcUnion.Bobby Holley2018-04-291-2/+134
* | | | | style: Support calc in cursor.Xidorn Quan2018-04-293-165/+134
* | | | | Fix servo build.Emilio Cobos Álvarez2018-04-2813-143/+148
* | | | | style: Compare degrees for font-style to account for compute_angle introducin...Emilio Cobos Álvarez2018-04-281-1/+4
* | | | | style: Make tidy happy.Emilio Cobos Álvarez2018-04-284-7/+7
* | | | | style: Add 'row-gap' and 'gap' properties; make 'grid-[column|row]-gap' and '...Mats Palmgren2018-04-283-29/+31
* | | | | style: Remove Valgrind workaround to make ::slotted use the rule hash.Emilio Cobos Álvarez2018-04-281-7/+1
* | | | | style: Pack the shadow cascade order in ApplicableDeclarationBlock.Emilio Cobos Álvarez2018-04-282-37/+56
* | | | | style: Only parse font-stretch keywords in the font shorthand.Emilio Cobos Álvarez2018-04-282-5/+57
* | | | | style: Use user defined types for font-stretch / font-style.Jonathan Watt2018-04-285-37/+51
* | | | | style: Cleanup (a bit) system font copypasta.Emilio Cobos Álvarez2018-04-281-335/+69
* | | | | style: Fix clamping on animations for fort-style.Emilio Cobos Álvarez2018-04-285-10/+37
* | | | | style: Use a generic type in preparation to fix animation.Emilio Cobos Álvarez2018-04-288-110/+143
* | | | | style: Update font-style to css-fonts-4.Emilio Cobos Álvarez2018-04-2810-56/+351
* | | | | style: Update font-stretch to css-fonts-4.Emilio Cobos Álvarez2018-04-2810-118/+260
* | | | | style: Not copy generated binding files into dist.Xidorn Quan2018-04-281-30/+22
* | | | | style: Update bindings.Emilio Cobos Álvarez2018-04-282-265/+300
* | | | | style: Fixups for css-fonts-4 font-weight.Emilio Cobos Álvarez2018-04-288-46/+51
* | | | | style: Add CAN_ANIMATE_ON_COMPOSITOR in Servo side and propagate it to ServoC...Xidorn Quan2018-04-283-8/+14
* | | | | style: Add GETCS_NEEDS_LAYOUT_FLUSH flag in Servo side and propagate it to Se...Xidorn Quan2018-04-288-98/+152
* | | | | style: Generate nsCSSPropertyID.h from data file directly.Xidorn Quan2018-04-281-38/+1
* | | | | style: Fix cascade order of !important in Shadow DOM.Emilio Cobos Álvarez2018-04-284-42/+131
* | | | | style: Generate property list from Servo data.Xidorn Quan2018-04-282-1/+8
* | | | | style: Have ENABLED_IN flags in nsCSSPropList.h match those in Servo side.Xidorn Quan2018-04-281-3/+3
* | | | | style: Use snake_case naming for nsCSSPropertyID of alias as well.Xidorn Quan2018-04-281-1/+1
* | | | | style: Parse sheets on the thread pool.Bobby Holley2018-04-282-4/+9
* | | | | style: Update font-weight property and descriptor to css-fonts-4.Emilio Cobos Álvarez2018-04-289-138/+197
* | | | | style: Rename justify-items: auto to legacy.Emilio Cobos Álvarez2018-04-285-70/+73
| |/ / / |/| | |