| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #16390 - jonathandturner:real_win_keydown_fix, r=jdm | bors-servo | 2017-04-18 | 1 | -7/+114 |
|\ |
|
| * | Don't unwrap for unknown keys | Jonathan Turner | 2017-04-13 | 1 | -5/+10 |
| * | Add back in last keydown fixes | Jonathan Turner | 2017-04-13 | 1 | -3/+105 |
* | | Auto merge of #16498 - paulrouget:scroll_lock, r=jdm | bors-servo | 2017-04-17 | 1 | -2/+2 |
|\ \ |
|
| * | | Properly modify scroll_location | Paul Rouget | 2017-04-17 | 1 | -2/+2 |
* | | | Bug 1341372 - Part 1: Let animation-only restyle include css-transition. | Boris Chiou | 2017-04-17 | 1 | -3/+6 |
|/ / |
|
* | | Auto merge of #16473 - servo:rustup, r=emilio | bors-servo | 2017-04-16 | 1 | -4/+4 |
|\ \ |
|
| * | | Upgrade to rustc 1.18.0-nightly (5f13a3b54 2017-04-15) | Simon Sapin | 2017-04-15 | 1 | -4/+4 |
* | | | Add an FFI which returns computed values for a given declaration block with/w... | Hiroyuki Ikezoe | 2017-04-15 | 1 | -0/+24 |
* | | | Add a function that checks PropertyDeclarationBlock has a CSSWideKeyword for ... | Hiroyuki Ikezoe | 2017-04-15 | 1 | -0/+9 |
* | | | Servo_ParseProperty() takes nsCSSPropertyID instead of nsACString. | Hiroyuki Ikezoe | 2017-04-15 | 1 | -7/+3 |
|/ / |
|
* | | Expose CSS length mode in Stylo glue | J. Ryan Stinnett | 2017-04-14 | 1 | -19/+27 |
* | | SVG length parsing mode | J. Ryan Stinnett | 2017-04-14 | 1 | -7/+10 |
* | | Auto merge of #16365 - bradwerth:authoredStyle, r=heycam | bors-servo | 2017-04-13 | 1 | -1/+3 |
|\ \ |
|
| * | | Add an author_style_disabled flag to stylist.update, and associated structs. | Brad Werth | 2017-04-14 | 1 | -1/+3 |
| |/ |
|
* / | Support line number offsets for inline stylesheets | mckaymatt | 2017-04-13 | 1 | -2/+2 |
|/ |
|
* | Auto merge of #16378 - emilio:media-fixes, r=upsuper | bors-servo | 2017-04-12 | 2 | -30/+57 |
|\ |
|
| * | Bug 1325878: Pass the MediaList down to Servo, making <style media> work. r=x... | Emilio Cobos Álvarez | 2017-04-12 | 1 | -4/+12 |
| * | Bug 1325878: Rewrite insert_rule to avoid lock re-entrancy problems. r=xidorn | Emilio Cobos Álvarez | 2017-04-12 | 1 | -10/+16 |
| * | Bug 1325878: Support deep-cloning of ServoMediaLists. r=xidorn | Emilio Cobos Álvarez | 2017-04-12 | 1 | -1/+9 |
| * | Bug 1325878: Don't use nsMediaList for loading imports. r=xidorn | Emilio Cobos Álvarez | 2017-04-12 | 1 | -17/+5 |
| * | Bug 1325878: Create less hardcoded nsMediaList instances. r=xidorn | Emilio Cobos Álvarez | 2017-04-12 | 1 | -0/+9 |
| * | Bug 1325878: Allow creating empty Servo MediaList. r=xidorn | Emilio Cobos Álvarez | 2017-04-12 | 1 | -0/+8 |
* | | stylo: Support background presentation attribute | Manish Goregaokar | 2017-04-12 | 1 | -0/+27 |
* | | stylo: Support mathsize, width, and scriptminsize presentation attributes in ... | Manish Goregaokar | 2017-04-12 | 1 | -1/+37 |
* | | stylo: Support most MathML presentation attributes | Manish Goregaokar | 2017-04-12 | 1 | -0/+3 |
* | | stylo: Support -moz-script-size-multiplier, -moz-script-level, -moz-math-display | Manish Goregaokar | 2017-04-12 | 1 | -0/+24 |
* | | Auto merge of #16198 - jonathandturner:fix_windows_gluten_keydown, r=jdm | bors-servo | 2017-04-12 | 2 | -55/+129 |
|\ \
| |/
|/| |
|
| * | Fix delayed keys on Windows, issue #12937 | Jonathan Turner | 2017-04-12 | 2 | -55/+129 |
* | | Auto merge of #16381 - BorisChiou:stylo/transition/use_computed_values, r=man... | bors-servo | 2017-04-12 | 1 | -0/+30 |
|\ \ |
|
| * | | Bug 1343753 - Add Servo_Property_IsAnimatable. | Boris Chiou | 2017-04-12 | 1 | -0/+6 |
| * | | Bug 1343753 - Add Servo_Property_IsDiscreteAnimatable. | Boris Chiou | 2017-04-12 | 1 | -0/+6 |
| * | | Bug 1343753 - Add Servo_Animationvalues_IsInterpolable. | Boris Chiou | 2017-04-12 | 1 | -0/+9 |
| * | | Bug 1343753 - Add Servo_AnimationValue_Uncompute. | Boris Chiou | 2017-04-12 | 1 | -0/+9 |
* | | | Auto merge of #16373 - jryans:at-page-viewport-units, r=emilio | bors-servo | 2017-04-12 | 1 | -8/+17 |
|\ \ \
| |/ /
|/| | |
|
| * | | Pass ParserContext down to lengths | J. Ryan Stinnett | 2017-04-12 | 1 | -4/+13 |
| * | | Check context to test keyframe rule_type | J. Ryan Stinnett | 2017-04-12 | 1 | -1/+1 |
| * | | Pull rule_type into ParserContext | J. Ryan Stinnett | 2017-04-12 | 1 | -4/+4 |
| |/ |
|
* / | Store style system options in the global style data and shared style context. | Bobby Holley | 2017-04-12 | 1 | -6/+16 |
|/ |
|
* | stylo: Assert that we have computed style in Servo_ResolveStyle when lazy com... | Cameron McCormack | 2017-04-12 | 1 | -1/+2 |
* | Auto merge of #16328 - bradwerth:computedStyles, r=heycam | bors-servo | 2017-04-10 | 1 | -2/+28 |
|\ |
|
| * | Stylo: Add FFI interfaces for exposing style sources. | Brad Werth | 2017-04-10 | 1 | -2/+28 |
* | | stylo: Use gecko's font metrics | Manish Goregaokar | 2017-04-10 | 1 | -0/+1 |
|/ |
|
* | Auto merge of #16315 - jryans:at-page-stylo, r=xidorn | bors-servo | 2017-04-09 | 1 | -2/+25 |
|\ |
|
| * | Servo glue for @page rule | J. Ryan Stinnett | 2017-04-09 | 1 | -1/+24 |
| * | Ignore non-margin properties in @page rule | J. Ryan Stinnett | 2017-04-09 | 1 | -2/+2 |
* | | stylo: Store font metrics provider in thread local style context | Manish Goregaokar | 2017-04-09 | 1 | -4/+10 |
|/ |
|
* | Auto merge of #16312 - bholley:breadth_first_sequential, r=emilio | bors-servo | 2017-04-09 | 1 | -2/+1 |
|\ |
|
| * | Do the sequential traversal breadth-first. | Bobby Holley | 2017-04-09 | 1 | -2/+1 |
* | | style: Handle TraversalRestyleBehavior::ForReconstruct in the Servo restyle. | Cameron McCormack | 2017-04-08 | 1 | -5/+12 |