aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/domstringmap.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix iter_cloned_collect warning (#32053)Oluwatobi Sofela2024-04-111-5/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-8/+8
* Format script componentchansuke2018-09-191-4/+10
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-1/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Use Option<T> to return from gettersAnthony Ramine2016-08-301-4/+2
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Reduce 'match' body, remove unnecessary cloneCorey Farwell2016-01-051-10/+3
* Rustfmt some of script.Ms2ger2015-11-181-1/+2
* Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-1/+1
* merge from masterrohan.prinja2015-11-031-2/+1
|\
| * Implement DOMStringMap::SupportedPropertyNames and NamedNodeMap::SupportedPro...Nova Fallen2015-10-301-2/+1
* | more refactoringrohan.prinja2015-10-301-1/+1
|/
* Do not root DOMStringMap::elementAnthony Ramine2015-10-191-6/+3
* Link to the HTML multipage spec, not the single-page one.Eli Friedman2015-10-131-1/+1
* Remove deprecated 'creator' WebIDL attributeCorey Farwell2015-09-211-5/+0
* Add/update spec links for SupportedPropertyNames methodsCorey Farwell2015-09-201-1/+1
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-6/+6
* Remove helper traitsAnthony Ramine2015-08-271-1/+1
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Initial implementation of ownPropertyKeys proxy handlerCorey Farwell2015-08-201-1/+6
* sort all usesJohann Tuffe2015-08-201-1/+1
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Add spec linksBogdan Cuza2015-07-281-0/+4
* Upgrade to SM 39Michael Wu2015-06-191-6/+6
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-3/+3
* Rename Root::root_ref() to Root::r().Ms2ger2015-01-011-1/+1
* Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+1
* Implement HTMLElement.dataset (fixes #2974).Bruno de Oliveira Abinader2014-12-231-16/+21
* Revert PR #4038 for causing WPT failures.Ms2ger2014-12-231-21/+16
* Implement HTMLElement.datasetBruno de Oliveira Abinader2014-12-191-16/+21
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-2/+2
* Remove warning from 'deleter' WebIDL codegenBruno de Oliveira Abinader2014-11-061-0/+4
* Implement DOMStringMapBruno de Oliveira Abinader2014-11-061-0/+62