Commit Graph

2454 Commits

Author SHA1 Message Date
Pale Moon e494ef04df Re-generate HSTS preload list without stale entries.
Tag #62.
2018-07-25 09:20:17 +08:00
Pale Moon 165e62b21d Remove incorrect assertion (OnStopRequest calls this with null)
This resolves the second assert mentioned in #1401.
2018-07-25 09:20:10 +08:00
Pale Moon aba97201b1 Synchronize blocklist timestamp. 2018-07-25 09:20:03 +08:00
janekptacijarabaci 4ec5972621 (2/2) Launch command: palemoon "-migration" and "-migration -p" (follow up) 2018-07-25 09:19:55 +08:00
janekptacijarabaci 45fc2d35e4 (1/2) Launch command: palemoon "-migration" and "-migration -p" (follow up) 2018-07-25 09:19:48 +08:00
janekptacijarabaci 8ed61a8dc8 Building with "--enable-debug" - fix one of assertion failures 2018-07-25 09:19:41 +08:00
janekptacijarabaci 85fa604b30 gre/modules/devtools/sourceeditor/autocomplete.js
JavaScript strict warning:
resource://gre/modules/devtools/sourceeditor/autocomplete.js, line 191:
SyntaxError: private is a reserved identifier
+ Lines:
192,193,194,201,216,227,228,230,231,232,267,271,272,280,285,286,292,296,302,303,309,310,311,315
https://bugzilla.mozilla.org/show_bug.cgi?id=1206463
2018-07-25 09:19:34 +08:00
janekptacijarabaci f31f6b3bef [UXP task] gre/modules/devtools/tern/def.js
JavaScript strict warning: resource://gre/modules/devtools/tern/def.js,
line 80:
TypeError: variable re redeclares argument
JavaScript strict warning: resource://gre/modules/devtools/tern/def.js,
line 190:
TypeError: variable name redeclares argument
2018-07-25 09:19:27 +08:00
janekptacijarabaci 61982da4c8 gre/modules/devtools/qrcode/decoder/index.js
JavaScript strict warning:
resource://gre/modules/devtools/qrcode/decoder/index.js, line 978:
SyntaxError: redefining eval is deprecated
JavaScript strict warning:
resource://gre/modules/devtools/qrcode/decoder/index.js, line 22:
ReferenceError: assignment to undeclared variable GridSampler
JavaScript strict warning:
resource://gre/modules/devtools/qrcode/decoder/index.js, line 836:
ReferenceError: assignment to undeclared variable DataMask
JavaScript strict warning:
resource://gre/modules/devtools/qrcode/decoder/index.js, line 1306:
ReferenceError: assignment to undeclared variable Decoder
https://bugzilla.mozilla.org/show_bug.cgi?id=1152836 (partially)
https://bugzilla.mozilla.org/show_bug.cgi?id=1202902 (partially)
2018-07-25 09:19:20 +08:00
janekptacijarabaci 5b424cefdc [UXP task] gre/modules/commonjs/sdk/lang/weak-set.js
JavaScript strict warning:
resource://gre/modules/commonjs/sdk/lang/weak-set.js, line 9:
SyntaxError: 'use strict' statement won't be enforced as a directive
because it isn't in directive prologue position
2018-07-25 09:19:14 +08:00
janekptacijarabaci dfede2b964 [UXP task] gre/modules/commonjs/dev/volcan.js
JavaScript strict warning:
resource://gre/modules/commonjs/dev/volcan.js, line 141:
TypeError: variable event redeclares argument
2018-07-25 09:19:07 +08:00
janekptacijarabaci bd5178f34a gre/components/nsINIProcessor.js (etc.)
JavaScript strict warning: resource://gre/components/nsINIProcessor.js,
line 147:
etc.
SyntaxError: octal literals and octal escape sequences are deprecated
https://bugzilla.mozilla.org/show_bug.cgi?id=1248252
2018-07-25 09:19:00 +08:00
janekptacijarabaci 07b9922d30 gre/components/FeedWriter.js
JavaScript strict warning: resource://gre/components/FeedWriter.js, line
636:
TypeError: variable result redeclares argument
https://github.com/MoonchildProductions/Pale-Moon/pull/1207
2018-07-25 09:18:52 +08:00
janekptacijarabaci 02a1b5a7ec gre/components/FeedProcessor.js
JavaScript strict warning: resource://gre/components/FeedProcessor.js,
line 53:
TypeError: variable base redeclares argument
JavaScript strict warning: resource://gre/components/FeedProcessor.js,
line 887:
TypeError: variable uri redeclares argument
https://bugzilla.mozilla.org/show_bug.cgi?id=1245649
2018-07-25 09:18:45 +08:00
janekptacijarabaci b907b19291 [UXP task] layout\base\nsLayoutUtils.cpp
WARNING: Image width or height is non-positive: file
[drive]:\[path]\layout\base\nsLayoutUtils.cpp, line 6045
https://bugzilla.mozilla.org/show_bug.cgi?id=1317464
2018-07-25 09:18:38 +08:00
janekptacijarabaci 94846453e7 [UXP task] xpfe\appshel\nsWindowMediator.cpp
WARNING: getting z level of unregistered window: file
[drive]:\[path]\xpfe\appshel\nsWindowMediator.cpp, line 591
https://bugzilla.mozilla.org/show_bug.cgi?id=1307212
2018-07-25 09:18:31 +08:00
janekptacijarabaci 7135cdb4e2 window.onerror catches JSON.parse error in Promise fulfillment (follow up) 2018-07-25 09:18:24 +08:00
Pale Moon 2d79aa40d9 Disable window.showModalDialog.
This is no longer in the spec.
2018-07-25 09:18:17 +08:00
JustOff d5f2af83cc Remove debug messages 2018-07-25 09:18:10 +08:00
Pale Moon e09ca886fc Use alternative patch to force linking against ws2_32.
This works around build bustage in win64.
2018-07-25 09:18:02 +08:00
Pale Moon 5099d811c6 Update NSS to 3.32.1-RTM 2018-07-25 09:17:32 +08:00
Pale Moon 09fa3a7512 Update NSPR to 4.16-RTM
Import a clean copy to the tree.
2018-07-25 09:14:08 +08:00
trav90 677738c631 Handle non-empty tail dispatchers in BeginShutdown 2018-07-25 09:14:01 +08:00
trav90 937894f473 Implement TaskDispatcher::DispatchTasksFor 2018-07-25 09:13:54 +08:00
Pale Moon dbeb71fc23 Fix a potential reference issue in JS arrays.
Found with SA.
2018-07-25 09:13:46 +08:00
Pale Moon f24f4a4cd0 Fix some potential rooting hazards in the NPAPI plugin interface.
Found with SA.
2018-07-25 09:13:39 +08:00
JustOff e973037afa Safely close test stream 2018-07-25 09:13:32 +08:00
JustOff 7813d76de3 Display "not supported" error when trying to install WebExtension 2018-07-25 09:13:25 +08:00
Pale Moon ade1e9de54 Update to latest libhyphen code from upstream. 2018-07-25 09:13:18 +08:00
Pale Moon a98cbc76c7 Work around some more issues with broken Apple fonts.
Follow-up to 3d54320eb9d8b8f9f5681fb72b22a9e46aedf393
2018-07-25 09:13:11 +08:00
JustOff cf863fcbed Fix warnings from MakeNSIS 2018-07-25 09:13:04 +08:00
Pale Moon 2d808bbbef Tweak the Windows 10 styling of the default theme.
- Lighten the inactive window shade a bit more.
- Set toolbar backgrounds to transparent if the menubar is active
  > this will match the color with dwm
  > This will prevent a noticeable delay between title bar and UI region bg color updates
