aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlmetaelement.rs
Commit message (Expand)AuthorAgeFilesLines
* dom: expose obsolete `scheme` attribute for meta tag (#35505)Euclid Ye2025-02-171-0/+5
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-6/+6
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-2/+1
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-3/+3
* Replace HistoryEntryReplacement with NavigationHistoryBehavior from the navig...shanehandley2024-12-181-2/+2
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-0/+2
* CanGc fixes from constantsourcenode.rs & window.rs (#33931)tanishka2024-10-201-1/+3
* script: Stop using `time` in DOM timers (#33262)Martin Robinson2024-08-301-2/+3
* Replace the lazy_static crate whth `std::sync::LazyLock` in components/script...Hayashi Mikihiro2024-08-121-4/+6
* enhance: Add support for `unsafe-eval` and `wasm-unsafe-eval` (#32893)Chocolate Pie2024-08-011-2/+13
* Fix more clippy (#32740)石蕊 (Pi-Cla)2024-07-091-5/+2
* htmlmetaelement: improve parsing of meta http-equiv (#32508)shanehandley2024-06-151-1/+8
* clippy: Fix `comparison_*` warnings (#32058)eri2024-04-121-1/+1
* clippy: Fix needless_borrow warnings in components/script (#31928)Azhar Ismagulova2024-03-291-2/+2
* Fix "unused import" warning (#31485)Oriol Brufau2024-03-041-1/+0
* script: Implement `<meta http-equiv="refresh">` (#31468)Smitty2024-03-011-2/+127
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+5
* It was removed from the spec and it's disabled everywhere.Emilio Cobos Álvarez2023-06-301-77/+2
* Avoid assert failure when using @importOriol Brufau2023-06-141-1/+1
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-1/+4
* Further changes required by ServoOriol Brufau2023-05-241-10/+6
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Names should now be consistently atomsPatrick Shaughnessy2020-02-131-15/+4
* Introduce BindContext with in_doc and connected flagsFernando Jiménez Moreno2019-04-261-4/+5
* Make StyleSheetListOwner an enum instead of a trait objectFernando Jiménez Moreno2019-04-261-0/+1
* ShadowRoot stylesheet listFernando Jiménez Moreno2019-04-261-3/+6
* Add is_connected flag to node and use it to replace most uses of is_in_docFernando Jiménez Moreno2019-04-261-4/+4
* #8539 Config preferences backend restructurePeter Hall2019-03-201-6/+2
* Remove most RootedReference usesAnthony Ramine2019-03-101-4/+4
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-15/+15
* Format script componentchansuke2018-09-191-17/+32
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* 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
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* 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
* Preserve sourceURL comment on style sheetsTom Tromey2017-09-141-0/+1
* script: Fix stylesheet adoption.Emilio Cobos Álvarez2017-09-131-2/+2
* style: Don't look for viewport units in stylesheets.Emilio Cobos Álvarez2017-08-281-4/+0
* style: Replicate the list of stylesheets on the layout thread.Emilio Cobos Álvarez2017-08-181-5/+9
* Expose the source map URL on a style sheetTom Tromey2017-08-171-0/+1