aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/testbindingproxy.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-1/+1
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* Inherit TestBinding from TestBindingProxy.krk2019-04-201-2/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-3/+3
* Format script componentchansuke2018-09-191-9/+22
* removed instances of -> () in existing codelucantrop2017-03-131-6/+6
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-1/+1
* Use Option<T> to return from gettersAnthony Ramine2016-08-301-2/+2
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-5/+5
* more refactoringrohan.prinja2015-10-301-1/+1
* Remove deprecated 'creator' WebIDL attributeCorey Farwell2015-09-211-2/+0
* Make test-tidy check that braces have spaces before or after themwilmoz2015-08-311-7/+7
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-16/+16
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Initial implementation of ownPropertyKeys proxy handlerCorey Farwell2015-08-201-1/+2
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Add spec linksBogdan Cuza2015-07-281-0/+3
* Fix indentation in testbindingproxy.rsMichael Wu2015-06-251-22/+22
* Upgrade to SM 39Michael Wu2015-06-191-2/+1
* added TestBindingProxy.webidl and testbindingproxy.rs filesFrancesc Bautista2015-06-091-0/+31