aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/medialist.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix `redundant_*` warnings (#32056)eri2024-04-111-8/+8
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-7/+7
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Further changes required by ServoOriol Brufau2023-11-241-0/+3
* 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-9/+9
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-4/+7
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* 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-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-8/+8
* Format script componentchansuke2018-09-191-12/+23
* Fix other parts of the Servo build.Emilio Cobos Álvarez2018-09-031-0/+3
* layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-12/+20
* Fix Servo build.Emilio Cobos Álvarez2018-06-181-3/+6
* Change ToCss to take a CssWriter<W>Anthony Ramine2018-01-231-6/+5
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-4/+4
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-4/+4
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-4/+4
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* stylo: Error reporting for unknown media featuresFernando Jiménez Moreno2017-09-081-4/+5
* Devirtualize CSS error reporting.Josh Matthews2017-08-241-3/+3
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-2/+2
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* Move ParsingMode into style_traits.Hiroyuki Ikezoe2017-06-141-2/+2
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-4/+7
* Make ParsingMode bitflags.Hiroyuki Ikezoe2017-05-141-4/+4
* Rename LengthParsingMode to ParsingMode and LengthParsingMode::SVG to PasingM...Hiroyuki Ikezoe2017-05-141-4/+4
* Fix up script and layout.Bobby Holley2017-05-021-1/+1
* Propagate quirks mode all the way to ParserContextAnthony Ramine2017-04-271-3/+10
* dom/medialist: remove unused `Default` import.Emilio Cobos Álvarez2017-04-191-1/+0
* SVG length parsing modeJ. Ryan Stinnett2017-04-141-4/+7
* Bug 1325878: Pass the MediaList down to Servo, making <style media> work. r=x...Emilio Cobos Álvarez2017-04-121-1/+1
* Pass ParserContext down to lengthsJ. Ryan Stinnett2017-04-121-4/+18
* TidySimon Sapin2017-03-191-1/+1
* Replace more RwLock<MediaList> with shared_lock::Locked<MediaList>Simon Sapin2017-03-191-15/+29
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Implement MediaList interfaceNazım Can Altınova2016-12-021-0/+122