aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mediaquerylist.rs
Commit message (Expand)AuthorAgeFilesLines
* `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