mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 20:33:10 +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
|
|
@ -109,6 +109,13 @@ nsAppShellService::EnsurePrivateHiddenWindow()
|
|||
nsresult
|
||||
nsAppShellService::CreateHiddenWindowHelper(bool aIsPrivate)
|
||||
{
|
||||
if (!aIsPrivate && mHiddenWindow) {
|
||||
return NS_OK;
|
||||
}
|
||||
if (aIsPrivate && mHiddenPrivateWindow) {
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
nsresult rv;
|
||||
int32_t initialHeight = 100, initialWidth = 100;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue