| Commit message (Collapse) | Author | Age |
|
|
|
| |
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
|
|/ |
|
|\
| |
| |
| |
| |
| | |
dbsoft/UXP:bigint-merged into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2276
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Skip over block delimiters when parsing BigInt literals.
Update BigInt hashing to account for the possibility of moving GC.
https://bugzilla.mozilla.org/show_bug.cgi?id=1531018
Make HashableValue comparison of BigInts infallible.
https://bugzilla.mozilla.org/show_bug.cgi?id=1530406
Fix BigInt constructor API CallArgs usage.
https://bugzilla.mozilla.org/show_bug.cgi?id=1526279
|
| |
| |
| |
| |
| |
| | |
https://bugzilla.mozilla.org/show_bug.cgi?id=1507484
Implement IC support for BigInt.
https://bugzilla.mozilla.org/show_bug.cgi?id=1522431
|
| |
| |
| |
| | |
The decimal parser strips leading 0s, so prevent tokenbuf being empty.
|
| |
| |
| |
| |
| |
| | |
Fix BigInt errors in remainder operations
https://bugzilla.mozilla.org/show_bug.cgi?id=1524136
Also fix 2 debug asserts in fallthroughs due to missing BigInt cases.
|
| |
| |
| |
| | |
https://bugzilla.mozilla.org/show_bug.cgi?id=1603055
|
| |
| |
| |
| |
| |
| |
| | |
Implement BigInt support for equality operators.
https://bugzilla.mozilla.org/show_bug.cgi?id=1486173 Part 3.
Implement BigInt support for relational comparison operators.
https://bugzilla.mozilla.org/show_bug.cgi?id=1492669
|
| |
| |
| |
| | |
https://bugzilla.mozilla.org/show_bug.cgi?id=1501104
|
| |
| |
| |
| |
| |
| | |
argument.
https://bugzilla.mozilla.org/show_bug.cgi?id=1317383 Part 2.
|
| |
| |
| |
| | |
https://bugzilla.mozilla.org/show_bug.cgi?id=1366287 Part 5.
|
| |
| |
| |
| | |
https://bugzilla.mozilla.org/show_bug.cgi?id=1528582
|
| |
| |
| |
| | |
https://bugzilla.mozilla.org/show_bug.cgi?id=1490387
|
| |
| |
| |
| |
| | |
Fixes Hex, Octal and Binary BigInt literal parsing.
Previously it was only parsing in decimal.
|
| |
| |
| |
| | |
https://bugzilla.mozilla.org/show_bug.cgi?id=1490387
|
| |
| |
| |
| | |
https://bugzilla.mozilla.org/show_bug.cgi?id=1471134 Parts 3-5.
|
| |
| |
| |
| | |
https://bugzilla.mozilla.org/show_bug.cgi?id=1466893
|
| |\
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
(#2274) from dbsoft/UXP:sonomafix into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2274
|
|/ /
| |
| |
| |
| | |
Not sure why this is happening but mIOSurface is nullptr.
If we just skip binding, it will be created on the next call to BeginUpdate.
|
|\ \
| | |
| | |
| | |
| | |
| | | |
martok/UXP-contrib:mr/canon-names into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2273
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Ensure that cloning a self-hosted function always has access to the declared
name from the source and that it doesn't get lost on successive clones.
This is done by storing the declared name in an extended slot on rename, and
cloning it with the function.
Based-on: m-c 1546232
|
|/ /
| |
| |
| |
| |
| |
| | |
Separate code paths make it easier to follow and specialize than a single
one-size-fits-all function.
Based-on: m-c 1405766, 1411954
|
|\ \
| | |
| | |
| | |
| | |
| | | |
API' (#2272) from dbsoft/UXP:maybe-2255-deux into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2272
|