- Jul 22, 2024
-
-
Julian Descottes authored
Bug 1909281 - Mark Page.authenticate test as FAIL/PASS due to different values for use_redirect_for_retries a=dmeehan Only required for 128 release and ESR, next releases only have one event for auth attempts. Differential Revision: https://phabricator.services.mozilla.com/D217306
-
- Jun 07, 2024
-
-
Alexandra Borovova authored
Bug 1900880 - [puppeteer] Ignore favicon requests in the unit test for redirects. r=webdriver-reviewers,jdescottes Differential Revision: https://phabricator.services.mozilla.com/D212905
-
- Jun 06, 2024
-
-
Henrik Skupin authored
Bug 1898719 - [remote] Add support for "BiDi flag" in WebDriver Session. r=webdriver-reviewers,jdescottes Differential Revision: https://phabricator.services.mozilla.com/D212307
-
Henrik Skupin authored
Bug 1898719 - [remote] Use private properties and methods in Remote Agent and WebDriver BiDi classes. r=webdriver-reviewers,jdescottes Differential Revision: https://phabricator.services.mozilla.com/D212668
-
- Jun 05, 2024
-
-
Alexandra Borovova authored
Bug 1879580 - [bidi] Force event order of network.responseCompleted for redirects. r=webdriver-reviewers,jdescottes Differential Revision: https://phabricator.services.mozilla.com/D212666
-
- Jun 04, 2024
-
-
valenting authored
Bug 1848226 - Marionette's driver.sys.mjs uses wrong URL for cookie operations r=edgul,webdriver-reviewers,whimboo https://w3c.github.io/webdriver/#dfn-get-current-url says: > For each cookie in all associated cookies of session's > current browsing context's active document ... However, the cookie implementations in driver.sys.mjs called _getCurrentURL which returned the URL of the _top level browsing context_ as specified in https://w3c.github.io/webdriver/#dfn-get-current-url As a consequence, the cookie tests that set and deleted cookies inside an iframe used the top level path for deleting cookies instead of the path of the iframe, so they failed to find any cookies applicable to that path. For example running cookies/encoding/charset.html would set cookies by calling `fetch('/cookies/resources/cookie.py?...')` then it would try to delete cookies by calling getAndExpireCookiesForDefaultPathTest which opened an iframe to /cookies/resources/echo-cookie.html This iframe would call `setTestContextUsingRootWindow()` then call `await test_driver.delete_all_cookies();` - but this call attempted to delete cookies for the top level browing context's path - /cookies/encoding/ Differential Revision: https://phabricator.services.mozilla.com/D211434
-
scottdowne authored
Bug 1900137 - Home and newtab turn on wallpaper for nightly r=home-newtab-reviewers,webdriver-reviewers,whimboo,nbarrett Differential Revision: https://phabricator.services.mozilla.com/D212334
-
scottdowne authored
Bug 1899848 - Home and newtab turn on weather widget for nightly r=nanj,home-newtab-reviewers,nbarrett,webdriver-reviewers,jdescottes Differential Revision: https://phabricator.services.mozilla.com/D212333
-
- May 31, 2024
-
-
Alexandra Borovova authored
Bug 1898222 - [bidi] Introduce a workaround for "storage.setCookie" command until CHIPS support is enabled. r=webdriver-reviewers,whimboo Differential Revision: https://phabricator.services.mozilla.com/D211199
-
Alexandra Borovova authored
Differential Revision: https://phabricator.services.mozilla.com/D212237
-
- May 30, 2024
-
-
Henrik Skupin authored
Bug 1899140 - [puppeteer] Skip test "$$eval should handle many elements" which is causing the error summary log to overflow r=webdriver-reviewers,jdescottes Temporarily skipping the test due to log spam causing Treeherder to fail parsing the error log. Will be unskipped once bug 1899774 is fixed. Differential Revision: https://phabricator.services.mozilla.com/D212133
-
- May 29, 2024
-
-
Henrik Skupin authored
Bug 1884090 - [remote] Add support for "HTTP flag" in WebDriver Session. r=webdriver-reviewers,jdescottes Differential Revision: https://phabricator.services.mozilla.com/D211815
-
- May 28, 2024
-
-
Stanca Serban authored
Backed out changeset 1f5bdb253c2e (bug 1884090) for causing mochitets failures in browser_Troubleshoot.js. CLOSED TREE
-
Henrik Skupin authored
Bug 1884090 - [remote] Add support for "HTTP flag" in WebDriver Session. r=webdriver-reviewers,jdescottes Differential Revision: https://phabricator.services.mozilla.com/D211815
-
Julian Descottes authored
Bug 1898565 - [bidi] Add quotes in message for invalid header value in network.continueRequest r=webdriver-reviewers,jgraham Depends on D210518 Differential Revision: https://phabricator.services.mozilla.com/D211414
-
Julian Descottes authored
Bug 1850680 - [puppeteer] Update test expectations for continueRequest support r=webdriver-reviewers,whimboo Depends on D209541 Differential Revision: https://phabricator.services.mozilla.com/D210518
-
Julian Descottes authored
Depends on D209539 Differential Revision: https://phabricator.services.mozilla.com/D209540
-
Julian Descottes authored
Bug 1850680 - [bidi] Add support for headers, cookies, method and body parameters in continueRequest r=webdriver-reviewers,whimboo Depends on D209538 Differential Revision: https://phabricator.services.mozilla.com/D209539
-
Julian Descottes authored
Depends on D209524 Differential Revision: https://phabricator.services.mozilla.com/D209538
-
- May 24, 2024
-
-
Butkovits Atila authored
Backed out 8 changesets (bug 1898565, bug 1880803, bug 1850680) for causing high frequency failures at url_patterns.py . CLOSED TREE Backed out changeset 2e388b7f6f91 (bug 1898565) Backed out changeset 3147811b0446 (bug 1850680) Backed out changeset 9a98ace82049 (bug 1850680) Backed out changeset 8ff3dc16fcf9 (bug 1850680) Backed out changeset 1c4084febc9c (bug 1850680) Backed out changeset aeeda14ca643 (bug 1850680) Backed out changeset fb750d3b365d (bug 1880803) Backed out changeset 4d63b73b4125 (bug 1880803)
-
Alexandra Borovova authored
Bug 1887644 - Throw "UnsupportedOperation" error instead "InvalidArgument" when a file in "input.setFiles" command doesn't exist. r=webdriver-reviewers,whimboo Differential Revision: https://phabricator.services.mozilla.com/D211344
-
- May 23, 2024
-
-
Geoff Lankow authored
Differential Revision: https://phabricator.services.mozilla.com/D211306
-
Henrik Skupin authored
Differential Revision: https://phabricator.services.mozilla.com/D210730
-
Julian Descottes authored
Bug 1898565 - [bidi] Add quotes in message for invalid header value in network.continueRequest r=webdriver-reviewers,jgraham Depends on D210518 Differential Revision: https://phabricator.services.mozilla.com/D211414
-
Julian Descottes authored
Bug 1850680 - [puppeteer] Update test expectations for continueRequest support r=webdriver-reviewers,whimboo Depends on D209541 Differential Revision: https://phabricator.services.mozilla.com/D210518
-
Julian Descottes authored
Depends on D209539 Differential Revision: https://phabricator.services.mozilla.com/D209540
-
Julian Descottes authored
Bug 1850680 - [bidi] Add support for headers, cookies, method and body parameters in continueRequest r=webdriver-reviewers,whimboo Depends on D209538 Differential Revision: https://phabricator.services.mozilla.com/D209539
-
Julian Descottes authored
Depends on D209524 Differential Revision: https://phabricator.services.mozilla.com/D209538
-
Henrik Skupin authored
Bug 1893223 - [marionette] Fix master manifest for in-tree Marionette tests. r=webdriver-reviewers,application-update-reviewers,Sasha,nalexander Differential Revision: https://phabricator.services.mozilla.com/D211151
-
Iulian Moraru authored
Backed out changeset b609a929be9f (bug 1893223) for causing marionette failures on test_exitcode.py. CLOSED TREE
-
- May 22, 2024
-
-
Henrik Skupin authored
Bug 1893223 - [marionette] Fix master manifest for in-tree Marionette tests. r=webdriver-reviewers,application-update-reviewers,Sasha,nalexander Differential Revision: https://phabricator.services.mozilla.com/D211151
-
Henrik Skupin authored
Differential Revision: https://phabricator.services.mozilla.com/D204027
-
Kagami Sascha Rosylight authored
Bug 1878741 - Part 1: Stop requirng notification.prompt.testing for set-permission r=webdriver-reviewers,Sasha Differential Revision: https://phabricator.services.mozilla.com/D210741
-
Cristian Tuns authored
Backed out 4 changesets (bug 1895738, bug 1884650) for causing wdspec failures in user_prompts.py. CLOSED TREE Backed out changeset 124e4f18e16d (bug 1895738) Backed out changeset 967f3124eaf7 (bug 1895738) Backed out changeset 5d46db5db0cd (bug 1895738) Backed out changeset 9e54c5eb281c (bug 1884650)
-
Henrik Skupin authored
Bug 1895738 - [remote] Fix fromJSON checks for ignore behavior in test_UserPromptHandler.js. CLOSED TREE Differential Revision: https://phabricator.services.mozilla.com/D211173
-
Henrik Skupin authored
Differential Revision: https://phabricator.services.mozilla.com/D210730
-
Alexandra Borovova authored
Differential Revision: https://phabricator.services.mozilla.com/D210607
-
- May 17, 2024
-
-
Alexandra Borovova authored
Differential Revision: https://phabricator.services.mozilla.com/D210773
-
Alexandra Borovova authored
Bug 1897183 - [puppeteer] Remove -S parameter in Shebang from mocha-runner script because it's not supported in CI. r=webdriver-reviewers,whimboo Differential Revision: https://phabricator.services.mozilla.com/D210772
-
Alexandra Borovova authored
Differential Revision: https://phabricator.services.mozilla.com/D210771
-