aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/customelementregistry.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use unsafe Heap::handle wherever neededIgor Matuszewski2018-03-231-1/+2
* Make callbacks' new methods unsafeAnthony Ramine2018-01-251-8/+10
* Fix tyvar_behind_raw_pointer warningsSimon Sapin2018-01-101-3/+3
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-16/+16
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-26/+26
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-10/+10
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-9/+9
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-6/+6
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Make Promise::reject_native soundAnthony Ramine2017-09-211-1/+1
* Make Promise::resolve_native actually soundAnthony Ramine2017-09-211-5/+2
* order derivable traits listsClément DAVID2017-08-231-4/+4
* Auto merge of #17250 - cbrewster:unwrap_constructor, r=jdmbors-servo2017-08-161-1/+10
|\
| * Unwrap function before calling IsConstructorConnor Brewster2017-08-081-1/+10
* | Track custom element stateConnor Brewster2017-08-091-5/+12
* | Handle exceptions during upgradesConnor Brewster2017-08-091-20/+47
* | Enqueue upgradesConnor Brewster2017-08-091-10/+22
* | Check namespace during ce def lookupConnor Brewster2017-08-091-5/+8
* | Use HTMLElement interface for possible CEsConnor Brewster2017-08-091-1/+1
* | Add upgrade reactionConnor Brewster2017-08-091-1/+13
* | Implement element upgrade algorithmConnor Brewster2017-08-091-2/+68
* | Add construction stackConnor Brewster2017-08-091-0/+9
|/
* Return null when an attr's namespace is not setConnor Brewster2017-07-181-3/+5
* Implement CEReactions codegenConnor Brewster2017-07-181-13/+35
* Invoke backup element queue via a microtaskConnor Brewster2017-07-171-7/+4
* Support custom element callback reactionsConnor Brewster2017-07-171-5/+197