зеркало из https://github.com/mozilla/gecko-dev.git
6ce6e42c08
The cookie prompt handling code was initially added under `test_cmds` but it got in conflict with the interactive sites code (the prompts are for pageload sites while the interactive sites are a different type). This patch is adding a new section in the json that is specially for handling the cookie prompts for pageload sites. We have to handle prompts for the login sites. but we don't currently encounter those prompts on CI and locally the login code doesn't work ATM. So this affects local site recording from Europe. Differential Revision: https://phabricator.services.mozilla.com/D153748 |
||
---|---|---|
.. | ||
.eslintrc.js | ||
README.txt | ||
hooks.py | ||
hooks_android_main.py | ||
hooks_android_view.py | ||
hooks_perfstats.py | ||
hooks_recording.py | ||
pageload_sites.json | ||
perftest.ini | ||
perftest_WPT_chrome_init_file.js | ||
perftest_WPT_firefox_init_file.js | ||
perftest_android_main.js | ||
perftest_android_view.js | ||
perftest_bbc_link.js | ||
perftest_facebook.js | ||
perftest_jsconf_cold.js | ||
perftest_jsconf_warm.js | ||
perftest_pageload.js | ||
perftest_perfstats.js | ||
perftest_politico_link.js | ||
perftest_record.js | ||
perftest_youtube_link.js | ||
sites.txt |
README.txt
This directory contains perftests owned by the performance team.