aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servohtmlparser.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-1/+1
|
* Switch to synchronous script loadingMatt Brubeck2014-10-291-5/+1
| | | | | | | This removes the old code for asyncronously loading scripts during HTML parsing and then executing them afterward. Fixes #3356.
* Adding initial version of parser traitnchinth2014-10-291-0/+10
| | | | | | | | | | | | | | | | | | Added parse_chunk method declaration to parser Removed unnecessary visibilty for parse_chunk function Implemented parse_chunk function Implemented parse_chunk fn for ServoHTMLParser Moved parser trait to mod.rs and added finish fn added licence header to mod.rs and other review comments Fixed trailing space issue Fixed failed tabular space test
* Ignore the HTML parser's borrow flag in GC tracingKeegan McAllister2014-10-241-5/+15
| | | | Adds some other dynamic checks in debug builds.
* Move the methods on bare Document onto DocumentHelpers.Ms2ger2014-10-231-1/+1
|
* Use DOMRefCell for ServoHTMLParser.Tetsuharu OHZEKI2014-10-221-4/+4
|
* Use html5ever for HTML parsingKeegan McAllister2014-10-161-0/+105