aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servoparser/mod.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Remove an argument to ServoParser::parse_html_script_inputAnthony Ramine2018-12-121-5/+1
* Use Utf8LossyDecoder instead of IncompleteUtf8Anthony Ramine2018-12-051-25/+66
* refactored performance timing to align with updated specddh2018-11-201-6/+54
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-7/+9
* Format remaining filesPyfisch2018-11-061-11/+15
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-29/+29
* Update hyper to 0.12Bastien Orivel2018-11-011-14/+17
* Format script componentchansuke2018-09-191-109/+208
* stopping tokenizer if parser is abortedGregory Terzian2018-07-291-0/+3
* spec compliant active parser conceptGregory Terzian2018-07-291-0/+5
* delegate resource reading to embedderPaul Rouget2018-04-271-5/+3
* Use specific assertion for DOM servoparserCYBAI2018-01-261-1/+1
* Implement `throw-on-dynamic-markup-insertion-counter`Connor Brewster2018-01-111-3/+3
* Add a check for when the js execution stack is emptyConnor Brewster2018-01-111-1/+4
* Implement the create an element for token algorithmConnor Brewster2018-01-111-21/+106
* queue event instead of immediately fireddh2017-11-301-0/+4
* Use FetchCanceller for document loadsManish Goregaokar2017-11-221-1/+2
* Treat application/xml like text/xml in ParserContext::process_responseChristian Gati2017-11-181-6/+4
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* Auto merge of #18968 - mbrubeck:try, r=emiliobors-servo2017-10-211-4/+1
|\
| * Use try syntax for Option where appropriateMatt Brubeck2017-10-201-4/+1
* | removed same_tree and has_parent_node methodsNikhil Shagrithaya2017-10-191-11/+13
|/
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-6/+6
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-5/+5
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-14/+14
* 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-261-34/+34
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Implement `size_hint` for more iterators.Corey Farwell2017-09-131-0/+4
* order derivable traits listsClément DAVID2017-08-231-1/+1
* TreeSink impls do not explicitly rely on and methods anymoreNikhil Shagrithaya2017-08-181-1/+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-231-3/+6
* | Support `is` option when creating elementsConnor Brewster2017-06-231-2/+6
|/
* 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
|\ \ | |/ |/|