mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
fab8d0936d
Some tests only set `dom.disable_open_during_load` to `true` and expect the popup blocker to be enabled, e.g. https://searchfox.org/mozilla-central/rev/b368ed8b48c0ea8ed2f1948e4776a6fbb5976dff/browser/base/content/test/popups/browser_popup_blocker.js#21, but it might not have complete popup blocker behavior as we also check `dom.block_multiple_popups` in https://searchfox.org/mozilla-central/rev/b368ed8b48c0ea8ed2f1948e4776a6fbb5976dff/docshell/base/BrowsingContext.cpp#2246. I think it would be nice if we could simplify this by having `dom.block_multiple_popups` enabled on test profile by default as well, so we could use only `dom.disable_open_during_load` to control whether popup blocker is enabled and also test the popup blocker properly. Differential Revision: https://phabricator.services.mozilla.com/D216007 |
||
---|---|---|
.. | ||
ajax | ||
beacon | ||
bugs | ||
chrome | ||
crypto | ||
dom-level0 | ||
dom-level1-core | ||
dom-level2-core | ||
dom-level2-html | ||
fetch | ||
fs | ||
gamepad | ||
general | ||
geolocation | ||
integer-gemm | ||
keyhandling | ||
localstorage | ||
orientation | ||
pointerlock | ||
script | ||
sessionstorage | ||
storageevent | ||
webcomponents | ||
whatwg |