aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servoparser/mod.rs
Commit message (Expand)AuthorAgeFilesLines
...
| * 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