Commit Graph

606 Commits

Author SHA1 Message Date
Pale Moon aba97201b1 Synchronize blocklist timestamp. 2018-07-25 09:20:03 +08:00
janekptacijarabaci 45fc2d35e4 (1/2) Launch command: palemoon "-migration" and "-migration -p" (follow up) 2018-07-25 09:19:48 +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
JustOff d5f2af83cc Remove debug messages 2018-07-25 09:18:10 +08:00
JustOff 7813d76de3 Display "not supported" error when trying to install WebExtension 2018-07-25 09:13:25 +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 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 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
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
Pale Moon c1d9db058a Fix typo made in c60987c0cab8c7002bc5493404c6f87c704add04 2018-07-25 09:10:42 +08:00
JustOff f5c222f66d Add option to clear site connectivity data (HSTS/HPKP) 2018-07-25 09:10:34 +08:00
Pale Moon decd738923 Add Yahoo override. 2018-07-25 09:10:06 +08:00
janekptacijarabaci be03951649 StatusBar - improvements 2018-07-25 09:09:59 +08:00
Pale Moon a07eb87057 Change default styling for when no accent color is applied on Win 10 to black-on-white.
This resolves #1368.
2018-07-25 09:09:52 +08:00
NTD 291a5c4e1c Issue N/A - Follow up to pull request #1366 - Centralize UAO version control 2018-07-25 09:09:45 +08:00
JustOff 0b542fab2c Improve names consistency 2018-07-25 09:09:31 +08:00
JustOff 659dd6c866 Centralize UAO version control 2018-07-25 09:09:24 +08:00
Pale Moon 6b8d3da4e9 Add DropBox override (Native mode)
This resolves #1363.
2018-07-25 09:09:09 +08:00
Pale Moon fe6da41373 Sync GRE compatversion with GRE version 2018-07-25 09:09:02 +08:00
JustOff 90e056c5ab Update socksRemoteDNS.label 2018-07-25 09:08:55 +08:00
JustOff d7cf62aae4 Expose extra network connection preferences in the UI 2018-07-25 09:08:48 +08:00
JustOff 30deb91d78 Clear QuotaManager storage along with Offline Website Data 2018-07-25 09:08:04 +08:00
janekptacijarabaci 7c6a238329 Downloads - It can't delete from history - using the context menu: "Remove From History" 2018-07-25 09:07:57 +08:00
janekptacijarabaci 7d523538c5 PopupNotifications - support "learnMoreURL" 2018-07-25 09:07:22 +08:00
janekptacijarabaci fc601e477e Urlbar - Switch to tab (alt, shift)
This resolves #717 and #1350
2018-07-25 09:06:53 +08:00
Pale Moon 79c194a144 New cycle version bump 2018-07-25 09:06:46 +08:00
janekptacijarabaci a408bbfc3d The Context Menu - search (improvements) 2018-07-25 09:06:32 +08:00
Pale Moon 968210a1b7 Fix minor style nit. 2018-07-25 09:04:34 +08:00
janekptacijarabaci 075e54d6f9 StatusBar - follow up 2018-07-25 09:04:26 +08:00
trav90 1f354eeed1 Restore (updated) SSUAO for YouTube
Otherwise on live streams, YouTube replaces the live chat box with a "Your browser is out of date" message.
2018-07-25 09:04:19 +08:00
janekptacijarabaci 214ca75aec StatusBar - follow up 2018-07-25 09:04:12 +08:00
Pale Moon 81ff3172d0 Work around an old regression in Web Panels.
See also: https://bugzilla.mozilla.org/show_bug.cgi?id=483919#c13
This should fix #1344.
2018-07-25 09:03:51 +08:00
Pale Moon 1cf08a7b5f Reorganize and clean up status preferences.
- Remove unused strings, code and graphics
- Remove warning deck (advanced no longer has a dangerous option)
- Move protocol trimming to advanced
2018-07-25 09:03:44 +08:00
adeshkp f9054a7fe1 Remove extra ";" 2018-07-25 09:03:08 +08:00
Pale Moon e00c925675 Remove errant "+"
Follow-up to 4a463ba721cef6c9f1018597ba2cfaa21150a7ce
2018-07-25 09:03:00 +08:00
Pale Moon c66a231705 Update UI controls for our current MSE/MP4/WebM implementation state. 2018-07-25 09:02:46 +08:00
Pale Moon e508e0de60 Remove flash-enabler SSUAO for youtube (since it's now N/A).
YT's Gaming site also seems to be less restrictive now, so use a default Firefox-compat UAO.
2018-07-25 09:02:31 +08:00
janekptacijarabaci be76181e37 Preferences - the blocklist - level - throws an error 2018-07-25 08:13:37 +08:00
Pale Moon 281dd89b1d Update cert attributes to check to our own. 2018-07-25 08:13:30 +08:00
Pale Moon e83caea909 Check cert attributes for official/unstable updates + make unstable check https. 2018-07-25 08:13:23 +08:00
Pale Moon cc749e6222 Change some pref comments (no code changes) for highlighter convenience. 2018-07-25 08:13:16 +08:00
Pale Moon d081b8dc4a Stop using ICC profiles on Linux.
General consensus seems to be that color management on Linux desktops is not mature enough to enable by default.
2018-07-25 08:13:09 +08:00
janekptacijarabaci bea98a2fc0 Main menu - Restart (improvements - notify all windows that an application quit has been requested) 2018-07-25 08:12:48 +08:00