| Commit message (Expand) | Author | Age | Files | Lines |
* | Inlined content_changed | Adrian Utrilla | 2016-04-04 | 1 | -10/+7 |
* | Implement From<DOMString> for Atom | Anthony Ramine | 2016-02-24 | 1 | -2/+2 |
* | Update rust-selectors | Emilio Cobos Álvarez | 2016-02-03 | 1 | -1/+1 |
* | Invalidate node style after style property removed | Paul Rouget | 2016-01-27 | 1 | -0/+4 |
* | Hoist ParseErrorReporter into style and remove the dependency on msg. | Bobby Holley | 2016-01-11 | 1 | -1/+1 |
* | Fix a bunch of clippy lints | Johannes Linke | 2016-01-02 | 1 | -4/+3 |
* | Add pipeline information to CSS error reporting. | GauriGNaik | 2015-12-14 | 1 | -1/+1 |
* | Defined new trait ParseErrorReporter and added error_reporter member to Parse... | GauriGNaik | 2015-11-25 | 1 | -1/+2 |
* | Update string_cache to 0.2. | Alan Jeffrey | 2015-11-25 | 1 | -3/+3 |
* | Rustfmt some of script. | Ms2ger | 2015-11-18 | 1 | -15/+23 |
* | Replaced DOMString constructor by conversion functions. | Alan Jeffrey | 2015-11-12 | 1 | -10/+10 |
* | Fix serialization of shorthands pending var() substitution. | Simon Sapin | 2015-11-06 | 1 | -19/+37 |
* | Make DOMString a newtype around String, rather than a typedef. | Ms2ger | 2015-11-04 | 1 | -10/+10 |
* | Use DOMString::new() somewhat consistently. | Ms2ger | 2015-11-04 | 1 | -5/+5 |
* | Get rid of a bunch of explicit derefs | David Zbarsky | 2015-11-03 | 1 | -3/+3 |
* | merge from master | rohan.prinja | 2015-11-03 | 1 | -1/+1 |
|\ |
|
| * | Initialize dom struct fields in declaration order | Michael Wu | 2015-10-30 | 1 | -1/+1 |
* | | more refactoring | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
* | | move Castable into dom::bindings::inheritance | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
|/ |
|
* | Remove unnecessary rooting from `CSSStyleDeclaration` | Roman Klauke | 2015-10-23 | 1 | -20/+10 |
* | Clean up the cast calls | Anthony Ramine | 2015-10-21 | 1 | -2/+2 |
* | Introduce trait Castable | Anthony Ramine | 2015-10-21 | 1 | -10/+10 |
* | Use util::str::str_join in more places | Corey Farwell | 2015-09-28 | 1 | -4/+3 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -3/+3 |
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -5/+4 |
* | Auto merge of #7429 - GyrosOfWar:serialize_list_space_fix, r=jdm | bors-servo | 2015-09-02 | 1 | -3/+3 |
|\ |
|
| * | Fixed serialize_list to no longer append an additional space at the end of th... | Martin Tomasi | 2015-09-02 | 1 | -3/+3 |
* | | Auto merge of #7452 - nox:cleanup-attributes, r=nox | bors-servo | 2015-09-02 | 1 | -8/+10 |
|\ \
| |/
|/| |
|
| * | Replace many uses of to_ascii_lowercase() by make_ascii_lowercase() | Anthony Ramine | 2015-08-30 | 1 | -8/+10 |
* | | Enforce linking to spec for method implementations via macros | Corey Farwell | 2015-08-31 | 1 | -0/+1 |
|/ |
|
* | Merge adjacent identical `impl` sections | Corey Farwell | 2015-08-28 | 1 | -2/+0 |
* | Make the traits for the IDL interfaces take &self | Anthony Ramine | 2015-08-27 | 1 | -14/+14 |
* | Remove helper traits | Anthony Ramine | 2015-08-27 | 1 | -4/+3 |
* | make dom_struct derive HeapSizeOf, | João Oliveira | 2015-08-27 | 1 | -1/+0 |
* | remove PrivateCSSStyleDeclarationHelpers trait from Element, | João Oliveira | 2015-08-23 | 1 | -20/+3 |
* | Auto merge of #7288 - mdibaiee:computedstyle-element, r=Ms2ger | bors-servo | 2015-08-22 | 1 | -6/+5 |
|\ |
|
| * | Fix #7268 - getComputedStyle should take `Element`, not `HTMLElement` | Mahdi Dibaiee | 2015-08-22 | 1 | -6/+5 |
* | | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -2/+2 |
|/ |
|
* | Replace uses of `for foo in bar.iter()`, | João Oliveira | 2015-08-18 | 1 | -2/+2 |
* | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -1/+2 |
* | Make CSSStyleDeclaration setters rethrow errors instead of unwrapping and cra... | David Zbarsky | 2015-08-11 | 1 | -2/+2 |
* | Remove some PropertyDeclaration cloning. | Simon Sapin | 2015-07-31 | 1 | -22/+29 |
* | Refactor CSSStyleDeclaration::setProperty to not synthesize a `name: value` s... | Simon Sapin | 2015-07-31 | 1 | -19/+13 |
* | Fix CSSStyleDeclaration.setPropertyPriority | Simon Sapin | 2015-07-31 | 1 | -31/+19 |
* | Return None as style for elements not in a document | David Zbarsky | 2015-07-30 | 1 | -0/+5 |
* | Implement getComputedStyle | David Zbarsky | 2015-07-29 | 1 | -2/+20 |
* | Add spec links | Bogdan Cuza | 2015-07-28 | 1 | -11/+11 |
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -22/+22 |
* | Remove usage of String::from_str, deprecated in #6377 | Simon Sapin | 2015-06-15 | 1 | -1/+1 |
* | Uniformise root() methods | Anthony Ramine | 2015-04-28 | 1 | -1/+1 |