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
Commit message (
Expand
)
Author
Age
Lines
...
*
|
[layout] Avoid negative availSize.BSizes in paginated table reflow.
Moonchild
2020-10-23
-9
/
+11
*
|
Bump platform version for added features.
Moonchild
2020-10-23
-1
/
+1
*
|
[netwerk] Make nsIncrementalStreamLoader's GetNumBytesRead threadsafe.
Moonchild
2020-10-23
-10
/
+14
*
|
[DOM] When failing to create a channel and an image request, make sure to set
Moonchild
2020-10-22
-1
/
+9
|
/
*
[DOM Fetch] Detect broken pipes and propagate that write error to the caller.
Moonchild
2020-10-21
-0
/
+11
*
[DOM Fetch] Improve stability of Fetch API.
Moonchild
2020-10-21
-4
/
+9
*
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
Moonchild
2020-10-20
-12
/
+138
|
\
|
*
Merge pull request #1670 from athenian200/caret_color
Moonchild
2020-10-20
-12
/
+138
|
|
\
|
|
*
Merge branch 'master' of https://github.com/MoonchildProductions/UXP into car...
athenian200
2020-10-18
-8210
/
+397
|
|
|
\
|
|
|
/
|
|
/
|
|
|
*
Issue #1668 - Part 2: Visited color and auto support for caret-color property.
athenian200
2020-10-18
-8
/
+27
|
|
*
Issue #1668 - Part 1: Implement support for caret-color property.
athenian200
2020-10-18
-11
/
+118
*
|
|
Issue #1671 - Unprefix ::-moz-selection
Moonchild
2020-10-20
-5
/
+17
|
/
/
*
|
Issue #1643 - Follow-up: Ensure we properly clear our pointers when the
Moonchild
2020-10-16
-9
/
+24
*
|
Issue #1606 - Add support for multi-monitor DPI awareness v2 (W10 1706+)
Moonchild
2020-10-06
-11
/
+33
*
|
[devtools] Teach devtools about overflow-wrap: anywhere
Moonchild
2020-10-03
-0
/
+2
*
|
Issue #1666 - Implement overflow-wrap: anywhere
Moonchild
2020-10-03
-4
/
+11
*
|
Issue #1665 - Take overflow-wrap into account when calculating min-content in...
Moonchild
2020-10-03
-0
/
+44
*
|
Update CONTRIBUTING.md
New Tobin Paradigm
2020-10-02
-2
/
+7
*
|
Merge pull request #1663 from athenian200/opacity_followup
Moonchild
2020-10-01
-7
/
+7
|
\
\
|
*
|
Issue #1647 - Followup: Remove excessive VARIANT_OPACITY statements.
athenian200
2020-09-30
-7
/
+7
|
/
/
*
|
Issue #1643 - Follow-up: Make sure things aren't changed while iterating.
Moonchild
2020-09-30
-2
/
+10
*
|
Issue #1643 - Follow up: Add a null check for mOwner in ResizeObserverNotific...
Matt A. Tobin
2020-09-29
-0
/
+6
*
|
Merge pull request #1660 from g4jc/1656
Moonchild
2020-09-27
-1
/
+1
|
\
\
|
*
|
Issue #1656 - Fix broken comment from Part 1
Gaming4JC
2020-09-26
-1
/
+1
|
/
/
*
|
Issue #1656 - Part 10: Manual cleanup.
Moonchild
2020-09-24
-69
/
+21
*
|
Issue #1656 - Part 9: Single-line-comment style.
Moonchild
2020-09-24
-47
/
+0
*
|
Issue #1656 - Part 8: Devtools and misc.
Moonchild
2020-09-24
-749
/
+0
*
|
Issue #1656 - Part 7: Nuke vim config lines in JS
Moonchild
2020-09-24
-915
/
+0
*
|
Issue #1656 - Part 6: Clean up the build files
Moonchild
2020-09-23
-1137
/
+0
*
|
Issue #1656 - Part 4: Manual cleanup
Moonchild
2020-09-23
-79
/
+1
*
|
Issue #1656 - Part 4: Tackle *.idl, *.css, *.ipdlh, *.webidl, *.cc
Moonchild
2020-09-23
-215
/
+0
*
|
Issue #1656 - Part 3: Nuke more vim config lines in the tree.
Moonchild
2020-09-23
-410
/
+0
*
|
Issue #1656 - Part 2b: Unmangle one more lost little UTF-8 victim.
Moonchild
2020-09-23
-1
/
+1
*
|
Issue #1656 - Part 2: Unmangle some unfortunate UTF-8 victims.
Moonchild
2020-09-23
-24
/
+24
*
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
Moonchild
2020-09-23
-4456
/
+25
*
|
Output webidl filenames as they are processed, for real this time.
Moonchild
2020-09-23
-0
/
+3
*
|
Issue #1655: Update MediaQueryList to the current draft spec.
Moonchild
2020-09-23
-117
/
+209
*
|
[webaudio] Keep track of whether the HRTF database has already been loaded.
Moonchild
2020-09-23
-1
/
+11
*
|
[dom/media] Use an atomic for mInputDeviceID to avoid potential race
Moonchild
2020-09-23
-1
/
+1
*
|
[SVG] Only fire the SVG onload when scripting is enabled and allowed
Moonchild
2020-09-23
-0
/
+3
*
|
[no issue] Fix whitespace (no code change)
Moonchild
2020-09-23
-5
/
+5
|
/
*
Isse #1224 - revert change to unbust debug builds.
Moonchild
2020-09-20
-1
/
+1
*
Merge pull request #1654 from athenian200/opacity_percentage
Moonchild
2020-09-18
-25
/
+38
|
\
|
*
Issue #1647 - Part 2: Implement VARIANT_OPACITY to correctly serialize.
athenian200
2020-09-17
-35
/
+33
|
*
Issue #1647 - Part 1: Implement percentage for CSS opacity keywords
athenian200
2020-09-16
-14
/
+29
*
|
Issue #1224 - Remove constant expressions from /dom
Moonchild
2020-09-17
-57
/
+54
*
|
Issue #1653 - Part 2: Stop indirectly loading DWM functions through WinUtils.
Moonchild
2020-09-17
-86
/
+25
*
|
Issue #1653 - Part 1: Remove WinUtils::SHGetKnownFolderPath
Moonchild
2020-09-17
-47
/
+5
*
|
Issue #1643 - Part 4: Hook up all the plumbing.
Moonchild
2020-09-16
-2
/
+46
*
|
Issue #1643 - Part 3: Implement ResizeObserverController
Moonchild
2020-09-16
-0
/
+365
[prev]
[next]