aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlobjectelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* sort all usesJohann Tuffe2015-08-201-2/+2
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Add spec linksBogdan Cuza2015-07-281-0/+1
* Upgrade to SM 39Michael Wu2015-06-191-14/+13
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-4/+11
* Import string_cache::Atom into the attributes' macrosAnthony Ramine2015-05-141-1/+0
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Refactored image cache task - details below.Glenn Watson2015-04-231-13/+10
* Don't link to specific WHATWG multipage pageCorey Farwell2015-04-161-2/+2
* Make Element::get_attribute() take its namespace by referenceAnthony Ramine2015-04-061-2/+2
* Split out shared networking code into net_traits crateGilles Leblanc2015-04-031-2/+1