2018-07-25 09:12:57 +08:00
JustOff af836e96e8 Fix MSVC LNK4217 warning in hunspell 2018-07-25 09:12:50 +08:00
JustOff 30cb2f7f12 Fix preprocessor build warnings 2018-07-25 09:12:43 +08:00
JustOff c5d4217955 Correct formatting 2018-07-25 09:12:36 +08:00
JustOff 9ef0c232e9 Status bar (s4e) code cleanup 2018-07-25 09:12:29 +08:00
Pale Moon de1e624634 Focus the address bar if opened content in a new window is blank. 2018-07-25 09:12:22 +08:00
Pale Moon ca3371a34a Clobber for Brotli/WOFF2 update 2018-07-25 09:12:15 +08:00
Pale Moon e4924bf8b6 Fix some comments (no code change) 2018-07-25 09:12:08 +08:00
Pale Moon e87e891597 Enable Brotli content-encoding by default (https only).
This resolves #921.
2018-07-25 09:12:00 +08:00
Pale Moon b5ce91a047 Pull woff2 upstream update.
This resolves #1291.
2018-07-25 09:11:53 +08:00
Pale Moon 0d87c3289a Update Brotli decompressor.
This bring us up-to date for enabling of Brotli content-encoding.
This resolves #1290.
2018-07-25 09:11:46 +08:00
Pale Moon 936ef16ee8 Revert "Enable the Fetch API by default."
This reverts commit 20d038dc7536cf3e23b7e01817475182af021923.
This needs some more work before it can be enabled by default; tracked in #1385.
2018-07-25 09:11:39 +08:00
Pale Moon 2107efdaf0 Restore previous YouTube SSUAO.
See discussion in #1379.
2018-07-25 09:11:32 +08:00
Moonchild 39afb0b94d Revert "Restore previous YouTube SSUAO" 2018-07-25 09:11:25 +08:00
Pale Moon c9372c4029 Update libPNG to 1.6.28 and enable SSE2
Verified with http://www.libpng.org/pub/png/pngsuite-all-good.html
This resolves #1381.
2018-07-25 09:11:17 +08:00
janekptacijarabaci b83cf861ee URL/Address/Location bar - suggestions in location bar cannot be hidden by clicking dropmarker again 2018-07-25 09:11:10 +08:00
janekptacijarabaci 8ee20d0cb9 [suggestion] StatusBar - minor fix / style clean up 2018-07-25 09:11:03 +08:00
trav90 c94176e47b Restore previous YouTube SSUAO 2018-07-25 09:10:56 +08:00
trav90 d9de979f3b Update HSTS preload list
Tag #62.
2018-07-25 09:10:49 +08:00