Gaming4JC
bf004bb63b
Bug 1334051 - Part 2: Invoke attributeChangedCallback only if attribute name is in the observed attribute list.
...
We call attributeChangedCallback in two cases:
1. When any of the attributes in the observed attribute list has changed, appended, removed, or replaced.
2. When upgrading an element, for each attribute in element's attribute list that is in the observed attribute list.
Note: w/ Fixup for not implementing an API Enhancement Bug 1363481.
Tag UXP Issue #1344
2020-01-26 15:50:25 -05:00
Gaming4JC
08fc057471
Bug 1334051 - Part 1: Include namespace in attributeChangedCallback.
...
Per spec [1], we should include namesapce in attributeChangedCallback argurment list.
[1] https://html.spec.whatwg.org/multipage/custom-elements.html#concept-upgrade-an-element , step 3
Tag UXP Issue #1344
2020-01-26 15:50:25 -05:00
Gaming4JC
cc533eaee5
Bug 1377993 - Make node slots less memory hungry in common cases.
...
Tag UXP Issue #1344
2020-01-26 15:50:18 -05:00
Gaming4JC
59c26110c1
Bug 1347634 - GetCustomElementData and SetCustomElementData don't need to be virtual;
...
Tag UXP Issue #1344
2020-01-26 15:50:17 -05:00
win7-7
7214f08148
Add missing NS_AtomizeMainThread(nameToUse);
...
nsCOMPtr<nsIAtom> nameAtom = NS_AtomizeMainThread(nameToUse);
2019-05-24 22:55:23 +03:00
win7-7
a3434ba005
add main thread only cache for nsIAtoms to speed up atomization dom/base
...
add main thread only cache for nsIAtoms to speed up atomization
2019-05-24 13:56:08 +03:00
wolfbeast
c0a05ada18
Align Element.ScrollIntoView() with the spec.
...
This also removes the (unused) shadow alias from nsIDOMHTMLElement
which used the different calling convention.
This resolves #927
2019-01-08 17:35:24 +01:00
wolfbeast
c9d920e9c6
Revise lifetime management of IntersectionObservers.
...
Tag #249
2018-12-22 02:15:50 +01:00
wolfbeast
7504ca8ab4
Remove VR hardware support.
...
This resolves #881
2018-11-26 16:41:20 +01:00
janekptacijarabaci
d4c0def3b8
DOM - Element - add support for Element.toggleAttribute()
2018-07-10 07:19:28 +02:00
wolfbeast
8b71cda195
Stabilize and align Intersection Observers
...
- Fixes several crashes
- Aligns the feature with the W3C WD spec
Tag #249
2018-06-27 16:00:53 +02:00
janekptacijarabaci
eae8d21428
moebius#138: Optimize operations on root of deeply-nested frame tree
...
https://github.com/MoonchildProductions/moebius/pull/138
2018-04-24 21:39:13 +02:00
Boris Zbarsky
2b020e9bbb
Bug 1444231 - Fix QI implementation for FragmentOrElement. r=mccr8, a=RyanVM
...
MozReview-Commit-ID: 9mPO2ezk2Y7
--HG--
extra : source : 060024fa93121d878d27f329c959757e6f71017a
extra : intermediate-source : 925d5693c5a1a73806062947b18c98ed13efc6c3
2018-04-19 11:35:08 +02:00
janekptacijarabaci
ea44e60b7e
HTML - implement the labels attribute (follow up)
2018-03-12 10:01:04 +01:00
Matt A. Tobin
5f8de423f1
Add m-esr52 at 52.6.0
2018-02-02 04:16:08 -05:00