[Pkg-mozext-commits] [requestpolicy] 99/257: Merge branch 'mozmill-marionette-migration' into dev-1.0
David Prévot
taffit at moszumanska.debian.org
Thu Jan 28 03:20:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository requestpolicy.
commit c86b806eb1d0c6e0261f52ea4d66e298b64aaf82
Merge: 00b5521 8d88a6c
Author: Martin Kimmerle <dev at 256k.de>
Date: Sat Oct 17 01:16:58 2015 +0200
Merge branch 'mozmill-marionette-migration' into dev-1.0
Resolves #641
requirements.txt | 2 +-
src/content/settings/yourpolicy.js | 39 +-
tests/content/slowly_loading_page.php | 45 ++
.../dev-helper/content/console-observer.jsm | 7 +
tests/marionette/rp_puppeteer/__init__.py | 52 +++
.../marionette/rp_puppeteer/api/error_detection.py | 30 +-
tests/marionette/rp_puppeteer/api/l10n.py | 19 +
tests/marionette/rp_puppeteer/api/prefs.py | 27 +-
tests/marionette/rp_puppeteer/api/requests.py | 117 +++++
tests/marionette/rp_puppeteer/api/rules.py | 233 ++++++++++
tests/marionette/rp_puppeteer/base.py | 60 +++
tests/marionette/rp_puppeteer/decorators.py | 35 ++
tests/marionette/rp_puppeteer/errors.py | 12 +
tests/marionette/rp_puppeteer/tests/manifest.ini | 8 +
.../rp_puppeteer/tests/test_context_menu.py | 45 ++
.../rp_puppeteer/tests/test_error_detection.py | 18 +-
tests/marionette/rp_puppeteer/tests/test_l10n.py | 23 +
tests/marionette/rp_puppeteer/tests/test_prefs.py | 4 +-
.../tests/test_redirect_notification.py | 35 ++
.../rp_puppeteer/tests/test_request_log.py | 98 +++++
.../marionette/rp_puppeteer/tests/test_requests.py | 216 ++++++++++
tests/marionette/rp_puppeteer/tests/test_rules.py | 278 ++++++++++++
tests/marionette/rp_puppeteer/tests/test_tabs.py | 38 ++
.../rp_puppeteer/tests/test_web_utils.py | 59 +++
.../rp_puppeteer/tests/test_your_policy.py | 476 +++++++++++++++++++++
tests/marionette/rp_puppeteer/ui/addons.py | 22 +-
tests/marionette/rp_puppeteer/ui/context_menu.py | 80 ++++
.../rp_puppeteer/ui/redirect_notification.py | 53 +++
tests/marionette/rp_puppeteer/ui/request_log.py | 118 +++++
.../rp_puppeteer/{ => ui/settings}/__init__.py | 0
.../rp_puppeteer/ui/settings/your_policy.py | 235 ++++++++++
tests/marionette/rp_puppeteer/ui/tabs.py | 15 +
tests/marionette/rp_puppeteer/ui/web_utils.py | 21 +
tests/marionette/rp_ui_harness/testcases.py | 53 ++-
.../test_multiple_installations.py | 13 +-
.../tests/links/html_anchor_element/manifest.ini | 3 +
.../links/html_anchor_element/test_link_click.py | 30 ++
.../html_anchor_element/test_open_in_new_tab.py | 70 +++
.../html_anchor_element/test_open_in_new_window.py | 80 ++++
tests/marionette/tests/links/manifest.ini | 2 +
.../tests/links/text_selection/manifest.ini | 3 +
.../text_selection/test_open_in_current_tab.py | 41 ++
.../links/text_selection/test_open_in_new_tab.py | 55 +++
.../text_selection/test_open_in_new_window.py | 79 ++++
tests/marionette/tests/manifest.ini | 3 +
tests/marionette/tests/policy/manifest.ini | 2 +
.../tests/policy/test_rule_with_scheme_only.py | 97 +++++
tests/marionette/tests/policy/test_uris.py | 47 ++
tests/marionette/tests/redirections/manifest.ini | 4 +
.../tests/redirections/test_auto_redirect.py | 76 ++++
.../tests/redirections/test_inline_redirect.py | 46 ++
.../tests/redirections/test_link_click_redirect.py | 69 +++
.../test_link_click_redirect_in_new_tab.py | 127 ++++++
.../initDetectingRestarts.js | 19 -
.../testAssertNoRestart.js | 20 -
.../testDetectingRestarts.js | 41 --
.../detectErrors/initDetectingErrors.js | 27 --
.../detectErrors/testAssertNoErrors.js | 33 --
.../detectErrors/testDetectingErrors.js | 43 --
.../repeatedTests/init-repeated-tests.ini | 2 -
.../repeatedTests/run-repeated-tests.ini | 2 -
.../repeatedTests/test-repeated-tests.ini | 2 -
.../restartlessness/lib/addon-manager-utils.js | 158 -------
.../highLevelTests/restartlessness/manifest.ini | 13 -
.../restartlessness/testDisableExtension.js | 50 ---
.../restartlessness/testEnableExtension.js | 51 ---
.../restartlessness/testInstallExtension.js | 63 ---
.../restartlessness/testUninstallExtension.js | 55 ---
.../restartlessness/testUpgradeExtension.js | 43 --
tests/mozmill/lib/constants.js | 31 +-
tests/mozmill/lib/request-log-utils.js | 99 -----
tests/mozmill/lib/rp-utils.js | 52 ---
tests/mozmill/manifest.ini | 71 +--
tests/mozmill/test-ff.ini | 35 --
tests/mozmill/test-rp.ini | 4 -
tests/mozmill/tests/manifest.ini | 3 -
tests/mozmill/tests/testLinks/manifest.ini | 4 -
.../testLinks/testHTMLAnchorElement/manifest.ini | 5 -
.../testHTMLAnchorElement/testLinkClick.js | 52 ---
.../testHTMLAnchorElement/testOpenInNewTab.js | 104 -----
.../testHTMLAnchorElement/testOpenInNewWindow.js | 134 ------
.../tests/testLinks/testTextSelection/manifest.ini | 5 -
.../testTextSelection/testOpenInCurrentTab.js | 58 ---
.../testTextSelection/testOpenInNewTab.js | 77 ----
.../testTextSelection/testOpenInNewWindow.js | 135 ------
tests/mozmill/tests/testPolicy/manifest.ini | 2 -
.../tests/testPolicy/testRuleWithSchemeOnly.js | 268 ------------
.../testPolicy/testSchemeWorkaround/manifest.ini | 3 -
.../testSchemeWorkaround/testUnknownScheme.js | 47 --
tests/mozmill/tests/testRedirect/manifest.ini | 6 -
.../mozmill/tests/testRedirect/testAutoRedirect.js | 109 -----
.../tests/testRedirect/testInlineRedirect.js | 65 ---
.../tests/testRedirect/testLinkClickRedirect.js | 88 ----
.../testRedirect/testLinkClickRedirectInNewTab.js | 117 -----
tests/mozmill/tests/testRequestLog/manifest.ini | 1 -
.../tests/testRequestLog/testUriWithoutHost.js | 66 ---
96 files changed, 3347 insertions(+), 2336 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git
More information about the Pkg-mozext-commits
mailing list