aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servoparser
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* ChildrenOnly -> ChildrenOnly(Option<QualName>)Jyotsna Prakash2017-10-071-2/+2
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-264-31/+31
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-9/+9
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-2/+2
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-264-63/+63
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-264-4/+4
* Implement `size_hint` for more iterators.Corey Farwell2017-09-131-0/+4
* order derivable traits listsClément DAVID2017-08-232-2/+2
* Auto merge of #18056 - cynicaldevil:remove-treesink-dep-on-dom, r=noxbors-servo2017-08-182-88/+129
|\
| * TreeSink impls do not explicitly rely on and methods anymoreNikhil Shagrithaya2017-08-182-88/+129
* | Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-2/+2
|/
* Run the async HTML Tokenizer on a new threadNikhil Shagrithaya2017-07-291-221/+461
* Backed out changeset a417b9d7712d for vendoring bustage. r=backout on a CLOSE...Gecko Backout2017-07-281-461/+221
* Run the async HTML Tokenizer on a new threadNikhil Shagrithaya2017-07-241-221/+461
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-2/+2
* Convert node serialization to a purely iterative algorithm.Austin Hicks2017-07-171-63/+121
* replaced ParseNodeID with ParseNodeIdstreichgeorg2017-06-261-22/+22
* Auto merge of #17515 - frewsxcv:frewsxcv-simple-node-iterator, r=KiChjangbors-servo2017-06-251-5/+9
|\
| * Merge explicit node iterator structures into single generic structure.Corey Farwell2017-06-251-5/+9
* | Add flag for sync/async CE creationConnor Brewster2017-06-232-5/+9
* | Support `is` option when creating elementsConnor Brewster2017-06-232-4/+14
|/
* Remove target and data fields from parse_node_dataNikhil Shagrithaya2017-06-221-19/+6
* Untry scriptSimon Sapin2017-06-181-4/+4
* Added preference to enable/disable async html tokenizerNikhil Shagrithaya2017-06-171-4/+12
* Added Async HTML TokenizerNikhil Shagrithaya2017-06-172-1/+502
* Redirect document loads manuallyNikhil Shagrithaya2017-05-311-0/+1
* Decode UTF-8 code points across network packetsSimon Sapin2017-05-273-26/+61
* Upgrade to html5ever 0.16Simon Sapin2017-05-023-313/+214
* Properly coalesce whitespace when given a reference child (fixes #15979)Anthony Ramine2017-03-171-1/+6
* Properly handle annotation-xml integration points (fixes #15980)Anthony Ramine2017-03-161-0/+11
* Implement the form owner conceptMukilan Thiyagarajan2017-03-151-8/+32
* 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-193-5/+21
* Reorder some steps in ServoParser::finishAnthony Ramine2017-01-171-6/+6
* Remove ScriptThread::parsing_completeAnthony Ramine2017-01-171-6/+18
* Store parser's current line when script elements are created.karenher2017-01-112-2/+9
* 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-103-29/+26