aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/storageevent.rs
Commit message (Expand)AuthorAgeFilesLines
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-4/+4
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Various CanGc fixes in 8 files (#33893)chickenleaf2024-10-181-1/+2
* CanGc fixes and checks in multiple files (#33836)chickenleaf2024-10-151-2/+6
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-4/+5
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-1/+9
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+2
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-5/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+4
* Rename reflect_dom_object2.Josh Matthews2023-05-311-3/+3
* Formatting.Josh Matthews2023-05-281-1/+5
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-4/+39
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+2
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-1/+1
* Remove most RootedReference usesAnthony Ramine2019-03-101-2/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Format remaining filesPyfisch2018-11-061-5/+16
* `cargo fix --edition`Simon Sapin2018-11-061-12/+12
* Add support for StorageEvent.initstorageevent()Bastien Orivel2018-10-111-13/+27
* Format script componentchansuke2018-09-191-31/+50
* Remove use of unstable box syntax.Simon Sapin2017-10-161-5/+6
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-5/+5
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Only expose Storage/StorageEvent in WindowJavier Rueda2017-02-091-3/+2
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-3/+2
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-3/+4
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-12/+12
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* "storageevent" argument for Document::createEventMaciej Skrzypkowski2016-04-251-0/+8
* implement and use From<bool> for enum and backAlexander Popiak2016-03-171-7/+3
* Implement From<DOMString> for AtomAnthony Ramine2016-02-241-1/+1
* Make Event's isTrusted attribute unforgeableJohn DeSilva2015-12-131-0/+6
* Remove unused imports.Ms2ger2015-12-121-1/+0
* Pass around event types as Atoms instead of StringsCorey Farwell2015-12-101-3/+4
* rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-1/+1
* more refactoringrohan.prinja2015-10-301-1/+1
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* remove get_rooted() and replace all references to it with references to get()rohan.prinja2015-10-291-1/+1
* Introduce trait CastableAnthony Ramine2015-10-211-2/+2
* Fix remaining MutHeap methods not to expose JS<T>.Eli Friedman2015-10-151-1/+1
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-7/+5
* Refactor away duplication of get_rooted functionalityPierre Chevalier2015-10-081-1/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1