Commit graph

2,253 commits

Author SHA1 Message Date
wolfbeast
28646a9cc1 Move native UA compatmode out of branding into app prefs. 2019-02-16 00:03:03 +08:00
wolfbeast
6e95f87e3b Transfer findbar data to torn-off tabs. 2019-02-16 00:03:02 +08:00
wolfbeast
b25c4a5c1f Minimal easy fix -- move findbar getters to tabbrowser.
Resolves #487
2019-02-16 00:03:00 +08:00
wolfbeast
290eea38cf Add a nullcheck in DOMProxyHandler::EnsureExpandoObject jic. 2019-02-16 00:02:58 +08:00
NTD
276510c457 Clang needs a trailing new line in intl/hyphenation/glue/hnjstdio.cpp 2019-02-16 00:02:56 +08:00
janekptacijarabaci
358cb3e504 Remove appConstants usage from Troubleshoot.jsm (follow up)
Tags:
#65
#494 (follow up)
2019-02-16 00:02:55 +08:00
janekptacijarabaci
185269cb62 Revert "Add a next preprocessing to Troubleshot.jsm"
This reverts commit 6ac05db3d6f771a3a572a5701e0dbe88754f47b3.
2019-02-16 00:02:53 +08:00
janekptacijarabaci
1b0ffd8a7b Add a next preprocessing to Troubleshot.jsm
Issue #65 (partially)
2019-02-16 00:02:52 +08:00
janekptacijarabaci
63ad437c13 Add architecture detection to "about:" and "about:support"
Issue #492
2019-02-16 00:02:50 +08:00
JustOff
c75edc1c0a [PALEMOON] Remove image/jxr from image.http.accept until JPEG-XR decoder is implemented 2019-02-16 00:02:49 +08:00
wolfbeast
7a614526ec Revert "Disable WebP decoder until memory leak is resolved"
This reverts commit 7336eef241d22d4420b270bb5aa7e5692251455d.
2019-02-16 00:02:47 +08:00
wolfbeast
ee622ef7cc Free the decoded image buffer before deleting the WebP decoder.
This should solve #483.
2019-02-16 00:02:45 +08:00
wolfbeast
dfd13c47f4 Stop making the version text selectable in the about box.
This resolves #478.
2019-02-16 00:02:44 +08:00
janekptacijarabaci
d5fdf1c3e1 [PALEMOON] Moving About permissions component files from components/preferences/ to components/permissions/
Issue #191
2019-02-16 00:02:42 +08:00
JustOff
1a7dbd242b Fix incorrect preprocessor defines for safebrowsing 2019-02-16 00:02:41 +08:00
JustOff
2001b08aa6 Disable WebP decoder until memory leak is resolved 2019-02-16 00:02:40 +08:00
wolfbeast
e8da26a290 Belated clobber for PR #477 2019-02-16 00:02:38 +08:00
wolfbeast
ee199e864d Use newer asyncFetch() instead of asyncFetch2() in LWT image optimizer.
This resolves #485.
2019-02-16 00:02:36 +08:00
janekptacijarabaci
98b5fdb61b [suggestion] [PALEMOON] Unstable releases - fix some links on Linux
Issue #480
2019-02-16 00:02:35 +08:00
JustOff
bbb5d38c60 Update build system files for NSPR and NSS 2019-02-16 00:02:33 +08:00
JustOff
fe96962962 Update NSS to 3.36.4-RTM 2019-02-16 00:02:32 +08:00
JustOff
099459dec0 Update NSPR to 4.19 2019-02-16 00:02:29 +08:00
JustOff
c1f85b85de [PALEMOON] Change the three-state DoNotTrack controls to a simple on/off switch 2019-02-16 00:02:27 +08:00
janekptacijarabaci
38dac3dae0 [PALEMOON] Fix package bustage if devtools is disabled
Issue #102
2019-02-16 00:02:26 +08:00
wolfbeast
f493d6eb7a Stop also selecting trailing space when word-selecting.
This resolves #472.
2019-02-16 00:02:24 +08:00
JustOff
3709728fb1 [BASILISK] Hide tracking protection title from aboutPrivateBrowsing if safebrowsing isn't built 2019-02-16 00:02:23 +08:00
JustOff
553c699745 [BASILISK] Hide tracking protection description from aboutPrivateBrowsing if safebrowsing isn't built 2019-02-16 00:02:22 +08:00
JustOff
1652fce000 [BASILISK] Remove tracking protection controls from aboutPrivateBrowsing if safebrowsing isn't built 2019-02-16 00:02:20 +08:00
JustOff
771cee197c [BASILISK] Remove tracking protection controls from the UI if safebrowsing isn't built 2019-02-16 00:02:19 +08:00
JustOff
373beed726 By default, disable tracking protection in Private Browsing mode if safebrowsing isn't built 2019-02-16 00:02:18 +08:00
wolfbeast
2ae786c929 Bump version to Alpha 4. 2019-02-16 00:02:16 +08:00
wolfbeast
b80678934a Set Pale Moon Sync specific URLs in application shared prefs.
Tag #468.
2019-02-16 00:02:15 +08:00
janekptacijarabaci
f174521d9e [PALEMOON] [frontend vs backend] Sync - add missed strings in sync.properties
Issue #308
2019-02-16 00:02:13 +08:00
janekptacijarabaci
9055a7f592 [PALEMOON] Sync - fix quota.js (SyntaxError: missing ] after element list)
Issue #308
2019-02-16 00:02:12 +08:00
wolfbeast
867de19f7e Use a pref for supported Sync server API levels 2019-02-16 00:02:10 +08:00
JustOff
f9dfa17007 [PALEMOON] Add missed strings required by page info 2019-02-16 00:02:09 +08:00
wolfbeast
8d899f957c Partially disentangle FxA from Weave so Pale Moon Sync can work. 2019-02-16 00:02:06 +08:00
wolfbeast
9879cbdd88 Make sure the waiting message is actually displayed. 2019-02-16 00:02:05 +08:00
wolfbeast
0bdecfc6ea Media: harden TrackID handling. 2019-02-16 00:02:03 +08:00
Valentin Gosu
bfe6f25a2d Sanity-check in nsStandardURL::Deserialize(). r=mayhemer, a=RyanVM
Also add test for faulty nsStandardURL deserialization.

