`base::KillProcess`, with the `wait` parameter set to true, does a bounded blocking wait for the process to exit by polling and sleeping in a loop, with ad-hoc parameters. The only user of that case is the Gecko Media Plugin code, which doesn't actually need it as discussed in bug (comments 4-6); also, currently it's blocking the IPC I/O thread in the parent process, which is not good for browser responsiveness. Accordingly, this patch deletes that code and removes the parameter. Differential Revision: https://phabricator.services.mozilla.com/D136662
18 lines
310 B
INI
18 lines
310 B
INI
# Please keep test files lexicographically sorted, with whitespace between.
|
|
[DEFAULT]
|
|
support-files =
|
|
|
|
[browser_fog_gmp.js]
|
|
support-files = empty_file.html
|
|
|
|
[browser_fog_gpu.js]
|
|
|
|
[browser_fog_rdd.js]
|
|
support-files = small-shot.ogg
|
|
|
|
[browser_fog_socket.js]
|
|
|
|
[browser_fog_utility.js]
|
|
|
|
[browser_labeled_gifft.js]
|