aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servoparser
Commit message (Expand)AuthorAgeFilesLines
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-172-2/+2
* Fix some clippy warnings in `components/gfx` and `components/script` (#32215)Pi-Cla2024-05-024-4/+0
* Bump Stylo to servo/stylo#34 and upgrade html5ever and xml5ever (#32145)Oriol Brufau2024-04-262-7/+7
* clippy: fix several lint warns (#32126)Kitsu2024-04-221-1/+1
* clippy: Fix mem_replace_with_default warnings (#31921)Oluwatobi Sofela2024-03-281-4/+1
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-282-2/+2
* clippy: Fix option_map_unit_fn warnings (#31906)Oluwatobi Sofela2024-03-272-2/+6
* 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-234-6/+6
* clippy: Fix dereferencing a tuple pattern warnings (#31811)Oluwatobi Sofela2024-03-211-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-203-11/+8
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-202-4/+4
* 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-222-3/+3
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-015-16/+16
* Treat the `keygen` element as obsolete (#30429)Ennui Langeweile2023-09-262-14/+0
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-115-86/+83
* remove `extern crate` (#30311)Samson2023-09-083-3/+5
* constellation: crash to a new “sad tab” error page (#30290)Delan Azabani2023-09-061-27/+37
* Use mozjs tracing infrastructure (#29918)Samson2023-08-104-6/+7
* Switch to rustls and webpki-roots (#30025)Martin Robinson2023-08-081-2/+3
* No tracing of nop traceable fields (#29926)Samson2023-08-043-0/+19
* Refactor ServoParser Tokenizer to return TokenizerResultNipun Garg2023-06-224-14/+22
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-282-4/+4
* 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
* feat: shorten thread namesyvt2021-07-191-1/+1
* 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
* checkpoint - dynamic load inside of a module and classic script works.Josh Matthews2020-07-181-3/+11
* Auto merge of #26926 - MDeiml:referrer-26570, r=jdmbors-servo2020-06-191-1/+2
|\
| * Fix invalid use of ReferrerUrlMatthias Deiml2020-06-171-1/+1
| * Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-0/+1
* | 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-132-5/+29
* Remove unnecessary LocalName::from(constant) callsPatrick Shaughnessy2020-01-281-2/+2
* 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
* Attr is a Node, with consequences for many Node methodsPatrick Shaughnessy2019-12-231-0/+1
* #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-155-6/+6
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-231-6/+6