aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/location.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-6/+2
* 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-6/+6
* Replace HistoryEntryReplacement with NavigationHistoryBehavior from the navig...shanehandley2024-12-181-8/+8
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+5
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* CanGc fixes from constantsourcenode.rs & window.rs (#33931)tanishka2024-10-201-133/+168
* script: Added missing spec step in `Location::SetHash` (#33380)Cristian Brinza2024-09-091-6/+12
* clippy: Fix some warnings in the `script` crate (#31719)Rosemary Ajayi2024-03-181-1/+1
* script: Implement `<meta http-equiv="refresh">` (#31468)Smitty2024-03-011-5/+14
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+5
* Make `Location` operate on the correct objectsyvt2023-05-181-179/+270
* Add creation url and Secure ContextsJonathan Kingston2020-11-251-0/+1
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-1/+1
* Parse location url relative to the entry settings objectUtsav Oza2020-05-181-7/+6
* Implement various checks on the Location settersUtsav Oza2020-04-241-52/+202
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Support stringifier attributesKagami Sascha Rosylight2019-10-291-6/+1
* clean-up navigationGregory Terzian2019-07-181-6/+31
* set referrer in window.load_urlRussell Cousineau2019-04-191-7/+17
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-10/+10
* Format script componentchansuke2018-09-191-7/+11
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Untry scriptSimon Sapin2017-06-181-19/+19
* Fix various build warningsAaron Cunningham2017-04-241-0/+1
* added origin to globalscopeddh2017-04-241-1/+5
* Implement setter for document.domainAlan Jeffrey2017-03-151-1/+1
* Added some same-origin-domain checks.Alan Jeffrey2017-03-141-33/+81
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Implement Location.replacePu Xingyu2016-11-181-0/+12
* Move fragment navigation into Document objectPu Xingyu2016-11-181-4/+5
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-3/+3
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Make Assign throw error on invalid urlEric Coan2016-09-261-1/+5
* Bring referrer policy delivery to <a> and <link> via rel attributeYing-Ruei Liang(KK)2016-09-201-4/+4
* Replace current session entry for reloadsConnor Brewster2016-09-191-4/+4
* Ensure that a navigation to the same URL is aborted. Fixes #10952.Josh Matthews2016-06-291-1/+4
* Move DOMString back to scriptAnthony Ramine2016-05-241-2/+1
* add origin to location and url apiChandler Abraham2016-01-211-0/+5
* Use Url.join instead of UrlParser.base_url(...).parse (#9002)Mathieu Agopian2015-12-181-3/+3
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-1/+1