aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/history.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-2/+3
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-041-5/+6
* Make DOMPoint and DOMPointReadOnly serializable (#35989)Josh Matthews2025-03-271-2/+1
* Create a `constellation_traits` crate (#36088)Martin Robinson2025-03-221-1/+1
* Implement can-have-its-url-rewritten for history api (#35864)Kingsley Yung2025-03-081-24/+48
* 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
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* libservo: Stop using `script_traits` in the embedding layer (#35185)Martin Robinson2025-01-281-1/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-5/+10
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-11/+17
* 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
* Use out parameter for generated methods returning JSVal (#34087)Josh Matthews2024-11-051-3/+4
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-1/+1
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-1/+1
* CanGc fixes from constantsourcenode.rs & window.rs (#33931)tanishka2024-10-201-2/+2
* CanGc fixes through focusevent.rs & hashchangeevent.rs (#33921)tanishka2024-10-201-0/+1
* CanGc fixes and checks in multiple files (#33836)chickenleaf2024-10-151-2/+3
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-2/+2
* clippy: Fix `comparison_*` warnings (#32058)eri2024-04-121-18/+17
* Clippy: Fixed some clippy warnings (#31818)Aarya Khandelwal2024-03-231-2/+2
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-3/+3
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* 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-11/+13
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* re-structure blob, structured serializationGregory Terzian2019-12-111-0/+1
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-9/+15
* begin messageport, transferable objects, implKeith Yeung2019-10-191-1/+2
* Remove some usage of unsafe code in Historymarmeladema2019-08-091-10/+10
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-1/+1
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-10/+8
* Remove mozjs dep from malloc_size_of.Josh Matthews2019-05-021-0/+1
* 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-16/+16
* Format script componentchansuke2018-09-191-45/+71
* Track hash changes in session historyConnor Brewster2018-07-211-1/+4
* Let the popstate and hashchange events not bubbletigercosmos2018-06-171-1/+1
* Updated to mozjs v0.7.1.Alan Jeffrey2018-05-301-1/+1
* Make session history aware of URLsConnor Brewster2018-04-241-5/+39
* Auto merge of #20661 - cbrewster:history_state_discard, r=asajeffreybors-servo2018-04-191-0/+7
|\
| * Remove insaccessible history statesConnor Brewster2018-04-171-0/+7
* | History: update document URL on pushState/replaceStateAndrew Shu2018-04-181-5/+39
|/
* Implement history stateConnor Brewster2018-04-161-6/+72
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-1/+2