aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/html
Commit message (Collapse)AuthorAgeFilesLines
* Remove old hubbub HTML parsing codeMatt Brubeck2014-10-161-567/+0
|
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-10-141-1/+1
| | | | 75% improvement in style recalc for Guardians of the Galaxy.
* Privatize InheritTypesTim Taubert2014-10-131-1/+1
|
* auto merge of #3626 : Manishearth/servo/form-prep, r=jdmbors-servo2014-10-091-2/+12
|\ | | | | | | Framework for form submission
| * Allow passing a method, request body, and headers to the pipeline in LoadUrlMsgManish Goregaokar2014-10-091-2/+12
| |
* | Remove unnecessary `deref()`s (fixes #3586)Tim Taubert2014-10-091-8/+8
|/
* Take the prefix from createElementNS into account for HTML elementsGilles Leblanc2014-10-061-128/+129
| | | | Fixes #3139
* Remove Traceable from characterdata.rsManish Goregaokar2014-10-051-1/+1
|
* Use string-cache's Namespace typeKeegan McAllister2014-09-291-12/+10
|
* Eliminate servo_util::atomKeegan McAllister2014-09-291-1/+1
| | | | We only needed this for Encodable, and now we use JSTraceable instead.
* Eliminate warningsKeegan McAllister2014-09-201-1/+1
|
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-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 Matthews2014-09-181-1/+1
| | | | | | attributes." for persistent test failures. This reverts commit 874db261046d6155b1942efa106d2e0014295d6d.
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-09-171-1/+1
| | | | 75% improvement in style recalc for Guardians of the Galaxy.
* Move link rel=stylesheet fetching to layout taskMatt Brubeck2014-09-162-178/+5
| | | | Fixes #3346.
* Handle iframe.src with a javascript protocol URL.Jack Moffitt2014-09-151-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 Matthews2014-09-131-1/+5
|
* Move Attr helper methods to AttrHelpers trait to avoid to touch them from ↵Tetsuharu OHZEKI2014-09-111-0/+1
| | | | layout task.
* Cargoify servoJack Moffitt2014-09-082-0/+687