aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mutationobserver.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-031-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-3/+16
* script: delay Mutation initialization (#35291)Euclid Ye2025-02-051-3/+9
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* Fire slot change events when the slot content changes (#35137)Simon Wülker2025-01-271-10/+34
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-8/+8
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-13/+13
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-2/+5
* clippy fixes regarding clone_from (#32482)Peter Mikola2024-06-121-1/+4
* clippy: Fix some warnings in `components/script` (#31849)Ekta Siwach2024-03-251-8/+8
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-2/+2
* clippy: Fix dereferencing a tuple pattern warnings (#31811)Oluwatobi Sofela2024-03-211-2/+2
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-2/+2
* 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-6/+9
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-1/+5
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-4/+6
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Split getter for mutation_observers() into two methods.gatowololo2019-06-061-2/+7
* Make Node and Element rare_data an OptionFernando Jiménez Moreno2019-04-261-14/+12
* Merge Node::shadow_including_inclusive_ancestors into inclusive_ancestorsFernando Jiménez Moreno2019-04-261-2/+2
* Remove compound microtasksCYBAI2019-03-311-5/+5
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-2/+2
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-15/+15
* Format script componentchansuke2018-09-191-42/+86
* script: Fix the logic for mutation observer attributes.Emilio Cobos Álvarez2018-07-231-2/+2
* script: Avoid useless string clones in mutation observer stuff.Emilio Cobos Álvarez2018-07-231-3/+3
* Implement MutationObserver.disconnect()Fabrice Desré2018-05-091-1/+17
* MutationObserver api: Implement takeRecords() and characterData mutationsFabrice Desré2018-05-021-8/+40
* Added extra bool in Window object to know about its Mutation ObserversNupur Baghel2018-02-161-1/+5
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-3/+3
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-4/+4
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-10/+10
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Implement MutationObserver childList mutations.Imanol Fernandez2017-05-191-3/+13
* Silence a warning in script::dom::mutationobserverAnthony Ramine2017-05-181-1/+1
* Mutation Observer APISumit2017-05-151-2/+216
* Implement basic interface for MutationObserver and MutationRecord.Sumit2017-04-051-0/+40