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
*
Merge branch 'redwood' into release
RC_20201215
Moonchild
2020-12-15
-1756
/
+1783
|
\
|
*
[toolkit] Handle corner case confusion of downloaded files without extension.
Moonchild
2020-12-15
-0
/
+16
|
*
Issue #1696 - Propagate flex sizes to the table wrapper
Moonchild
2020-12-15
-0
/
+290
|
*
[network] Update port blacklist.
Moonchild
2020-12-15
-10
/
+21
|
*
Issue #1695 - Add clamping to websocket polling timeouts.
Moonchild
2020-12-13
-3
/
+30
|
*
Revert "Issue #1391 - Disable DOM Filesystem/dirpicker APIs by default."
Moonchild
2020-12-13
-2
/
+2
|
*
Issue #1695 - Fix socket timeout logic.
Moonchild
2020-12-13
-67
/
+121
|
*
Issue #1694 - Part 2: Use scriptabledateformat for Update History display.
Moonchild
2020-12-13
-6
/
+11
|
*
Issue #1694 - Part 1: Use scriptabledateformat for the Cookie Accept dialog.
Moonchild
2020-12-13
-6
/
+26
|
*
Issue #1624 - flip the inlining pref.
Moonchild
2020-12-13
-1
/
+1
|
*
Nuke erroneously added vim line.
Moonchild
2020-12-13
-1
/
+0
|
*
Issue #1624 - Make ion inlining optimizations a pref.
Moonchild
2020-12-13
-3
/
+13
|
*
Issue #1624 - Globally disable inlining optimizations in the JS JIT compiler.
Moonchild
2020-12-02
-1
/
+1
|
*
Issue #1690 - Part 2: Update MacOS Blocklist support from 10.13 to 11.0.
Brian Smith
2020-12-02
-20
/
+54
|
*
Issue #1690 - Part 1: Fix MacOS version detection above 10.15.
Brian Smith
2020-12-02
-93
/
+97
|
*
Clobber for NSS update.
Moonchild
2020-12-02
-1
/
+1
|
*
[NSS] Version and build bump
Moonchild
2020-12-02
-6
/
+6
|
*
[NSS] Update root certificates.
Moonchild
2020-12-02
-1527
/
+1082
|
*
Issue #1684 - Move global user-agent override to networking component.
Moonchild
2020-12-02
-13
/
+15
*
|
Merge branch 'redwood' into release
RELBASE_20201124
RELBASE_20201120
RC_20201120
Moonchild
2020-11-20
-4503
/
+5163
|
\
|
|
*
[webrtc] Only init WebRtcAec callbacks once
Moonchild
2020-11-19
-17
/
+21
|
*
[sfnt] Fix heap buffer overflow.
Werner Lemberg
2020-11-19
-7
/
+7
|
*
[dom] Remove attributes from descendants when setting sanitized style.
Henri Sivonen
2020-11-19
-0
/
+19
|
*
[http] Use a copy of nsHttpConnectionInfo.
Moonchild
2020-11-19
-7
/
+8
|
*
[xpcom] Don't use realloc for shrinking nsTArrays when allowRealloc is false.
Moonchild
2020-11-19
-5
/
+21
|
*
[parser] Make the refcount of nsHtml5OwningUTF16Buffer atomic.
Henri Sivonen
2020-11-19
-1
/
+1
|
*
[xpcom] Fix GetWindowsFolder storage
David Major
2020-11-19
-2
/
+2
|
*
[gfx][Skia] Hold mutex while accessing shared SkImage data.
Moonchild
2020-11-19
-17
/
+54
|
*
Issue #1686 - Align a keybinding definition with the others
Alessio Vanni
2020-11-19
-1
/
+1
|
*
Issue #1667 - Part 3: Fix OpenGL load and runtime issues on Big Sur
Brian Smith
2020-11-19
-7
/
+40
|
*
Issue #1667 - Part 2: Add MacOS 11.0 Big Sur widget compatibility
Brian Smith
2020-11-19
-609
/
+286
|
*
Issue #1667 - Part 1: Define _pthread_self if it is not already defined in je...
Brian Smith
2020-11-19
-0
/
+3
|
*
[UA] Change default compatibility mode version to 68.0
Moonchild
2020-11-18
-1
/
+1
|
*
Issue #251 - Move chrome packaging options to ac configure
Matt A. Tobin
2020-11-18
-34
/
+86
|
*
[packager] Optimize archive accesses.
Moonchild
2020-11-18
-30
/
+107
|
*
Issue #1683 - Update libjar module.
Moonchild
2020-11-18
-13
/
+101
|
*
Issue #1683 - Update Brotli lib to 1.0.9
Moonchild
2020-11-18
-2404
/
+3966
|
*
[libjar] Fix inflation logic.
Moonchild
2020-11-18
-1
/
+1
|
*
Issue #1682 - Remove vibrator DOM interface and support code.
Moonchild
2020-11-18
-968
/
+4
|
*
Issue #1391 - Disable DOM Filesystem/dirpicker APIs by default.
Moonchild
2020-11-18
-2
/
+2
|
*
Issue #1280 - Follow-up: Get rid of HPKP pinning mode.
adesh
2020-11-18
-42
/
+14
|
*
Bug 1466909 - Use AddLvalueReference for UniquePtr's operator*().
Matt A. Tobin
2020-11-18
-1
/
+1
|
*
Bug 1328948 - Add is(), as() to Cell.
Matt A. Tobin
2020-11-18
-0
/
+18
|
*
Issue #1673 - Part 5: Fix brace style and missed -moz-tab-size reference.
athenian200
2020-11-18
-255
/
+212
|
*
Issue #1673 - Part 4: Unprefix -moz-tab-size.
athenian200
2020-11-18
-10
/
+38
|
*
Issue #1673 - Part 3: Bring minimum tab advance up to spec.
athenian200
2020-11-18
-11
/
+30
|
*
Issue #1673 - Part 2: Make tab-size animatable and fix typos.
athenian200
2020-11-18
-10
/
+7
|
*
Issue #1673 - Part 1: Allow tab-size to accept <length>.
athenian200
2020-11-18
-62
/
+124
|
*
[devtools] More gracefully (than a crash) handle stack capture failures.
Moonchild
2020-10-31
-1
/
+3
*
|
Merge branch 'redwood' into release
RELBASE_20201024
RC_20201024
Moonchild
2020-10-24
-55
/
+250
|
\
|
[next]