aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Move selector matching to an external library, for use outside Servo.Simon Sapin2015-02-231-0/+1
* script: Implement enough 2D canvas support to render basic SVGs such as the t...Patrick Walton2015-02-221-0/+1
* Move js to libc from crates.io.Ms2ger2015-02-191-1/+0
* Use rustc-serialize rather than the built-in deprecated serialize.Ms2ger2015-02-171-1/+1
* Fix some warnings in script.Ms2ger2015-02-121-2/+13
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-2/+3
* Use base64 from rustc-serialize (fixes #4747).Ms2ger2015-02-101-1/+1
* Import net as net rather than servo_net.Ms2ger2015-02-101-1/+0
* Import msg as msg rather than servo_msg.Ms2ger2015-02-101-1/+0
* Allow unused variables, imports, and mutable.Josh Matthews2015-02-091-2/+0
* Create mod.rs files for the dom and dom::bindings modules.Ms2ger2015-02-011-175/+1
* Move FromJSValConvertible to associated types (avoids old impl check)Manish Goregaokar2015-01-311-1/+0
* Re-enable the DOM struct size tests.Ms2ger2015-01-301-1/+1
* Require snake case in bindings code.Ms2ger2015-01-291-2/+2
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Fix various build warnings.Ms2ger2015-01-281-2/+2
* auto merge of #4717 : Ms2ger/servo/doc-proxy, r=saneyukibors-servo2015-01-281-0/+2
|\
| * Require documentation for all code in dom::bindings (excluding dom::bindings:...Ms2ger2015-01-251-0/+2
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-6/+8
|/
* Share supported CSS properties between style and CSSStyleDeclarationBruno de Oliveira Abinader2015-01-191-0/+1
* Implement most of the important WindowProxy trapsTom Schuster2015-01-121-1/+1
* Create a StructuredCloneData struct to encapsulate the result of a structured...Ms2ger2015-01-101-0/+1
* Deny unsafe blocks in script.Ms2ger2015-01-091-0/+2
* auto merge of #4575 : mttr/servo/warnings, r=jdmbors-servo2015-01-081-0/+1
|\
| * Allow `missing_copy_implementations`Matthew Rasmus2015-01-081-0/+1
* | Remove if_let feature gates.Ms2ger2015-01-081-1/+1
|/
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-1/+0
* Remove dependencies on the native crate.Ms2ger2015-01-041-1/+0
* Remove obsolete attributes.Ms2ger2015-01-031-3/+0
* Allow refcounting arbitrary DOM objects in concert with the GC to enable safe...Josh Matthews2014-12-291-0/+1
* Merge CSS2Properties and CSSStyleDeclaration.Josh Matthews2014-12-181-1/+0
* Address review comments.Josh Matthews2014-12-181-1/+1
* Add stub CSS2Properties type.Josh Matthews2014-12-181-0/+1
* Add the basic CSSStyleDeclaration CSSOM interface.Cameron Zwarich2014-12-181-0/+1
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-1/+1
* Restrict size tests to 64 bitManish Goregaokar2014-12-091-1/+1
* Add unit test to freeze sizes of DOM structsManish Goregaokar2014-12-091-0/+3
* Add stub Activatable traitManish Goregaokar2014-12-051-0/+1
* auto merge of #4198 : Manishearth/servo/hyper-droid, r=Manishearthbors-servo2014-12-051-1/+1
|\
| * convert script crate to use hyperSean McArthur2014-12-041-1/+1
* | added ErrorEvent WebIDL and errorevent.rsRonak Nisher2014-12-041-0/+1
|/
* Implemeneted ModifyAttribute handler to update DOM elements.Shanil Puri2014-12-031-0/+1
* Implement a basic WebSocket interface.Hinali Marfatia2014-11-251-0/+1
* Add single-line text input with no visible cursor.Josh Matthews2014-11-131-0/+1
* Add KeyboardEvent stub.Josh Matthews2014-11-131-0/+1
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-2/+2
* Implement DOMStringMapBruno de Oliveira Abinader2014-11-061-0/+1
* Intial Commit for Storage.webidl, along with impl stubnkdalmia2014-11-061-0/+1
* auto merge of #3835 : pcwalton/servo/script-microoptzns, r=Ms2gerbors-servo2014-11-031-1/+1
|\
| * script: Use an FNV hash to hash event listeners.Patrick Walton2014-10-281-1/+1