forked from mirrors/gecko-dev
DelayedDeleteRunnable would schedule itself twice and use input priority for the second time because it only wants to run after everything that could possibly touch this tab. This was needed because we were strict with IPC messages. However, this is no longer needed because IPC messages with destroyed actors will be discarded nowadays, so we don't have to use input priority anymore. Another reason for making this change is that input events could be suspended when the runnable is about to run, so we need to either use a different priority or resume input events. Differential Revision: https://phabricator.services.mozilla.com/D100345
5 lines
83 B
INI
5 lines
83 B
INI
[browser_bug1682866.js]
|
|
skip-if = !fission
|
|
support-files =
|
|
file_bug1682866.html
|
|
|