aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/error.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-114/+0
* Upgrade Rust.Jack Moffitt2014-08-021-7/+7
* Add documentation for the DOM.Ms2ger2014-07-261-0/+14
* Don't fail on invalid JS syntax in event handlers.Matt Brubeck2014-07-181-2/+18
* Introduce abstractions for global scopes.Ms2ger2014-07-151-3/+2
* Request termination for XHRManish Goregaokar2014-06-191-1/+3
* Support for extension methods, getResponseHeader(), and an extra errorManish Goregaokar2014-06-081-0/+1
* Throw DOMExceptions where appropriate (fixes #2518).Ms2ger2014-05-301-11/+13
* Use *mut T for the T* pointers in SpiderMonkey.Ms2ger2014-05-261-6/+6
* Basic synchronous GET with XHRManish Goregaokar2014-05-091-1/+4
* Use more rustic names for ThrowTypeError and infrastructure.Ms2ger2014-04-281-9/+10
* Move ThrowTypeError to error.rs.Ms2ger2014-04-281-1/+31
* Implement CharacterData.{deleteData, insertData, replaceData}lpy2014-04-211-0/+1
* Rust upgradesLars Bergstrom2014-03-181-1/+1
* Move Error, Fallible, ErrorResult out of utils.rs (fixes #1749)Saurabh Anand2014-02-281-0/+45