aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script_task.rs
Commit message (Expand)AuthorAgeFilesLines
* Use eq() and eq_slice() less, and map_default() more.Ms2ger2014-02-161-5/+3
* Restore failure handlingKeegan McAllister2014-02-121-3/+8
* This is implement Hover Event. If over element, currently full reflow. after ...HyunJune Kim2014-02-101-3/+74
* compositor can get mouse point from window eventHyunJune Kim2014-02-101-1/+2
* Reduce copying on parse_url() call sites.Tetsuharu OHZEKI2014-02-091-1/+1
* Rename make_url/current_url to parse_url/base_url, to align with spec termino...Simon Sapin2014-02-011-4/+4
* Add a LoadComplete message so that script informs the constellation,Lars Bergstrom2014-01-301-3/+5
* Implement document.URL & document.documentURIBruno de Oliveira Abinader2014-01-301-1/+1
* Move script::dom::namespace into util, in order to use it from style later.Simon Sapin2014-01-251-1/+1
* Change `get_attr()` to `get_attr_val_for_layout()`.Jack Moffitt2014-01-221-6/+6
* When `window.close()` is called, we should just ask the compositor to exitLars Bergstrom2014-01-151-6/+7
* script: Stop trusting pointers to DOM nodes that layout provides.Patrick Walton2014-01-141-22/+22
* add names for all servo spawned taskszmike2014-01-131-1/+2
* Upgrade to latest Rust.Jack Moffitt2014-01-121-83/+46
* auto merge of #1409 : pcwalton/servo/fix-get-bounding-client-rect, r=jdmbors-servo2014-01-071-20/+15
|\
| * script: Don't do anything before the window size comes in.Patrick Walton2013-12-131-20/+15
* | Pass a Namespace to Element::get_attr.Ms2ger2013-12-231-2/+3
* | layout: Stop exposing raw `Element` types to layout as well.Patrick Walton2013-12-171-1/+0
* | script: Eliminate the phantom type in favor of just whitelisting methodsPatrick Walton2013-12-171-4/+3
* | script: Make trees less genericPatrick Walton2013-12-171-1/+1
|/
* layout: Stop going to the DOM for iframe sizesPatrick Walton2013-12-131-4/+4
* constellation: Stop using futures for frame sizes.Patrick Walton2013-12-131-44/+66
* Mark some rust files as non-executable.Ms2ger2013-12-131-0/+0
* Allow setting id, class, style without a full reflowKeegan McAllister2013-12-121-3/+0
* Get rid of reflow_allKeegan McAllister2013-12-121-18/+10
* Fix #1264: support namespaced attribute selectors.Simon Sapin2013-12-101-2/+2
* Reflow with full style damage when content changesKeegan McAllister2013-12-091-1/+2
* Implement local bookmark(hashtag) for Acid2. With @joonwonleejune0cho2013-12-011-2/+58
* Rewrite flow construction to be incrementalizable and parallelizable.Patrick Walton2013-11-181-42/+77
* Make the HTML parser parse into the document rather than an element.Ms2ger2013-11-171-6/+3
* Remove type_id arguments from Event::new and UIEvent::new.Ms2ger2013-11-141-2/+2
* Stop passing DOMStrings via borrowed pointer. (#1201)Tetsuharu OHZEKI2013-11-141-1/+1
* Don't pass nullable strings to native DOM methods that want non-nullable stri...Ms2ger2013-11-121-1/+1
* Add a spec-incompliant load event.Josh Matthews2013-11-111-0/+11
* auto merge of #1163 : metajack/servo/kmc-rust-upgrade, r=kmcallisterbors-servo2013-10-311-13/+12
|\
| * Store the Page's final URL before parsingKeegan McAllister2013-10-311-2/+1
| * fmt! -> format!Keegan McAllister2013-10-311-11/+11
* | Make Document a Node.Josh Matthews2013-10-311-1/+1
|/
* Revert "Make Document a Node." for breaking Acid1Patrick Walton2013-10-241-1/+1
* Make Document a Node.Josh Matthews2013-10-241-1/+1
* Update to latest Rust.Jack Moffitt2013-10-211-6/+6
* Replace Document::{with_base, with_mut_base} by Document::{document, mut_docu...Ms2ger2013-10-211-9/+5
* Remove special-casing of URLs ending in ".js"Keegan McAllister2013-10-171-27/+0
* auto merge of #1077 : kmcallister/servo/jsstr, r=jdmbors-servo2013-10-171-1/+2
|\
| * Pass scripts as ~str to support non-ASCII string literals etc.Keegan McAllister2013-10-161-1/+2
* | Move Element::get_attr to a trait defined in util::treeSimon Sapin2013-10-161-1/+1
|/
* Issue #1071 - Ensure that Documents always have a non-null Window.Ms2ger2013-10-161-1/+1
* Make Document::root private, in preparation for removing it as part of making...Ms2ger2013-10-131-3/+5
* Issue #888 - Node's owner document should never be None.Ms2ger2013-10-101-5/+5
* Rename {get,set}_wrapper to {get,set}_jsobject. v1Bobby Holley2013-10-091-1/+1