mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Bug 1405335 - Remove custom element attached and detached callbacks validation checks
Tag UXP Issue #1344
This commit is contained in:
parent
dba59f0317
commit
b70a9b1d12
2 changed files with 1 additions and 5 deletions
|
|
@ -523,9 +523,7 @@ static const char* kLifeCycleCallbackNames[] = {
|
|||
"adoptedCallback",
|
||||
"attributeChangedCallback",
|
||||
// The life cycle callbacks from v0 spec.
|
||||
"createdCallback",
|
||||
"attachedCallback",
|
||||
"detachedCallback"
|
||||
"createdCallback"
|
||||
};
|
||||
|
||||
static void
|
||||
|
|
|
|||
|
|
@ -20,8 +20,6 @@ const testWindow = iframe.contentDocument.defaultView;
|
|||
// We should do the same checks for the callbacks from v0 spec.
|
||||
[
|
||||
'createdCallback',
|
||||
'attachedCallback',
|
||||
'detachedCallback',
|
||||
'attributeChangedCallback',
|
||||
].forEach(callback => {
|
||||
var c = class {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue