aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/parse/html.rs
Commit message (Expand)AuthorAgeFilesLines
* Deny unsafe blocks in script.Ms2ger2015-01-091-0/+2
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-2/+2
* Qualify resource_task enums.Ms2ger2015-01-041-4/+4
* Fix obsolete format traits.Ms2ger2015-01-021-3/+3
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-19/+19
* Use `parse_html` in DOMParser.Chris Paris2014-12-171-2/+7
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-6/+7
* Pass a borrowed Url to parse_html.Ms2ger2014-12-091-1/+1
* Remove the url from the InputUrl variant.Ms2ger2014-12-091-5/+5
* Move the load response into the HTMLInput enum.Ms2ger2014-12-091-5/+3
* Make parse_html's base_url argument non-optional.Ms2ger2014-12-081-3/+3
* Move the networking code in parse_html into ScriptTask::load.Ms2ger2014-12-081-92/+4
* Simplify the LoadData creation in parse_html.Ms2ger2014-12-081-5/+8
* Pass the load data to parse_html directly, rather than in an Option.Ms2ger2014-12-081-6/+4
* convert script crate to use hyperSean McArthur2014-12-041-27/+38
* Fixes #4123aakashjain2014-11-291-2/+2
* Shared Sniffer TaskKshitij Parajuli2014-11-281-2/+2
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-10/+8
* Remove the glob import from the HTML parser.Ms2ger2014-11-061-1/+4
* Only print HTML parse errors with RUST_LOG=script::parseKeegan McAllister2014-11-051-1/+1
* Move build_element_from_tag out of the HTML parser.Ms2ger2014-10-301-156/+2
* Switch to synchronous script loadingMatt Brubeck2014-10-291-112/+21
* Infrastructure for synchronous script loadingMatt Brubeck2014-10-291-1/+1
* Adding initial version of parser traitnchinth2014-10-291-4/+5
* Ignore the HTML parser's borrow flag in GC tracingKeegan McAllister2014-10-241-0/+6
* Don't crash on invalid utf-8 in the HTML parser.Ms2ger2014-10-191-1/+1
* Use html5ever for HTML parsingKeegan McAllister2014-10-161-0/+521