aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/create.rs
Commit message (Expand)AuthorAgeFilesLines
* Set `is` value when constructing custom elements with the `new` operator (#35...Simon Wülker2025-03-121-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+3
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-1/+1
* make report_pending_exception safe and adjust callers (#35351)Nolen Scaife2025-02-081-5/+4
* script: Annotate steps for custom element creation. (#35354)Josh Matthews2025-02-071-31/+65
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* Implement shadow dom slots (#35013)Simon Wülker2025-01-191-0/+2
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-7/+8
* CanGc fixes in `errorevent.rs` (#33960)tanishka2024-10-221-1/+1
* clippy: Fix too_many_arguments warnings (#33648)tanishka2024-10-041-0/+1
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-3/+8
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-5/+5
* Treat the `keygen` element as obsolete (#30429)Ennui Langeweile2023-09-261-0/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+5
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-11/+18
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-1/+1
* Introduce ElementCSSInlineStyle for SVGElementCYBAI2020-06-051-1/+2
* Always pass InRealm to GlobalScope::from_context to avoid getting null globalCYBAI2020-02-161-4/+3
* :defined worksPatrick Shaughnessy2020-01-301-0/+2
* Implement HTMLMenuElementPatrick Shaughnessy2020-01-231-0/+2
* apply is: to Document.createElement even when name isn't registered yetPatrick Shaughnessy2019-12-221-6/+13
* Use safe JSContext as first argument for throw_dom_exceptionmarmeladema2019-08-091-1/+1
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-3/+3
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-5/+3
* Add custom elements related stuff into ElementRareDataFernando Jiménez Moreno2019-04-261-2/+4
* #8539 Config preferences backend restructurePeter Hall2019-03-201-2/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-77/+77
* Remove the HTMLTable{Header,Data}CellElement interfacesSimon Pieters2018-10-021-4/+3
* Format script componentchansuke2018-09-191-162/+173
* Implement HTMLPictureElement interface.Rakhi Sharma2018-01-291-0/+2
* Use specific assertion for DOM createCYBAI2018-01-261-2/+2
* script: Remove HTMLAppletElement.Emilio Cobos Álvarez2017-11-061-8/+7
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-11/+11
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Track custom element stateConnor Brewster2017-08-091-4/+18
* Enqueue upgradesConnor Brewster2017-08-091-4/+16
* Check namespace during ce def lookupConnor Brewster2017-08-091-1/+1
* Use HTMLElement interface for possible CEsConnor Brewster2017-08-091-1/+4
* Support custom element callback reactionsConnor Brewster2017-07-171-1/+4
* Allow element prefix to be setConnor Brewster2017-06-231-1/+1
* Add flag for sync/async CE creationConnor Brewster2017-06-231-20/+28
* Support `is` option when creating elementsConnor Brewster2017-06-231-4/+10
* Hook CE registry into element creationConnor Brewster2017-06-231-0/+35
* Implement HTMLConstructorConnor Brewster2017-06-151-4/+12
* Solving merge conficts related to the html5ever_atoms -> html5ever changeChristian Poveda2017-05-031-6/+2
|\