See Bug 1392739.
2019-02-16 00:02:02 +08:00
Boris Zbarsky
d8712492da Bug 1464784 - Hold a strong ref to the document in callers of ConvertNodesOrStringsIntoNode. r=smaug, a=abillings 2019-02-16 00:02:00 +08:00
jgilbert@mozilla.com
fb2f1ea048 Bug 1458264 - Reset UNPACK_SKIP vars when uploading zeros. 2019-02-16 00:01:59 +08:00
wolfbeast
a1fee5622b Improve the SSSE3 scaler. 2019-02-16 00:01:57 +08:00
Nicolas B. Pierron
0c1ca8a865 Bug 1464829 - Ensure the recover instruction vector has the expected size. 2019-02-16 00:01:56 +08:00
Olli Pettay
3dc461fc72 Bug 1459693 - Ensure the right anonymous element is focused when calling input.focus(). 2019-02-16 00:01:54 +08:00
Jon Coppeard
89e332cfec Bug 1465108 - Use function pointers rather than virtual run method for GC parallel tasks r=sfink a=abillings a=RyanVM 2019-02-16 00:01:53 +08:00
wolfbeast
9ca1242630 Fix count of compacting update tasks started. 2019-02-16 00:01:51 +08:00
trav90
1765a5f506 [PALEMOON] Update the pref name for HSTS
This aligns the pref name for Pale Moon with what is used in the platform.
2019-02-16 00:01:50 +08:00
trav90
0c4e5ff00d Regenerate the HSTS preload list 2019-02-16 00:01:48 +08:00
trav90
70b28bf2ee Restore clearly-delimited format for the HSTS preload list 2019-02-16 00:01:46 +08:00