aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/customelementregistry.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reorder importsPyfisch2018-11-061-6/+10
* Format remaining filesPyfisch2018-11-061-1/+2
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-25/+25
* Format script componentchansuke2018-09-191-232/+366
* Updated to mozjs v0.7.1.Alan Jeffrey2018-05-301-2/+2
* Update type of custom element constructortigercosmos2018-05-301-4/+9
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-2/+4