Commit graph

1,073 commits

Author SHA1 Message Date
wolfbeast
b372f91454 Issue #303 Part 3: Update themes for the new Basilisk location.
This also addresses #286.
2019-02-16 00:00:42 +08:00
wolfbeast
d224ddb0e5 Issue #303 Part 2: Update build files for the new location 2019-02-16 00:00:40 +08:00
wolfbeast
177b28a898 Issue #303 Part 1: Move basilisk files from /browser to /application/basilisk 2019-02-16 00:00:39 +08:00
wolfbeast
a951f19dfd [PALEMOON] Bump version to Alpha 3 2019-02-16 00:00:29 +08:00
janekptacijarabaci
de5b649680 [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys
Issue #430
2019-02-16 00:00:28 +08:00
wolfbeast
aa5e85f67d Revert "Reinstate tabMinWidth and tabMaxWidth prefs."
This reverts commit 6e8846622a79549542adaca58d741d9263daf686.
2019-02-16 00:00:25 +08:00
NTD
0e70c6dfec [PALEMOON] Package helper.exe so Windows Shell Service actually works on a packaged product 2019-02-16 00:00:16 +08:00
trav90
c74733cc79 [PALEMOON] Enable update prefs in Unstable branding for Linux 2019-02-16 00:00:03 +08:00
JustOff
41f8075d54 [PALEMOON] Use ShellService.jsm to get the shell service in utilityOverlay.js 2019-02-15 23:59:52 +08:00
wolfbeast
0baf9bbbea Rewrite restoreDimensions to account for mismatched CSS/device pixel sizes.
This resolves the situation where the device pixels per css px does not match the screen DPI.
In that case, the restored width and height would be adjusted if the window width (css px)
would be larger than the screen width (dev pixels). This patch converts everything to css px
before checking if the dimensions fit the screen.

This resolves #411.
2019-02-15 23:59:48 +08:00
JustOff
bde1d7a02b [PALEMOON] Package chrome.manifest for default theme across all platforms 2019-02-15 23:59:46 +08:00
wolfbeast
96a0af1be8 Reinstate tabMinWidth and tabMaxWidth prefs.
This resolves #410.
2019-02-15 23:59:38 +08:00
wolfbeast
8d524b4567 Disable HPKP telemetry in Pale Moon. 2019-02-15 23:59:33 +08:00
JustOff
e4eb3e60ec Remove unused webapps icons files from Pale Moon 2019-02-15 23:59:31 +08:00
JustOff
9d35cf2e1a Remove unused webapps icons from Pale Moon 2019-02-15 23:59:30 +08:00
janekptacijarabaci
10ec23e5a8 [PALEMOON] [frontend vs backend] Part 2: Mass-replace global-scope let/const with var in Pale Moon and TychoAM
Issue #155

Part 2 for:
931950a880
2019-02-15 23:59:21 +08:00
Moonchild
170f2ade41 Revert "Always build with SSE2 support & display an error if not available" 2019-02-15 23:59:11 +08:00
Moonchild
155ccedb7d Revert "Only display SSE2 error dialog on 32-bit Linux" 2019-02-15 23:59:10 +08:00
trav90
b59dce9964 Only display SSE2 error dialog on 32-bit Linux
All 64bit CPU's support SSE2 so there's no reason to have this code on 64-bit builds.
2019-02-15 23:59:08 +08:00
wolfbeast
b22223ac20 Make Pale Moon Windows8WindowFrameColor compatible with global scope.
This resolves #396.
2019-02-15 23:59:07 +08:00
trav90
1e8a7b041e Tweak SSE/SSE2 GCC flags 2019-02-15 23:59:04 +08:00
trav90
989d1736b2 Display an error on Linux in the absence of SSE2 2019-02-15 23:59:01 +08:00
janekptacijarabaci
adb584360c [PALEMOON] [frontend vs backend] Reduce size of PopupBlocking:UpdateBlockedPopups messages
Issue #392
2019-02-15 23:58:59 +08:00
adeshkp
8b9da6442c Pale Moon - Fix white tab text for active tab on Mac 2019-02-15 23:58:53 +08:00
wolfbeast
1a823f5ad6 Remove SPS profiler.
- Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS)
- Stub out several profiler-only functions.
2019-02-15 23:58:37 +08:00
janekptacijarabaci
64602172c2 [PALEMOON] [frontend vs backend] Places - fix: adding a livemark doesn't work correctly
Issue #121
2019-02-15 23:58:33 +08:00
wolfbeast
92fbd042f5 Remove the Dark Matter Detector (DMD) Memeory debugger component.
This resolves #376.
2019-02-15 23:58:31 +08:00
Leorize
0f84519843 palemoon/installer: Fix packaging when built --with-system-nss/nspr
The variables set by 'configure' for --with-system-(nss|nspr) is named
differently in UXP. This breaks packaging for palemoon when system
nss/nspr is used.

