aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/customelementregistry.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy:fix various clippy problems in components/scripts (#31907)Rosemary Ajayi2024-03-271-4/+4
* clippy: fixed some warnings in components/script (#31888)Ekta Siwach2024-03-261-14/+14
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-1/+1
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-5/+5
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-2/+2
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-4/+4
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-20/+19
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* Fix /custom-elements/when-defined-reentry-crash.html (#30121)Martin Robinson2023-08-181-1/+2
* No tracing of nop traceable fields (#29926)Samson2023-08-041-6/+12
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-3/+3
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-10/+9
* Resolve `whenDefined` with the class constructorCYBAI2020-09-161-5/+19
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Always pass InRealm to GlobalScope::from_context to avoid getting null globalCYBAI2020-02-161-2/+3
* Give attribute-change callbacks a realm so they can to_jsvalPatrick Shaughnessy2020-02-121-0/+4
* Auto merge of #25575 - pshaughn:celoop, r=jdmbors-servo2020-01-261-12/+10
|\
| * Prevent infinite recursion when upgrading custom elementsPatrick Shaughnessy2020-01-221-12/+10
* | Auto merge of #25576 - pshaughn:menuelement, r=jdmbors-servo2020-01-251-0/+1
|\ \
| * | Implement HTMLMenuElementPatrick Shaughnessy2020-01-231-0/+1
| |/
* | Auto merge of #25515 - pshaughn:checkpoints, r=jdmbors-servo2020-01-251-0/+18
|\ \
| * | Add microtask checkpoints on </script> and CE constructPatrick Shaughnessy2020-01-151-0/+18
| |/
* | rename compartment to realmKunal Mohan2020-01-241-7/+7
* | Let custom element registry know about picture tagPatrick Shaughnessy2020-01-231-0/+1
|/
* CustomElementRegistry.upgrade works by current specPatrick Shaughnessy2020-01-011-0/+11
* apply is: to Document.createElement even when name isn't registered yetPatrick Shaughnessy2019-12-221-13/+24
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-3/+3
* Use safe JSContext as first argument for throw_dom_exceptionmarmeladema2019-08-091-1/+1
* Remove some usage of unsafe code in CustomElementRegistrymarmeladema2019-08-091-34/+28
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-39/+43
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-4/+4
* Callbacks now uses safe JSContext instead of raw JSContextmarmeladema2019-07-241-1/+5
* Upgrade to Spidermonkey 67.Josh Matthews2019-06-261-2/+2
* Use TypeError instead of InvalidState for exception.gatowololo2019-06-071-1/+3
* Use the newly added inCompartments option everywhere it can beBastien Orivel2019-05-251-17/+5
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-8/+8
* Remove mozjs dep from malloc_size_of.Josh Matthews2019-05-021-1/+1
* Auto merge of #23253 - BartGitHub:refactor-promise-compartment, r=jdmbors-servo2019-04-291-5/+17
|\
| * Pass InCompartment by valueAron Zwaan2019-04-251-3/+3
| * Add proof parameter to Promise::new_in_current_compartmentAron Zwaan2019-04-241-5/+17
* | Add custom elements related stuff into ElementRareDataFernando Jiménez Moreno2019-04-261-1/+16
* | Introduce ShadowIncluding enum for tree traversalsFernando Jiménez Moreno2019-04-261-2/+2
* | Implement concept of shadow including tree orderFernando Jiménez Moreno2019-04-261-1/+1
|/
* Rename Promise::new to Promise::new_in_current_compartmentAron Zwaan2019-04-031-3/+4
* Remove now-unnecessary must_root and allow(unrooted_must_root) annotationsManish Goregaokar2019-01-041-1/+0
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1