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
trav90
e8d7388622
Increase concurrent lookups to 15 when generating HSTS preload list
2019-02-16 00:01:45 +08:00
trav90
4752033ff0
Update HSTS preload list generation script
...
Previous behavior: if an entry was in the previously-used list, and there would be an error connecting to or processing the host, it would adopt it using the previous status, with a new minimum required max age TTL.
New behavior: if an entry is in the previously-used list, and there is an error connecting to or processing the host, it will be dropped from the preload list.
The old behavior would allow entries to persist on the HSTS preload list when they drop off the 'net. Considering domain churn, it would cause issues for new owners for having a persisted HSTS entry preloaded in the browser.
Bonus: it keeps our HSTS preload list lean.
2019-02-16 00:01:43 +08:00
wolfbeast
d0a61d943f
Update kiss-fft to 1.4.0 and disable OpenMP for it.
2019-02-16 00:01:42 +08:00
wolfbeast
591dc9ea93
Reinstate string.prototype.contains()
...
This adds a compatibility function aliased to string.prototype.includes().
2019-02-16 00:01:40 +08:00
janekptacijarabaci
083436313c
Using "function()" in browser.js - consistency with the surrounding code
...
Issue #430
2019-02-16 00:01:38 +08:00
janekptacijarabaci
829ce72d6d
Fix a comment in browser.js (the FindBar - a tab vs the chrome window's context)
...
Issue #430
2019-02-16 00:01:37 +08:00
janekptacijarabaci
426e543f27
[PALEMOON] Fix the Findbar - open when you press "/" or "'" keys after start of browser
...
Issue #430
2019-02-16 00:01:35 +08:00
wolfbeast
1943c044a5
string.contains() => string.includes()
2019-02-16 00:01:33 +08:00
wolfbeast
0795e50d87
Refactor structured clone JSAPI to prevent mismatched scopes.
...
Roll-up of bugs 1442722, 1455071, 1433642, 1456604 and 1458320.
2019-02-16 00:01:32 +08:00
Pale Moon
1b173ad9e4
Perform some sanity checks on nsMozIconURI.
2019-02-16 00:01:30 +08:00
Kris Maglione
537b363cbc
Bug 1450688. r=bz, a=RyanVM
...
MozReview-Commit-ID: 4KHNpxiziWd
--HG--
extra : source : 008cc230b68fa2bf349923159b4a6e07768e56e5
extra : intermediate-source : 983ff6a90aae872383d52d5189396a47f3db7d17
2019-02-16 00:01:29 +08:00
wolfbeast
14c6f518ce
Account for offsets when creating buffers for image textures.
2019-02-16 00:01:27 +08:00
Lee Salzman
36c694e627
Bug 1462682 - Skia path bounds rounding fix. r=rhunt, a=RyanVM
2019-02-16 00:01:26 +08:00
wolfbeast
34418f0ddc
Fix build bustage.
...
Follow-up to f35bf8b65d25f88c7e34263337b05619a78868f6
2019-02-16 00:01:24 +08:00
Jonathan Kew
d7d5258610
Update dimensions early in ClearTarget.
2019-02-16 00:01:23 +08:00
Andrea Marchesini
014062bb24
Bug 1459206 - Use FileSystemSecurity in ContentParent::RecvGetFilesRequest. r=ehsan, a=jcristau
...
--HG--
extra : rebase_source : 542dca7fe46dd965ecde4c8387685beaf20ec3de
2019-02-16 00:01:21 +08:00
Andrea Marchesini
ad7843d169
Bug 1452576 - Improve StructuredCloneHolder for fuzzy tests, r=decoder a=jcristau
...
--HG--
extra : rebase_source : eb2bc60ffcac9afd44da7a2f5c99913829cd4753
2019-02-16 00:01:20 +08:00
David Major
2c709a3e82
Bug 1458270: Clean up in the shutdown observer. r=milan a=jcristau
...
--HG--
extra : amend_source : 7b1277a18a3ed4f441deef8b51cb4ec4dde614cc
2019-02-16 00:01:18 +08:00
Gaming4JC
7e4ac9f3a2
backport mozbug #546387 : fix assert failure in gtk which prints to the console.
2019-02-16 00:01:17 +08:00