aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servoparser/xml.rs
Commit message (Expand)AuthorAgeFilesLines
* Move CustomTraceable to script_bindings. (#35988)Josh Matthews2025-03-161-25/+2
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-3/+3
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-5/+5
* Support HTML parser reentrancy (#32820)Josh Matthews2024-08-161-3/+5
* Fix some clippy warnings in `components/gfx` and `components/script` (#32215)Pi-Cla2024-05-021-1/+0
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-3/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+7
* Use mozjs tracing infrastructure (#29918)Samson2023-08-101-2/+2
* Refactor ServoParser Tokenizer to return TokenizerResultNipun Garg2023-06-221-4/+6
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* Update xml5ever and html5everBastien Orivel2019-05-191-12/+3
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-6/+6
* Format script componentchansuke2018-09-191-4/+4
* Implement the create an element for token algorithmConnor Brewster2018-01-111-1/+2
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+2
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-6/+6
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Decode UTF-8 code points across network packetsSimon Sapin2017-05-271-5/+5
* Upgrade to html5ever 0.16Simon Sapin2017-05-021-126/+7
* Mark the page source as loaded only after parsing is doneAnthony Ramine2017-01-191-0/+4
* Store parser's current line when script elements are created.karenher2017-01-111-1/+2
* Unify text insertion when parsing HTML and XMLAnthony Ramine2017-01-101-8/+4
* Properly insert text in document when parsingAnthony Ramine2017-01-071-0/+6
* Update xml5ever to 0.3.0Anthony Ramine2017-01-071-2/+7
* Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
* Mark JSTraceable and its method as unsafeAnthony Ramine2016-12-061-3/+4
* Make Element::prefix return an Option<&DOMString>Anthony Ramine2016-12-011-1/+1
* Make ServoParser::pending_input hold onto a BufferQueueAnthony Ramine2016-11-181-15/+31
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-2/+2
* Reorganise ServoParserAnthony Ramine2016-11-141-28/+59
* Update html5ever to 0.10.1Anthony Ramine2016-11-101-3/+2
* Update to string-cache 0.3Simon Sapin2016-11-031-6/+6
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-1/+1
* Merge script::parse and script::dom::servoparserAnthony Ramine2016-10-111-0/+147