aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlbodyelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Differentiate between error and non-error event handlers per the spec.Josh Matthews2015-11-121-10/+19
* Move unsafe layout calls onto LayoutJS.Eli Friedman2015-11-091-8/+13
* Move storage of bgcolor attribute on <body>.Eli Friedman2015-11-081-18/+13
* Remove HTMLTableCellElement fields with parsed attribute values.Eli Friedman2015-11-041-4/+1
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-1/+1
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-11/+7
* merge from masterrohan.prinja2015-11-031-1/+1
|\
| * Use 'atom!' macro for known static stringsCorey Farwell2015-10-301-1/+1
* | more refactoringrohan.prinja2015-10-301-1/+1
* | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
|/
* Clean up the cast callsAnthony Ramine2015-10-211-2/+1
* Introduce trait CastableAnthony Ramine2015-10-211-7/+8
* Remove explicit lifetimes which can be elided.Adam Szopa2015-10-211-1/+1
* Adding window.onstorage EventHandlerKALPESH KRISHNA2015-10-161-0/+12
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-6/+2
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-12/+2
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-5/+7
* Explicitly place '/' before fragment for multipage spec linksCorey Farwell2015-10-101-2/+2
* Implement <body>'s "text" attributeCorey Farwell2015-10-081-3/+34
* script: Stop copying the document URL.Patrick Walton2015-09-241-1/+2
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-5/+3
* Match forwarded events as atoms, fixes #7495Aidan Hobson Sayers2015-09-141-11/+9