aboutsummaryrefslogtreecommitdiffstats
path: root/src/support/spidermonkey/rust-mozjs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-0/+0
* Update ProxyTraps to use real bools.Ms2ger2014-08-261-0/+0
* Structured clone the argument to Worker.postMessage.Ms2ger2014-08-141-0/+0
* Upgrade Rust.Jack Moffitt2014-08-081-0/+0
* Generate rustdoc documenation for submodules.Simon Sapin2014-08-051-0/+0
* Revert the rust-mozjs changes to support threadsafe SpiderMonkey.Ms2ger2014-08-031-0/+0
* Upgrade Rust.Jack Moffitt2014-08-021-0/+0
* Implement the delete proxy trap (fixes #2213).Sankha Narayan Guria2014-07-291-0/+0
* Add doc and doc-$(crate) targets to the Makefile using rustdoc.Simon Sapin2014-07-251-0/+0
* Update the rust-mozjs submodule pointer.Ms2ger2014-07-131-0/+0
* Handle setting a readonly attribute on proxy reflectors correctly.Ms2ger2014-06-241-0/+0
* Upgrade Rust.Jack Moffitt2014-06-051-0/+0
* Eliminate some warningsBrian Anderson2014-06-021-0/+0
* Pass an immutable pointer to the private in NewProxyObject.Ms2ger2014-05-261-0/+0
* Use *mut T for the T* pointers in SpiderMonkey.Ms2ger2014-05-261-0/+0
* Update Rust.Ms2ger2014-05-221-0/+0
* Use JS_ObjectToOuterObject in wrap callbacks.Ms2ger2014-05-151-0/+0
* Instate a pre-wrap hook that outerizes its argument, to satisfy an undocument...Ms2ger2014-05-141-0/+0
* Move debug functions to Window IDL.Ms2ger2014-05-091-0/+0
* Use a single JSContext per JSRuntime.Ms2ger2014-05-051-0/+0
* Throw a TypeError when too few arguments are passed.Ms2ger2014-04-281-0/+0
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-0/+0
* Remove all traces of WindowProxy. Implement basic browser context concept and...Josh Matthews2014-04-221-0/+0
* Remove all traces of C wrappers for SpiderMonkey class stubs.Josh Matthews2014-04-081-0/+0
* Fix tests.Josh Matthews2014-04-041-0/+0
* Update to merged commits in submodules.Ms2ger2014-04-041-0/+0
* Upgrade rust.Ms2ger2014-04-041-0/+0
* Clean files associated with static linkingLars Bergstrom2014-03-191-0/+0
* Rust upgrade for new master rebaseLars Bergstrom2014-03-181-0/+0
* Update submodules for warning police.Josh Matthews2014-03-181-0/+0
* Remove all traces of Box representation from bindings. Work around file read ...Josh Matthews2014-03-181-0/+0
* Rust upgradesLars Bergstrom2014-03-181-0/+0
* Update rust-mozjs to include fixes for GC crashes.Ms2ger2014-03-101-0/+0
* Use the JSVal member functions to replace JSVAL_IS_* and JSVAL_TO_*.Ms2ger2014-03-091-0/+0
* Use FooValue() functions.Ms2ger2014-03-091-0/+0
* Move JSVal into the jsval module.Ms2ger2014-03-081-0/+0
* When calling constructors, retrieve the global object from the callee rather ...Ms2ger2014-03-041-0/+0
* De-@mut the script crate.Josh Matthews2014-02-281-0/+0
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-0/+0
* script: Stop trusting pointers to DOM nodes that layout provides.Patrick Walton2014-01-141-0/+0
* Upgrade to latest Rust.Jack Moffitt2014-01-121-0/+0
* Report exceptions to JS when the DOM implementation fails.Ms2ger2013-12-051-0/+0
* Generate code for handling callbacks. Implement add/removeEventListener and h...Josh Matthews2013-11-051-0/+0
* Upgrade submodulesKeegan McAllister2013-10-311-0/+0
* Update to latest Rust.Jack Moffitt2013-10-211-0/+0
* Fix broken testcase in rust-mozjsKeegan McAllister2013-10-171-0/+0
* Pass scripts as ~str to support non-ASCII string literals etc.Keegan McAllister2013-10-161-0/+0
* Make proxy bindings generate trace and finalization hooks.Josh Matthews2013-09-301-0/+0
* Add trace hooks for Window and Document, and remove explicit rooting for the ...Josh Matthews2013-09-111-0/+0
* Make sandboxed iframes run with different script tasks.Josh Matthews2013-09-111-0/+0