aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/cssstyledeclaration.rs
Commit message (Expand)AuthorAgeFilesLines
* Inlined content_changedAdrian Utrilla2016-04-041-10/+7
* Implement From<DOMString> for AtomAnthony Ramine2016-02-241-2/+2
* Update rust-selectorsEmilio Cobos Álvarez2016-02-031-1/+1
* Invalidate node style after style property removedPaul Rouget2016-01-271-0/+4
* Hoist ParseErrorReporter into style and remove the dependency on msg.Bobby Holley2016-01-111-1/+1
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-4/+3
* Add pipeline information to CSS error reporting.GauriGNaik2015-12-141-1/+1
* Defined new trait ParseErrorReporter and added error_reporter member to Parse...GauriGNaik2015-11-251-1/+2
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-3/+3
* Rustfmt some of script.Ms2ger2015-11-181-15/+23
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-10/+10
* Fix serialization of shorthands pending var() substitution.Simon Sapin2015-11-061-19/+37
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-10/+10
* Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-5/+5
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-3/+3
* merge from masterrohan.prinja2015-11-031-1/+1
|\
| * Initialize dom struct fields in declaration orderMichael Wu2015-10-301-1/+1
* | more refactoringrohan.prinja2015-10-301-1/+1
* | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
|/
* Remove unnecessary rooting from `CSSStyleDeclaration`Roman Klauke2015-10-231-20/+10
* Clean up the cast callsAnthony Ramine2015-10-211-2/+2
* Introduce trait CastableAnthony Ramine2015-10-211-10/+10
* Use util::str::str_join in more placesCorey Farwell2015-09-281-4/+3
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-3/+3
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-5/+4
* Auto merge of #7429 - GyrosOfWar:serialize_list_space_fix, r=jdmbors-servo2015-09-021-3/+3
|\
| * Fixed serialize_list to no longer append an additional space at the end of th...Martin Tomasi2015-09-021-3/+3
* | Auto merge of #7452 - nox:cleanup-attributes, r=noxbors-servo2015-09-021-8/+10
|\ \ | |/ |/|
| * Replace many uses of to_ascii_lowercase() by make_ascii_lowercase()Anthony Ramine2015-08-301-8/+10
* | Enforce linking to spec for method implementations via macrosCorey Farwell2015-08-311-0/+1
|/
* Merge adjacent identical `impl` sectionsCorey Farwell2015-08-281-2/+0
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-14/+14
* Remove helper traitsAnthony Ramine2015-08-271-4/+3
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* remove PrivateCSSStyleDeclarationHelpers trait from Element,João Oliveira2015-08-231-20/+3
* Auto merge of #7288 - mdibaiee:computedstyle-element, r=Ms2gerbors-servo2015-08-221-6/+5
|\
| * Fix #7268 - getComputedStyle should take `Element`, not `HTMLElement`Mahdi Dibaiee2015-08-221-6/+5
* | sort all usesJohann Tuffe2015-08-201-2/+2
|/
* Replace uses of `for foo in bar.iter()`,João Oliveira2015-08-181-2/+2
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-1/+2
* Make CSSStyleDeclaration setters rethrow errors instead of unwrapping and cra...David Zbarsky2015-08-111-2/+2
* Remove some PropertyDeclaration cloning.Simon Sapin2015-07-311-22/+29
* Refactor CSSStyleDeclaration::setProperty to not synthesize a `name: value` s...Simon Sapin2015-07-311-19/+13
* Fix CSSStyleDeclaration.setPropertyPrioritySimon Sapin2015-07-311-31/+19
* Return None as style for elements not in a documentDavid Zbarsky2015-07-301-0/+5
* Implement getComputedStyleDavid Zbarsky2015-07-291-2/+20
* Add spec linksBogdan Cuza2015-07-281-11/+11
* Upgrade to SM 39Michael Wu2015-06-191-22/+22
* Remove usage of String::from_str, deprecated in #6377Simon Sapin2015-06-151-1/+1
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1