aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servohtmlparser.rs
Commit message (Expand)AuthorAgeFilesLines
* Unify ServoHTMLParser and ServoXMLParser in ServoParserAnthony Ramine2016-10-111-235/+0
* Introduce ServoParser::pipelineAnthony Ramine2016-10-111-8/+3
* Move ParserContext to script::parseAnthony Ramine2016-10-111-171/+1
* Move last chunk received logic to ServoParserAnthony Ramine2016-10-111-15/+10
* Move pending input logic to ServoParserAnthony Ramine2016-10-111-21/+11
* Introduce ServoParser::documentAnthony Ramine2016-10-111-18/+11
* Introduce ServoParserAnthony Ramine2016-10-111-4/+5
* Introduce GlobalScope::time_profiler_chanAnthony Ramine2016-10-061-1/+3
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-5/+2
* Excise SubpageId and use only PipelineIdsAneesh Agrawal2016-09-131-6/+2
* Reorder `use` statementsUK9922016-09-091-2/+2
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-1/+3
* Prevent injection vulnerability in image pageJohann Hofmann2016-08-011-2/+14
* Improve page load error informationJohann Hofmann2016-07-211-3/+14
* Print out useful SSL-related information on SSL error page.Josh Matthews2016-06-291-4/+5
* rename of page_fetch_complete and handle_page_fetch_completeRafael Quintero2016-05-311-3/+3
* Add timeline markers for HTTP requests, JS evaluation, and HTML parsing.Josh Matthews2016-05-181-0/+14
* Removed unused importsPer Lundberg2016-05-151-1/+0
* Avoid some clones.Ms2ger2016-04-291-2/+2
* Remove extraneous script_chan parameter from Trusted::newKeith Yeung2016-04-281-9/+3
* Move abstract parser infrastructure from servohtmlparser.rs to parseMartin Broesamle2016-04-271-166/+8
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-3/+2
* Propagating the load errors from network loaderRavi Shankar2016-04-201-10/+30
* refactors entities from script_thread into script_runtimeRahul Sharma2016-04-061-1/+2
* Update html5ever to 0.5.0Michael Wu2016-02-081-1/+1
* task -> threadrohan.prinja2016-01-101-3/+3
* Remove from Trusted::new an unnecessary argumentArthur Skobara2015-12-121-5/+5
* Avoid some rooting in parsing.Ms2ger2015-12-111-18/+1
* Create and invoke XML parser for XML documents.ronak2015-12-041-1/+5
* Introduce abstraction over HTML and XML parsers for parser network listener.Josh Matthews2015-12-041-19/+197
* Use set_plaintext_state instead of plaintext tagKeith Yeung2015-11-271-8/+2
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-1/+3
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-1/+2
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-4/+4
* merge from masterrohan.prinja2015-11-031-8/+25
|\
| * Auto merge of #7956 - gkbrk:binary_mime, r=jdmbors-servo2015-10-311-7/+24
| |\
| | * Made binary files show an info message instead of garbled text.Gökberk Yaltıraklı2015-10-311-7/+24
| * | Removed JS::root Fixes #8251nxnfufunezn2015-10-311-1/+1
| |/
* | rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-1/+1
* | more refactoringrohan.prinja2015-10-301-1/+1
|/
* Improve spec-compliance of script loading and execution during document startupTill Schneidereit2015-10-261-15/+19
* Clean up the cast callsAnthony Ramine2015-10-211-1/+1
* Introduce trait CastableAnthony Ramine2015-10-211-2/+1
* Return a reference in ServoHTMLParser::window()Anthony Ramine2015-10-191-4/+4
* Do not root ServoHTMLParser::documentAnthony Ramine2015-10-191-9/+5
* Do not root Sink::documentAnthony Ramine2015-10-191-2/+1
* Return a reference in Document::window()Anthony Ramine2015-10-191-4/+2
* Simplify AsyncResponseListener implementations.Eli Friedman2015-10-151-11/+10
* Make AsyncResponseListener methods take `&mut self`.Eli Friedman2015-10-151-3/+3
* Update script to work with lint changesManish Goregaokar2015-10-161-0/+1