| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
| |
So we can build bzip2 MARs for selectively updating older versions of
the applications that don't understand xz.
|
| |
|
|
|
|
|
|
|
|
| |
- Update packaging scripts to support both lzma and bzip2
- Update python script to support lzma
- Update test scripts to support lzma to be thorough
This all requires xz to be available in the path on the build system.
|
|
|
|
|
|
|
|
| |
Since there really is no need to add file detection logic to the updater
if updating through AUS is old->new only anyway, replacing bzip2
handling with xz handling is fine, instead of adding it.
Considering the far superior compression of LZMA and MAR not being
a common archive format anyway, let's just K.I.S.S. it :)
|
|
|
|
| |
Always build as static lib for use in updater.
|
| |
|
|
|
|
|
|
| |
base size resolution, so that percent main-sizes can be respected
This is a workaround, based on https://bugzilla.mozilla.org/show_bug.cgi?id=1455976
|
|\
| |
| |
| |
| |
| | |
trav90/UXP-contrib:gcc-work into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1868
|
|/ |
|
|\
| |
| |
| |
| |
| | |
insertions' (#1867) from win7-7/UXP:pr-1861 into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1867
|
| |\ |
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
Cache the most recent nsGenConNode to speed up future insertions.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
trav90/UXP-contrib:compiler-hacks-cleanup into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1865
|
| | | | |
| | | | |
| | | | |
| | | | | |
Usable GCC versions have supported -pipe for a VERY long time. There's no need to keep checking if it is supported.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
All supported compilers support using C++11 <atomic> natively, so implementing
this using GCC's old __sync functions is no longer necessary.
|
| | |/ /
| |/| | |
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | | |
(#1858) from trav90/UXP-contrib:build-system-work into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1858
|
| | |/
| |/| |
|
| |/
|/|
| |
| |
| | |
Look at the instruction's operands instead of the instruction itself,
and take an early exit on empty types.
|
|\ \ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
This also removes orange compat warning styling and associated strings.
Reverses the entirety of #1445
|
|/ /
| |
| |
| |
| |
| | |
GUIDS (remove the dual system)"
This reverts commit 3aa334d0b7de2a554c2234bfbb7a9f4e29dea451.
|
|\| |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
toolkit' (#1856) from g4jc/UXP-contrib:build_blocker into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1856
Reviewed-by: Moonchild <moonchild@palemoon.org>
|
| |/
| |
| |
| | |
A check was placed here to ensure the platform is built comm-style e.g. 'your-application/UXP'. There are packaging instances where old-style is still used. This re-enables the old-style with a visual warning indicating that any failure is the responsibility of the application maintainter as this style is not supported by the platform.
|
| |
| |
| |
| | |
This also updates the script for updating and README.
|
| |
| |
| |
| |
| | |
This ensures the browser always recognizes these file type extensions
appropriately, even if not otherwise registered in the system.
|
|/ |
|
|\
| |
| |
| |
| |
| | |
tools' (#1855) from FranklinDM/UXP-contrib:work_css-grid-pref-followup into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1855
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
| |
Make sure thread locks are in place to guard accesses.
|
| |
|
|
|
|
| |
This prevents too high vert-count draws that Mesa doesn't handle.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Apparently Bing does rapid-fire loading/unloading of module scripts that
causes our attempts at resolving and initializing them to end up with
null fetched modules.
Returning null is probably a better way to handle this than crashing
on ms->ModuleRecord() ;-)
|
|\
| |
| |
| |
| |
| | |
and address spec changes' (#1854) from FranklinDM/UXP-contrib:work_css-flex-basis-content into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1854
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
This uses a different approach and builds upon the refactoring made in the 576eb6ee01fb9ee3669cad634b26473c2886cab1.
Partially based on https://bugzilla.mozilla.org/show_bug.cgi?id=1374540
|
| |
| |
| |
| | |
Partially based on https://bugzilla.mozilla.org/show_bug.cgi?id=1105111
|
| |
| |
| |
| |
| |
| | |
flex-basis enum values as 'auto' in vertical axis
Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1436881
|