| Commit message (Collapse) | Author | Age |
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\|
| |
| |
| |
| |
| | |
# Conflicts:
# config/milestone.txt
# toolkit/mozapps/extensions/internal/XPIProvider.jsm
|
| |\
| | |
| | |
| | |
| | |
| | | |
jobbautista9/UXP:origin-csrf into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1976
|
| | |
| | |
| | |
| | | |
Backported from Mozilla bug 446344.
|
| |\ \
| | |/
| |/|
| | |
| | |
| | | |
jobbautista9/UXP:1969-relativetimeformat-take3 into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1974
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Based on Mozilla bugs 1270140, 1504656, 1483545, and 1504334.
Took note of Mozilla bug 1379222 which changed GetPrototypeFromCallableConstructor
to GetPrototypeFromBuiltinConstructor.
There are many other changes I did myself since the initial implementation by
Mozilla wouldn't work with this codebase.
|
| |\
| | |
| | |
| | |
| | |
| | | |
jobbautista9/UXP:1971-icu63-forreal into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1973
|
| | | |
|
| | |
| | |
| | |
| | | |
I forgot to do this while working on issue #326.
|
| | | |
|
| | |
| | |
| | |
| | | |
ICU 62 (and therefore 63) requires at least Unicode 11.
|
| | | |
|
| | | |
|
| |/ |
|
| | |
|
| |
| |
| |
| |
| | |
Do not pass -Wno-type-limits to MSVC.
Restore MSVC check for x86_vc
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Removed some obsolete patches that were either backports from newer
svn revisions, or a fix for older, non-applicable assemblers.
Update our own README to account for upstream's migration to git.
I didn't remove the bug 703135 patch as it's for MSVC it seems, and
we still use MSVC for Windows.
Also deleted some unneeded upstream code deleted by Mozilla as well.
|
| |
| |
| |
| | |
This reverts commit bd497f7f83d9e1bdca7aec1d24f709a7bcb6d82b.
|
| |\
| | |
| | |
| | |
| | |
| | | |
jobbautista9/UXP:tremor-update into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1965
|
| | |
| | |
| | |
| | | |
Also removed mozilla patches that are already applied upstream.
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | | |
jobbautista9/UXP:theora-update into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1963
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Removed some obsolete patches that were either backports from newer
svn revisions, or a fix for older, non-applicable assemblers.
Update our own README to account for upstream's migration to git.
I didn't remove the bug 703135 patch as it's for MSVC it seems, and
we still use MSVC for Windows.
Also deleted some unneeded upstream code deleted by Mozilla as well.
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | | |
jobbautista9/UXP:mozprotocol-remove into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1968
|
| | | |
| | | |
| | | |
| | | | |
While we don't use mochitest AFAIK, we still want a clean removal.
|
| |/ / |
|
| | |
| | |
| | |
| | | |
Because UXP may be a platform, but it's not a mobile OS.
|
| |/
| |
| |
| | |
This leaves just use of recursive make to build applications.
|
| |\
| | |
| | |
| | |
| | |
| | | |
1805-stacksize into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1961
|
| | |
| | |
| | |
| | | |
future-proof gcc versions.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This allows us to use a greater rendering depth for exceedingly-deep DOM trees
in layout, better matching what mainstream browsers are capable of. Note that
for 32-bit Windows the stack size MUST be set to larger than the default or Bad
Things Will Happen™ - we use 1.5 MB for this as a carefully-tuned value.
This needs to be capped specifically for JS use because some JavaScript
obfuscators deliberately trigger stack overflows and would lock up the browser
otherwise as long as there's still stack space to abuse. For web compatibility
we therefore limit this to 2MB in JS only (3x for ASAN) while still allowing
a greater depth for the layout engine.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
DownloadUIHelper.jsm
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
some Windows environments.
This is a known issue with Python 2 interacting badly with some Windows configurations. Mozilla encountered it as well.
Ref: BZ 1362872
|
| |/
| |
| |
| |
| |
| | |
Newer MSVC was failing to find the devenv executable for ./mach run --debug
This isn't the prettiest solution, but at least it's better than just relying
on a hardcoded path.
|
| |\ |
|
| | |
| | |
| | |
| | | |
All it needed was __declspec(dllexport) on the function I was copy/pasting all over the place...
|
| |/
| |
| |
| | |
This resolves #1959
|
| |
| |
| |
| | |
We definitely have uint64_t on SunOS. Someone probably just forgot to finish filling out the list...
|
| |
| |
| |
| | |
32-bit MSVC2022.
|
| |
| |
| |
| | |
I moved Range<bool>::Merge and Range<bool>::FinalizeMerge from MediaTrackConstraints.cpp, into MediaTrackConstraints.h. The header file previously contained only a forward declaration of functions implemented in the .cpp, which can be a problem if other parts of the program are including this header expecting to find the function.
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
from athenian200/UXP:libaom_msvc2022_fix into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1958
Reviewed-by: Moonchild <moonchild@palemoon.org>
|
| |/ |
|
| |
| |
| |
| |
| | |
In the unlikely event of TArray element replacement calls are OOB, crash safely
with a debug breakpoint instead of corrupting memory.
|
| | |
|