aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servoparser/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* Fix some clippy warnings in `components/gfx` and `components/script` (#32215)Pi-Cla2024-05-021-1/+0
* Bump Stylo to servo/stylo#34 and upgrade html5ever and xml5ever (#32145)Oriol Brufau2024-04-261-6/+6
* clippy: Fix mem_replace_with_default warnings (#31921)Oluwatobi Sofela2024-03-281-4/+1
* clippy: Fix option_map_unit_fn warnings (#31906)Oluwatobi Sofela2024-03-271-1/+3
* clippy: Fix some clippy warnings in `components/script` (#31843)Rosemary Ajayi2024-03-251-2/+2
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-2/+2
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-6/+3
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-9/+9
* rustdoc: Fix warnings in `components/script/dom` (#31632)Azhar Ismagulova2024-03-131-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-2/+2
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-6/+6
* Treat the `keygen` element as obsolete (#30429)Ennui Langeweile2023-09-261-7/+0
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-27/+32
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* constellation: crash to a new “sad tab” error page (#30290)Delan Azabani2023-09-061-27/+37
* Use mozjs tracing infrastructure (#29918)Samson2023-08-101-0/+1
* Switch to rustls and webpki-roots (#30025)Martin Robinson2023-08-081-2/+3
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+5
* Refactor ServoParser Tokenizer to return TokenizerResultNipun Garg2023-06-221-4/+6
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-3/+3
* Enter realms when creating special same-origin iframes.Josh Matthews2023-05-201-0/+3
* Enter realms more consistently during the script event loop.Josh Matthews2023-05-201-0/+3
* Allow displaying content with "application/json" mime typeMartin Robinson2023-01-161-22/+24
* Clean up the code to BOM sniff.Andreu Botella2021-01-091-15/+5
* Fix `document.characterSet` not reflecting byte order marks.Andreu Botella2020-12-311-4/+58
* do not trace pending parsersGregory Terzian2020-06-171-1/+0
* net: Add option to temporarily accept certs that failed the handshake.Josh Matthews2020-06-091-0/+2
* net: Pass certs that fail the SSL handshake out of the network layer.Josh Matthews2020-06-091-3/+5
* net: Treat SSL handshake errors differently from other hyper errors.Josh Matthews2020-06-091-2/+2
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* inserting an element from normal parser uses a CE reaction queuePatrick Shaughnessy2020-02-131-3/+20
* Add microtask checkpoints on </script> and CE constructPatrick Shaughnessy2020-01-151-0/+13
* stepUp, stepDown, valueAsNumber, valueAsDate, and list work and have testsPatrick Shaughnessy2020-01-101-1/+21
* #24468 call update_entry API from process_response_eofShinichi Morimoto2019-12-131-3/+14
* #24468 Performance::queue_entries return the index of the added performance e...Shinichi Morimoto2019-12-131-1/+1
* #24468 call submit_resource_timing after creating the document parserShinichi Morimoto2019-12-131-0/+2
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-2/+2
* Add simple implementation of content-security-policy on scripts / stylesMichael Howell2019-10-161-0/+28
* Responding to review commentsAlan Jeffrey2019-09-111-25/+27
* Prefetch img and scripts during parsingAlan Jeffrey2019-09-101-4/+41
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-1/+1
* Merge Node::shadow_including_inclusive_ancestors into inclusive_ancestorsFernando Jiménez Moreno2019-04-261-2/+2
* #8539 Config preferences backend restructurePeter Hall2019-03-201-6/+2
* Remove most RootedReference usesAnthony Ramine2019-03-101-2/+2
* Auto merge of #22121 - gterzian:remove_constellation_block_in_navigation, r=p...bors-servo2018-12-261-2/+1
|\
| * set document ready state to complete in step 4 of parser abortGregory Terzian2018-12-231-2/+1
* | Update src/href attributes to be a USVStringDan Robertson2018-12-171-2/+2
|/
* Make the parser decode input from document's encodingAnthony Ramine2018-12-121-6/+10
* Fix an ignore_malloc_size_of commentAnthony Ramine2018-12-121-1/+1