aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/globalscope.rs
Commit message (Expand)AuthorAgeFilesLines
* fix complete messageport transferGregory Terzian2019-11-151-15/+73
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-6/+482
* begin messageport, transferable objects, implKeith Yeung2019-10-191-4/+17
* Add simple implementation of content-security-policy on scripts / stylesMichael Howell2019-10-161-0/+10
* Use safe JSContext in MicrotaskQueuemarmeladema2019-08-091-12/+6
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-9/+9
* Script: removed a few opts::get()oneturkmen2019-06-261-0/+19
* Upgrade to Spidermonkey 67.Josh Matthews2019-06-261-14/+39
* Extract canvas operations for reuse by OffscreenCanvas.Maharsh2019-05-221-0/+15
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-8/+7
* Remove mozjs dep from malloc_size_of.Josh Matthews2019-05-021-0/+2
* Reintroduce parent runtimes for worker threads.Josh Matthews2019-01-151-1/+11
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Unify the task source and task canceller APIAgustin Chiappe Berrini2018-11-141-7/+7
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-12/+12
* Format remaining filesPyfisch2018-11-061-9/+18
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-12/+12
* Sort `use` statementsSimon Sapin2018-11-061-14/+14
* `cargo fix --edition`Simon Sapin2018-11-061-35/+35
* Make first argument of DOMManipulationTaskSource as a Box<ScriptChan +CYBAI2018-10-181-0/+11
* Implement unhandledrejection eventCYBAI2018-10-181-1/+57
* Format script componentchansuke2018-09-191-37/+59
* Add Websocket task sourceAgustin Chiappe Berrini2018-09-081-0/+13
* Upgraded to SM 60Alan Jeffrey2018-08-201-11/+2
* Introduce DOMTracker, cancel eventsource fetch when aborting document loadGregory Terzian2018-07-291-0/+25
* use remote-event task source in EventSourceGregory Terzian2018-07-131-1/+14
* introduce "per task source" ignoring of tasksGregory Terzian2018-07-101-2/+6
* Fix typo for workletCYBAI2018-06-031-4/+4
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-2/+4
* added autoclose workerNupur Baghel2018-02-221-0/+22
* Use specific negative assertion for DOM globalscopeCYBAI2018-01-261-1/+1
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-6/+6
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-3/+3
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-12/+12
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-2/+2
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Clean up GlobalScope::report_an_errorAnthony Ramine2017-09-181-15/+19
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+2
* Rename Runnable to TaskAnthony Ramine2017-09-161-6/+6
* Store microtask queues in their global (fixes #18467)Anthony Ramine2017-09-131-21/+20
* Store a Rc<MicrotaskQueue> directly on WindowAnthony Ramine2017-09-131-4/+4
* Reformat GlobalScope::new_inheritedAnthony Ramine2017-09-131-18/+18
* Make Performance Timeline API work in WorkersFernando Jiménez Moreno2017-09-051-0/+26
* make use of ScriptToConstellationChanPaul Rouget2017-08-151-6/+6
* return Option from GlobalScope::currentJyotsna Prakash2017-06-221-2/+6
* Implemented Houdini worklets.Alan Jeffrey2017-05-171-9/+29