aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlfieldsetelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-2/+2
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-2/+2
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-2/+2
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-6/+6
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Solving merge conficts related to the html5ever_atoms -> html5ever changeChristian Poveda2017-05-031-1/+1
|\
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* | Changed all prefixes from DOMString to the atomic Prefix from html5everChristian Poveda2017-05-031-4/+3
|/
* Implement the form owner conceptMukilan Thiyagarajan2017-03-151-4/+22
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Update to string-cache 0.3Simon Sapin2016-11-031-4/+4
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-2/+2
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-4/+4
* Inline DOM element creation into box expressions in components/script/dom/Kuba Birecki2016-07-141-2/+3
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Removed unused importsPer Lundberg2016-05-151-1/+1
* Implement initial pieces of form validation.Sagar Muchhal2016-03-241-1/+1
* Update rust-selectorsEmilio Cobos Álvarez2016-02-031-1/+1
* Refactor 'listed element' logic for HTMLFieldSetElement::ElementsCorey Farwell2016-01-091-4/+3
* Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-2/+3
* Compute attribute name atoms at compile-time.Eli Friedman2015-11-271-1/+1
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-1/+1
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-1/+1
* merge from masterrohan.prinja2015-11-031-1/+2
|\
| * Move EventState to rust-selectors.Bobby Holley2015-10-301-1/+2
* | rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-2/+1
* | replace InheritTypes imports with inheritance importsrohan.prinja2015-10-301-1/+1
* | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
|/
* Clean up the cast callsAnthony Ramine2015-10-211-5/+3
* Introduce trait CastableAnthony Ramine2015-10-211-10/+10
* Remove explicit lifetimes which can be elided.Adam Szopa2015-10-211-1/+1
* Move Event States to |Element|.Bobby Holley2015-10-161-10/+13
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-2/+3
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-12/+3
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-6/+7
* Explicitly place '/' before fragment for multipage spec linksCorey Farwell2015-10-101-4/+4
* Replace usage of old-style WHATWG spec linksCorey Farwell2015-10-101-3/+3
* Refactor FormControl traitPhilipp Hartwig2015-09-301-6/+2
* Add form getters for additional elements; update test expectationsPhilipp Hartwig2015-09-271-1/+13
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Introduce VirtualMethods::attribute_mutated()Anthony Ramine2015-09-021-64/+47
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-3/+3
* Remove AttributeHandlersAnthony Ramine2015-08-271-2/+1
* Remove helper traitsAnthony Ramine2015-08-271-3/+2
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-2/+0
* Remove doublepointer in VirtualMethods, and from_borrowed_refManish Goregaokar2015-08-271-4/+4