Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove old hubbub HTML parsing code | Matt Brubeck | 2014-10-16 | 1 | -567/+0 |
| | |||||
* | script: Use atom comparison in more places, especially for attributes. | Patrick Walton | 2014-10-14 | 1 | -1/+1 |
| | | | | 75% improvement in style recalc for Guardians of the Galaxy. | ||||
* | Privatize InheritTypes | Tim Taubert | 2014-10-13 | 1 | -1/+1 |
| | |||||
* | auto merge of #3626 : Manishearth/servo/form-prep, r=jdm | bors-servo | 2014-10-09 | 1 | -2/+12 |
|\ | | | | | | | Framework for form submission | ||||
| * | Allow passing a method, request body, and headers to the pipeline in LoadUrlMsg | Manish Goregaokar | 2014-10-09 | 1 | -2/+12 |
| | | |||||
* | | Remove unnecessary `deref()`s (fixes #3586) | Tim Taubert | 2014-10-09 | 1 | -8/+8 |
|/ | |||||
* | Take the prefix from createElementNS into account for HTML elements | Gilles Leblanc | 2014-10-06 | 1 | -128/+129 |
| | | | | Fixes #3139 | ||||
* | Remove Traceable from characterdata.rs | Manish Goregaokar | 2014-10-05 | 1 | -1/+1 |
| | |||||
* | Use string-cache's Namespace type | Keegan McAllister | 2014-09-29 | 1 | -12/+10 |
| | |||||
* | Eliminate servo_util::atom | Keegan McAllister | 2014-09-29 | 1 | -1/+1 |
| | | | | We only needed this for Encodable, and now we use JSTraceable instead. | ||||
* | Eliminate warnings | Keegan McAllister | 2014-09-20 | 1 | -1/+1 |
| | |||||
* | First steps of &JSRef -> JSRef conversion | Cameron Zwarich | 2014-09-19 | 1 | -9/+9 |
| | | | | | | | | | Replace &JSRef with JSRef in the bulk of the generated code. This will remove a level of indirection throughout all DOM code. This patch doesn't change methods implemented on JSRef<T> to take `self` rather than `&self`, and it leaves a few other uses of &JSRef, but those changes can be made incrementally. | ||||
* | Revert "script: Use atom comparison in more places, especially for ↵ | Josh Matthews | 2014-09-18 | 1 | -1/+1 |
| | | | | | | attributes." for persistent test failures. This reverts commit 874db261046d6155b1942efa106d2e0014295d6d. | ||||
* | script: Use atom comparison in more places, especially for attributes. | Patrick Walton | 2014-09-17 | 1 | -1/+1 |
| | | | | 75% improvement in style recalc for Guardians of the Galaxy. | ||||
* | Move link rel=stylesheet fetching to layout task | Matt Brubeck | 2014-09-16 | 2 | -178/+5 |
| | | | | Fixes #3346. | ||||
* | Handle iframe.src with a javascript protocol URL. | Jack Moffitt | 2014-09-15 | 1 | -46/+85 |
| | | | | | This change prevents us from crashing on Amazon and other pages with iframe.src="javascript:foo". | ||||
* | Don't fail converting invalid UTF8 when fetching JS source. Fixes #3302. | Josh Matthews | 2014-09-13 | 1 | -1/+5 |
| | |||||
* | Move Attr helper methods to AttrHelpers trait to avoid to touch them from ↵ | Tetsuharu OHZEKI | 2014-09-11 | 1 | -0/+1 |
| | | | | layout task. | ||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 2 | -0/+687 |