| Commit message (Expand) | Author | Age | Files | Lines |
* | replace Fallible<()> with ErrorResult | Di Xu | 2016-04-13 | 1 | -2/+2 |
* | Remove get_ prefix for functions in LayoutHTMLInputElementHelpers | Keith Yeung | 2016-04-11 | 1 | -3/+3 |
* | Remove `get_*` on getters as per RFC 0344. | Corey Farwell | 2016-04-10 | 1 | -13/+13 |
* | Remove superfluous end-of-file whitespace. | Corey Farwell | 2016-04-10 | 1 | -1/+0 |
* | Remove dead link. | Corey Farwell | 2016-04-10 | 1 | -1/+0 |
* | Inlined content_changed | Adrian Utrilla | 2016-04-04 | 1 | -4/+3 |
* | Remove `get_*` on getters as per RFC 0344. | Corey Farwell | 2016-03-31 | 1 | -8/+8 |
* | Use <base> in resolving url attributes (like "href"). | Eduard Burtescu | 2016-03-29 | 1 | -1/+1 |
* | Add insert_adjacent methods into Element | Guillaume Gomez | 2016-03-27 | 1 | -0/+46 |
* | Implement initial pieces of form validation. | Sagar Muchhal | 2016-03-24 | 1 | -0/+33 |
* | Add scrollWidth/Height to element interface | Daniel Robertson | 2016-03-11 | 1 | -0/+10 |
* | Replace usage of deprecated std::cell::Ref::filter_map | Simon Sapin | 2016-03-07 | 1 | -2/+3 |
* | Implement removeAttributeNode | Nick Fitzgerald | 2016-02-26 | 1 | -0/+6 |
* | Implement Element.getAttributeNames | Anthony Ramine | 2016-02-26 | 1 | -0/+5 |
* | Use presentation hints correctly for the dimensions of `<img>`. | Eli Friedman | 2016-02-25 | 1 | -0/+5 |
* | Implement From<DOMString> for Atom | Anthony Ramine | 2016-02-24 | 1 | -5/+5 |
* | Make use of From<String> for Atom | Anthony Ramine | 2016-02-24 | 1 | -1/+1 |
* | Dirty elements whose selectors are affected by sibling changes | Matt Brubeck | 2016-02-23 | 1 | -3/+61 |
* | Say farewell to in-tree HeapSizeOf | Anthony Ramine | 2016-02-04 | 1 | -1/+0 |
* | Update rust-selectors | Emilio Cobos Álvarez | 2016-02-03 | 1 | -48/+50 |
* | Implement SetNamedItem, SetNamedItemNS, SetAttributeNode and SetAttributeNodeNS | Mathieu Hordesseaux | 2016-01-28 | 1 | -5/+59 |
* | Hoist ParseErrorReporter into style and remove the dependency on msg. | Bobby Holley | 2016-01-11 | 1 | -1/+1 |
* | Auto merge of #8983 - Manishearth:cursors, r=jdm | bors-servo | 2016-01-11 | 1 | -1/+3 |
|\ |
|
| * | Remove virtual call and unconditionally dirty node on set_focus_state | Manish Goregaokar | 2016-01-07 | 1 | -1/+3 |
* | | Invalid type attribute for HTMLInputElement now fallback as text type (fixes ... | Ying-Ruei Liang (KK) | 2016-01-06 | 1 | -5/+10 |
* | | Generate PartialEq automatically | Guillaume Gomez | 2016-01-03 | 1 | -6/+0 |
* | | Auto merge of #9137 - iszak:issue-9135, r=nox | bors-servo | 2016-01-03 | 1 | -5/+13 |
|\ \
| |/
|/| |
|
| * | Optimise get_root_element for elements in documents | Iszak Bryan | 2016-01-03 | 1 | -5/+13 |
* | | Fix a bunch of clippy lints | Johannes Linke | 2016-01-02 | 1 | -9/+8 |
|/ |
|
* | Auto merge of #9099 - frewsxcv:rm-parsed-attr, r=nox | bors-servo | 2016-01-01 | 1 | -3/+3 |
|\ |
|
| * | Remove fields with parsed attribute values on HTMLTextAreaElement | Corey Farwell | 2015-12-30 | 1 | -3/+3 |
* | | Auto merge of #8420 - craftytrickster:8371/generic-font-family, r=glennw | bors-servo | 2015-12-31 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Enabled use of FontFamily enum type and replaced plain string parameters with... | David Raifaizen | 2015-12-30 | 1 | -1/+1 |
* | | Make button elements activatable. Fixes #4837. Fixes #8101. | Josh Matthews | 2015-12-29 | 1 | -0/+5 |
* | | Auto merge of #8506 - nox:finish-ranges, r=dzbarsky | bors-servo | 2015-12-26 | 1 | -6/+4 |
|\ \
| |/
|/| |
|
| * | Introduce UnbindContext | Anthony Ramine | 2015-12-13 | 1 | -6/+4 |
* | | Use Url.join instead of UrlParser.base_url(...).parse (#9002) | Mathieu Agopian | 2015-12-18 | 1 | -2/+1 |
* | | Bump string_cache version to 0.2.5. | Alan Jeffrey | 2015-12-15 | 1 | -8/+8 |
* | | Add pipeline information to CSS error reporting. | GauriGNaik | 2015-12-14 | 1 | -1/+1 |
|/ |
|
* | Add link to issue for :visited | Simon Sapin | 2015-12-05 | 1 | -0/+1 |
* | Auto merge of #8786 - eefriedman:localname-atom, r=jdm | bors-servo | 2015-12-03 | 1 | -4/+4 |
|\ |
|
| * | Remove unnecessary conversion to/from DOMString for localName. | Eli Friedman | 2015-12-02 | 1 | -4/+4 |
* | | Makes setting negative values to maxLength throw an IndexSize exception | Sam Gibson | 2015-12-03 | 1 | -1/+4 |
* | | Resolves long-running merge conflicts | Sam Gibson | 2015-12-03 | 1 | -1/+1 |
* | | Makes int_getter macro, and uses -1 as default maxlength instead of maxint | Sam Gibson | 2015-12-03 | 1 | -0/+21 |
|/ |
|
* | Auto merge of #8675 - GuillaumeGomez:master, r=nox | bors-servo | 2015-11-27 | 1 | -1/+1 |
|\ |
|
| * | Add XMLDocument object | Guillaume Gomez | 2015-11-27 | 1 | -1/+1 |
* | | Defined new trait ParseErrorReporter and added error_reporter member to Parse... | GauriGNaik | 2015-11-25 | 1 | -1/+3 |
|/ |
|
* | Update string_cache to 0.2. | Alan Jeffrey | 2015-11-25 | 1 | -36/+38 |
* | Rustfmt some of script. | Ms2ger | 2015-11-18 | 1 | -93/+141 |