author | Andreas Tolfsen <ato@sny.no> |
Thu, 26 Oct 2017 18:10:34 +0100 | |
changeset 389058 | 6af08f5a26e7b31aa0b26fd050c9c129a836c036 |
parent 389057 | 2cb8c9e7040c463fd43095be0ead2c4db96ad711 |
child 389059 | 8b34606d8f3b832fcadb954681b1fb157fef34ed |
push id | 32777 |
push user | archaeopteryx@coole-files.de |
push date | Mon, 30 Oct 2017 22:44:45 +0000 |
treeherder | mozilla-central@dd0f265a1300 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jgraham |
bugs | 1412037 |
milestone | 58.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/geckodriver/CHANGES.md +++ b/testing/geckodriver/CHANGES.md @@ -1,40 +1,53 @@ Change log ========== All notable changes to this program is documented in this file. -Unreleased ----------- +0.19.1 (2017-10-30) +------------------- + +### Changed + +- Search suggestions in the location bar turned off as not to + trigger network connections + +- Block addons incompatible with E10s + +### Fixed + +- Marionette stacktraces are now correctly propagated + +- Some error messages have been clarified ### Removed -- Removed `socksUsername` and `socksPassword` because both are no longer - valid keys for proxy capabilities +- Removed obsolete `socksUsername` and `socksPassword` proxy + configuration keys because neither were picked up or recognised 0.19.0 (2017-09-16) ------------------- Note that with geckodriver v0.19.0 the following versions are recommended: - Firefox 55.0 (and greater) - Selenium 3.5 (and greater) ### Added - Added endpoint: - POST `/session/{session id}/window/minimize` for the [Minimize Window] command -- Added preference `extensions.shield-recipe-client.api_url` to disable shield - studies which could unexpectedly change the behavior of Firefox +- Added preference `extensions.shield-recipe-client.api_url` to disable + shield studies which could unexpectedly change the behavior of Firefox -- Introduced the temporary, boolean capability `moz:webdriverClick` to enable - the WebDriver conforming behavior of the [Element Click] command. +- Introduced the temporary, boolean capability `moz:webdriverClick` to + enable the WebDriver conforming behavior of the [Element Click] command - Added crashreporter environment variables to better control the browser in case of crashes - Added preference `dom.file.createInChild` set to true to allow file object creation in content processes ### Changed