Commit graph

1,236 commits

Author SHA1 Message Date
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
wolfbeast
26ca4670fe Limit PNG image dimensions. 2019-02-15 23:59:28 +08:00
janekptacijarabaci
f8e5c4e837 [PALEMOON] [frontend vs backend] Remove unused webapps-*.png (chrome://global/skin/icons/webapps-*.png)
Issue #121
2019-02-15 23:59:27 +08:00
janekptacijarabaci
ba363baa9b [PALEMOON] [frontend vs backend] Added icons (fix typo in a path: osx/global/icons)
Issue #121
2019-02-15 23:59:25 +08:00
janekptacijarabaci
66e094fad3 [PALEMOON] [frontend vs backend] Added icons (fix typo in a path: osx/global/icons)
Issue #121
2019-02-15 23:59:24 +08:00
janekptacijarabaci
64c2c46681 [PALEMOON] [frontend vs backend] Added icons
Issue #121
2019-02-15 23:59:23 +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
NTD
f5ddf51953 [WebExAM] Deduplicate toolkit/mozapps/webextensions 2019-02-15 23:59:20 +08:00
NTD
e25be6c404 [WebExAM] Follow up to 351cf2703 2019-02-15 23:59:18 +08:00
wolfbeast
cad3295cf4 Fix typo in 8b9fe0e3582a0578720dc38b4ede57eac90e4594 2019-02-15 23:59:16 +08:00
NTD
d300380db0 [WebExAM] Issue #402 - Make JSON update manifests assume Firefox instead of Toolkit 2019-02-15 23:59:14 +08:00
Pale Moon
7c5d4769d8 Port libopus upstream patch.
Based on https://git.xiph.org/?p=opus.git;a=commitdiff;h=70a3d641b
2019-02-15 23:59:13 +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
10bc6c2b0d Remove extraneous SSE flag 2019-02-15 23:59:05 +08:00
trav90
1e8a7b041e Tweak SSE/SSE2 GCC flags 2019-02-15 23:59:04 +08:00
trav90
bbc27e01ae Always build with SSE2 support when using GCC 2019-02-15 23:59:02 +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
janekptacijarabaci
8c8210bacf Bug 1394399 - Fix web-platform-tests to expect "same-origin" default Request.credentials
Issue #389
2019-02-15 23:58:58 +08:00
janekptacijarabaci
72fa225e1b Bug 1394399 - Fix mochitests to expect "same-origin" default Request.credentials
Issue #389
2019-02-15 23:58:56 +08:00
janekptacijarabaci
663291455b Bug 1394399 - Default Request.credentials to "same-origin" instead of "omit"
Issue #389
2019-02-15 23:58:55 +08:00
adeshkp
8b9da6442c Pale Moon - Fix white tab text for active tab on Mac 2019-02-15 23:58:53 +08:00
Moonchild
aa52f6bd53 Revert "Remove the Social API" 2019-02-15 23:58:52 +08:00
Ascrod
d7e628ffa5 Remove MOZ_SOCIAL. 2019-02-15 23:58:50 +08:00
Ascrod
44dc9ecd8e Remove the Social API 2019-02-15 23:58:48 +08:00
trav90
72d9e76fca Revoke MediaDataDecoder callback after RemoteVideoDecoder has been shut down 2019-02-15 23:58:46 +08:00
trav90
46621ae3e3 Null check the right pointer in RecvReadback 2019-02-15 23:58:45 +08:00
trav90
edf010898f Perform null check earlier in OggCodecState.cpp 2019-02-15 23:58:43 +08:00
trav90
1bc04e8910 [MSE] Correct ADTS frame size calculation
This should be bitwise OR rather than logical OR, which just returns 1.
2019-02-15 23:58:42 +08:00
wolfbeast
c006541548 Remove CrashReporterParent leftover.
Tag #20.
2019-02-15 23:58:40 +08:00
wolfbeast
e17c0d4d87 Remove IPC profile functions.
Resolves #378.
2019-02-15 23:58:39 +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
wolfbeast
3fe8aff3f5 Remove CrashReporterParent leftover.
Tag #20.
2019-02-15 23:58:35 +08:00
wolfbeast
8d1e73fc3c Remove the jprof profiler.
This resolves #377.
2019-02-15 23:58:34 +08:00