aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlobjectelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use new `if let` syntax wherever possible. Fixes #4153.Zack Slayton2015-03-101-3/+2
* Import net as net rather than servo_net.Ms2ger2015-02-101-2/+2
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Don't shadow lifetimes in script.Ms2ger2015-01-281-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-2/+2
* auto merge of #4542 : servo/servo/pre-rustup_20141221, r=saneyukibors-servo2015-01-041-1/+1
|\