wolfbeast
f61fb76066
Expose hidden preference to disable Page Thumbnail generation.
...
This resolves #906 .
2019-02-16 00:23:56 +08:00
wolfbeast
45cb285411
Dont rely on 'this' staying alive long enough for getting favicons.
...
This fixes #809 .
2019-02-16 00:23:43 +08:00
wolfbeast
5b0a11b442
Stub out FxA context menu functions.
...
Tag #812
2019-02-16 00:22:36 +08:00
wolfbeast
def01c3bb9
Stop including a dummy dll on Windows for broken old versions of WebSense.
...
WebSense has moved to an extension solution instead of dll injection, so
this dummy dll (for blocking injection) is no longer necessary.
2019-02-16 00:22:34 +08:00
wolfbeast
e9bdcb12f3
Remove non-functional removal summary from quota dialog.
2019-02-16 00:22:04 +08:00
wolfbeast
78993a5920
Restore quota view/warnings to Basilisk.
2019-02-16 00:22:03 +08:00
wolfbeast
ea4d0e4dbd
[BASILISK] Make CUI's PanelUI work with Weave.
2019-02-16 00:21:58 +08:00
wolfbeast
446ce70a66
[BASILISK] Make Basilisk front-end use Weave
2019-02-16 00:21:56 +08:00
wolfbeast
6c66064e0e
[BASILISK] Enable the "legacy" panels for the sync preferences.
2019-02-16 00:21:53 +08:00
wolfbeast
1268dd6fe5
Don't build internal updater by default and set default update channel to an inactive one.
2019-02-16 00:19:15 +08:00
wolfbeast
6f97045d83
Enable gamepad support by default in Basilisk.
...
Necessary because of changed platform default. See #794
2019-02-16 00:19:13 +08:00
wolfbeast
0c4fe21435
#863 part 2: Make opportunistic encryption opt-in for UXP
...
This exposes the new pref and also sets the Alt-Svc pref for OE to false.
Basilisk gets a default opt-in for both to stay close to Firefox.
2019-02-16 00:19:01 +08:00
wolfbeast
e53942ffe8
Backout opportunistic encryption changes.
...
Apparently there is some functional and naming confusion here.
Backing out to re-land after evaluation and possible changes.
Tag #863 .
2019-02-16 00:18:57 +08:00
wolfbeast
8fb5b349d5
Swap default platform state for opportunistic encryption.
...
Tag #863
2019-02-16 00:18:54 +08:00
adeshkp
d4dd907df9
Basilisk: Trivial fixes for Mac build
2019-02-16 00:16:19 +08:00
yami
56963761a3
align Basilisk sidebar context menu behaviour with Pale Moon
2019-02-16 00:16:15 +08:00
Ascrod
854438a848
Issue #832 Part 3: Remove strings.
2019-02-16 00:15:54 +08:00
Ascrod
6343212065
Issue #832 Part 2: Remove styling and images.
2019-02-16 00:15:52 +08:00
Ascrod
7dac76098e
Issue #832 Part 1: Remove modules, chrome, and preferences.
2019-02-16 00:15:51 +08:00
Ascrod
924eb021bc
Basilisk Installer: Remove unused stub defines and strings.
2019-02-16 00:15:28 +08:00
Ascrod
7f8c7d8148
Basilisk Installer: Update Windows ARP URLs.
2019-02-16 00:15:25 +08:00
JustOff
074adbab24
[BASILISK] Protect against nsIPrincipal.origin throwing for about:blank iframes and custom protocols
2019-02-16 00:15:13 +08:00
wolfbeast
a69753706d
Rename "Cookies" to "Cookies and Site Data" in preferences where applicable.
...
Tag Issue #765
2019-02-16 00:14:31 +08:00
JustOff
ee4ef937d9
[BASILISK] Skip notifications for background tabs when restoring a session
2019-02-16 00:13:53 +08:00
wolfbeast
fe9637c0f8
Remove FxA migrator.
...
This resolves #637
2019-02-16 00:12:25 +08:00
wolfbeast
4932cf3ea0
Add a horizontal scroll action option for mouse wheel.
...
Resolves #732
2019-02-16 00:12:03 +08:00
Gaming4JC
1c7dbcfb7c
Basilisk: Fix locale error on migration.xul on Linux
2019-02-16 00:11:51 +08:00
Gaming4JC
4c5dd3bcf8
Basilisk: Remove TelemetryStopwatch
2019-02-16 00:11:29 +08:00
wicknix
c8107c9c8e
Add files via upload
...
remove old mac firefox icns files and replace with basilisk icns files
2019-02-16 00:11:21 +08:00
wicknix
ddbf4f4cb8
Update Info.plist.in
...
fix exe name and min osx version
2019-02-16 00:11:20 +08:00
yami
3924fd0034
remove "learnMoreContainer" leftovers (part 2)
2019-02-16 00:09:54 +08:00
yami
91849f7205
remove "learnMoreContainer" leftovers
2019-02-16 00:09:52 +08:00
yami
9b729953a0
remove dead code
2019-02-16 00:09:38 +08:00
Franklin DM
52f1c9915a
Issue #336 : Mouse position tracker not set even if chrome is still visible on fullscreen
2019-02-16 00:08:35 +08:00
janekptacijarabaci
9ce98cad60
[BASILISK] "about:privatebrowsing" - use "Basilisk" instead of "Firefox"
...
Issue #610
2019-02-16 00:08:05 +08:00
janekptacijarabaci
ef547d4967
Bug 1334411 - Remove the UI for indexedDB in Page Info and Permissions Manager
2019-02-16 00:07:29 +08:00
wolfbeast
343a51f1a1
Rename firefox(-branding).js to basilisk(*).js
...
Bonus: combats some fingerprinting.
2019-02-16 00:07:20 +08:00
wolfbeast
ad2c18b0f2
Prevent suppressing executable warnings using the "don't ask me this again" checkbox.
...
A hidden preference matching the behavior of "browser.download.manager.alertOnEXEOpen" is kept, but is renamed in order to recover cases where the checkbox was used accidentally.
While there, simplify the `confirmLaunchExecutable` function by converting from promises to async function.
Since Basilisk moved this prompting to toolkit, we also clean up some unused duplicate strings from application/basilisk while we're there.
This resolves #581
2019-02-16 00:07:16 +08:00
wolfbeast
a1527ead42
Revert "Remove unwanted newtab page code"
...
This reverts commit 277fa0afdc50b707b3227ca327c29766cdcd20f1.
2019-02-16 00:06:19 +08:00
wolfbeast
7b82a2ece4
Remove SSL Error Reporting telemetry
2019-02-16 00:06:16 +08:00
NTD
10487d6802
Use MOZ_AUSTRALIS to define common shared Australis features
2019-02-16 00:06:04 +08:00
janekptacijarabaci
1e44cdc9b6
[BASILISK] Unify strings for "Restart in Safe Mode" (with toolkit - "about:profiles" and "about:support")
...
https://github.com/MoonchildProductions/Pale-Moon/issues/1563
2019-02-16 00:05:34 +08:00
NTD
c5f22288ca
[AllAM] Revert Bug 956990 - PREF_CHECKCOMAT_THEMEOVERRIDE
2019-02-16 00:04:53 +08:00
wolfbeast
2a8cc5b1ea
Remove unwanted newtab page code
...
- Get rid of "enhanced" suggested/sponsored tiles in about:newtab
- Remove "compact view"
2019-02-16 00:04:43 +08:00
janekptacijarabaci
f3919fb5e6
Preferences - Show Cookies - <tree onselect>/"onCookieSelected" is not fired twice
2019-02-16 00:04:42 +08:00
janekptacijarabaci
ec107bb60e
Preferences - Show Cookies - "Remove Selected" button should not be active if there are no items
2019-02-16 00:04:40 +08:00
Gaming4JC
5315d7c162
Remove BrowserUITelemetry from Basilisk application
2019-02-16 00:04:17 +08:00
janekptacijarabaci
2e3999cd7e
Remove a comment in nsContextMenu.js
2019-02-16 00:03:22 +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
trav90
5c04173c99
[BASILISK] Add UA overrides for YouTube Live
2019-02-16 00:03:12 +08:00