aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/html/hubbub_html_parser.rs
Commit message (Expand)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
* Privatize InheritTypesTim Taubert2014-10-131-1/+1
* auto merge of #3626 : Manishearth/servo/form-prep, r=jdmbors-servo2014-10-091-2/+12
|\
| * 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
* 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
* Eliminate warningsKeegan McAllister2014-09-201-1/+1
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-9/+9
* Revert "script: Use atom comparison in more places, especially for attributes...Josh Matthews2014-09-181-1/+1
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-09-171-1/+1
* Move link rel=stylesheet fetching to layout taskMatt Brubeck2014-09-161-106/+5
* Handle iframe.src with a javascript protocol URL.Jack Moffitt2014-09-151-46/+85
* 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 lay...Tetsuharu OHZEKI2014-09-111-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+615