This commit corrects the name of said variables.
2019-02-15 23:58:16 +08:00
JustOff
1cb6795a53 Revive the quickdial page (about:newtab) 2019-02-15 23:57:47 +08:00
NTD
c62b49db46 Pale Moon version bump 2019-02-15 23:57:32 +08:00
NTD
3f5f572bde [PALEMOON] Override Windows Installer usage of MOZ_APP_DISPLAYNAME when appropriate 2019-02-15 23:57:27 +08:00
NTD
56cbcefcae [PALEMOON] Remove non-applicable lines from package-manifest.in that block basic macintosh packaging 2019-02-15 23:57:18 +08:00
JustOff
3b0cc3da02 Remove the obsolete media.mediasource.format-reader control from the preferences UI 2019-02-15 23:57:01 +08:00
JustOff
b6f0383b26 [PALEMOON] Remove fullscreen and pointer-lock from permission managing 2019-02-15 23:56:32 +08:00
JustOff
614562a3c6 [PALEMOON] Replace fullscreen permission dialog with a warning 2019-02-15 23:56:30 +08:00
JustOff
fe4cd1c6e2 [PALEMOON] Update fullscreen activation event to match UXP 2019-02-15 23:56:29 +08:00
NTD
b7158e06ac Use application specific application.ini 2019-02-15 23:56:27 +08:00
wolfbeast
b8114dcbc0 Issue #325 Part 10: Remove non-Intl conditionals from installer files. 2019-02-15 23:56:11 +08:00
JustOff
8524393860 Delay and shorten animation of transition to the full-screen 2019-02-15 23:55:49 +08:00
wolfbeast
48c807d319 Remove unused XREShellData 2019-02-15 23:55:44 +08:00
wolfbeast
c8462db202 Remove sandbox ductwork conditional code. 2019-02-15 23:55:41 +08:00
wolfbeast
369378d566 Remove content process sandbox code. 2019-02-15 23:55:37 +08:00
janekptacijarabaci
575e9cc773 [PALEMOON] [frontend vs backend] Places - use "let" instead of "var" for the entire function "onKeywordFieldBlur"
Issue #121
2019-02-15 23:55:32 +08:00
janekptacijarabaci
d0022b0f76 [PALEMOON] [frontend vs backend] Places - Fix: "Keyword" reset (to an empty value) does not work
Issue #121
2019-02-15 23:55:31 +08:00
NTD
a073130d31 [TychoAM] Do not allow Jetpack extensions to install if Jetpack isn't actually built
This does not cover the previous case of an application dropping jetpack support.. This follows the WebExtension route. A new case will have to be redeveloped if an existing application drops jetpack support.
2019-02-15 23:55:26 +08:00
NTD
2517dc59dc [PALEMOON] Update error number for webextensions to match the platform 2019-02-15 23:55:19 +08:00
JustOff
4656ff95ec [PALEMOON] Align the application with the updated fullscreen API 2019-02-15 23:55:17 +08:00
JustOff
211c4325ba [PALEMOON] Use CSS transition instead of JS animation for hiding toolbox in fullscreen mode and simplify related code 2019-02-15 23:55:15 +08:00
JustOff
3d8fca1220 [PALEMOON] Added padding to toolbar autohide 2019-02-15 23:55:13 +08:00
JustOff
f42005f392 [PALEMOON] fullscr-toggler element needs to be hidden in DOM fullscreen 2019-02-15 23:55:12 +08:00