summaryrefslogtreecommitdiffstats
path: root/dom/base/Element.cpp
Commit message (Collapse)AuthorAgeLines
* Add missing NS_AtomizeMainThread(nameToUse);win7-72019-05-24-1/+1
| | | nsCOMPtr<nsIAtom> nameAtom = NS_AtomizeMainThread(nameToUse);
* add main thread only cache for nsIAtoms to speed up atomization dom/basewin7-72019-05-24-4/+4
| | | add main thread only cache for nsIAtoms to speed up atomization
* Align Element.ScrollIntoView() with the spec.wolfbeast2019-01-08-12/+50
| | | | | | | This also removes the (unused) shadow alias from nsIDOMHTMLElement which used the different calling convention. This resolves #927
* Revise lifetime management of IntersectionObservers.wolfbeast2018-12-22-4/+4
| | | | Tag #249
* Remove VR hardware support.wolfbeast2018-11-26-1/+0
| | | | This resolves #881
* DOM - Element - add support for Element.toggleAttribute()janekptacijarabaci2018-07-10-0/+36
|
* Stabilize and align Intersection Observerswolfbeast2018-06-27-17/+28
| | | | | | | - Fixes several crashes - Aligns the feature with the W3C WD spec Tag #249
* moebius#138: Optimize operations on root of deeply-nested frame treejanekptacijarabaci2018-04-24-0/+18
| | | | https://github.com/MoonchildProductions/moebius/pull/138
* Bug 1444231 - Fix QI implementation for FragmentOrElement. r=mccr8, a=RyanVMBoris Zbarsky2018-04-19-0/+6
| | | | | | | | MozReview-Commit-ID: 9mPO2ezk2Y7 --HG-- extra : source : 060024fa93121d878d27f329c959757e6f71017a extra : intermediate-source : 925d5693c5a1a73806062947b18c98ed13efc6c3
* HTML - implement the labels attribute (follow up)janekptacijarabaci2018-03-12-3/+2
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+3932