aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlbodyelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Use version of `markup5ever` with `web_atoms` crate (#36542)Nico Burns2 days1-1/+1
* Check CSP for inline event handlers (#36510)Tim van der Lippe4 days1-1/+2
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-4/+6
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* libservo: Combine `LoadStart, `HeadParsed`, and `LoadComplete` messages (#35260)Martin Robinson2025-02-031-2/+5
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-4/+4
* Add shadow tree flags to Bind/UnbindContext (#34863)Simon Wülker2025-01-071-1/+1
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-8/+6
* script: No longer do explicit reflows for display (#34599)Martin Robinson2024-12-131-9/+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-2/+5
* script: Stop using legacy `time` for `Document::reflow_timeout` (#33258)Martin Robinson2024-08-301-4/+5
* Upgrade Stylo to 2024-03-01 (#32089)Oriol Brufau2024-04-161-5/+5
* Update Stylo to 2023-10-16 (#31932)Oriol Brufau2024-03-301-1/+1
* Clippy: Fixed some clippy warnings (#31818)Aarya Khandelwal2024-03-231-1/+1
* Update Stylo to 2023-09-01 (#31609)Oriol Brufau2024-03-181-5/+5
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-5/+9
* 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-7/+8
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-1/+4
* Introduce <LayoutDom<Element>>::attrs()Anthony Ramine2020-03-311-21/+12
* Merge RawLayoutElementHelpers into LayoutElementHelpersAnthony Ramine2020-03-311-4/+4
* Make HTMLBodyElementLayoutHelpers methods take selfAnthony Ramine2020-03-291-6/+6
* Give a lifetime parameter to LayoutDomAnthony Ramine2020-03-281-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-4/+1
* Introduce BindContext with in_doc and connected flagsFernando Jiménez Moreno2019-04-261-4/+4
* Add is_connected flag to node and use it to replace most uses of is_in_docFernando Jiménez Moreno2019-04-261-3/+3
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-3/+4
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-3/+5
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-12/+12
* Format script componentchansuke2018-09-191-41/+62
* move top_level_browsing_context_id out of embedder msgGregory Terzian2018-05-231-2/+1
* move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-231-4/+6
* 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
* Change AttrValue::Url to AttrValue::ResolvedUrlAnthony Ramine2017-10-151-10/+13
* Fix URL attributesAnthony Ramine2017-10-111-2/+8
* Add support for dynamic bgcolor changeStuart Nelson2017-10-051-0/+8
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename LayoutJS<T> to LayoutDom<T>Anthony Ramine2017-09-261-2/+2
* 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
* make use of ScriptToConstellationChanPaul Rouget2017-08-151-3/+3