aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/cssfontfacerule.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* Fix up script and layout.Bobby Holley2017-05-021-1/+1
* Rename font_face::FontFaceRule to FontFaceData.Xidorn Quan2017-03-301-1/+1
* Wrap most CSS rules in Locked<_> instead of RwLock<_>Simon Sapin2017-03-191-6/+5
* TidySimon Sapin2017-03-191-1/+1
* Introduce a ToCssWithGuard traitSimon Sapin2017-03-191-2/+3
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Make CSSRule always keep a pointer to its parent stylesheetSimon Sapin2016-11-281-4/+5
* Make parent stylesheet optional for CSSRulesManish Goregaokar2016-11-231-2/+2
* Implement ToCss serialization for CSSRulesNazım Can Altınova2016-11-181-2/+2
* Support basic immutable CSSOMManish Goregaokar2016-11-151-0/+50