| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Backport of: https://chromium.googlesource.com/webm/libwebp.git/+/2af26267cdfcb63a88e5c74a85927a12d6ca1d76
Resolves #2309
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| | |
| | |
| | |
| | |
| | | |
martok/UXP-contrib:mr/ergo-brand-check into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2300
|
| | | |
|
| | | |
|
| |/
| |
| |
| | |
This resolves #2293
|
| |\
| | |
| | |
| | |
| | |
| | | |
from mrnhmath/UXP:ipdlprep into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2296
|
| |/
| |
| |
| | |
Co-authored-by: Kai-Zhen Li <seinlin.maung@gmail.com>
|
| |\
| | |
| | |
| | |
| | |
| | | |
old.configure' (#2292) from mrnhmath/UXP:extflags into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2292
|
| |/ |
|
| |\
| | |
| | |
| | |
| | |
| | | |
from athenian200/UXP:sunos_hunspell_fix into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2291
|
| |/ |
|
| |\
| | |
| | |
| | |
| | |
| | | |
Behavior and other debug fixes.' (#2288) from dbsoft/UXP:sanitize into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2288
|
| | |
| | |
| | |
| | | |
Also fix building on FreeBSD and Linux, from the previous commit.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Sanitizer on Windows.
Check for WINNT instead of CLANG-CL, except for the Blacklist that isn't supported by MSVC.
Neither CLANG-CL nor MSVC require -fsanitize=address on the link phase.
|
| | |
| | |
| | |
| | |
| | |
| | | |
https://bugzilla.mozilla.org/show_bug.cgi?id=1325299
Multiprocessor support in Windows returned bogus times causing debug asserts.
This may or may not be related to the issue but found it trying to debug it.
|
| |/
| |
| |
| | |
A bogus MOZ_ASSERT was added at some point, this should make it work.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
change.
As of this change, flex items in a vertical flex container will sometimes
be considered to have "indefinite" sizes, i.e. percent sizes in them will
no longer resolve.
To work around this, they need to provide a definite flex-basis (e.g. as
part of the "flex" shorthand property) if we want percent sizes to
resolve (instead of being treated as "auto") inside of them.
|
| | |
| | |
| | |
| | | |
I've verified this against Edge-latest.
|
| | |
| | |
| | |
| | |
| | |
| | | |
against parent.
This folds in BZ bugs 1578586 and 1092007 part 2.
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | | |
martok/UXP-contrib:mr/2172-regex-gc into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2287
|
| | | | |
|
| | | | |
|
| |/ / |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | | |
dbsoft/UXP:fixes into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2286
|
| | | |
| | | |
| | | |
| | | | |
Needed to include jscntxt.h due to de-unified building.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
https://bugzilla.mozilla.org/show_bug.cgi?id=1440809
Fix crash on https://beeper.notion.site
|
| |/ /
| | |
| | |
| | | |
https://bugzilla.mozilla.org/show_bug.cgi?id=1718932
|
| |\ \
| | |/
| |/|
| | |
| | |
| | | |
spec.' (#2283) from dbsoft/UXP:perf-l2-2282 into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2283
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
https://bugzilla.mozilla.org/show_bug.cgi?id=1539006
Do not throw from PerformanceObserver.observe when none of the entryTypes are known.
https://bugzilla.mozilla.org/show_bug.cgi?id=1403027
Implement PerformanceObserver::takeRecords().
https://bugzilla.mozilla.org/show_bug.cgi?id=1436692
"server" is not a valid PerformanceEntry type.
https://bugzilla.mozilla.org/show_bug.cgi?id=1463065
Fix a null ptr crash in PerformanceObserver::Observe.
https://bugzilla.mozilla.org/show_bug.cgi?id=1631346
|
| |\
| | |
| | |
| | |
| | |
| | | |
BigInt pieces.' (#2280) from dbsoft/UXP:bigint64-2026 into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2280
|
| | |
| | |
| | |
| | | |
As pointed out by roytam1 during testing with Discord.
|
| | |
| | |
| | |
| | |
| | |
| | | |
https://bugzilla.mozilla.org/show_bug.cgi?id=1466893
Our code base was using the return value to create the Number object.
However with the BigInt changes, it is no longer stored in rval, use args[0].
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
https://bugzilla.mozilla.org/show_bug.cgi?id=1456569
Skipped this during the initial implementation, not sure when or if this code path
is used, but I figure it should be there just in case.
Also fix debug builgs by removing an no longer valid MOZ_ASSERT.
|
| | |\
| | | |
| | | |
| | | | |
https://repo.palemoon.org/martok/UXP-contrib into bigint64-2026
|
| | | | |
|
| | | | |
|
| | |/
| | |
| | |
| | | |
https://bugzilla.mozilla.org/show_bug.cgi?id=1527867
|
| | |
| | |
| | |
| | |
| | |
| | | |
first converting them to strings.
https://bugzilla.mozilla.org/show_bug.cgi?id=1543677
|
| | |
| | |
| | |
| | | |
https://bugzilla.mozilla.org/show_bug.cgi?id=1543677
|
| | |
| | |
| | |
| | | |
https://bugzilla.mozilla.org/show_bug.cgi?id=1456569
|
| |/ |
|