Commit graph

2,222 commits

Author SHA1 Message Date
wolfbeast
302f069f68 Add a helper function in PlacesUIUtils.jsm to cater to HiDPI favicon display with #-moz-resolution=w,h 2019-02-16 00:00:54 +08:00
wolfbeast
b74e38782d Port our stricter cookie gating.
This addresses the critical section of #449.
2019-02-16 00:00:52 +08:00
janekptacijarabaci
5928218c40 Remove an unnecessary comment when closing the dialog
Issue #434
2019-02-16 00:00:51 +08:00
janekptacijarabaci
4760d34eee Style clean up + fix typo
Issue #434
2019-02-16 00:00:49 +08:00
janekptacijarabaci
e619aeed91 [PALEMOON] Fix "Open Web Location" (Ctrl-L/Alt-D) when nav toolbar hidden
Issue #434
2019-02-16 00:00:47 +08:00
SpockFan02
81491f13fe Fix a file path for macOS
Tag #286
2019-02-16 00:00:46 +08:00
wolfbeast
6fa4aa7c27 Fix Basilisk Mac window menu include path.
Tag #286
2019-02-16 00:00:45 +08:00
wolfbeast
84cea9661a Fix incorrect Pale Moon installer locale paths. 2019-02-16 00:00:43 +08:00
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
Ascrod
669f3729fd Update Readability from mozilla-central release branch (FF 60.0). 2019-02-16 00:00:26 +08:00
wolfbeast
aa5e85f67d Revert "Reinstate tabMinWidth and tabMaxWidth prefs."
This reverts commit 6e8846622a79549542adaca58d741d9263daf686.
2019-02-16 00:00:25 +08:00
Ascrod
d53f36e9fb Remove SelfSupportBackend module. 2019-02-16 00:00:23 +08:00
JustOff
5dd561425b Don't search for directives that are never used alone 2019-02-16 00:00:22 +08:00
JustOff
c7ed9dfd46 Refine the file extensions even more 2019-02-16 00:00:20 +08:00
JustOff
51d60c1b89 Update the list of directives and file extensions for check 2019-02-16 00:00:19 +08:00
JustOff
f13c934a8f Check if there are any unpreprocessed files 2019-02-16 00:00:17 +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
3f87aa1a69 Always build with SSE2 support when using GCC 2019-02-16 00:00:14 +08:00
NTD
53005879e6 Add a check to prevent a crash when CSP directives are used with chrome content
Chrome content uses System Principle and this kind of speculative preloading of CSP just won't work.
2019-02-16 00:00:13 +08:00
Ascrod
5994bb0193 Remove unused code from SelfSupportBackend module. 2019-02-16 00:00:11 +08:00
Ascrod
d2df438fb1 Remove unneeded if condition from SelfSupportBackend module. 2019-02-16 00:00:09 +08:00
Ascrod
0a597eafce Remove unused customization tip prefs. 2019-02-16 00:00:07 +08:00
Ascrod
fcd72d8112 Remove tracking protection tour. 2019-02-16 00:00:06 +08:00
Ascrod
dece98a7b5 Remove UITour and customize tips. 2019-02-16 00:00:05 +08:00
trav90
c74733cc79 [PALEMOON] Enable update prefs in Unstable branding for Linux 2019-02-16 00:00:03 +08:00
wolfbeast
7350bb0399 Move the MOZ_DISABLE_PRECOMPILED_STARTUPCACHE check. 2019-02-16 00:00:02 +08:00
wolfbeast
7e89fca2f7 Partially revert safebrowsing commits to fix "tracking protection".
This resolves #425.
2019-02-16 00:00:00 +08:00
wolfbeast
f4a29c2947 Teach moz.configure about --enable-precompiled-startupcache 2019-02-15 23:59:58 +08:00
wolfbeast
aad4417153 Add build config option to disable startup cache precompilation.
This resolves #418.
2019-02-15 23:59:57 +08:00
Ascrod
199c3900f8 Remove duplicate ifdefs in browser-safebrowsing.js 2019-02-15 23:59:55 +08:00
Ascrod
5d02e0b3b3 Remove unused social icons. 2019-02-15 23:59:54 +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
6543b2afe6 Pre-process blocklists.js 2019-02-15 23:59:51 +08:00
janekptacijarabaci
4a6ce109b1 Build - throws a warning: 'rv': unreferenced local variable
PR #412
2019-02-15 23:59:49 +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
JustOff
3687f876bc [PALEMOON] Fix missed notifyPluginCrashed.png on windows and linux 2019-02-15 23:59:45 +08:00
Ascrod
867cbe5252 Remove Social API. 2019-02-15 23:59:43 +08:00
wolfbeast
6d5665535e Enable blocking of top-level data: navigation. 2019-02-15 23:59:41 +08:00
Gaming4JC
d4ac94cf3e Remove support and tests for HSTS priming from the tree. Fixes #384 2019-02-15 23:59:39 +08:00
wolfbeast
96a0af1be8 Reinstate tabMinWidth and tabMaxWidth prefs.
This resolves #410.
2019-02-15 23:59:38 +08:00
NTD
be637b7eef [WebExAM] Use extensions.minCompatibleAppVersion instead of extensions.minCompatiblePlatformVersion for update.json 2019-02-15 23:59:36 +08:00
wolfbeast
fdf7ba29b4 Fix sec pref locations and enable HPKP checking by default.
Some prefs were incorrectly in all.js (ocsp and hpkp)
2019-02-15 23:59:35 +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