mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
partly import changes from tenfourfox:
- #482: better bidi M1358275 M1392181 M1428774 + backbugs (e88a717ab) - M1739352 M1732572(partial) M1717318(partial) M1586061 (03ffdeadb) - M1737515 M1737470(no tests) +TLDs, tzdata (fd2b82f13)
This commit is contained in:
parent
5b0d1f871a
commit
34231f343b
10 changed files with 311 additions and 278 deletions
|
|
@ -378,8 +378,9 @@ PeerConnectionImpl::~PeerConnectionImpl()
|
|||
destroy_timecard(mTimeCard);
|
||||
mTimeCard = nullptr;
|
||||
}
|
||||
// This aborts if not on main thread (in Debug builds)
|
||||
PC_AUTO_ENTER_API_CALL_NO_CHECK();
|
||||
|
||||
MOZ_ASSERT(NS_IsMainThread());
|
||||
|
||||
#if !defined(MOZILLA_EXTERNAL_LINKAGE)
|
||||
if (mPrivateWindow) {
|
||||
auto * log = RLogConnector::GetInstance();
|
||||
|
|
@ -3055,7 +3056,7 @@ PeerConnectionImpl::CloseInt()
|
|||
void
|
||||
PeerConnectionImpl::ShutdownMedia()
|
||||
{
|
||||
PC_AUTO_ENTER_API_CALL_NO_CHECK();
|
||||
MOZ_ASSERT(NS_IsMainThread());
|
||||
|
||||
if (!mMedia)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue