aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/servoparser
Commit message (Expand)AuthorAgeFilesLines
* Set correct policy-container for worker construction (#36603)Tim van der Lippe14 hours1-24/+5
* Fix: Slot Assignment mode according to the spec (#36620)saku34 hours1-1/+1
* Use version of `markup5ever` with `web_atoms` crate (#36542)Nico Burns3 days3-5/+3
* Update FetchTaskTarget to propagate CSP violations. (#36409)Tim van der Lippe8 days2-2/+20
* Unify the way html5ever and xml5ever block on script elements (#36284)Simon Wülker13 days5-25/+22
* Add CanGc as arguments in methods in Attr and Node (#36371)Yerkebulan Tulibergenov2025-04-062-9/+11
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-052-0/+6
* Remove ServoParser::do_parse_sync (#36255)Simon Wülker2025-04-011-8/+0
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-292-3/+3
* fix(parser): Set shadow’s available to element internals in attach_declarat...elomscansio2025-03-271-0/+3
* script: Implement `Element::GetHTML` and `ShadowRoot::GetHTML` (#36106)Simon Wülker2025-03-232-83/+194
* Make Element::attach_shadow() and ShadowRoot closer to spec (#36024)batu_hoang2025-03-191-4/+6
* Implement declarative shadow dom (#34964)batu_hoang2025-03-171-2/+99
* Move CustomTraceable to script_bindings. (#35988)Josh Matthews2025-03-163-54/+26
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-132-2/+2
* Don't run scripts in documents that don't have a browsing context (#35871)Simon Wülker2025-03-102-0/+5
* Implement `nonce` attribute to pass more CSP checks (#35876)Simon Wülker2025-03-101-1/+5
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-034-10/+10
* refactor: propagate CanGc arguments through callers (#35565)Auguste Baum2025-02-211-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-2/+14
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-052-1/+10
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-042-2/+2
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-16/+29
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-185-24/+24
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-105-45/+45
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-5/+4
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-031-1/+1
* Upgrade rustc to 1.83 (#34793)Nico Burns2025-01-012-2/+8
* Use spec-aligned process for resolving history handling during navigation (#3...shanehandley2024-12-271-0/+1
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+1
* script: No longer do explicit reflows for display (#34599)Martin Robinson2024-12-131-1/+3
* Remove referrer policy from document (#34263)shanehandley2024-11-192-5/+4
* Make ScriptParseHTML and ScriptParseXML only count actual parsing time (#34273)Delan Azabani2024-11-191-35/+66
* Plumb time profiler output into tracing (#34238)Delan Azabani2024-11-151-20/+28
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-7/+8
* cangc fixes in node.rs (#33984)chickenleaf2024-10-232-6/+21
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-1/+1
* CanGc fixes in several files (#33958)chickenleaf2024-10-211-6/+6
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-1/+1
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-5/+10
* CanGc fixes in components/script/dom (#33862)tanishka2024-10-161-4/+7
* More CanGc fixes: Range, Event, gpu error, Header (#33774)webbeef2024-10-101-3/+2
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-162-2/+2
* Upgrade to html5ever 0.29 and xml5ever 0.20 (#33412)Nico Burns2024-09-122-0/+2
* Make CanGc derive Copy and Clone (#33407)Taym Haddadi2024-09-122-19/+11
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-093-60/+107
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-6/+14
* Fix panic in parser-reentrancy-customelement.window.js (#33162)Taym Haddadi2024-08-281-2/+6
* Fix panic in abort-block-bfcache.window.js (#33173)Taym Haddadi2024-08-251-1/+1