aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlbodyelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Solving merge conficts related to the html5ever_atoms -> html5ever changeChristian Poveda2017-05-031-1/+1
|\
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* | Changed all prefixes from DOMString to the atomic Prefix from html5everChristian Poveda2017-05-031-3/+3
|/
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-3/+3
* Update to string-cache 0.3Simon Sapin2016-11-031-15/+18
* Introduce GlobalScope::constellation_chanAnthony Ramine2016-10-061-1/+2
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-4/+4
* Inline DOM element creation into box expressions in components/script/dom/Kuba Birecki2016-07-141-2/+3
* Stop re-exporting AttrValue.Ms2ger2016-06-071-1/+2
* Move DOMString back to scriptAnthony Ramine2016-05-241-3/+5
* Auto merge of #11255 - s-baldrick:11158, r=ConnorGBrewsterbors-servo2016-05-201-22/+4
|\
| * dom: Add missing event handlersPiotr Stankiewicz2016-05-201-22/+4
* | Remove ConstellationChan.Ms2ger2016-05-191-3/+1
|/
* Removed unused importsPer Lundberg2016-05-151-1/+0
* Reduce channel cloning.Ms2ger2016-04-291-1/+1
* Extract out 'is the html body element' CSSOM concept.Corey Farwell2016-04-111-0/+10
* Compile raw inline event handlers lazily. Resolves #8489.Josh Matthews2016-02-111-4/+3
* Remove parsed attribute 'background' field on HTMLBodyElementCorey Farwell2016-01-021-18/+6
* Implement 'background' IDL attribute on <body>Corey Farwell2016-01-021-0/+11
* Use Url.join instead of UrlParser.base_url(...).parse (#9002)Mathieu Agopian2015-12-181-2/+2
* Move ScriptMsg from msg crate into script_traitsTomas Cernaj2015-12-091-1/+1
* Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-2/+2
* Compute attribute name atoms at compile-time.Eli Friedman2015-11-271-1/+1
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-8/+8
* Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-1/+1
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-2/+1