Commit graph

2,253 commits

Author SHA1 Message Date
janekptacijarabaci
6d4a2c3c40 Fix throws an error on "about:telemetry" 2019-02-16 00:04:22 +08:00
Lootyhoof
5cfc75fdc9 Add new close icons and make current icons Basilisk-specific 2019-02-16 00:04:20 +08:00
wolfbeast
6f8aeda418 Improve newtab styling
- De-duplicate controls
- Improve title text position
- Improve pinned site indicator
2019-02-16 00:04:18 +08:00
Gaming4JC
5315d7c162 Remove BrowserUITelemetry from Basilisk application 2019-02-16 00:04:17 +08:00
wolfbeast
c9632eecb5 Reinstate erroneously removed line. 2019-02-16 00:04:15 +08:00
wolfbeast
a4f3536b05 Prevent the Quickdial page from stealing focus from the address bar. 2019-02-16 00:04:13 +08:00
wolfbeast
f639bba29f Be more explicit about which browser content object is focused and when. 2019-02-16 00:04:12 +08:00
wolfbeast
dd069b5bd6 Update jar manifest for removed files. 2019-02-16 00:04:10 +08:00
wolfbeast
d468df647b Remove unused files. 2019-02-16 00:04:09 +08:00
wolfbeast
2af1e4bff9 Issue #517 Part 7: Remove enhanced/sponsored links styling and page code 2019-02-16 00:04:07 +08:00
wolfbeast
c5b8ab8c9a Issue #517 Part 6: Restyle for Pale Moon.
This splits out common rules for different OSes to themes/shared and
applies new styling to the newtab page.
2019-02-16 00:04:06 +08:00
wolfbeast
1e4a36afeb Fix typo. 2019-02-16 00:04:04 +08:00
wolfbeast
1c82f061e3 Issue #517 Part 5b: Remove configuration styles + leftovers. 2019-02-16 00:04:03 +08:00
wolfbeast
da1b8162b4 Issue #517 Part 5: Remove configuration menu 2019-02-16 00:04:01 +08:00
wolfbeast
5ed9f22c99 Issue #517: Remove leftover contentSearch include. 2019-02-16 00:04:00 +08:00
wolfbeast
9e4b377ea1 Issue #517 Part 4: Fix tile pinning 2019-02-16 00:03:58 +08:00
wolfbeast
1d20d70b81 Issue #517 Part 3b: Remove compact style pref 2019-02-16 00:03:56 +08:00
wolfbeast
5c6b06ba5d Issue #517 Part 3: Remove compact style 2019-02-16 00:03:55 +08:00
wolfbeast
1f2fcc868f Issue #517 Part 1: Fix newtab Search 2019-02-16 00:03:53 +08:00
wolfbeast
48cdeab201 Issue #517 Part 1: Import newtab page from Basilisk (sans directory service provider module) 2019-02-16 00:03:51 +08:00
trav90
a179019413 Update HSTS preload list
Tag #447
2019-02-16 00:03:49 +08:00
wolfbeast
624aa2c581 Fix SSL status ambiguity.
- Adds CipherSuite string with the full suite
- Changes CipherName to be the actual cipher name instead of the (erroneous) full suite like Firefox does.
2019-02-16 00:03:48 +08:00
JustOff
2205d506e5 Fix misc regressions in en-US locale 2019-02-16 00:03:46 +08:00
wolfbeast
8bf9e33231 The Tomato's #507. 2019-02-16 00:03:45 +08:00
wolfbeast
697bcb292c Remove Google logo from about:home search bar internals. 2019-02-16 00:03:43 +08:00
janekptacijarabaci
461f47e65e [PALEMOON] Remove named function syntax in aboutPermissions.js
Issue #516
2019-02-16 00:03:42 +08:00
janekptacijarabaci
e2c9b821d5 [PALEMOON] Fix "Permissions Manager" and "Remove All Cookies"
Follow up #273
2019-02-16 00:03:40 +08:00
janekptacijarabaci
7cfb2a0405 [PALEMOON] Fix "Permissions Manager" and cookies
Follow up #273
2019-02-16 00:03:39 +08:00
wolfbeast
abe937bd78 Fix typo in newtab transformations.js 2019-02-16 00:03:37 +08:00
wolfbeast
d767e24977 Stop using old-style promises module in about:newtab.
- Rewrite to arrow functions.
- Stop using .defer and .promised

