| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove next_subpage_id argument from parse_html.(fixes #1801) | lpy | 2014-03-04 | 1 | -2/+1 |
* | Fix a dynamic borrow failure with iframes | Keegan McAllister | 2014-03-03 | 1 | -4/+2 |
* | De-@mut the script crate. | Josh Matthews | 2014-02-28 | 1 | -173/+296 |
* | Implement "resize" DOM Event. | Tetsuharu OHZEKI | 2014-03-01 | 1 | -1/+20 |
* | Add url getter to Page and fix users of Page url with it.(fixes #1762) | lpy | 2014-02-28 | 1 | -4/+6 |
* | Remove the image loading workaround from the parser. | Ms2ger | 2014-02-25 | 1 | -1/+0 |
* | Remove DocumentTypeId. | Ms2ger | 2014-02-24 | 1 | -2/+2 |
* | Remove document::DocumentType (fixes #1730). | Ms2ger | 2014-02-24 | 1 | -2/+2 |
* | Remove HTMLDocument. | Ms2ger | 2014-02-24 | 1 | -4/+3 |
* | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 1 | -79/+109 |
* | Use eq() and eq_slice() less, and map_default() more. | Ms2ger | 2014-02-16 | 1 | -5/+3 |
* | Restore failure handling | Keegan McAllister | 2014-02-12 | 1 | -3/+8 |
* | This is implement Hover Event. If over element, currently full reflow. after ... | HyunJune Kim | 2014-02-10 | 1 | -3/+74 |
* | compositor can get mouse point from window event | HyunJune Kim | 2014-02-10 | 1 | -1/+2 |
* | Reduce copying on parse_url() call sites. | Tetsuharu OHZEKI | 2014-02-09 | 1 | -1/+1 |
* | Rename make_url/current_url to parse_url/base_url, to align with spec termino... | Simon Sapin | 2014-02-01 | 1 | -4/+4 |
* | Add a LoadComplete message so that script informs the constellation, | Lars Bergstrom | 2014-01-30 | 1 | -3/+5 |
* | Implement document.URL & document.documentURI | Bruno de Oliveira Abinader | 2014-01-30 | 1 | -1/+1 |
* | Move script::dom::namespace into util, in order to use it from style later. | Simon Sapin | 2014-01-25 | 1 | -1/+1 |
* | Change `get_attr()` to `get_attr_val_for_layout()`. | Jack Moffitt | 2014-01-22 | 1 | -6/+6 |
* | When `window.close()` is called, we should just ask the compositor to exit | Lars Bergstrom | 2014-01-15 | 1 | -6/+7 |
* | script: Stop trusting pointers to DOM nodes that layout provides. | Patrick Walton | 2014-01-14 | 1 | -22/+22 |
* | add names for all servo spawned tasks | zmike | 2014-01-13 | 1 | -1/+2 |
* | Upgrade to latest Rust. | Jack Moffitt | 2014-01-12 | 1 | -83/+46 |
* | auto merge of #1409 : pcwalton/servo/fix-get-bounding-client-rect, r=jdm | bors-servo | 2014-01-07 | 1 | -20/+15 |
|\ |
|
| * | script: Don't do anything before the window size comes in. | Patrick Walton | 2013-12-13 | 1 | -20/+15 |
* | | Pass a Namespace to Element::get_attr. | Ms2ger | 2013-12-23 | 1 | -2/+3 |
* | | layout: Stop exposing raw `Element` types to layout as well. | Patrick Walton | 2013-12-17 | 1 | -1/+0 |
* | | script: Eliminate the phantom type in favor of just whitelisting methods | Patrick Walton | 2013-12-17 | 1 | -4/+3 |
* | | script: Make trees less generic | Patrick Walton | 2013-12-17 | 1 | -1/+1 |
|/ |
|
* | layout: Stop going to the DOM for iframe sizes | Patrick Walton | 2013-12-13 | 1 | -4/+4 |
* | constellation: Stop using futures for frame sizes. | Patrick Walton | 2013-12-13 | 1 | -44/+66 |
* | Mark some rust files as non-executable. | Ms2ger | 2013-12-13 | 1 | -0/+0 |
* | Allow setting id, class, style without a full reflow | Keegan McAllister | 2013-12-12 | 1 | -3/+0 |
* | Get rid of reflow_all | Keegan McAllister | 2013-12-12 | 1 | -18/+10 |
* | Fix #1264: support namespaced attribute selectors. | Simon Sapin | 2013-12-10 | 1 | -2/+2 |
* | Reflow with full style damage when content changes | Keegan McAllister | 2013-12-09 | 1 | -1/+2 |
* | Implement local bookmark(hashtag) for Acid2. With @joonwonlee | june0cho | 2013-12-01 | 1 | -2/+58 |
* | Rewrite flow construction to be incrementalizable and parallelizable. | Patrick Walton | 2013-11-18 | 1 | -42/+77 |
* | Make the HTML parser parse into the document rather than an element. | Ms2ger | 2013-11-17 | 1 | -6/+3 |
* | Remove type_id arguments from Event::new and UIEvent::new. | Ms2ger | 2013-11-14 | 1 | -2/+2 |
* | Stop passing DOMStrings via borrowed pointer. (#1201) | Tetsuharu OHZEKI | 2013-11-14 | 1 | -1/+1 |
* | Don't pass nullable strings to native DOM methods that want non-nullable stri... | Ms2ger | 2013-11-12 | 1 | -1/+1 |
* | Add a spec-incompliant load event. | Josh Matthews | 2013-11-11 | 1 | -0/+11 |
* | auto merge of #1163 : metajack/servo/kmc-rust-upgrade, r=kmcallister | bors-servo | 2013-10-31 | 1 | -13/+12 |
|\ |
|
| * | Store the Page's final URL before parsing | Keegan McAllister | 2013-10-31 | 1 | -2/+1 |
| * | fmt! -> format! | Keegan McAllister | 2013-10-31 | 1 | -11/+11 |
* | | Make Document a Node. | Josh Matthews | 2013-10-31 | 1 | -1/+1 |
|/ |
|
* | Revert "Make Document a Node." for breaking Acid1 | Patrick Walton | 2013-10-24 | 1 | -1/+1 |
* | Make Document a Node. | Josh Matthews | 2013-10-24 | 1 | -1/+1 |