aboutsummaryrefslogtreecommitdiffstats
path: root/components/style
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #11287 - heycam:moz-binding, r=bholleybors-servo2016-05-249-29/+157
|\
| * Re-use Url serialization in values::specified::Image.Cameron McCormack2016-05-241-6/+4
| * Support -moz-binding in geckolib.Cameron McCormack2016-05-242-1/+76
| * Pass Gecko sheet base/referrer/principal from Servo_StylesheetFromUTF8Bytes t...Cameron McCormack2016-05-243-2/+10
| * Add an extra data field to ParserContext.Cameron McCormack2016-05-244-21/+68
* | Parse HTMLInputElement attributesKeith Yeung2016-05-241-6/+15
* | Move DOMString back to scriptAnthony Ramine2016-05-241-24/+24
|/
* Update string_cache to 0.2.17Keith Yeung2016-05-231-1/+1
* Add -moz-appearance and include nsThemeConstants.h in struct.rsKeith Yeung2016-05-201-0/+27
* Add -moz-float-edgeKeith Yeung2016-05-191-0/+6
* Auto merge of #11240 - mbrubeck:font-style, r=bholleybors-servo2016-05-181-1/+1
|\
| * Support font-style in geckolibMatt Brubeck2016-05-171-1/+1
* | Add string_cache override for geckolib based on gecko atoms.Bobby Holley2016-05-186-48/+54
|/
* Auto merge of #11191 - servo:bitflags, r=pcwaltonbors-servo2016-05-171-4/+4
|\
| * Update internal crates to bitflags 0.7Anthony Ramine2016-05-171-1/+1
| * Reorder dependencies in many Cargo.toml filesAnthony Ramine2016-05-171-3/+3
* | Auto merge of #11222 - KiChjang:stylo-keywords, r=bholleybors-servo2016-05-172-0/+15
|\ \ | |/ |/|
| * Add -moz-user-inputKeith Yeung2016-05-171-0/+3
| * Add -moz-user-selectKeith Yeung2016-05-171-0/+3
| * Add -moz-user-modifyKeith Yeung2016-05-171-0/+3
| * Add -moz-user-focusKeith Yeung2016-05-171-0/+6
* | Support vertical-align in geckolibMatt Brubeck2016-05-161-3/+7
* | Auto merge of #11192 - perlun:remove-unused-imports, r=Manishearthbors-servo2016-05-156-7/+3
|\ \ | |/ |/|
| * Removed unused importsPer Lundberg2016-05-156-7/+3
* | Rename SVGInherited to InheritedSVGAneesh Agrawal2016-05-142-2/+2
|/
* Remove unnecessary clone in LRUCache::touchMatt Brubeck2016-05-131-1/+1
* Support text-align in geckolib.Cameron McCormack2016-05-121-0/+7
* Explicitly list inputs to the style crate's build scriptMatt Brubeck2016-05-112-0/+17
* Support -moz-outline-radius shorthand in geckolib.Cameron McCormack2016-05-111-0/+17
* Allow shorthands to be restricted to specific products.Cameron McCormack2016-05-112-3/+10
* Support -moz-outline-radius-* in geckolib.Cameron McCormack2016-05-111-0/+7
* Auto merge of #11018 - bholley:list_style_type, r=mbrubeckbors-servo2016-05-051-5/+9
|\
| * Geckolib: Implement list-style-type.Bobby Holley2016-05-041-5/+9
* | Auto merge of #10999 - heycam:move-width-height, r=SimonSapinbors-servo2016-05-044-19/+19
|\ \
| * | Move width and height from Box to Position.Cameron McCormack2016-05-044-19/+19
* | | Auto merge of #10998 - bholley:font_weight_and_logging, r=mbrubeckbors-servo2016-05-041-0/+1
|\ \ \
| * | | Geckolib: Implement font-weight.Bobby Holley2016-05-031-0/+1
| |/ /
* | / layout: Check flow descendants of inline block fragments to find theirPatrick Walton2016-05-041-0/+15
| |/ |/|
* | Auto merge of #10934 - emilio:other-gecko-pseudos, r=bholley,mbrubeckbors-servo2016-05-046-63/+134
|\ \
| * | docs: Add style overview.Emilio Cobos Álvarez2016-05-041-0/+2
| * | style: Minor documentation tweaks about lazy pseudo-elementsEmilio Cobos Álvarez2016-05-041-2/+5
| * | style: layout: Allow a lazy pseudo-element implementation in Servo.Emilio Cobos Álvarez2016-05-043-17/+12
| * | style: Support lazy pseudo-elementsEmilio Cobos Álvarez2016-05-034-56/+127
| |/
* / Support {flood,lighting,stop,text-decoration}-color in geckolib.Cameron McCormack2016-05-043-0/+21
|/
* Auto merge of #10957 - heycam:number, r=bholleybors-servo2016-05-028-42/+98
|\
| * Support flex-{grow,shrink}, stroke-miterlimit and -moz-box-flex in geckolib.Cameron McCormack2016-05-033-0/+11
| * Add a predefined Number type.Cameron McCormack2016-05-031-0/+38
| * Support {fill,stroke,stop,flood}-opacity in geckolib.Cameron McCormack2016-05-032-0/+12
| * Factor out opacity property to use an Opacity type.Cameron McCormack2016-05-032-40/+34
| * Generate geckolib setters for properties with simple predefined types.Cameron McCormack2016-05-032-2/+3