aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/domimplementation.rs
Commit message (Expand)AuthorAgeFilesLines
* enhance: Add support for `unsafe-eval` and `wasm-unsafe-eval` (#32893)Chocolate Pie2024-08-011-0/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+5
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Formatting.Josh Matthews2023-05-281-4/+12
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-3/+4
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* createElement can now take an ignored string for optionsPatrick Shaughnessy2019-12-231-2/+6
* 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
* Reorder importsPyfisch2018-11-061-3/+5
* `cargo fix --edition`Simon Sapin2018-11-061-21/+21
* Update hyper to 0.12Bastien Orivel2018-11-011-12/+4
* Format script componentchansuke2018-09-191-51/+74
* Updated content_type of Document and XMLDocument from DOCString to MimeNupur Baghel2018-02-091-4/+5
* Remove out of date comments from domimplementationManoj2018-01-081-2/+2
* Use FetchCanceller for document loadsManish Goregaokar2017-11-221-1/+2
* 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