Tag #517.
2019-02-16 00:03:36 +08:00
JustOff
5c9e19b2cc Add extra Firefox -> browser changes in webide.properties 2019-02-16 00:03:34 +08:00
JustOff
8bc34e125d Correct the browser and platform names in devtools\client 2019-02-16 00:03:32 +08:00
janekptacijarabaci
65c35bbe06 nsIContentPolicy: Numbers should not be omitted in nsIContentPolicyBase.idl, rewrite uuid 2019-02-16 00:03:31 +08:00
janekptacijarabaci
0fac4df87d nsIContentPolicy: Their order (in nsIContentPolicyBase.idl) must be retained in nsContentBlocker.cpp 2019-02-16 00:03:29 +08:00
janekptacijarabaci
d180a351b0 Added Ci.nsIContentPolicy.TYPE_SAVEAS_DOWNLOAD to next files 2019-02-16 00:03:28 +08:00
janekptacijarabaci
d4bba67029 Rewrite uuid for ContentPolicy 2019-02-16 00:03:26 +08:00
janekptacijarabaci
9d3d50fd56 [PALEMOON] Fix "loadingPrincipal" in nsContextMenu.js 2019-02-16 00:03:25 +08:00
janekptacijarabaci
2e3999cd7e Remove a comment in nsContextMenu.js 2019-02-16 00:03:22 +08:00
janekptacijarabaci
b4ffccf942 Fix typo in nsContentPolicyUtils.h 2019-02-16 00:03:21 +08:00
janekptacijarabaci
9578e970f0 Bug 1430758 - No CSP directive for nsIContentPolicy::TYPE_SAVEAS_DOWNLOAD 2019-02-16 00:03:19 +08:00
janekptacijarabaci
97c6ecff55 Bug 1398229 - Save-link-as feature should use the loading principal - implementation of nsIContentPolicy.TYPE_SAVE_AS_DOWNLOAD 2019-02-16 00:03:18 +08:00
janekptacijarabaci
5f66b032f4 Bug 1398229 - Save-link-as feature should use the loading principal - context menu using nsIContentPolicy.TYPE_SAVE_AS_DOWNLOAD 2019-02-16 00:03:16 +08:00
janekptacijarabaci
71cb14295e [PALEMOON] Findbar - added the listener also to tabbrowser.xml, remove "_fastFind", a better focus() for the method "updateCurrentBrowser"
Issue #513
2019-02-16 00:03:15 +08:00
janekptacijarabaci
2f915a33a3 [PALEMOON] Findbar - remove unnecessary code (Findbar is no longer in the gBrowser)
Issue #513
2019-02-16 00:03:13 +08:00
trav90
5c04173c99 [BASILISK] Add UA overrides for YouTube Live 2019-02-16 00:03:12 +08:00
trav90
26765271ec [PALEMOON] Remove UA override for Google Fonts 2019-02-16 00:03:11 +08:00
janekptacijarabaci
e570e8f823 [PALEMOON] Sanitize - "Form and search history" sanitize also the Findbar text and history (Ctrl-Z)
Issue #502
2019-02-16 00:03:09 +08:00
janekptacijarabaci
7e72997490 Fix typos in comments - scratchpad.properties 2019-02-16 00:03:07 +08:00
wolfbeast
820295a87c [BASILISK] Align ChromeUI identity box label color with Basilisk branding.
This resolves #484
2019-02-16 00:03:06 +08:00
wolfbeast
4f33dfa20b Increase max size for GDI classic forced families.
Set the maximum size at which we will force GDI classic mode using
force_gdi_classic_for_families to 17 to prevent some known font
artifacts using d2d.
2019-02-16 00:03:05 +08:00