aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/storage.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Introduce TaskOnceAnthony Ramine2017-09-201-1/+1
* Use task! to send a storage notificationAnthony Ramine2017-09-181-31/+14
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+1
* Rename Runnable to TaskAnthony Ramine2017-09-161-5/+5
* Clean up Storage::queue_storage_eventAnthony Ramine2017-09-161-45/+44
* move name implementation as default implementation to the trait and remove ov...toidiu2017-09-031-2/+0
* make use of ScriptToConstellationChanPaul Rouget2017-08-151-3/+2
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Only expose Storage/StorageEvent in WindowJavier Rueda2017-02-091-3/+3
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-5/+5
* Storage notifications routed via the constellation.Alan Jeffrey2016-11-151-19/+20
* Replace script thread root browsing context by a collection of documents.Alan Jeffrey2016-11-081-9/+10
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-5/+3
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-4/+4
* Make TaskSource::queue take a &GlobalScopeAnthony Ramine2016-10-061-5/+6
* Introduce GlobalScope::resource_threadsAnthony Ramine2016-10-061-1/+1
* Introduce GlobalScope::as_windowAnthony Ramine2016-10-061-4/+2
* Introduce GlobalScope::get_urlAnthony Ramine2016-10-061-3/+1
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-5/+3
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-1/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-4/+4
* Use fn pipeline_id consistently, not fn pipelineAneesh Agrawal2016-09-131-1/+1
* Use Option<T> to return from gettersAnthony Ramine2016-08-301-4/+2
* Make task queue API usable from non-main threads.Josh Matthews2016-07-141-1/+2
* Move boxing to runnable initializationConnor Brewster2016-07-131-1/+1
* Make all task source runnables cancellableConnor Brewster2016-07-131-4/+3
* Add event runnablesConnor Brewster2016-07-111-1/+1
* Add name method to Runnable traitConnor Brewster2016-07-061-0/+2
* Combined DOMManipulationTask runnable variants into a single variantConnor Brewster2016-07-061-4/+4
* Clean up DOMManipulationTaskSourceKeith Yeung2016-06-021-0/+1
* Remove the IterableContext trait.Ms2ger2016-05-241-1/+0
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Remove the pointless StorageThread alias.Ms2ger2016-05-201-3/+3
* Implement trait-based ResourceThreads and clean up related naming issuesZhen Zhang2016-05-201-1/+2
* Removed unused importsPer Lundberg2016-05-151-2/+1
* remove page and move functionality to browing contextConnor Brewster2016-05-111-4/+4
* Remove extraneous script_chan parameter from Trusted::newKeith Yeung2016-04-281-3/+2
* Complete 'inefficient' FIXME by remove unnecessary clone.Corey Farwell2016-04-211-1/+5
* refactors entities from script_thread into script_runtimeRahul Sharma2016-04-061-1/+2
* Add task_source directoryKeith Yeung2016-03-101-5/+6
* Issue #9561 continued - renamed *_thread_source to *_task_source in global.rs...Kamil Muszyński2016-02-171-1/+1
* Remove unused imports in scriptKishor Bhat2016-01-171-1/+0
* Add global default method for Reflectable traitChad Kimes2016-01-111-6/+6
* Remove global field from StorageChad Kimes2016-01-101-9/+7
* task -> threadrohan.prinja2016-01-101-17/+19
* Remove from Trusted::new an unnecessary argumentArthur Skobara2015-12-121-2/+1