gecko-dev/dom/ipc/tests/browser.ini

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

38 строки
1.0 KiB
INI
Исходник Обычный вид История

[DEFAULT]
support-files =
file_disableScript.html
file_domainPolicy_base.html
file_cancel_content_js.html
../../media/test/short.mp4
../../media/test/owl.mp3
[browser_CrashService_crash.js]
skip-if = !crashreporter
apple_silicon # crash
[browser_ProcessPriorityManager.js]
skip-if = os != "win" # The Process Priority Manager is only enabled for Windows so far. Bug 1522879.
Bug 1618547 - Support Fission in the process priority manager. r=kmag,gsvelto With Fission, there can be multiple BrowserParents in a single tab, so this patch moves the tracking of active tabs onto the top BrowsingContext in a tab. If the priority of a top BC is changed, then the activity of all of the BPs of the BCs in the tree are all adjusted. The flag that tracks this state gets carried forward to the new BC in the case of a cross-group navigation by the changes in ReplacedBy(). The other change here covers the case where we do a process-switching navigation on an iframe. If we create a new BrowserParent with an active top BC, then the BP gets marked as active in the priority manager. Doing this tracking on the BP instead of the BC (both here in and in the part that landed previously in BrowserParent::Deactivated()) means that we don't need to track down every place that a BC switches processes. I left the tracking of activity in ParticularProcessPriorityManager centered around BrowserParents, instead of changing it to BCs, to minimize the changes required. There are some tricky interactions there with wakelocks that I didn't want to have to figure out. browser_ProcessPriorityManager.js was set up to track a mapping of browsers to priorities, but for the purposes of testing Fission support I changed it to track a mapping of child IDs to priorities. In the test, I also removed an assignment (this.window = null) that didn't seem to be doing anything. Differential Revision: https://phabricator.services.mozilla.com/D112213
2021-05-07 20:51:34 +03:00
support-files =
file_cross_frame.html
file_dummy.html
../../tests/browser/file_coop_coep.html
../../tests/browser/file_coop_coep.html^headers^
[browser_crash_oopiframe.js]
skip-if = !fission
!crashreporter
verify
apple_silicon # crash
[browser_domainPolicy.js]
[browser_memory_distribution_telemetry.js]
skip-if = true
!e10s # This is an e10s only probe, but the test is currently broken. See Bug 1449991
[browser_cancel_content_js.js]
skip-if = !e10s
[browser_bug1646088.js]
support-files = file_dummy.html
skip-if = !e10s
[browser_bug1686194.js]
support-files = file_dummy.html
[browser_gc_schedule.js]
skip-if = verify