aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_runtime.rs
Commit message (Expand)AuthorAgeFilesLines
* 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