aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-212/+0
* Rename AttrList to NamedNodeMapAaron Hill2014-08-291-1/+1
* Add a canvas create, break script’s dependency on gfx.Simon Sapin2014-08-281-1/+1
* Create macros for simplifying element attribute getters (fixes #1931)Manish Goregaokar2014-08-191-0/+1
* Implement WorkerGlobalScope.location.Ms2ger2014-08-151-0/+1
* Implement DedicatedWorkerGlobalScope.navigator.Ms2ger2014-08-151-0/+1
* Rename ClientRect and ClientRectList to DOMRect and DOMRectList (fixes #2814,...hyunjunekim2014-08-091-2/+2
* Upgrade Rust.Jack Moffitt2014-08-081-1/+1
* Decouple compositing and script crates.Josh Matthews2014-08-081-0/+1
* Add DOM NodeIterator blob (include DOM NodeFilter interface).Tetsuharu OHZEKI2014-08-081-0/+1
* Add DOM Range blob.Tetsuharu OHZEKI2014-08-081-0/+1
* Add TreeWalker blob.Tetsuharu OHZEKI2014-08-081-0/+1
* Merge pull request #2934 from saneyuki/canvasJosh Matthews2014-08-031-1/+1
|\
| * Move CanvasRenderTask to gfx crate.Tetsuharu OHZEKI2014-07-271-1/+1
* | Upgrade Rust.Jack Moffitt2014-08-021-4/+2
|/
* Add documentation for the DOM.Ms2ger2014-07-261-2/+9
* Merge pull request #2920 from Ms2ger/canvasJosh Matthews2014-07-251-0/+2
|\
| * Implement very basic canvas rendering context logic. No visual display present.Aalhad2014-07-251-0/+2
* | Basic implementation of CORSManish Goregaokar2014-07-251-0/+2
|/
* Implement Window.screen.Ms2ger2014-07-241-0/+1
* Start dogfooding rust-url. Fix #1673.Simon Sapin2014-07-211-1/+1
* Merge pull request #2842 from Ms2ger/workersMs2ger2014-07-171-0/+4
|\
| * Explicitly spawn a native task for workers.Ms2ger2014-07-171-0/+1
| * Implement stub classes for WorkerGlobalScope and DedicatedWorkerGlobalScope.Ms2ger2014-07-151-0/+2
| * Implement a stub Worker interface.Ms2ger2014-07-151-0/+1
* | Implement MessageEvent.Ms2ger2014-07-161-0/+1
|/
* Introduce abstractions for global scopes.Ms2ger2014-07-151-0/+1
* Add URLSearchParams interface with serialization supportManish Goregaokar2014-07-021-1/+2
* Remove generate_cacheable_wrapper_htmlelement!Tetsuharu OHZEKI2014-06-281-1/+0
* Upgrade to latest Rust.Manish Goregaokar2014-06-271-2/+5
* Partial implementation of FormData and FileManish Goregaokar2014-06-251-0/+1
* Split Page code out of script_task.rs #2530Edit Balint2014-06-131-0/+1
* Implement Element.classList (partially fixes #1717).Ms2ger2014-06-131-0/+1
* Implement querySelector for DocumentBruno de Oliveira Abinader2014-06-051-0/+1
* Upgrade Rust.Jack Moffitt2014-06-051-1/+2
* Rename BindingDeclarations to Bindings.Ms2ger2014-06-021-1/+1
* Remove HTMLMainElement.Tetsuharu OHZEKI2014-06-021-1/+0
* Include modules with only callbacks in BindingDeclarations.Ms2ger2014-05-311-1/+0
* Port modern callback handling code from Gecko, and copy related WebIDL parser...Josh Matthews2014-05-271-0/+1
* Implement CustomEvent (#2173)Manish Goregaokar2014-05-241-0/+1
* Async XHR GET with basic response header supportManish Goregaokar2014-05-201-0/+1
* auto merge of #2388 : zwarich/servo/cssom, r=jdmbors-servo2014-05-121-0/+1
|\
| * Move the computed style to a new SharedLayoutData struct.Cameron Zwarich2014-05-091-0/+1
* | Basic synchronous GET with XHRManish Goregaokar2014-05-091-0/+1
|/
* Add ProgressEvent interfaceManish Goregaokar2014-05-081-0/+1
* Add Performance object to Window and implement Performance::Now()Gulshan Singh2014-05-071-0/+2
* Webidl and basic implementation of XHR objectManish Goregaokar2014-05-031-0/+3
* auto merge of #2290 : saneyuki/servo/export, r=jdmbors-servo2014-05-011-4/+2
|\
| * Point it to InterfaceTypes.rs directly to export generated types.Tetsuharu OHZEKI2014-05-011-3/+2
| * Remove the 'pub use self::BindingDeclarations::*;' export.Tetsuharu OHZEKI2014-05-011-1/+0