aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlobjectelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-15/+15
* Format script componentchansuke2018-09-191-15/+24
* 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-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-5/+5
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* 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
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* Solving merge conficts related to the html5ever_atoms -> html5ever changeChristian Poveda2017-05-031-2/+2
|\
| * Auto merge of #16689 - servo:m5e, r=noxbors-servo2017-05-031-1/+1
| |\
| | * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
| * | Fix up script and layout.Bobby Holley2017-05-021-1/+1
| |/
* / Changed all prefixes from DOMString to the atomic Prefix from html5everChristian Poveda2017-05-031-3/+3
|/
* Implement the form owner conceptMukilan Thiyagarajan2017-03-151-2/+20
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Auto merge of #13969 - bbansalWolfPack:master, r=jdmbors-servo2016-11-251-2/+11
|\
| * html form validation initial steps with test html file, added stub methods, ...Bhavya Bansal2016-11-231-2/+11
* | Update to string-cache 0.3Simon Sapin2016-11-031-6/+6
|/
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-1/+1
* Make script build without `impl<T: HeapSizeOf> HeapSizeOf for Arc<T>`.Simon Sapin2016-10-041-0/+1
* 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 is_image_data to script_layout_interface.Ms2ger2016-06-201-5/+0
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Implement initial pieces of form validation.Sagar Muchhal2016-03-241-1/+4
* 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-3/+3
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* Clean up the cast callsAnthony Ramine2015-10-211-2/+1
* Introduce trait CastableAnthony Ramine2015-10-211-4/+4
* Remove explicit lifetimes which can be elided.Adam Szopa2015-10-211-1/+1
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-2/+2
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-12/+1
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-6/+7
* Explicitly place '/' before fragment for multipage spec linksCorey Farwell2015-10-101-1/+1
* Refactor FormControl traitPhilipp Hartwig2015-09-301-6/+2
* Add form getters for additional elements; update test expectationsPhilipp Hartwig2015-09-271-1/+13
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Introduce VirtualMethods::attribute_mutated()Anthony Ramine2015-09-021-9/+8
* Replace many uses of Attr::Value() by Attr::value()Anthony Ramine2015-08-301-3/+2
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-2/+2
* Remove AttributeHandlersAnthony Ramine2015-08-271-1/+0
* Remove helper traitsAnthony Ramine2015-08-271-2/+1
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-2/+0
* Remove doublepointer in VirtualMethods, and from_borrowed_refManish Goregaokar2015-08-271-2/+2