aboutsummaryrefslogtreecommitdiffstats
path: root/ports/geckolib
Commit message (Expand)AuthorAgeFilesLines
* style: Remove ServoStyleSheet usage.Emilio Cobos Álvarez2018-05-053-26/+30
* style: Handle Shadow DOM in keyframes lookup.Emilio Cobos Álvarez2018-05-051-3/+4
* style: Handle keywords for color values.Xidorn Quan2018-04-291-2/+11
* style: Add collect_values function to SpecifiedValueInfo trait for collecting...Xidorn Quan2018-04-291-20/+46
* style: Forward webrender error log to gfxCriticalNote.sotaro2018-04-294-13/+0
* style: followup: Skip a rustest that depends on include order and isn't super...Emilio Cobos Álvarez2018-04-291-1/+10
* style: Use Servo side data to back InspectorUtils::CssPropertySupportsType.Xidorn Quan2018-04-291-1/+30
* style: Update StyleSource to use ArcUnion.Bobby Holley2018-04-292-8/+10
* style: Make tidy happy.Emilio Cobos Álvarez2018-04-281-1/+1
* style: Pack the shadow cascade order in ApplicableDeclarationBlock.Emilio Cobos Álvarez2018-04-281-1/+1
* style: Use user defined types for font-stretch / font-style.Jonathan Watt2018-04-281-3/+11
* style: Use a generic type in preparation to fix animation.Emilio Cobos Álvarez2018-04-281-7/+12
* style: Update font-style to css-fonts-4.Emilio Cobos Álvarez2018-04-281-7/+10
* style: Update font-stretch to css-fonts-4.Emilio Cobos Álvarez2018-04-281-5/+6
* style: Fix cascade order of !important in Shadow DOM.Emilio Cobos Álvarez2018-04-282-2/+2
* style: Parse sheets on the thread pool.Bobby Holley2018-04-283-17/+143
* style: Pass a bonafide nsACString to Servo.Bobby Holley2018-04-281-3/+2
* style: Update font-weight property and descriptor to css-fonts-4.Emilio Cobos Álvarez2018-04-281-3/+2
* style: Switch stylo function signature checking to use generated bindings.Bobby Holley2018-04-281-4/+4
* style: Allow placeholder import sheets.Bobby Holley2018-04-172-4/+3
* style: Implement ServoStyleRule::SetSelectorText.Kerem Kat2018-04-151-1/+32
* Auto merge of #20597 - emilio:host, r=xidornbors-servo2018-04-091-2/+2
|\
| * style: Implement the non-functional :host selector.Emilio Cobos Álvarez2018-04-091-2/+2
* | Use Servo code to check whether a property is inherited.Xidorn Quan2018-04-091-0/+19
|/
* style: Add an FFI function to see if an element is display: contents.Emilio Cobos Álvarez2018-04-071-5/+22
* Stop using NS_STYLE_FONT_WEIGHT_NORMAL and NS_STYLE_FONT_WEIGHT_BOLDJonathan Watt2018-04-061-2/+2
* Make DOMIntersectionObserver use nsStyleSides for mRootMargin, and use Servo ...Xidorn Quan2018-04-051-11/+20
* Use Servo data to back @counter-style rule.Xidorn Quan2018-04-051-86/+215
* Use Servo data to back @font-face rule in Gecko.Xidorn Quan2018-04-041-89/+264
* Auto merge of #20465 - Eijebong:log, r=SimonSapinbors-servo2018-03-283-8/+8
|\
| * Bump env_logger to 0.5 and log to 0.4 in every servo crateBastien Orivel2018-03-283-8/+8
* | Use Servo to implement GetStatesForPseudoClass function in InspectorUtils.Xidorn Quan2018-03-281-1/+12
|/
* style: Rename StyleContext to ComputedStyle.Emilio Cobos Álvarez2018-03-221-41/+41
* Bump parking_lot to 0.5Bastien Orivel2018-03-211-1/+1
* Add Servo_Property_IsShorthand to geckolib/glue.rsJonathan Watt2018-03-191-0/+17
* style: Remove unsound Atom From implementations.Emilio Cobos Álvarez2018-03-191-52/+41
* Disable logging in bindgen to reduce code sizeMatt Brubeck2018-03-081-1/+1
* Split CssUrl from SpecifiedUrl for non-value URLs.Xidorn Quan2018-03-081-2/+2
* Add SpecifiedImageUrl for <url> used as images.Xidorn Quan2018-03-082-7/+6
* Auto merge of #20191 - jfkthame:font-shorthand-resets-variation-settings, r=e...bors-servo2018-03-042-3/+3
|\
| * style: update stack size of SourcePropertyDeclarationJonathan Kew2018-03-041-1/+1
| * style: Make 'font' shorthand reset the 'font-variation-settings' property.Jonathan Kew2018-03-041-2/+2
* | style: Remove more rustc_has_pr45225 stuff.Emilio Cobos Álvarez2018-03-042-12/+2
|/
* Stylo: Pass an explicit parent SheetLoadData for child stylesheet loads.Bobby Holley2018-02-282-6/+12
* Auto merge of #20138 - emilio:longhand-iterator, r=noxbors-servo2018-02-281-1/+1
|\
| * style: Only expose longhands to rust via iterators.Emilio Cobos Álvarez2018-02-281-1/+1
* | Bump euclid to 0.17Bastien Orivel2018-02-281-1/+1
|/
* style: Make Shadow DOM not use XBL anymore.Emilio Cobos Álvarez2018-02-271-0/+34
* Auto merge of #20082 - emilio:ignore-existing-styles, r=bholleybors-servo2018-02-211-6/+2
|\
| * style: Cleanup always-false argument to Servo_ResolveStyleLazily.Emilio Cobos Álvarez2018-02-201-6/+2