aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/storage.rs
Commit message (Expand)AuthorAgeFilesLines
* Pass around event types as Atoms instead of StringsCorey Farwell2015-12-101-1/+1
* Split fn script_chan into 5 different task channel fnKeith Yeung2015-12-061-1/+1
* Replaced DOMString by String in storage APIs.Alan Jeffrey2015-11-121-14/+17
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-2/+2
* 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
* Clean up the cast callsAnthony Ramine2015-10-211-4/+1
* Introduce trait CastableAnthony Ramine2015-10-211-4/+5
* Implement a quota of 5MB per origin for localstorage and sessionstorageLouis Chan2015-10-091-6/+12
* Implement Storage::SupportedPropertyNamesMathieu Rheaume2015-10-041-2/+4
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-2/+2
* Remove deprecated 'creator' WebIDL attributeCorey Farwell2015-09-211-4/+0
* Add/update spec links for SupportedPropertyNames methodsCorey Farwell2015-09-201-5/+6
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-12/+12
* Remove helper traitsAnthony Ramine2015-08-271-8/+3
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Initial implementation of ownPropertyKeys proxy handlerCorey Farwell2015-08-201-0/+5
* sort all usesJohann Tuffe2015-08-201-3/+3
* Fix existing syntactics nits.Josh Matthews2015-08-161-1/+1
* Splitting ScriptMsg into various enums; r=jdmRavi Shankar2015-08-151-5/+4
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Add spec linksBogdan Cuza2015-07-281-18/+25
* net: Convert the storage task to use IPC.Patrick Walton2015-07-261-6/+7
* Upgrade to SM 39Michael Wu2015-06-191-11/+10
* Audit and reduce unstable usage in scriptManish Goregaokar2015-06-101-2/+1
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-3/+6
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Don't link to specific WHATWG multipage pageCorey Farwell2015-04-161-1/+1
* Remove int_uint from net.Josh Matthews2015-04-071-1/+1
* Split out shared networking code into net_traits crateGilles Leblanc2015-04-031-3/+1
* broadcasting storage changes eventssnf2015-03-311-8/+90
* localStorage shim, fixes #5195Zack Slayton2015-03-161-15/+12
* Import net as net rather than servo_net.Ms2ger2015-02-101-2/+2
* add `unwrap` to `send/recv` callsAlexandru Cojocaru2015-02-031-6/+6
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-7/+7
* Rename GlobalRoot::root_ref() to GlobalRoot::r() for consistency.Ms2ger2015-01-011-2/+2
* Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+1
* Implement Window.sessionStorage: Storage Task, Storage Methods (excluding Sto...nkdalmia2014-12-031-18/+77
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1
* Intial Commit for Storage.webidl, along with impl stubnkdalmia2014-11-061-0/+66