aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/testbindingproxy.rs
Commit message (Expand)AuthorAgeFilesLines
* 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