aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/storageevent.rs
Commit message (Expand)AuthorAgeFilesLines
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* "storageevent" argument for Document::createEventMaciej Skrzypkowski2016-04-251-0/+8
* implement and use From<bool> for enum and backAlexander Popiak2016-03-171-7/+3
* Implement From<DOMString> for AtomAnthony Ramine2016-02-241-1/+1
* Make Event's isTrusted attribute unforgeableJohn DeSilva2015-12-131-0/+6
* Remove unused imports.Ms2ger2015-12-121-1/+0
* Pass around event types as Atoms instead of StringsCorey Farwell2015-12-101-3/+4
* rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-1/+1
* more refactoringrohan.prinja2015-10-301-1/+1
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* remove get_rooted() and replace all references to it with references to get()rohan.prinja2015-10-291-1/+1
* Introduce trait CastableAnthony Ramine2015-10-211-2/+2
* Fix remaining MutHeap methods not to expose JS<T>.Eli Friedman2015-10-151-1/+1
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-7/+5
* Refactor away duplication of get_rooted functionalityPierre Chevalier2015-10-081-1/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Remove unnecessary uses of DOMRefCell.Eli Friedman2015-09-021-13/+12
* 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
* 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
* Remove Temporary::new()Anthony Ramine2015-04-281-1/+1
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Change MutNullableJS<T> to MutNullableHeap<JS<T>>Anthony Ramine2015-04-271-4/+5
* implementing StorageEvent interfacesnf2015-03-241-0/+113