aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/gecko_bindings/sugar/refptr.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-289/+0
* style: Finish removing HasArcFFIEmilio Cobos Álvarez2023-11-241-24/+1
* style: Remove HasArcFFI for AnimationValueEmilio Cobos Álvarez2023-11-241-52/+37
* style: Use write_char in place of write_str when serializing single-character...Jonathan Kew2023-11-061-1/+2
* style: Unify font-family storageEmilio Cobos Álvarez2023-05-241-5/+0
* style: Remove unused FFI function to refcount nsIReferrerInfo.Emilio Cobos Álvarez2020-02-121-5/+0
* style: Modify URLExtraData rust debug to include referrerInfo.Thomas Nguyen2019-07-231-0/+5
* style: Use Servo for the representation of grid template areas.Emilio Cobos Álvarez2019-06-251-5/+1
* style: Use cbindgen for URIs.Emilio Cobos Álvarez2019-06-041-11/+25
* style: Use cbindgen to back CSS transforms.Emilio Cobos Álvarez2019-05-291-5/+0
* style: Simplify a bit our generated bindings by getting rid of FooBorrowed an...Emilio Cobos Álvarez2019-03-271-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-3/+3
* style: Format recent patches.Emilio Cobos Álvarez2018-11-081-1/+3
* style: Store the Rust QuotePair slice as the computed quotes value in Gecko s...Cameron McCormack2018-11-081-5/+10
* Reorder importsPyfisch2018-11-061-3/+3
* style: Merge css::{URLValueData, ImageValue} into css::URLValue.Cameron McCormack2018-10-191-5/+0
* Format style component.chansuke2018-09-091-5/+1
* style: Better debugging for stylesheets and URLs.Emilio Cobos Álvarez2018-06-231-9/+0
* style: Make clearing atoms slightly more ergonomic.Emilio Cobos Álvarez2018-06-121-0/+15
* style: Make the threadsafe refcounting macros more reusable.Emilio Cobos Álvarez2018-06-121-30/+32
* style: Parse sheets on the thread pool.Bobby Holley2018-04-281-0/+6
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-29/+49
* Use Servo data to back @counter-style rule.Xidorn Quan2018-04-051-3/+0
* Use Servo data to back @font-face rule in Gecko.Xidorn Quan2018-04-041-2/+0
* style: Unconditionally implement Debug for RefPtr.Emilio Cobos Álvarez2017-10-311-2/+9
* style: Use a SharedFontList object to store font-family values for Gecko.Cameron McCormack2017-10-041-0/+3
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* stylo: Make Servo Arc types use ptr to T instead of ptr to ArcInner<T>Manish Goregaokar2017-07-171-1/+1
* Add basic integration of @counter-style.Xidorn Quan2017-05-161-0/+2
* Update bindgen.Emilio Cobos Álvarez2017-05-101-0/+1
* stylo: Export RefPtr<ImageValue> to stylo.cku2017-05-091-0/+4
* Implement grid-template-areas (fixes #16079)Anthony Ramine2017-05-041-0/+3
* Use StyleArc in the style system.Bobby Holley2017-05-021-1/+1
* Auto merge of #16169 - servo:stylo-heapsize, r=emiliobors-servo2017-04-051-5/+0
|\
| * Remove heapsize for StyloSimon Sapin2017-03-281-5/+0
* | Use a UrlExtraData type alias to unify url handling logic.Xidorn Quan2017-04-031-0/+9
* | Create URLExtraData for holding base uri, referrer, and principal.Xidorn Quan2017-04-031-13/+3
* | Add FFI for nsCSSFontFaceRule.Xidorn Quan2017-03-301-4/+13
|/
* stylo: Add mako template for URLOrNone, use for marker-* propertiesManish Goregaokar2017-02-181-0/+3
* stylo: Store servo computed values for animation propertiesManish Goregaokar2017-01-111-0/+10
* style: Document the RefPtr sugar module.Emilio Cobos Álvarez2017-01-021-35/+50
* stylo: Use bindgen master again.Emilio Cobos Álvarez2016-12-051-4/+4
* stylo: support transformManish Goregaokar2016-11-101-3/+14
* Add safer bindings for RefPtrManish Goregaokar2016-10-141-0/+237