aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servoparser/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Added preference to enable/disable async html tokenizerNikhil Shagrithaya2017-06-171-4/+12
* Added Async HTML TokenizerNikhil Shagrithaya2017-06-171-1/+9
* Redirect document loads manuallyNikhil Shagrithaya2017-05-311-0/+1
* Decode UTF-8 code points across network packetsSimon Sapin2017-05-271-18/+53
* Upgrade to html5ever 0.16Simon Sapin2017-05-021-5/+195
* Properly coalesce whitespace when given a reference child (fixes #15979)Anthony Ramine2017-03-171-1/+6
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Add ImmutableOrigin to allow for serializing originsConnor Brewster2017-02-221-1/+1
* Auto merge of #15303 - nox:open-your-heart-to-eternal-dimension, r=jdmbors-servo2017-02-031-15/+100
|\
| * Implement document.open and document.close (fixes #14591)Anthony Ramine2017-02-031-15/+100
* | Auto merge of #15285 - simartin:issue_15017, r=noxbors-servo2017-02-031-10/+17
|\ \ | |/ |/|
| * Issue #15017: Properly handle and report network errors on page loads.Simon Martin2017-01-281-10/+17
* | Allow windows to share browsing contexts.Alan Jeffrey2017-01-281-2/+2
* | The constellation notifies the script thread about documents becoming inactiv...Alan Jeffrey2017-01-271-0/+2
|/
* Kill ServoParser::pipelineAnthony Ramine2017-01-271-26/+4
* Reformat dom::servoparserAnthony Ramine2017-01-251-61/+56
* Simplify processing of deferred scriptsAnthony Ramine2017-01-201-2/+1
* Mark the page source as loaded only after parsing is doneAnthony Ramine2017-01-191-5/+13
* Reorder some steps in ServoParser::finishAnthony Ramine2017-01-171-6/+6
* Remove ScriptThread::parsing_completeAnthony Ramine2017-01-171-6/+18
* Introduce PendingScriptAnthony Ramine2017-01-111-3/+3
* Introduce Document::has_pending_parsing_blocking_scriptAnthony Ramine2017-01-111-2/+2
* Unify text insertion when parsing HTML and XMLAnthony Ramine2017-01-101-0/+20
* Pass the Document's origin to its constructor.Ms2ger2016-12-231-0/+1
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Refactor fragment parsingAnthony Ramine2016-12-011-11/+25
* Implement document.write (fixes #3704)Anthony Ramine2016-11-281-87/+140
* Rewrite how parser handles script schedulingAnthony Ramine2016-11-261-10/+36
* Make ServoParser::pending_input hold onto a BufferQueueAnthony Ramine2016-11-181-33/+12
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-6/+6
* Reorganise ServoParserAnthony Ramine2016-11-141-108/+95
* Update html5ever to 0.10.1Anthony Ramine2016-11-101-2/+9
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
* Update html5ever to 0.8Anthony Ramine2016-11-031-11/+42
* Use fetch in ScriptThread.Ms2ger2016-11-021-6/+16
* switch to using DOMRefCell<VeqDeque<String>> for ServoParser::pending_inputGregory2016-10-161-4/+5
* Merge script::parse and script::dom::servoparserAnthony Ramine2016-10-111-0/+452