aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/links.rs
Commit message (Expand)AuthorAgeFilesLines
* Use version of `markup5ever` with `web_atoms` crate (#36542)Nico Burns3 days1-1/+1
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-051-0/+1
* script: Allow opening links in a new `WebView` (#35017)webbeef2025-03-231-22/+36
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-0/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-8/+8
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-5/+6
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-2/+1
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-1/+1
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-3/+3
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-1/+0
* Replace HistoryEntryReplacement with NavigationHistoryBehavior from the navig...shanehandley2024-12-181-11/+8
* CanGc fixes from constantsourcenode.rs & window.rs (#33931)tanishka2024-10-201-1/+2
* Properly track `rel` keywords for `<a>`/`<area>`/`<form>` elements (#33462)Simon Wülker2024-09-231-0/+443