aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/domimplementation.rs
Commit message (Expand)AuthorAgeFilesLines
* Switch to data_url::mime for document content type (#36522)webbeef10 days1-4/+6
* Add CanGc as arguments in methods in Attr and Node (#36371)Yerkebulan Tulibergenov2025-04-061-8/+10
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-051-0/+2
* Implement declarative shadow dom (#34964)batu_hoang2025-03-171-0/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-2/+3
* Ensure that qualified-name segments start with a valid start character (#35530)Simon Wülker2025-02-191-5/+12
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-0/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* Use spec-aligned process for resolving history handling during navigation (#3...shanehandley2024-12-271-0/+1
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+5
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Remove referrer policy from document (#34263)shanehandley2024-11-191-1/+0
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-3/+8
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-2/+5
* 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