f505edc1e43021783803fe4ce683387b03128093: geckodriver: Disable additional welcome URL (#222)
Andreas Tolfsen <ato@mozilla.com> - Mon, 12 Sep 2016 15:19:25 +0100 - rev 407688
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
geckodriver: Disable additional welcome URL (
#222)
* disable additional welcome URL
The preference startup.homepage_welcome_url.additional causes problems with
official branded builds that has been known to break certain Marionette tests,
such as testing/marionette/harness/marionette/tests/unit/test_window_handles.py
and testing/marionette/harness/marionette/tests/unit/test_selected.py.
Many Marionette tests make assumptions about the number of open windows, and
this aligns the test environment of the officially branded builds to be more
similar to that of Nightly builds.
* fixup! disable additional welcome URL
* fixup! disable additional welcome URL
Source-Repo:
https://github.com/mozilla/geckodriver
Source-Revision:
c49e5cd908e059e4c4c116ed4ab21715f205b949
committer: jgraham <james@hoppipolla.co.uk>
4dce13932864aa4bed073122cd75a0d8858b0e7b: geckodriver: improve changelog's explanation of new firefoxOptions capabilities
Andreas Tolfsen <ato@mozilla.com> - Wed, 07 Sep 2016 17:41:51 +0100 - rev 407687
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
geckodriver: improve changelog's explanation of new firefoxOptions capabilities
Source-Repo:
https://github.com/mozilla/geckodriver
Source-Revision:
f5c4181ed5018e79e1b27c18d7e9c87da5b6c82a
f4b31108c4883c6fd6e31f9c3ebe7a5faa5e1be8: geckodriver: derive Default trait for MarionetteSettings
Andreas Tolfsen <ato@mozilla.com> - Wed, 07 Sep 2016 17:31:10 +0100 - rev 407686
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
geckodriver: derive Default trait for MarionetteSettings
Source-Repo:
https://github.com/mozilla/geckodriver
Source-Revision:
c01e49b1f87f7858131d3ca6c457983820c259a6
ac202fba6bd746881a6c010b9e5019b648557ee1: geckodriver: fix link to log options section
Andreas Tolfsen <ato@mozilla.com> - Wed, 07 Sep 2016 16:19:32 +0100 - rev 407685
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
8b0eea2869fec3fa18d8cadfee40479c4afb38d8: geckodriver: Set log verbosity from capability (#217)
Andreas Tolfsen <ato@mozilla.com> - Wed, 07 Sep 2016 16:27:59 +0100 - rev 407684
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
geckodriver: Set log verbosity from capability (
#217)
* fix shorthand verbosity flags
* allow firefoxOptions.log.level capability to control logging
The firefoxOptions.log.level capability may optionally be passed to the
New Session command, which will initialise the env_logger and override
the verbosity level requested from command-line flags or the RUST_LOG
environment variable.
When the flags are used these will from now on also enable the env_logger.
* remove default implementation for MarionetteSettings
* raise default log level to info
Source-Repo:
https://github.com/mozilla/geckodriver
Source-Revision:
2277355d9c7c542266d76884c406622d7d6ed24c
committer: jgraham <james@hoppipolla.co.uk>
8ca6ab30e0084235dda91d87e82d1e9c40d9fb7b: geckodriver: Merge pull request #218 from andreastt/print-listening
Andreas Tolfsen <ato@mozilla.com> - Wed, 07 Sep 2016 15:50:00 +0100 - rev 407683
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
geckodriver: Merge pull request
#218 from andreastt/print-listening
Log listening host and port
Source-Repo:
https://github.com/mozilla/geckodriver
Source-Revision:
acfde732fe4381e63b7e17664c92de9eb339ddfc
99c1c36f48c6f04d5fbe7d44a7a03dcfd13f1bc1: geckodriver: Use formal types for capabilities documentation (#219)
Andreas Tolfsen <ato@mozilla.com> - Wed, 07 Sep 2016 11:52:31 +0100 - rev 407682
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
geckodriver: Use formal types for capabilities documentation (
#219)
* use formal types for capabilities documentation
Source-Repo:
https://github.com/mozilla/geckodriver
Source-Revision:
007939ed7f182e160f72d5e312fd1891d628b8c7
committer: jgraham <james@hoppipolla.co.uk>
dc422b4a1a292dd2789de970bc6874aabfa1bb29: geckodriver: mention prefs capability change in changelog
Andreas Tolfsen <ato@mozilla.com> - Tue, 06 Sep 2016 17:07:52 +0100 - rev 407681
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
geckodriver: mention prefs capability change in changelog
Source-Repo:
https://github.com/mozilla/geckodriver
Source-Revision:
0b2d50d8bf788e2c167014839fe1ba45cd2b48c0
bdcb1480d612d1d3036a7c59f372cb69b0c558d0: geckodriver: avoid line break in type declaration in readme
Andreas Tolfsen <ato@mozilla.com> - Tue, 06 Sep 2016 17:06:18 +0100 - rev 407680
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
geckodriver: avoid line break in type declaration in readme
Source-Repo:
https://github.com/mozilla/geckodriver
Source-Revision:
d0b416f3c33326aaae180589f8fc26ff8f05de61
56f959b9aec5fe316055a59b0435e225854760e0: geckodriver: Merge pull request #162 from mozilla/firefox_prefs
James Graham <james@hoppipolla.co.uk> - Tue, 06 Sep 2016 17:15:14 +0100 - rev 407679
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
geckodriver: Merge pull request
#162 from mozilla/firefox_prefs
Add prefs capability to firefoxOptions
Source-Repo:
https://github.com/mozilla/geckodriver
Source-Revision:
804def9600fc9a486a78b7cc2a2527661296b8af
cb88e73b57d35fce734aba488118681f1a467b36: geckodriver: Incrementally improve the UI (#214)
Andreas Tolfsen <ato@mozilla.com> - Tue, 06 Sep 2016 13:01:42 +0100 - rev 407678
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
geckodriver: Incrementally improve the UI (
#214)
* incrementally improve the ui
Copying information is currently included in --help and this patch makes
it only appear when --version is invoked.
Futhermore, the error messages that are printed on invalid input are
made consistent.
Source-Repo:
https://github.com/mozilla/geckodriver
Source-Revision:
697f7f40f7ce50743729392cf2ebc33b763659f7
committer: jgraham <james@hoppipolla.co.uk>
6bf42d202373e9e90b9c02ae1d6937b6082734b6: geckodriver: fixup! update changelog
Andreas Tolfsen <ato@mozilla.com> - Tue, 06 Sep 2016 11:03:47 +0100 - rev 407677
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
18eacdaabacee9eff1226f8dc3c9678aa47b80e0: geckodriver: update changelog
Andreas Tolfsen <ato@mozilla.com> - Tue, 06 Sep 2016 11:03:03 +0100 - rev 407676
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
e5c831bcf2e23d54e581b14217f398df26093a03: geckodriver: Merge pull request #213 from mozilla/win32_docker
James Graham <james@hoppipolla.co.uk> - Tue, 06 Sep 2016 11:07:10 +0100 - rev 407675
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
geckodriver: Merge pull request
#213 from mozilla/win32_docker
Cross-compile on win32 using Docker image from port-of-rust
Source-Repo:
https://github.com/mozilla/geckodriver
Source-Revision:
39b2b269df496d17c8041bd579a4a409ee2e3050
169f4391d9d02e641c8294f32592d3044b6ed2d6: geckodriver: Merge pull request #212 from mozilla/travis_fix
James Graham <james@hoppipolla.co.uk> - Mon, 05 Sep 2016 14:51:49 +0100 - rev 407674
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
geckodriver: Merge pull request
#212 from mozilla/travis_fix
Switch to building with Rust beta
Source-Repo:
https://github.com/mozilla/geckodriver
Source-Revision:
c0c134fe611d77fdd6dfc4a85fa3a40e8caa9119
ef42df402969b9f9d9ceb0f653f3a23e3efed441: geckodriver: correct language in version string
Andreas Tolfsen <ato@mozilla.com> - Thu, 01 Sep 2016 13:59:50 +0100 - rev 407673
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
geckodriver: correct language in version string
Source-Repo:
https://github.com/mozilla/geckodriver
Source-Revision:
1805a0ccfe61092bbd71ed2e1c8bd513713cf905
145a74edf98d372d7a88e24d7103980930acbca6: geckodriver: add keywords to cargo config
Andreas Tolfsen <ato@mozilla.com> - Thu, 01 Sep 2016 13:46:47 +0100 - rev 407672
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
a917aecc4a67bfa91332f4df8fc2444831df1f34: geckodriver: point to readme in cargo config
Andreas Tolfsen <ato@mozilla.com> - Thu, 01 Sep 2016 13:38:08 +0100 - rev 407671
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
a4728f9a38a7982cc2a9f4c71112820cf0c784ab: geckodriver: add me to authors
Andreas Tolfsen <ato@mozilla.com> - Thu, 01 Sep 2016 13:37:33 +0100 - rev 407670
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000
cafe6f470e400ddc5c7de8ca8c4bc6710b8702cd: geckodriver: correct repository link
Andreas Tolfsen <ato@mozilla.com> - Thu, 01 Sep 2016 13:34:17 +0100 - rev 407669
Push
7391 by mtabara@mozilla.com at Mon, 12 Jun 2017 13:08:53 +0000