aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_runtime.rs
Commit message (Expand)AuthorAgeFilesLines
* Implemented Houdini worklets.Alan Jeffrey2017-05-171-0/+1
* Update rust-mozjs to master.Josh Matthews2017-03-311-1/+1
* Generalize promise job queue into solitary microtask queue.Josh Matthews2017-02-011-75/+7
* Add a permanent root to WebIDL callbacks, ensuring they are always safe to st...Josh Matthews2017-01-131-2/+2
* WebVR API Implementation, r=larsbergstromImanol Fernandez2017-01-091-0/+1
* Implement the entry global.Ms2ger2017-01-061-0/+2
* Removed util.Alan Jeffrey2016-12-141-2/+2
* Add support for fullscreen #10102Jansen Jan2016-12-091-1/+3
* Add a JSTraceable bound on ScriptChanAnthony Ramine2016-12-061-2/+2
* Update js.Ms2ger2016-11-271-27/+5
* Remove GlobalRoot and GlobalRefAnthony Ramine2016-10-061-2/+1
* Make the closure in flush_promise_jobs return a Root<GlobalScope>Anthony Ramine2016-10-061-4/+4
* Introduce GlobalScope::enqueue_promise_jobAnthony Ramine2016-10-061-4/+4
* Make PromiseJobQueue::enqueue take a &GlobalScopeAnthony Ramine2016-10-061-3/+4
* Introduce GlobalScope::flush_promise_jobsAnthony Ramine2016-10-061-1/+1
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-1/+1
* Support promises in workers.Josh Matthews2016-09-221-2/+103
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-2/+2
* Remove mutex from TrustedAlan Jeffrey2016-08-291-3/+1
* Move thread_state to style.Ms2ger2016-08-221-1/+1
* Correct the call to JS_SetGCZeal.Ms2ger2016-07-291-4/+4
* Refactor `util::prefs` operations to be methods on static struct.Corey Farwell2016-07-021-31/+31
* Wrap executions of Rust code called from JS in catch_unwind. Propagate the in...Josh Matthews2016-06-221-1/+17
* implement related sw interface and register methodRahul Sharma2016-06-021-0/+1
* script: Keep the DOM-side viewport up to date when scrolling happens inPatrick Walton2016-05-311-0/+1
* Bump rust-mozjs for the safe Runtime::new (fixes #11512)Anthony Ramine2016-05-311-2/+2
* Pass a parent JS runtime when creating DOM Worker runtimesTill Schneidereit2016-05-241-2/+2
* Support GC zealAnthony Ramine2016-05-121-0/+22
* Make debug logging for tracing JS objects more informative.Josh Matthews2016-05-111-0/+2
* Update SpiderMonkeyAnthony Ramine2016-05-031-3/+3
* Update js.Ms2ger2016-04-201-82/+37
* Use better JS engine defaultsJack Moffitt2016-04-081-0/+177
* Fix rebasing errorStjepan Glavina2016-04-071-1/+11
* refactors entities from script_thread into script_runtimeRahul Sharma2016-04-061-0/+235