index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dom
/
base
Commit message (
Expand
)
Author
Age
Lines
...
|
*
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
|
*
Tell the cycle collector about nsScriptLoadRequest::mElement.
wolfbeast
2018-11-15
-2
/
+10
|
*
Fix build bustage.
wolfbeast
2018-11-15
-1
/
+0
|
*
Split the content viewer marking function in CCUncollectable out,
wolfbeast
2018-11-14
-16
/
+23
|
*
Ensure user input suppression works correctly even after document.open.
wolfbeast
2018-11-02
-5
/
+10
|
*
Bug 1466991 - Part 2: Reparent nodes when they start being in the XBL scope.
wolfbeast
2018-09-11
-0
/
+49
|
*
Bug 1466991 - Part 1: Factor out ShouldUseXBLScope.
wolfbeast
2018-09-11
-1
/
+17
|
*
Fix build bustage in cbfef7fcdb853916ff04015f6ee2d4b86f424a08
wolfbeast
2018-09-11
-2
/
+4
|
*
Release mapped surface memory on size check failure to plug a leak.
wolfbeast
2018-09-11
-0
/
+2
|
*
Move surface data checking to a separate function to make it less "totally nuts"
wolfbeast
2018-09-11
-12
/
+47
|
*
Bug 1357432 (#750)
Moonchild
2018-09-05
-0
/
+23
|
*
Remove all C++ telemetry autotimers
wolfbeast
2018-09-04
-2
/
+0
|
*
Remove all C++ Telemetry Accumulation calls.
wolfbeast
2018-09-03
-161
/
+1
|
*
Issue #686: Un-deprecate the Application Cache API
SpockMan02
2018-08-05
-1
/
+0
*
|
Merge branch 'master' into js-modules
wolfbeast
2018-08-05
-20
/
+64
|
\
|
|
*
Merge pull request #642 from janekptacijarabaci/dom_element_toggleAttribute_1
Moonchild
2018-07-17
-0
/
+38
|
|
\
|
|
*
DOM - Element - add support for Element.toggleAttribute()
janekptacijarabaci
2018-07-10
-0
/
+38
|
*
|
Bug 1346501. Remove mFrameCreateCalled from nsImageLoadingContent, it is now ...
janekptacijarabaci
2018-07-12
-9
/
+1
|
*
|
Bug 1346501. Don't mark every image as visible when a frame is created for it
janekptacijarabaci
2018-07-12
-11
/
+25
|
|
/
*
|
Bug 1330900 - Implement <script nomodule>
wolfbeast
2018-07-10
-2
/
+14
*
|
Bug 1340865 - Handle non-parser-created module scripts.
wolfbeast
2018-07-10
-1
/
+1
*
|
Merge branch 'master' of https://github.com/MoonchildProductions/UXP into _te...
janekptacijarabaci
2018-07-06
-786
/
+925
|
\
|
|
*
Bug 604026 - Sync event loops in workers should be created only if compatible...
janekptacijarabaci
2018-07-05
-5
/
+5
|
*
Merge pull request #567 from SpockMan02/moz-mac-lion-theme
Moonchild
2018-06-30
-0
/
+2
|
|
\
[prev]
[next]