aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/storageevent.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-6/+6
|
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
| | | | closes #7357
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
|
* Add spec linksBogdan Cuza2015-07-281-1/+5
|
* Remove some redundant let bindingsDavid Zbarsky2015-07-041-12/+4
|
* Upgrade to SM 39Michael Wu2015-06-191-13/+14
|
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+5
| | | | Part of https://github.com/servo/servo/issues/6041
* Remove Temporary::new()Anthony Ramine2015-04-281-1/+1
| | | | Temporary::from_rooted() now takes an Assignable value.
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
| | | | | They now live in traits Rootable, OptionalOptionalRootable, OptionalRootable and ResultRootable.
* Change MutNullableJS<T> to MutNullableHeap<JS<T>>Anthony Ramine2015-04-271-4/+5
|
* implementing StorageEvent interfacesnf2015-03-241-0/+113