| Commit message (Collapse) | Author | Age | Lines |
... | |
|/ / / / /
| | | | |
| | | | |
| | | | | |
nsInlineFrame::DestroyFrom.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* 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)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* 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
|
| | | | |
| | | | |
| | | | |
| | | | | |
This resolves #1302.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Clear the message manager script cache when updating and removing add-ons
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
removing add-ons
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Emoji 12 support.
|
|/ / / / / |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | | |
| | | | |
| | | | | |
The note -used- to be where I inserted it but was apparently moved further down by Mozilla, outside of my FoV.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
This resolves #1242.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Update js/src/builtin/TestingFunctions.cpp for /s (dotAll) regular expression changes
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
regular expression changes
This fixes debug builds
|
| | | | |
| | | | |
| | | | |
| | | | | |
Resolves #1284.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix a compiler warning 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.
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
This reverts commit f31b04a303607cd82757e7c4f60bb536658c8a30.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Resolves #1284.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Adjust Widewine strings after removing Adobe Primetime support
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Use NS_DECL_THREADSAFE_ISUPPORTS in HttpBaseChannel.cpp
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Fixes a regression in Part 1b which caused HTML5 parser to fall off the main thread.
|
|\ \ \ \ \ |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
This resolves #1291
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Use <cmath>'s functions over fdlibm's for performance reasons.
No significant precision loss when doing this.
|
| |/ / / / / |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Update TestingFunctions.cpp for regex lookbehind changes
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
lookbehind changes
This fixes debug builds
|
| | | | | | | |
|
|\| | | | | | |
|
| |/ / / / / |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This swaps the UI choice to using the new boolean pref instead of
enforcement level.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
domains.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Since the updated OTS supports proper checking of graphite fonts we no
longer need to rely of harfbuzz for them.
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This also includes formatting changes.
|