aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Auto merge of #16340 - brainlessdeveloper:fix-border-radius-serialization, r=...bors-servo2017-04-141-11/+7
|\ \ \ \ \ \ \
| * | | | | | | Fix serialization for -moz-outline-radiusFausto Núñez Alberro2017-04-141-11/+7
* | | | | | | | Auto merge of #16454 - jryans:svg-parse-unitless, r=emiliobors-servo2017-04-1420-43/+137
|\ \ \ \ \ \ \ \
| * | | | | | | | Update Stylo bindingsJ. Ryan Stinnett2017-04-145-3/+38
| * | | | | | | | Expose CSS length mode in Stylo glueJ. Ryan Stinnett2017-04-143-3/+7
| * | | | | | | | SVG length parsing modeJ. Ryan Stinnett2017-04-1413-38/+93
* | | | | | | | | Auto merge of #16440 - nox:webkit-gradients, r=emiliobors-servo2017-04-142-48/+84
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Allow unitless zero when parsing gradients' centerAnthony Ramine2017-04-141-1/+1
| * | | | | | | | Implement webkit-prefixed linear gradientsAnthony Ramine2017-04-132-28/+70
| * | | | | | | | Repeat less code in Gradient::parse_functionAnthony Ramine2017-04-131-24/+18
* | | | | | | | | Auto merge of #16435 - nox:parse-origin, r=emiliobors-servo2017-04-141-1/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix parsing of "center left" in parse_origin (fixes #15750)Anthony Ramine2017-04-131-1/+8
| |/ / / / / / / /
* | | | | | | | | Auto merge of #16413 - heycam:all, r=emiliobors-servo2017-04-148-2521/+2631
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | stylo: Update bindings.Cameron McCormack2017-04-142-2514/+2543
| * | | | | | | | | style: Support the all shorthand.Cameron McCormack2017-04-143-2/+66
| * | | | | | | | | stylo: Generate eCSSPropertyID_all as a const rather than an enum value.Cameron McCormack2017-04-143-5/+22
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Auto merge of #16398 - glennw:update-wr-elliptical-borders-aa, r=mrobinsonbors-servo2017-04-141-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Update WR (new border code path).Glenn Watson2017-04-131-1/+1
* | | | | | | | | Bug 1356074: Implement keyword-valued media queries. r=heycamEmilio Cobos Álvarez2017-04-142-18/+79
* | | | | | | | | style: Remove useless deny(missing_docs).Emilio Cobos Álvarez2017-04-141-2/+0
* | | | | | | | | Auto merge of #16365 - bradwerth:authoredStyle, r=heycambors-servo2017-04-134-2/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add an author_style_disabled flag to stylist.update, and associated structs.Brad Werth2017-04-144-2/+26
* | | | | | | | | | Auto merge of #16421 - hiikezoe:font-variant-shorthand, r=heycambors-servo2017-04-1310-1181/+2019
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update bindings.Hiroyuki Ikezoe2017-04-143-1143/+1321
| * | | | | | | | | | Make font-variant shorthand.Hiroyuki Ikezoe2017-04-144-14/+16
| * | | | | | | | | | Implement font-variant shorthand.Hiroyuki Ikezoe2017-04-143-23/+100
| * | | | | | | | | | Add font-variant-{alternates,east-asian,ligutures,numeric}.Hiroyuki Ikezoe2017-04-142-1/+582
* | | | | | | | | | | Auto merge of #16394 - mckaymatt:line_num_offset__issue_15693, r=SimonSapinbors-servo2017-04-136-19/+56
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Support line number offsets for inline stylesheetsmckaymatt2017-04-136-19/+56
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Auto merge of #16260 - MortimerGoro:gamepad, r=nox,larsbergstrombors-servo2017-04-1324-93/+768
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Implement Gamepad APIImanol Fernandez2017-04-1224-93/+768
* | | | | | | | | | | Auto merge of #16407 - jdm:style_panic, r=emiliobors-servo2017-04-132-6/+5
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Allow loading multiple stylesheets for the same link element.Josh Matthews2017-04-132-6/+5
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Store slow selector flags in a hashmap.Bobby Holley2017-04-135-42/+112
* | | | | | | | | | Optimize LRUCache by using a VecDeque.Bobby Holley2017-04-131-15/+17
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | Auto merge of #16383 - Wafflespeanut:clean, r=emiliobors-servo2017-04-133-328/+263
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Add add_impls_for_keyword_enum macro for implementing necessary traitsRavi Shankar2017-04-132-1/+23
| * | | | | | | | Cleanup specified basic shape codeRavi Shankar2017-04-131-280/+201
| * | | | | | | | Separate serialization function for BorderRadiusRavi Shankar2017-04-132-46/+38
* | | | | | | | | Auto merge of #16424 - servo:assert-layout, r=bholleybors-servo2017-04-132-1/+10
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | style: relax assertions in dom::element when setting selector flags.Emilio Cobos Álvarez2017-04-132-1/+10
* | | | | | | | | Auto merge of #16402 - heycam:csswide-keyword, r=emiliobors-servo2017-04-133-24/+40
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | style: Disallow all CSS-wide keywords in animation shorthand and counter-incr...Cameron McCormack2017-04-133-24/+40
| |/ / / / / / /
* | | | | | | | Auto merge of #16379 - bholley:quieter_stats, r=SimonSapinbors-servo2017-04-135-15/+95
|\ \ \ \ \ \ \ \
| * | | | | | | | Add more useful statistics to DUMP_STYLE_STATISTICS.Bobby Holley2017-04-133-13/+83
| * | | | | | | | Limit traversal statistics dumps to subtrees of 50 or more elements.Bobby Holley2017-04-133-2/+12
* | | | | | | | | stylo: Disable font metricsManish Goregaokar2017-04-131-17/+20
|/ / / / / / / /
* | | | | | | | Auto merge of #16396 - hiikezoe:animation-restyle-propagate-fix, r=heycambors-servo2017-04-122-7/+13
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Preserve restyle hints other than animation hints in propagate() during anima...Hiroyuki Ikezoe2017-04-132-7/+13
* | | | | | | | Auto merge of #16258 - jdm:panic-at-the-ellipsis, r=pcwalton,stshinebors-servo2017-04-121-11/+16
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |