aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mediaquerylist.rs
Commit message (Expand)AuthorAgeFilesLines
* script: use passive event listener option on AddEventListenerOptions (#35877)shanehandley2025-03-101-0/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-2/+6
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-5/+5
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+2
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Fix warnings after latest rust upgrade (#33043)Martin Robinson2024-08-141-5/+5
* script: Have `Document` own `Layout` (#32316)Martin Robinson2024-05-201-2/+2
* Revert "script: implement AbortController (#31361)" (#32243)Samson2024-05-071-1/+0
* script: implement AbortController (#31361)Smitty2024-05-041-0/+1
* layout: Add a `FontMetricsProvider` for resolving font-relative units (#31966)Martin Robinson2024-04-041-2/+3
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-7/+10
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Implement AddEventListenerOptions: onceBastien Orivel2018-12-221-0/+1
* Initial window sizes are mandatory.Josh Matthews2018-12-141-4/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-10/+10
* Format script componentchansuke2018-09-191-6/+11
* use DOMTracker instead of WeakMediaQueryListVecGregory Terzian2018-07-291-53/+1
* Change ToCss to take a CssWriter<W>Anthony Ramine2018-01-231-3/+1
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-1/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Implement EventListenerOptions for EventTargetGuillaume Gomez2017-09-301-5/+12
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-4/+4
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Use absolute paths in the event handlers macrosAnthony Ramine2017-09-011-1/+0
* style: Replicate the list of stylesheets on the layout thread.Emilio Cobos Álvarez2017-08-181-8/+3
* Rework MediaType to be an atom-based struct instead of an enum.Brad Werth2017-08-091-1/+1
* Fixed scaling artefacts in paint worklets caused by zoom and hidpi.Alan Jeffrey2017-07-201-1/+2
* Propagate quirks mode all the way to ParserContextAnthony Ramine2017-04-271-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Introduce CSSPixel as a replacement for ViewportPx and PagePx.Glenn Watson2017-02-241-8/+3
* Calling matchMedia during a MQL change event will not panicPrudhvi Rampey2017-02-181-6/+12
* Fix #14497: WeakMediaQueryListVec assumes its contents are still alivePavel Potocek2017-01-171-2/+2
* Spec conformancebd3392016-12-201-2/+11
* Mark JSTraceable and its method as unsafeAnthony Ramine2016-12-061-2/+3
* Rename media_queries::MediaQueryList to MediaListXidorn Quan2016-11-081-7/+4
* Prefer Servo-specific ToCss for all typesRavi Shankar2016-11-071-2/+1
* Remove unneeded #allow(unsafe_code)Stefan Schindler2016-11-051-2/+0
* Migrate `EventTarget` event firing functions to use `Atom`s.Corey Farwell2016-11-031-1/+1
* Remove "fire a simple event" concept, refactor event firing API.Corey Farwell2016-11-031-1/+1
* Implement matchMedia and MediaQueryListJack Moffitt2016-11-021-0/+156