| Commit message (Expand) | Author | Age | Lines |
* | Merge branch 'master' into js-modules | wolfbeast | 2019-11-10 | -786/+718 |
|\ |
|
| * | Merge pull request #1262 from athenian200/solaris-work | Moonchild | 2019-11-02 | -1/+5 |
| |\ |
|
| | * | MoonchildProductions#1251 - Part 27: Fix ifdef style. | athenian200 | 2019-10-21 | -2/+2 |
| | * | MoonchildProductions#1251 - Part 1: Restore initial Solaris support, fixed up. | athenian200 | 2019-10-21 | -0/+4 |
| * | | Issue #1257 - Part1: Remove watch class-hook and proxy trap. | wolfbeast | 2019-10-26 | -19/+0 |
| * | | Issue #1253 - Reset performance object on navigation | wolfbeast | 2019-10-21 | -1/+13 |
| |/ |
|
| * | Issue #1222: Don't load plugin instances when they have no `src` URI. | wolfbeast | 2019-09-01 | -0/+8 |
| * | Issue #1179: fix indentation | wolfbeast | 2019-09-01 | -3/+3 |
| * | Issue #1221: Pass the original element into | wolfbeast | 2019-08-28 | -13/+46 |
| * | Convert dom/base/nsImageLoadingContent.cpp to use AsyncOpen2 and followups al... | win7-7 | 2019-08-08 | -76/+119 |
| * | Revert "Capture delayed events and cancel as necessary." | wolfbeast | 2019-07-18 | -2/+2 |
| * | Consider domain when deciding on inner window reuse. | wolfbeast | 2019-07-18 | -2/+1 |
| * | Dispatch a PluginRemoved event for actual plugins, not images/unknown/iframe-... | win7-7 | 2019-07-14 | -2/+4 |
| * | Attach FrameProperties to each frame instead of using a shared hashtable | win7-7 | 2019-06-26 | -1/+12 |
| * | NodeInfoManager should use a local cache | win7-7 | 2019-05-25 | -2/+32 |
| * | Merge pull request #1115 from win7-7/NS_Atomize-cache | Moonchild | 2019-05-25 | -18/+20 |
| |\ |
|
| | * | change for nsNodeInfoManager.cpp | win7-7 | 2019-05-25 | -1/+1 |
| | * | Add missing NS_AtomizeMainThread(nameToUse); | win7-7 | 2019-05-24 | -1/+1 |
| | * | add main thread only cache for nsIAtoms to speed up atomization dom/base | win7-7 | 2019-05-24 | -16/+18 |
| * | | Issue #1102 - Disable <meta http-equiv=set-cookie> | Gaming4JC | 2019-05-24 | -1/+2 |
| |/ |
|
| * | Map IntersectionObserver rect to the correct viewport. | wolfbeast | 2019-05-15 | -1/+2 |
| * | Capture delayed events and cancel as necessary. | wolfbeast | 2019-04-26 | -2/+2 |
| * | Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove MOZ_FE... | Matt A. Tobin | 2019-04-23 | -8/+3 |
| * | Remove AIX VisualAge C++ compiler bug workaround. | wolfbeast | 2019-03-31 | -17/+3 |
| * | Issue #187: Remove solaris conditional code. | wolfbeast | 2019-03-30 | -4/+0 |
| * | Allow empty string on `location.search` setter. | wolfbeast | 2019-02-12 | -4/+0 |
| * | Revert "Increase purple limit triggers for CC." | wolfbeast | 2019-02-07 | -2/+2 |
| * | Increase slice time for longer running CCs. | Andrew McCreight | 2019-01-29 | -3/+14 |
| * | Increase purple limit triggers for CC. | wolfbeast | 2019-01-29 | -2/+2 |
| * | Merge branch 'master' into cycle_collector-work | wolfbeast | 2019-01-29 | -0/+10 |
| |\ |
|
| | * | Actually unlink targets from registered intersection observers. | wolfbeast | 2019-01-19 | -0/+10 |
| * | | Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS | wolfbeast | 2019-01-18 | -37/+1 |
| * | | Consolidate tracing and traversing. | wolfbeast | 2019-01-18 | -1/+1 |
| |/ |
|
| * | Rewrite IntersectionObserver list handling to be more robust. | wolfbeast | 2019-01-18 | -8/+40 |
| * | Add isIntersecting property to IntersectionObserverEntry. | wolfbeast | 2019-01-17 | -0/+9 |
| * | Telemetry: Remove stubs and related code | adeshkp | 2019-01-12 | -109/+0 |
| * | Align Element.ScrollIntoView() with the spec. | wolfbeast | 2019-01-08 | -14/+53 |
| * | Fix crashiness of IntersectionObservers. | wolfbeast | 2018-12-24 | -21/+25 |
| * | [intersection-observer] Calculate areas using int64_t. | wolfbeast | 2018-12-22 | -4/+6 |
| * | Fix singed/unsigned type confusion for intersection threshold. | wolfbeast | 2018-12-22 | -3/+3 |
| * | Use content area as the intersection rectangle ... | wolfbeast | 2018-12-22 | -7/+11 |
| * | Map intersectionRect to the coordinate space of the target document. | wolfbeast | 2018-12-22 | -7/+8 |
| * | Use targetFrame->GetRectRelativeToSelf() as the initial intersection rect. | wolfbeast | 2018-12-22 | -1/+1 |
| * | Intersection ratio should be 1.0 for zero-area intersections. | wolfbeast | 2018-12-22 | -1/+7 |
| * | Revise lifetime management of IntersectionObservers. | wolfbeast | 2018-12-22 | -26/+46 |
| * | Issue #910 part 3. Throw SyntaxError from Location::SetProtocol on URI parse ... | wolfbeast | 2018-12-16 | -1/+4 |
| * | Issue #910 part 2. Strip ':' and anything following it from the string passed... | wolfbeast | 2018-12-16 | -1/+8 |
| * | Issue #910 part 1. Don't navigate when location.protocol is set to anything o... | wolfbeast | 2018-12-16 | -0/+17 |
| * | Do not report resource-timing subdocument loads triggered by that subdocument. | wolfbeast | 2018-12-14 | -0/+3 |
| * | Remove VR hardware support. | wolfbeast | 2018-11-26 | -174/+0 |