Find
C
ase-sensitive
R
egexp search
Path
Showing
6925ce3c
from
2026-04-12
:
Bug
1934364
- Disable browser_new_tab_in_privilegedabout_process_pref.js on win/linux/win for frequent failures. r=intermittent-reviewers,ahal
firefox-main
/
testing
/
web-platform
/
tests
/
html
/
webappapis
/
scripting
/
processing-model-2
/
unhandled-promise-rejections
/
support
Navigation
Enable keyboard shortcuts
Name
Description
Size
Coverage
promise-access-control.py
function handleRejectedPromise(promise) { promise.catch(() => {}); } (function() { new Promise(function(resolve, reject) { reject(42); }); })();
459
-
promise-rejection-events.js
26469
-