summaryrefslogtreecommitdiffstats
path: root/dom/base
Commit message (Expand)AuthorAgeLines
* Revert "Capture delayed events and cancel as necessary."wolfbeast2019-07-18-2/+2
* Consider domain when deciding on inner window reuse.wolfbeast2019-07-18-2/+1
* Dispatch a PluginRemoved event for actual plugins, not images/unknown/iframe-...win7-72019-07-14-2/+4
* Attach FrameProperties to each frame instead of using a shared hashtablewin7-72019-06-26-1/+12
* NodeInfoManager should use a local cachewin7-72019-05-25-2/+32
* Merge pull request #1115 from win7-7/NS_Atomize-cacheMoonchild2019-05-25-18/+20
|\
| * change for nsNodeInfoManager.cppwin7-72019-05-25-1/+1
| * Add missing NS_AtomizeMainThread(nameToUse);win7-72019-05-24-1/+1
| * add main thread only cache for nsIAtoms to speed up atomization dom/basewin7-72019-05-24-16/+18
* | Issue #1102 - Disable <meta http-equiv=set-cookie>Gaming4JC2019-05-24-1/+2
|/
* Map IntersectionObserver rect to the correct viewport.wolfbeast2019-05-15-1/+2
* Capture delayed events and cancel as necessary.wolfbeast2019-04-26-2/+2
* Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove MOZ_FE...Matt A. Tobin2019-04-23-8/+3
* Remove AIX VisualAge C++ compiler bug workaround.wolfbeast2019-03-31-17/+3
* Issue #187: Remove solaris conditional code.wolfbeast2019-03-30-4/+0
* Allow empty string on `location.search` setter.wolfbeast2019-02-12-4/+0
* Revert "Increase purple limit triggers for CC."wolfbeast2019-02-07-2/+2
* Increase slice time for longer running CCs.Andrew McCreight2019-01-29-3/+14
* Increase purple limit triggers for CC.wolfbeast2019-01-29-2/+2
* Merge branch 'master' into cycle_collector-workwolfbeast2019-01-29-0/+10
|\
| * Actually unlink targets from registered intersection observers.wolfbeast2019-01-19-0/+10
* | Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTSwolfbeast2019-01-18-37/+1
* | Consolidate tracing and traversing.wolfbeast2019-01-18-1/+1
|/
* Rewrite IntersectionObserver list handling to be more robust.wolfbeast2019-01-18-8/+40
* Add isIntersecting property to IntersectionObserverEntry.wolfbeast2019-01-17-0/+9
* Telemetry: Remove stubs and related codeadeshkp2019-01-12-109/+0
* Align Element.ScrollIntoView() with the spec.wolfbeast2019-01-08-14/+53
* Fix crashiness of IntersectionObservers.wolfbeast2018-12-24-21/+25
* [intersection-observer] Calculate areas using int64_t.wolfbeast2018-12-22-4/+6
* Fix singed/unsigned type confusion for intersection threshold.wolfbeast2018-12-22-3/+3
* Use content area as the intersection rectangle ...wolfbeast2018-12-22-7/+11
* Map intersectionRect to the coordinate space of the target document.wolfbeast2018-12-22-7/+8
* Use targetFrame->GetRectRelativeToSelf() as the initial intersection rect.wolfbeast2018-12-22-1/+1
* Intersection ratio should be 1.0 for zero-area intersections.wolfbeast2018-12-22-1/+7
* Revise lifetime management of IntersectionObservers.wolfbeast2018-12-22-26/+46
* Issue #910 part 3. Throw SyntaxError from Location::SetProtocol on URI parse ...wolfbeast2018-12-16-1/+4
* Issue #910 part 2. Strip ':' and anything following it from the string passed...wolfbeast2018-12-16-1/+8
* Issue #910 part 1. Don't navigate when location.protocol is set to anything o...wolfbeast2018-12-16-0/+17
* Do not report resource-timing subdocument loads triggered by that subdocument.wolfbeast2018-12-14-0/+3
* Remove VR hardware support.wolfbeast2018-11-26-174/+0
* Tell the cycle collector about nsScriptLoadRequest::mElement.wolfbeast2018-11-15-2/+10
* Fix build bustage.wolfbeast2018-11-15-1/+0
* Split the content viewer marking function in CCUncollectable out,wolfbeast2018-11-14-16/+23
* Ensure user input suppression works correctly even after document.open.wolfbeast2018-11-02-5/+10
* Bug 1466991 - Part 2: Reparent nodes when they start being in the XBL scope.wolfbeast2018-09-11-0/+49
* Bug 1466991 - Part 1: Factor out ShouldUseXBLScope.wolfbeast2018-09-11-1/+17
* Fix build bustage in cbfef7fcdb853916ff04015f6ee2d4b86f424a08wolfbeast2018-09-11-2/+4
* Release mapped surface memory on size check failure to plug a leak.wolfbeast2018-09-11-0/+2
* Move surface data checking to a separate function to make it less "totally nuts"wolfbeast2018-09-11-12/+47
* Bug 1357432 (#750)Moonchild2018-09-05-0/+23