aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servohtmlparser.rs
Commit message (Expand)AuthorAgeFilesLines
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Deny unsafe blocks in script.Ms2ger2015-01-091-0/+1
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-1/+2
* script: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-2/+2
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-1/+1
* Switch to synchronous script loadingMatt Brubeck2014-10-291-5/+1
* Adding initial version of parser traitnchinth2014-10-291-0/+10
* Ignore the HTML parser's borrow flag in GC tracingKeegan McAllister2014-10-241-5/+15
* 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