| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
setView:] on the Compositor thread.
Starting with SDK 10.14 I believe, many functions have main thread checks, including setView: and update.
So we now move the code in the updateGLContext method into doDrawRect which runs on the main thread.
|
|
|
|
|
|
| |
11.0 and higher.
Also don't include code incompatible with SDK 10.15 and higher, when building with such a SDK.
|
|
|
|
| |
This reverts commit 08da125d9cc6eea0bc514023e3a75efd64587259.
|
| |
|
|
|
|
|
| |
This fix is included in NSPR 4.27 and Mozilla bug 1652330.
Also put a main thread check in the cocoa draw callback.
|
|
|
|
|
|
|
| |
This involves refactoring the vibrancy and OpenGL/Pixel rendering changes contained
in the following Mozilla meta bugs: 1496823 and 1491445
Also add Big Sur to the features tests and update popup menu look and feel based
on Mozilla bug 1656301.
|
|
|
|
| |
Introduced in bug 678607, that is no longer needed that causes hangs in modal dialogs on macOS 10.14
https://hg.mozilla.org/mozilla-central/rev/3920c858319d
|
|
|
|
| |
Introduced in bug 678607, that is no longer needed and causes hangs in modal dialogs on macOS 10.14.
https://hg.mozilla.org/mozilla-central/rev/3920c858319d
|
| |
|
|
|