Matt A. Tobin
064790189c
Issue #1303 - Add langpack generation targets for Pale Moon and Basilisk
...
* The langpack is not generated via the package target but IS for mozpackage target using old behavior
* Add mach command to specifically generate the langpack when needed without the rest of the packaging routine (mach langpack)
2019-11-28 00:17:32 -05:00
Matt A. Tobin
52cb294d2a
No Issue - Use alternative packaging for Pale Moon and Basilisk
...
* This adds what will eventually be a rewritten packaging routine while maintaining backwards compatibility with the original mozilla routine
* Changes the build target and installer makefile to use the alternative packaging
* Adds build target to specifically invoke the original mozilla routine
* Update mach commands accordingly
2019-11-27 13:21:01 -05:00
wolfbeast
185a9a7508
Issue #1302 - Add self-hosted implementation for string regex .matchAll
...
This resolves #1302 .
2019-11-26 13:37:09 +01:00
Moonchild
e8c40b0bc2
Merge pull request #1301 from JustOff/PR_mm_script_cache
...
Clear the message manager script cache when updating and removing add-ons
2019-11-25 14:43:21 +00:00
wolfbeast
1a8fdf3c7f
Issue #1254 - Update embedded emoji font to 0.5.0 (Twemoji 12.1.3) for
...
Emoji 12 support.
2019-11-24 17:08:31 +01:00
wolfbeast
1f36fcbb30
Add crashtest for resolved bug 1558522.
2019-11-24 17:06:39 +01:00
JustOff
f703f61eab
Issue #1300 - Clear the message manager script cache when updating and removing add-ons
2019-11-22 14:05:53 +02:00
athenian200
21fdc3e93a
Issue #1251 - Remove obsolete XP_QSORT reference.
...
I didn't include this in my initial PR because I assumed this part
was not relevant to UXP. I was asked to submit this while the MailNews rebase
was going on, but I was late with my patch and didn't quite grasp that this
specifically was still needed.
My counterpart at Mozilla, Petr Sumbara, has gotten his version of this
approved.
https://bugzilla.mozilla.org/show_bug.cgi?id=1568473
2019-11-20 00:40:30 -05:00
Moonchild
e97cb2f75f
Remove duplicate localization note
...
The note -used- to be where I inserted it but was apparently moved further down by Mozilla, outside of my FoV.
2019-11-19 14:31:52 +01:00
wolfbeast
fcea217aac
Issue #447 - Update HSTS preload list
2019-11-19 09:46:25 +00:00
wolfbeast
4f6a779e0c
Issue #1242 - Reinstate GPU Accelerated Windows entry in about:support
...
This resolves #1242 .
2019-11-19 03:40:50 +01:00
Moonchild
47ca6f108f
Merge pull request #1298 from g4jc/b1284
...
Update js/src/builtin/TestingFunctions.cpp for /s (dotAll) regular expression changes
2019-11-19 02:08:52 +00:00
Gaming4JC
0a6ccfaa9a
Issue #1284 - Update js/src/builtin/TestingFunctions.cpp for /s (dotAll) regular expression changes
...
This fixes debug builds
2019-11-18 19:30:45 -05:00
wolfbeast
122e1ee6cd
Issue #1284 - Implement /s (dotAll) for regular expressions, v2.
...
Resolves #1284 .
2019-11-18 16:50:40 +01:00
Moonchild
62a72e3d28
Merge pull request #1297 from athenian200/compiler-warning
...
Fix a compiler warning in ipc/chromium/src/base/sys_info_posix.cc.
2019-11-18 13:13:38 +00:00
athenian200
35cc4c128d
Issue #457 - Fix typo in ipc/chromium/src/base/sys_info_posix.cc
...
I made a typo in commit 687a789 when updating the ifdef style I used to comply with UXP standards. The typo I made resulted in a compiler warning I failed to notice, so I was asked to tag issue #457 when submitting the PR. I also fixed some trailing whitespace I apparently left behind in the file.
2019-11-18 06:40:09 -06:00
wolfbeast
bd529c60c6
Revert "Issue #1284 - Implement /s (dotAll) for regular expressions."
...
This reverts commit f31b04a303 .
2019-11-18 13:34:18 +01:00
wolfbeast
f31b04a303
Issue #1284 - Implement /s (dotAll) for regular expressions.
...
Resolves #1284 .
2019-11-18 12:20:44 +01:00
Moonchild
36c81a9786
Merge pull request #1293 from JustOff/PR_widevine_strings
...
Adjust Widewine strings after removing Adobe Primetime support
2019-11-17 10:05:33 +00:00
Moonchild
8a64845aa5
Merge pull request #1294 from g4jc/bug_1288
...
Use NS_DECL_THREADSAFE_ISUPPORTS in HttpBaseChannel.cpp
2019-11-17 10:02:57 +00:00
Gaming4JC
2f4fdced51
Issue #1288 - Use NS_DECL_THREADSAFE_ISUPPORTS in HttpBaseChannel.cpp
...
Fixes a regression in Part 1b which caused HTML5 parser to fall off the main thread.
2019-11-16 19:17:54 -05:00
JustOff
d034857122
Issue #1259 - Adjust Widewine strings after removing Adobe Primetime support
2019-11-16 16:01:44 +02:00
Matt A. Tobin
556349010e
Merge branch 'master' into mailnews-work
2019-11-15 17:37:54 -05:00
wolfbeast
3492ad6523
Merge branch 'fdlibm-work'
...
This resolves #1291
2019-11-15 15:25:48 +01:00
wolfbeast
59f4de4c45
Issue #1291 - Part 4: Update patch files
2019-11-15 15:17:37 +01:00
wolfbeast
5e902a4a9a
Issue #1291 - Part 3: Update fdlibm to Sept 2019 version
2019-11-15 15:17:01 +01:00
wolfbeast
6ca0b47043
Issue #1291 - Part 2: Stop using the lib's sqrt() function
...
Use <cmath>'s functions over fdlibm's for performance reasons.
No significant precision loss when doing this.
2019-11-15 14:00:18 +01:00
wolfbeast
85c60f94fb
Issue #1291 - Part 1: Ensure exp(1) returns e exactly (use a const)
2019-11-15 13:51:29 +01:00
wolfbeast
2057abd196
Issue #80 - Stop building embedded xz lib unified
2019-11-15 13:02:37 +01:00
wolfbeast
6384cc4b71
Issue #80 - Stop building woff2 lib unified
2019-11-15 13:02:09 +01:00
wolfbeast
3100093f02
Issue #80 - Stop building brotli lib unified
2019-11-15 13:01:47 +01:00
wolfbeast
26ac165863
Add Ekoru to the included search engines.
...
This provides a charity-supporting search engine option focused on
the planet's health and animal welfare.
Since this engine is based on Bing search, it provides a balancing
alternative to Ecosia (Google-based) with similar eco goals.
2019-11-15 11:06:37 +01:00
New Tobin Paradigm
fc28366794
Merge pull request #1290 from g4jc/bug_1279
...
Update TestingFunctions.cpp for regex lookbehind changes
2019-11-14 22:44:54 -05:00
Gaming4JC
e79607a7a6
Issue #1279 - Update js/src/builtin/TestingFunctions.cpp for regex lookbehind changes
...
This fixes debug builds
2019-11-14 22:40:15 -05:00
Matt A. Tobin
f3d462c604
Bug 1592407 - Port OAuth2 decoding fix from gData add-on.
2019-11-14 21:56:13 -05:00
Matt A. Tobin
1d30f6fa84
Merge branch 'master' into mailnews-work
2019-11-14 21:08:43 -05:00
Matt A. Tobin
00573571a2
[Mach] Add stage command to execute stage-package
2019-11-14 21:08:18 -05:00
wolfbeast
effff24825
Issue #1289 - Part 4: Update Pale Moon UI.
...
This swaps the UI choice to using the new boolean pref instead of
enforcement level.
2019-11-14 12:26:32 +01:00
wolfbeast
f4cc93fc9e
Issue #1289 - Part 3: Update tests.
2019-11-14 12:17:00 +01:00
wolfbeast
d5a604bb89
Issue #1289 - Part 2: Clear out the preload list except for test
...
domains.
2019-11-14 12:16:21 +01:00
wolfbeast
0a8dff5256
Issue #1289 - Part 1: Add a pref to disable HPKP header processing.
2019-11-14 12:13:54 +01:00
wolfbeast
c3144281b5
Issue #1288 - Part 5: Pass graphite fonts through OTS.
...
Since the updated OTS supports proper checking of graphite fonts we no
longer need to rely of harfbuzz for them.
2019-11-14 10:09:50 +01:00
wolfbeast
0f8691a488
Issue #1288 - Part 4: Update the OpenType Sanitizer component to 8.0.0
2019-11-14 10:07:01 +01:00
wolfbeast
36975f3865
Issue #1288 - Part 3: Update woff2 component to 1.0.2
2019-11-14 10:02:36 +01:00
wolfbeast
787b4fe586
Issue #1288 - Part 2: Add a partial LZ4 decompression routine.
...
This function never writes beyond `aDest` + `aMaxOutputSize`, and is
therefore protexted against malicious datapackets.
It also ignores unconsumed input upon reaching `aMaxOutputSize` and can
therefore be used for parial decompression of LZ4 input up to a desired
resulting size of decompressed data.
2019-11-14 09:51:07 +01:00
wolfbeast
9768733eb7
Issue #1288 - Part 1b: Rewrite nsHTTPCompressConv.
...
This also includes formatting changes.
2019-11-14 09:46:28 +01:00
wolfbeast
56de283899
Issue #1288 - Part 1a: Update brotli to 1.0.7
...
This also reorganizes the exports in the build system to use `brotli/`
as include directory.
2019-11-14 09:07:29 +01:00
Matt A. Tobin
9308ec68e8
Merge branch 'master' into mailnews-work
2019-11-13 05:54:58 -05:00
Matt A. Tobin
ecdfbc6923
Issue #1258 - Follow up to Part 8: Ifdef MailNews OAuth2 Support
...
Ifdef second authOAuth2 string in emailWizard.js
2019-11-12 23:39:44 -05:00
Matt A. Tobin
f3611104b3
Bug 1494764 - Removed MOZ_ASSERT but now still process line where it would occur.
...
MOZ_ASSERT changed to NS_WARNING. Also correctly handle case where last chunk ends with \r. Tested to make sure that regression identified in Bug 1494764 comment 10 remains fixed and that non-chunked and chunked messages are handled correctly including when \r\n is split between chunks.
Tag #1273
2019-11-12 23:01:21 -05:00