aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/domimplementation.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-8/+8
* 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
* Support `is` option when creating elementsConnor Brewster2017-06-231-2/+3
* Untry scriptSimon Sapin2017-06-181-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Add ImmutableOrigin to allow for serializing originsConnor Brewster2017-02-221-2/+2
* Allow windows to share browsing contexts.Alan Jeffrey2017-01-281-3/+3
* The constellation notifies the script thread about documents becoming inactiv...Alan Jeffrey2017-01-271-0/+3
* Auto merge of #14647 - servo:current-global, r=jdmbors-servo2016-12-291-0/+2
|\
| * Pass the Document's origin to its constructor.Ms2ger2016-12-231-0/+2
* | script: Simplify DOMImplementation::CreateHTMLDocument.Emilio Cobos Álvarez2016-12-251-14/+11
|/
* Update to string-cache 0.3Simon Sapin2016-11-031-4/+4
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-6/+6
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Reorder `use` statementsUK9922016-09-091-2/+2
* script: Obtain referrer policy from headerAravind Gollakota2016-07-151-0/+1
* Implement Document.referrerNazım Can Altınova2016-07-141-1/+2
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* [10743] Add content type to XmlDocument constructor based on namespacecjkenned2016-04-281-4/+11
* Make it possible for XMLDocuments to have a browsing context.Josh Matthews2016-02-201-0/+1
* Store a pointer to the browsing context in the Document.Ms2ger2016-02-111-0/+1
* Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-4/+4
* Add XMLDocument objectGuillaume Gomez2015-11-271-9/+10
* Rustfmt some of script.Ms2ger2015-11-181-14/+34
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-6/+5
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-5/+5
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-1/+1
* more refactoringrohan.prinja2015-10-301-2/+2
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* Clean up the cast callsAnthony Ramine2015-10-211-17/+10
* Introduce trait CastableAnthony Ramine2015-10-211-12/+13
* Do not root DOMImplementation::documentAnthony Ramine2015-10-191-10/+5
* Return a reference in Document::window()Anthony Ramine2015-10-191-3/+3
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-5/+5
* Remove helper traitsAnthony Ramine2015-08-271-1/+1
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* sort all usesJohann Tuffe2015-08-201-3/+3
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Upgrade to SM 39Michael Wu2015-06-191-30/+29
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-3/+6
* Implement a DocumentLoader type that tracks pending loads and notifies the sc...Josh Matthews2015-05-111-4/+9
* Auto merge of #5871 - nox:rootable, r=jdmbors-servo2015-04-281-1/+2
|\
| * Uniformise root() methodsAnthony Ramine2015-04-281-1/+2
* | Auto merge of #5874 - nox:hasfeature, r=Ms2gerbors-servo2015-04-281-1/+1
|\ \ | |/ |/|
| * Fix DOMImplementation.hasFeature()Anthony Ramine2015-04-271-1/+1
* | Fix some no_move errorsManish Goregaokar2015-04-281-1/+1
|/
* Add/update comments with links to specCorey Farwell2015-04-141-0/+1