| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
basically copy/pastes of the DOMEventTargetHelper one.
Mozilla Bug Bug 1333540. Skipped the renamed of various functions, but otherwise a direct port.
|
|
|
|
|
|
|
|
| |
and 2.
1334081 - prevent null pointer dereference in StreamReaderFunc.
1330631 - Convert the EventSourceImpl::Message to be UniquePtr.
1337619 - Reset mGoingToDispatchAllMessages flag before early return.
|
|
|
|
| |
nsIThreadRetargetableStreamListener definition.
|
|
|
|
| |
EventSourceImpl::mEventSource. - Mozilla Bug 1333099
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
enabled.
Turns out we have a duplicate VoidFunction callback in the WebIDLs. Per
Mozilla bug 1324169, we should remove this callback from
RTCPeerConnection.webidl and let Function.webidl handle it instead.
The AttributeError faced by the new Basilisk dev wasn't helpful at all;
and turns out Mozilla had this exact same issue on bug 1505504. We're
also backporting that just in case we encounter another case of
callback duplication.
Also doing a minor fix in the MicroTaskRunnable class which Moonchild
forgot to do while working on Issue #1895.
|
|
|
|
| |
This reverts commit d0acadd727468ccaa4e3cbe3673e29890c2551ca.
|
|
|
|
|
| |
I've thought about this before creating the issue, and Moonchild
wanted this as well.
|
|
|
|
| |
Based on https://hg.mozilla.org/integration/mozilla-inbound/rev/b3f7abd15aeb
|
| |
|
|\ |
|
| |
| |
| |
| | |
All it needed was __declspec(dllexport) on the function I was copy/pasting all over the place...
|
|/
|
|
| |
This resolves #1959
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
remnants of source decompiler
|
| |
|
|
|
|
|
|
| |
Mac ARM64 devices.
Based on Mozilla bug 1655285.
|
|
|
|
|
|
| |
the profile.
Based on the following Mozilla bugs: 1659904, 1659905 and 1659077.
|
| |
|
| |
|
|
|
|
|
|
| |
We already blocked x-moz-file(-promise) and x-moz-place* but of course people
would find ways to abuse other internal types. This change now blocks everything
except x-moz-url types which are harmless. (i.e. whitelist instead of blacklist)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
pointers types
This is actually an undocumented dependency of Bug 1325406 for Linux and
SunOS.
Ref: BZ 1308236
|
|
|
|
| |
Based on Bug 1325406
|
|\
| |
| |
| |
| |
| | |
(#1902) from trav90/UXP-contrib:gcc-work into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1902
|
| | |
|
|/ |
|
|
|
|
| |
FFmpeg 5.0 removed some deprecated symbols so we need to update our decoding code to account for it.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This makes FetchStart use StartTime() when the TAO check fails for
PerformanceResourceTiming
Given the recent Fetch spec updates, Step 8.1 in
https://fetch.spec.whatwg.org/#finalize-and-report-timing specifies that start
time(StartTime) and post-redirect start time(FetchStart) should be start time
when the TAO check fails.
|
|\ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* master:
No issue - Update README and SECURITY
Issue #1885 - Follow-up: Update error message if invalid rootMargin specified.
Issue #1879 - Follow-up: Update config/external/nss/target to security/target.
Issue #1885 - Allow unitless rootMargin entries for IntersectionObserver.
Issue #1879 - Revert changes to cryptox.h
Revert "Issue #1879 - spot-fix typo in cryptox.h"
Issue #1879 - spot-fix typo in cryptox.h
Issue #21 - Change MappedAttrParser to store its nsIPrincipal instead of nsSVGElement
Issue #21 - Remove use counters telemetry
Issue #1881 - Interpret empty or whitespace root margin string as zero length
Issue #1877 - Resolve NIGHTLY_BUILD conditionals.
Issue #1880 - Boot Comic Sans out of the font configuration.
|
| | |
| | |
| | |
| | | |
This reverts commit 0dd3424f774954627d6f53df9fb47379d9b5c871.
|
| | |
| | |
| | |
| | | |
This reverts commit 3d671e4275c73a1484c72713304c6e04ec4ffc7c.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
the rest of the tree.”
This also removes some PP abuse and takes file entries out of PP when no longer
needed without XP_MACOSX conditionals.
This reverts commit 6f707bde95dab6998ac204f9ee6c925ee230c740.
|
| | |
| | |
| | |
| | | |
This reverts commit ca35efb84ebae522f9ab7803d8e017f721e03207.
|
| | | |
|