Граф коммитов

449 Коммитов

Автор SHA1 Сообщение Дата
Andreas Tolfsen 04568f3323 geckodriver: changes: v0.16.0 has not been released
Prevent confusion amongst users as towards whether v0.16.0 is out.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: dccea97b6cc709b4bd93146ea12c7d9b0b356688

--HG--
extra : rebase_source : 19985f1ae4f75089c1ee26e5d896292d82a82b0c
2017-04-18 12:55:54 +01:00
Andreas Tolfsen 2ff5719770 geckodriver: marionette: reduce importance of marionette communication
The log messages of what geckodriver sends and receives from the
Marionette server will now be logged at trace level.  This brings parity
to the way protocol chatter is logged in the Marionette server.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 15345b6780dc3ab55b8b69f88e7634d80c912b72

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : dca9860c8e23b94c560afc3d90effa2ae3603830
2017-04-12 15:19:25 +01:00
Andreas Tolfsen ac424fd4bf geckodriver: logging: ignore records from other modules
This effectively filters out all log entries from modules that do not
begin with either "geckodriver" or "webdriver".  This is a big hack,
but works well enough for the time being.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: baf5451f402be11df5a41df1fc7893ea8e85cb45

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 9056ddebabb690aa69fb57f7b7918b729a8920f9
2017-04-12 15:19:25 +01:00
Andreas Tolfsen a916118d82 geckodriver: marionette: convert str to owned string
Fixes build.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 871a7065b88eb06725d0dd8490cd0caefae857cc

--HG--
extra : rebase_source : 7f6563c0e4744a13941c07f19fc379b805be873e
2017-04-12 15:08:06 +01:00
Andreas Tolfsen 32ffb8bc18 geckodriver: marionette: append X11 style -marionette flag when starting browser
https://github.com/jgraham/rust_mozrunner/pull/7 was recently submitted
to make mozrunner not imply starting the Marionette server by passing the
--marionette flag.  This patch appends -marionette, with a single dash,
so that it will be accepted on Windows systems.

More discussion around this in
2e0054b90e.

Fixes: https://github.com/mozilla/geckodriver/issues/640
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 7c577c04176c1cc7b5bd45928b3a36bd1818c5ae

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 44dda1287b2da1c8199bce149367ee5483f456e7
2017-04-12 14:51:16 +01:00
Jason Juang 9046a8f9b4 geckodriver: Make acceptInsecureCerts work with Firefox 52 (#632)
Fixes: https://github.com/mozilla/geckodriver/issues/630
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 72abe37b99cef7637135d5e5d902f7ba0df9a84b

committer: Andreas Tolfsen <ato@mozilla.com>

--HG--
extra : rebase_source : 9d0ed3a15d8a6170ad2353cc0dafc2d1c5bf79c7
2017-04-11 14:21:31 +01:00
Andreas Tolfsen 34a8cf40e2 geckodriver: ci: log cc compiler when building
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 2448d3a049ec6820cb8a0b790270ef81b126bd4e

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : a38d42dcbe126c8d18b501eebc4a7cb69dcd0bcf
2017-04-10 21:23:14 +01:00
Andreas Tolfsen 5a02bf10e8 geckodriver: ci: force gcc compiler for i686-unknown-linux-musl
Travis at some point changed the default compiler in their images to be
clang.  Cross-compiling Rust code with clang is not possible quite yet,
so we force gcc to be used.

Fixes: https://github.com/mozilla/geckodriver/issues/495
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 043806820230f720c253d3d305dc15747d994b05

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 5b3a96f126a2b657e7659450489a99451ea4103b
2017-04-10 21:23:14 +01:00
Andreas Tolfsen b77a407597 geckodriver: readme: document default profile
Add documentation that explains where the fresh profiles are created
and how you can get its path from the returned capabilities object.

Fixes: https://github.com/mozilla/geckodriver/issues/605
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 0ad52a1e8f7a7da44a6cd6ec828af6acf3f6631d

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 6bdb014f2a1ab6f31e7f7bc65c685db026e23b52
2017-04-10 18:03:48 +01:00
Andreas Tolfsen e51965a692 geckodriver: readme: fix sessionId in curl example
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 4ce4fb34d4e5f65c362bde1f1dc379de56fcc031

--HG--
extra : rebase_source : f4cad27e4491e0ad15f74f104c7fb72a5a2a8eba
2017-04-10 16:33:57 +01:00
Andreas Tolfsen af5d0b482d geckodriver: Update usage instructions (#625)
* readme: expand usage instructions

Expands the usage instructions section of the README to contain actual,
useful information on how to use geckodriver with Selenium and as a
standalone WebDriver server.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: d322bcfb14e92b805adb05826051b2462f89e32c

committer: David Burns <david.burns@theautomatedtester.co.uk>

--HG--
extra : rebase_source : 9d5ebe506f6321712898d519e5ba2c34e91c743b
2017-04-10 16:29:27 +01:00
Andreas Tolfsen e58a58ef10 geckodriver: readme: remove version output in -h display
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 05edecf389edc8bbe9b86df823bebb51e28c8ef5

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : a71297e222e9bf9717f65b368c0fdaf69eedff88
2017-04-10 14:33:44 +01:00
Andreas Tolfsen d23ec3ebd0 geckodriver: changes: update for 0.16.0 release
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 441c0987894ff9b613713a092c67b958a8434f15

committer: David Burns <david.burns@theautomatedtester.co.uk>

--HG--
extra : rebase_source : bd2e378de4468c17bd9189a9c6131b2987be2754
2017-04-10 14:31:00 +01:00
Andreas Tolfsen 96b8604e8a geckodriver: readme: recommend at least Firefox 52.0.3 or greater
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 2606ad398d89752014d7331c162ae5b6d3f56090

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 975b25b83d927c7dd9134846314c0afc6b631c7b
2017-04-10 13:50:15 +01:00
Andreas Tolfsen e9277216ed geckodriver: cargo: upgrade dependencies
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 3237ea34fb0f5ddaec84f03b4de4c6a18af8699d

--HG--
extra : rebase_source : 643af6a270e640168c67d15e05df0b4c0a181c0d
2017-04-10 13:36:27 +01:00
Andreas Tolfsen c46c437826 geckodriver: cargo, marionette: upgrade to webdriver 0.25.0
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 8dd4d2ae567a99d6dba9060cfadecf3acea8823d

--HG--
extra : rebase_source : 683f5d9ab463dd2a00cde705bcaede68ecbaecb0
2017-04-10 13:36:27 +01:00
Andreas Tolfsen 54ea515085 geckodriver: marionette: send text string and value array for SendKeysParameters
Following https://bugzilla.mozilla.org/show_bug.cgi?id=1348782
and https://bugzilla.mozilla.org/show_bug.cgi?id=1354323, the
sendKeysToElement and sendKeysToDialog commands in Marionette accept
only a string `text' field as input.

These patches to Firefox has since been uplifted all the way to Firefox
53.  In order to make geckodriver work with newer Firefox versions again,
we need to pass the `text' field.  But in order to support older Firefoxen
without the `text' field requirement, we also want to continue to send
`value' as a string array.

Clients must unfortunately send a string `text' field, but it is believed
it is easier to upgrade to the latest Selenium release than to pin the
exact versions of geckodriver and Firefox.

Fixes: https://github.com/mozilla/geckodriver/issues/594
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 41f89d878c805e0d66a15f8b6151dda78173ccff

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 1574a632e591dc121cba77fc58c8026435fbef2b
2017-04-07 14:28:59 +01:00
Andreas Tolfsen 9949484bc6 geckodriver: marionette: set marionette.log.level pref
marionette.logging has been renamed marionette.log.level, but we keep
the former around for backwards compatibility with earlier Firefoxen.

This is similar to change made in 8f19dc4dac63da4153584a2a6974c26be9453ecc
for marionette.port.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 46518d9d8ae20eea00dd1c7fdaa1287f8c036c7e

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : fe4aad6bb2dc74789ba1665463084cf873f30a78
2017-04-07 14:27:34 +01:00
Andreas Tolfsen 88528d4cd9 geckodriver: marionette: remove capabilities field wrapping for NewSession
Remove one layer of wrapping inside the `capabilities' field when
geckodriver sends the capabilities to Marionette.

Prior to this patch, geckodriver would send the following JSON Object
to Marionette's newSession command:

	{capabilities: {foo: 1, {desiredCapabilities: {foo: 1}}}}

Following this patch, it sends:

	{foo: 1, {capabilities: {desiredCapabilities: {foo: 1}}}}

In the future, the idea is to remove the capabilities object altogether
and just send

	{foo: 1}

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: c6cf7b9e2bc2d01bb20f9fb995ee29a892644d15

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : efafe8e0f0ad4fe9cb853baade31be58e9a50e52
2017-04-07 14:26:58 +01:00
Andreas Tolfsen 31aea4a2a2 geckodriver: marionette: set marionette.port in profile
The marionette.defaultPrefs.port preference
has been renamed to marionette.port as part of
https://bugzilla.mozilla.org/show_bug.cgi?id=1344748.

We keep the fallback preference around until Firefox 54 becomes stable
for backwards compatibility reasons.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 8f19dc4dac63da4153584a2a6974c26be9453ecc

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : c47f609e17ce7310c48f801bd85c9291dfb4b88a
2017-04-04 17:43:45 +01:00
Andreas Tolfsen 2f6786e944 geckodriver: prefs, marionette: remove or move remaining required prefs
When a user provides a profile that wnats to override browser.warnOnQuit,
browser.tabs.warnOnClose, or browser.showQuitWarning, we should
allow users to do stupid things.  We should not prevent the profile's
preferences from being applied.

dom.ipc.cpows.forbid-unsafe-from-browser is being removed because all
targetted Firefoxen are not using any unsafe CPOWs in Marionette code.

marionette.defaultPrefs.enabled is superfluous for as long as the
--marionette flag is being passed to the Firefox binary.

Remaining relevant prefs from prefs::REQUIRED have been merged into
prefs::DEFAULT.

This is a follow-up to the discussion around
https://github.com/mozilla/geckodriver/pull/423.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 2e0054b90ecf1acbe8b442af54441e3cc746933f

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 0d5230475735d09d5e7220b8d8b7b91308074900
2017-04-04 17:42:28 +01:00
Marc Fisher 6a1acfc103 geckodriver: Improve firefox profile prefs merging (#423)
Merges prefs::Default prefs into custom profile unless the custom
profile explicitly sets that preference.

Sets the marionette.defaultPrefs.port preference last so users cannot
accidentally overwrite its value by providing it in capabilities.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 95ef3b49bc3fbeac231be22c19f06b7d14f6959b

committer: Andreas Tolfsen <ato@mozilla.com>

--HG--
extra : rebase_source : 2785f3dffdc222b9c8002e7f0e81f438b249683e
2017-04-04 15:02:09 +01:00
Andreas Tolfsen 5a6e3bf9bd geckodriver: capabilities: fix tests
This change makes the tests compile and makes use of the public typedef
webdriver::capabilities::Capabilities, which reduces the need for type
declarations of BTreeMap.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 68ca3639937721a5d8ab4c13b6de57fce669ecc9

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 5239f9bfc26c808a5f11f5a8fe741213b73fa443
2017-04-03 14:18:26 +01:00
Andreas Tolfsen 16bc7f128f geckodriver: prefs: correct fixed array length
Fixes build.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: a26cfb213a187af5c7554cb1fdfa23260cc3b2f3

--HG--
extra : rebase_source : c0e0b0e7d94c3d3e32db34880766a1921361334f
2017-04-03 14:02:30 +01:00
Andreas Tolfsen 777a31222a geckodriver: prefs: disable flash and plugin container (#590)
In the interests of avoiding the

	Aborting on channel error.: file c:/builds/moz2_slave/m-rel-w32-00000000000000000000/build/src/ipc/glue/MessageChannel.cpp, line 2056

error we have seen frequently reported on geckodriver, this change forces
the Flash plugin to be disabled by default.  The Firefox homepage triggers
the plugin container to start, which is causing problems when quitting
Firefox through geckodriver.

Since Flash cannot be interacted with through WebDriver and it is soon
going away from the web, I don't think this is a big sacrifice.

Fixes: https://github.com/mozilla/geckodriver/issues/225
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 6ec30ca4a37ca04b0bfab6faa87fbdb926710a8d

committer: GitHub <noreply@github.com>

--HG--
extra : rebase_source : e104ed9d48d03a3e33da0226f3472eb3ee307e16
2017-04-03 14:00:18 +01:00
Ondřej Machulda 14e4bec245 geckodriver: Update required Selenium version to 3.3.1
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: fd9bf452bbef423e579c6d3f4ed03e3c063b88ca

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 87aa8909ee1f2a76a30bd32efd6d86800b8c1d39
2017-04-02 12:44:48 +01:00
James Graham de9a10973d geckodriver: Update for Window[Size|Position] -> WindowRect
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 6d25d383048cbf5b38eeb786f70732be697ec0fb

committer: Andreas Tolfsen <ato@mozilla.com>

--HG--
extra : rebase_source : eb453669c8ca32c67c9e3c41b69e0a481c8d4ff6
2017-03-28 16:22:54 +01:00
AutomatedTester 3348a7dc41 geckodriver: Merge branch 'rebase-553'
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 9d76e0bd498263540fdaa4a8a18f084eb0dfd9bd

committer: Andreas Tolfsen <ato@mozilla.com>

--HG--
extra : rebase_source : 03fe20f196c82ec643fc426894d213d5be6444b9
2017-03-28 14:25:51 +01:00
James Graham 6329d1b840 geckodriver: Support the new version of the new session command.
Support the alwaysMatch/firstMatch new session command. Move the
capabilities handling into geckodriver as far as possible so that
marionette itself should not be rejecting sessions (as this is
expensive and can only happen after gecko starts). Use mozversion to
provide (currently somewhat hacky) version number matching for the
browserVersion capability.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 6f1e3c192463342a0a49f5f3f0af914ad0e1ae7a

committer: Andreas Tolfsen <ato@mozilla.com>

--HG--
extra : rebase_source : eec91abc5dcab0f35cd758ad1900a5d15988bd0d
2017-03-27 19:39:21 +01:00
kirhgoph 34230c6dc4 geckodriver: Fix for "corrupt deflate stream" exception
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 74fb9c7ffbf6aa25d59452fe64791b9ffbd8cb79

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : afd8d8da8a7137bb40c9a6d26c68179f4db3b627
2017-03-24 16:35:48 +00:00
Andreas Tolfsen f22a0e8df0 geckodriver: changes: update version number
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: e153cebbcdbb57d1b982f802020e9374ec413d1a

--HG--
extra : rebase_source : 60c4a3f18ef656378dd6284071ca702d2c6aec79
2017-03-09 21:18:56 +00:00
jgraham adfde1235f geckodriver: Make it clearer that Selenium is not the only client
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: f3bbb57e119fb582b382ed80f081f617dd823f73

committer: GitHub <noreply@github.com>

--HG--
extra : rebase_source : 4066928056076326dd03f9dcf16b29568f66bb98
2017-03-09 14:25:33 +00:00
jgraham 14e0876e8f geckodriver: Mention required selenium version
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: f6bfa90ac9ab576f06385ddac7f072d578f0c3c2

committer: GitHub <noreply@github.com>

--HG--
extra : rebase_source : 7ee883c8d2e8837b3726b94352c9351888e58766
2017-03-09 14:22:44 +00:00
James Graham bea0aabeed geckodriver: Update version number for release
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 11656587d1879ef858e865cb0c770075e1658e6c

--HG--
extra : rebase_source : d5c79b209b478e2c25765eebdd06b20402d8f84a
2017-03-08 11:34:04 +00:00
James Graham 57536267a2 geckodriver: Cargo update
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: e1bb55d951df094ea748c30a7fc6c9b347bde746

--HG--
extra : rebase_source : a632a1c13639bab774358df775b8f1b04bae3456
2017-03-08 11:30:44 +00:00
Andreas Tolfsen 3c85ce025e geckodriver: changes: update for changes in webdriver 0.23.0
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 1487a16227d7b45cec3fc18111673d824a47970c

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 21b2dda3d9c71fc91d0b08524298af2a8977e271
2017-03-03 16:38:14 +00:00
Andreas Tolfsen 999b4513d4 geckodriver: cargo: upgrade to webdriver v0.23.0
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: bee0209683503998ab7564de6a20eb8d1d41fa2c

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 4b0e6e8370aff7c725e4a62a4ae6ff72e9cf4bda
2017-03-03 16:38:14 +00:00
James Graham c50b7c4a10 geckodriver: Update to webdriver 0.22
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: d41e06d30e21f9bf5832c1b6c728119cb496a11c

committer: Andreas Tolfsen <ato@mozilla.com>

--HG--
extra : rebase_source : d58aff61bd0af08e318bf65620cf51114fe8b630
2017-02-27 17:32:18 +00:00
James Graham 2822408bdf geckodriver: Print the binary args when starting the browser
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 1c8b27a4379a92f56b6d11d889a636424e9852b8

committer: Andreas Tolfsen <ato@mozilla.com>

--HG--
extra : rebase_source : b39097aabcf03030111006c4d3b1398456639458
2017-02-27 17:32:18 +00:00
James Graham c867008baa geckodriver: Pass a slice of extension routes rather than an &Vec
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 6d946b86decbda25cd3c06acc12284be9a1dc0bf

committer: Andreas Tolfsen <ato@mozilla.com>

--HG--
extra : rebase_source : 0f24174ff5109a8b3cfc62d119de3b0ab6d43c05
2017-02-27 17:32:18 +00:00
Andreas Tolfsen 55c366fde3 geckodriver: marionette: add Get Timeouts command
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 140ab5a897d16d01418fc8aff94ae580eef49f2d

--HG--
extra : rebase_source : ca327ed76cfc819270598648c0b85e949c3bbd57
2017-02-24 17:44:11 +00:00
Andreas Tolfsen 761fb7defd geckodriver: cargo, marionette: upgrade to webdriver 0.21.0
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 09231df3527c0c37f2cc2210072683d6d8cbdbf5

--HG--
extra : rebase_source : 2515f67c547c9d09b295f87f1bc7828b8b3a1ff2
2017-02-24 17:44:11 +00:00
Eric Garrido f249bfacb0 geckodriver: Fix u64 type in cookie expiry error string (#464)
This is a trivial copy-and-paste error from a few lines above.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 1144fee2461186e9f270e4f4135f166df2c58da1

committer: Andreas Tolfsen <ato@mozilla.com>

--HG--
extra : rebase_source : 807c62892e6dea61b6365c220a2ddef45f2a3bc3
2017-02-10 17:08:02 +00:00
Andreas Tolfsen 498fbf1a31 geckodriver: Merge branch 'newtabpage'
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: a927a87c3328ad0eabbe98c9ed132769dfce737e

--HG--
extra : rebase_source : 7e0e60af11f7c6692ba185d81aa7b5e58704a9e7
2017-02-01 14:52:15 +00:00
Andreas Tolfsen 2e06093f21 geckodriver: cargo: bump version number to 0.14.0
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: a49be92cc43391168fe89e833135b4d57fa5a3e8

--HG--
extra : rebase_source : e3bc625479e8b85215878f892d75e8aebd3a5ac7
2017-01-31 17:07:17 +00:00
Andreas Tolfsen 2a7bb71da2 geckodriver: changes: update
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 8077ee81cec9b39e2e6a47eaee2f82f6e0991ad7

--HG--
extra : rebase_source : 8e94198a707b08af624ceb0355c441738fbdcd4a
2017-01-31 17:06:48 +00:00
Andreas Tolfsen 33654bc7d7 geckodriver: cargo: can only have five keywords
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 186cc1ed029eaf751dd7bdbceb24ec0293640c24

--HG--
extra : rebase_source : 9da10c1963b6df8fda8542d48f6f04dbde198ca8
2017-01-31 17:02:28 +00:00
Andreas Tolfsen dc6c095dbc geckodriver: cargo: update dependencies
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: d7d9ac65061f5ac4940751ec42bdaf488278ced7

--HG--
extra : rebase_source : 2d54097afe299bba37043c2ac27ca7f2329443d5
2017-01-31 17:01:54 +00:00
Andreas Tolfsen 42e6702c3c geckodriver: cargo, geckodriver, marionette: upgrade to webdriver v0.20 (#448)
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 6c161a2fe3cff818bcb5cf30cee92256229926de

committer: GitHub <noreply@github.com>

--HG--
extra : rebase_source : de2246bbe0a2f177ea11a7264622184bbd96b481
2017-01-30 17:15:47 +00:00
thc202 81a611cd82 geckodriver: Fix typo in issue template (#441)
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 1a4cca85d0350d503b08e2833f8684da8b8706b1

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 793ca7533d6c33d15a15cbe416bd71765b687435
2017-01-19 21:51:44 +00:00
Andreas Tolfsen 160c6f7ffa geckodriver: cargo: update lockfile for 0.13.0
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 6d793fbfdca84c34f8f14a668bc0c8cd28288398

--HG--
extra : rebase_source : 9fcf1b3d31be99230c47d8e30d0ab3c48d3e485f
2017-01-09 16:20:47 +00:00
James Graham 3b62ee0a72 geckodriver: Update version number for release
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 008f5fc67278e98478fe846e39b4b3bb57106d1b

--HG--
extra : rebase_source : 7d9c936f9ab4cab4d39c1660fa136da0e79c1a91
2017-01-06 17:55:39 +00:00
James Graham fbb4335ad1 geckodriver: Update dependencies.
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 1d0a16f044a36892ed4ac3b6321906bc534e2cc4

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : be91294ad7e84150c2172e2c75bb297df6f68a87
2017-01-06 17:44:18 +00:00
James Graham d130be03ec geckodriver: Update to webdriver 0.18
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: cd5b8279ecbb61ffdf20b58bfc1ee1ca6c5a4707

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 2a96a6b09640be7e0c91daf46cd9675231867663
2017-01-06 17:44:18 +00:00
Andreas Tolfsen 6c6ea00aa8 geckodriver: changes: add all changes for version 0.13.0
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 168619ade8ad9326f4e2c5f2fd752c56ccb59de0

--HG--
extra : rebase_source : bb8cb891b0e47d14de906bd87cad9ceb54c349cc
2017-01-06 17:37:06 +00:00
Andreas Tolfsen b86dbb4447 geckodriver: cargo: bump version number to 0.12.0
Happy new year!

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 45f124564d90effe28973764241c750a724662fe

--HG--
extra : rebase_source : e3e3939ca1d138b3d3f035ef9ca93a36ee5bb091
2017-01-03 19:34:30 +00:00
Andreas Tolfsen 93edbd0e94 geckodriver: changes: clarified and linkified notes for 0.12.0
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 69a6c32c67c8627875b279372baa40c589cb41fe

--HG--
extra : rebase_source : 0d3c5e09ebc4bef2367d08167609833a4c9fddb4
2017-01-03 19:28:36 +00:00
Andreas Tolfsen 45d580fc32 geckodriver: changes: remove empty header under 0.5.0
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 9995b64397c24df09cb43f238a55db556ffd9718

--HG--
extra : rebase_source : e83538665790cd4f487ca0aa03970f3ec93acfed
2017-01-03 19:22:53 +00:00
Andreas Tolfsen 31563775ca geckodriver: changes: add missing header under 0.6.1
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: ec9dbfaf0a0d8181a973af228d3ae159a03d99cd

--HG--
extra : rebase_source : e676d5a31b6f5093b43d2dae8244fd839686ccd3
2017-01-03 19:22:53 +00:00
Andreas Tolfsen 5bdc62ca1c geckodriver: changes: update for 0.12.0
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 2c109771332d2d563088af7f6a7341b957650aea

--HG--
extra : rebase_source : 37621ecfdd1f16ebc0e78c24b9050fe3845367c9
2017-01-03 19:22:53 +00:00
Maja Frydrychowicz b0ce2fa92e geckodriver: Bump webdriver dependency to 0.17.1 (#416)
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 0832fe7f567a031487103c882e828a37f0bd6ad0

committer: Andreas Tolfsen <ato@mozilla.com>

--HG--
extra : rebase_source : ca6cb06c3d6138b7a1d9923d40f740fe623c2f88
2017-01-03 19:22:42 +00:00
Andreas Tolfsen 20b3cdc33c geckodriver: main: use exit code 69 to indicate that port is unavailable
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 7b3dde67fc20bccb74538025249cc41f0e76a1a1

committer: David Burns <david.burns@theautomatedtester.co.uk>

--HG--
extra : rebase_source : 848c94146ba668488e7c7e8ed6202087f1f2eb4e
2017-01-03 11:57:08 +00:00
Andreas Tolfsen d05b1e5d83 geckodriver: logging: use synchronous logging
Asynchronous logging through slog has the downside that its buffer does
not flush on flushing the system's stderr.

Using synchronous logging should not have any notable performance
downsides for geckodriver.

Fixes #401.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: fdc2804ef05e450cd93d0939809c9e2b46645547

committer: David Burns <david.burns@theautomatedtester.co.uk>

--HG--
extra : rebase_source : d810813995fb0b8bf9842b4bfc7e0ed74cc023df
2017-01-03 11:57:08 +00:00
Andreas Tolfsen 68039e258e geckodriver: readme: move usage above build instructions and expand
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 2658357fe5531dc2c9305a0a2fd0f5f4542aac58

--HG--
extra : rebase_source : 965f23c0381acb887abf65fcf84b031f26f23b95
2016-12-19 16:30:42 +00:00
Andreas Tolfsen c872e01cba geckodriver: readme: link to firefox train overview and issue tracker
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 083d8ad144acb9ac8b0ec95afc27e8012a4bf5ae

--HG--
extra : rebase_source : 0ae80aaf620c0cd277a9953934aa84eff4ae6ca6
2016-12-19 16:30:42 +00:00
Andreas Tolfsen 6ef111644c geckodriver: readme: correct english
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 2dbb490830f3bf32ffde9e86fce7f69c0b03629c

--HG--
extra : rebase_source : dc5856198ddde4ec05ce2082f1e878caadaa077d
2016-12-19 16:30:42 +00:00
Andreas Tolfsen f33434e969 geckodriver: readme: expand link to marionette automation protocol
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: ed8509639620d6dcb12eac1a9d5ef406a9c59997

--HG--
extra : rebase_source : 32a58dd2085ed1491af45ba745dde8af571174aa
2016-12-19 16:30:42 +00:00
Andreas Tolfsen f0c8803a58 geckodriver: readme: add mention of where official releases are made
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 3398190ce3de235b9013fe346b8f689d0fceacc6

--HG--
extra : rebase_source : 2d4441d05a152b9893c740984d8fc15b2ba62d92
2016-12-19 16:30:42 +00:00
Andreas Tolfsen 432d8159d5 geckodriver: readme: clarify we do not support windows xp
Windows XP support will be dropped with Firefox 53 and as
https://github.com/mozilla/geckodriver/issues/392 made clear, the
ktmw32.dll (Kernel Transaction Management system) which geckodriver
relies on is only available in Windows Vista onwards.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 61284e0df7b7309530118cd09d3a57fa26c04d1a

--HG--
extra : rebase_source : b9077b408b1384a5b0fd2c5428883ea8357d1d03
2016-12-19 16:30:42 +00:00
Andreas Tolfsen 31bcbf2bbb geckodriver: prefs: sync with prefs used in mozilla automation
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 2bfdc3ec8151c427a6a75a6ba3ad203459540495

committer: David Burns <david.burns@theautomatedtester.co.uk>

--HG--
extra : rebase_source : 4821f29e0a929eefce2be6189ecf1c9c6c26b179
2016-12-19 15:10:33 +00:00
Andreas Tolfsen 4f008f20cf geckodriver: readme: describe supported webdriver capabilities
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 5ac602ee37ca13f163ddc408715b2a7563a3b826

committer: David Burns <david.burns@theautomatedtester.co.uk>

--HG--
extra : rebase_source : 7ed7e430ec29da023b4a366a9b9a43100c162eb9
2016-12-19 15:00:26 +00:00
Andreas Tolfsen 1ca21cc240 geckodriver: readme: include capabilities example
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 7f6397f4355fa4645d19edb33ad2d7e47bad04a2

committer: David Burns <david.burns@theautomatedtester.co.uk>

--HG--
extra : rebase_source : c41bd9b74661ce0600303f3307ce360a846e798e
2016-12-19 15:00:26 +00:00
David Burns 73645bddfc geckodriver: Add Contributing documentation (#368)
* Add Contributing documentation

When Pull requests and issues are opened, Github automatically links to
the contributing file so that people are aware of it. This hopefully
means that contributors will follow some of the rules.

* fixup! Add Contributing documentation

* fixup! fixup! Add Contributing documentation

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: bbdca678e17671ad3d5a49b7b3f869f536731e22

committer: GitHub <noreply@github.com>

--HG--
extra : rebase_source : e0ca0c9001286e4f27259023eee64d904caca06e
2016-12-19 14:59:33 +00:00
Andreas Tolfsen 05c34a4ad1 geckodriver: ci: add musl-tools dependency for i686-unknown-linux-musl
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 22b6a5ab60036f8ce04e737e36b1f98eab3a8937

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 20b766df8829e32639f7fa2ef78157d72976c919
2016-12-11 19:45:37 -10:00
James Graham 46a2da0c19 geckodriver: Update package versions
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: be42f0e76c22510d009e0861a70f990af3cffa8e

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 58bcaedbaf4ebcd65d57446d67a6a8f308cba5b9
2016-12-08 10:06:18 -10:00
James Graham fedbc39524 geckodriver: Implement dispatch of the new-style actions api
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 3290c87162cdb2c9331f419204ee12ab507d93cf

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : d9ae7f52538f46b8e16452e32fd3b082e4c9bbf9
2016-12-08 10:06:18 -10:00
jgraham 3df2a2c6d8 geckodriver: Update ISSUE_TEMPLATE.md (#383)
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 1311fd24f2776c64686c5de899eaaff70addcb88

committer: Andreas Tolfsen <ato@mozilla.com>

--HG--
extra : rebase_source : b8c55ae2138aa7cf2cde5a7c3c4ea10fd548c7b9
2016-12-07 21:44:14 -10:00
Andreas Tolfsen 87627a1fda geckodriver: main: correct indentation of app function
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 69e5b90aa5f565ffffdb26ed532155e2fa521144

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 418c85873647dd6c3e7b361388cab7e78e64268a
2016-12-02 16:24:11 +00:00
Andreas Tolfsen eca5be7394 geckodriver: main: make webdriver-port arg an alias and not hidden
clap 2.14 introduced aliased arguments, which means we can remove the
workaround using a hidden argument.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 5e93a93224ee00a6624f8c3cb32bb17546da9b56

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 028e314aba6e67db1343467b0b348c356412718f
2016-12-02 16:24:11 +00:00
David Burns 29e777e306 geckodriver: Update Issue template asking for more information (#374)
Template asking for OS, browser version and expected results. Also
added a warning that if information is missing that we will close
the issue until it has been added.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: c447ca025fd635df97d3ef1bdef61dd70b546360

committer: Andreas Tolfsen <ato@mozilla.com>

--HG--
extra : rebase_source : d6689fa33c9bc108361ec8909c03e25998073500
2016-12-01 11:59:53 +00:00
Andreas Tolfsen a6eb04fe86 geckodriver: cargo: update lockfile
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 9ccd512ed6dbcea4ada29ecfb35c9c68d987b9c0

--HG--
extra : rebase_source : 07847ab437b4649dae1d2c667c8e0d657119eff8
2016-11-23 10:57:19 +00:00
Andreas Tolfsen 32df7e6e78 geckodriver: marionette: use session not created errors when failing to start browser
WebDriver doesn't distinguish between the geckodriver and Marionette
implementations when making a call to New Session.  When failing to
start a session, we should return session not created errors.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: a9e496a15d79a21e054bbc8d861bf2a8d608051f

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 120fdb7c8306a213c051f3df6b327f49154d9153
2016-11-23 07:35:36 +00:00
Andreas Tolfsen 70c0123149 geckodriver: marionette: improve browser start logging
This change removes the newline character in error messages related to
setting preferences and starting the browser process as these tend to
make error messages in language bindings look more interesting than they
should be.

It also avoids calling `Error::description()` as this is implied through
the display trait implementation of `Error`.

For `PathBuf` we must apparently call `display()` to invoke its
`fmt::Display`` trait implementation.

The remaining code in `start_browser` is linted with rustfmt.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 7d49dbb8c85ecadb669b2fbeb72b2ff366849085

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 3b177cae58c67837fc5196311167c398af273452
2016-11-23 07:35:36 +00:00
James Graham 846a8c1adc geckodriver: Add response for status command
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 3dbe0a93a7ec7525ed6907f853fc6b6af7564a7e

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 2cd60d69e2064bfbe756a13b8753045518677c04
2016-11-22 19:00:01 +00:00
jgraham 36aec194b7 geckodriver: Add placeholder support for Get Timeouts command. (#357)
This is not yet supported in marionette so return unsupported operation for now.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 8172389770710a956ab8e66b4009686d7cfda221

committer: Andreas Tolfsen <ato@mozilla.com>

--HG--
extra : rebase_source : a474e27c39dffb30a8d4ef851d740773b67413ee
2016-11-22 19:57:10 +01:00
jgraham 1177d31cf0 geckodriver: Update for extension API changes in WebDriver (#358)
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 94c0661716a95cac99be445816af333bceeeb7cc

committer: Andreas Tolfsen <ato@mozilla.com>

--HG--
extra : rebase_source : f32244a94bb0c206e5b9a10e62b9e61cfa3c0cf7
2016-11-22 19:55:53 +01:00
James Graham 21bb8ef44d geckodriver: Update dependencies, including fixing backwards-incompatible change in slog.
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: badd8ac1701d648ef4e443e7e65ff003fee01ef8

committer: Andreas Tolfsen <ato@mozilla.com>

--HG--
extra : rebase_source : 47fa6fb8b50097c4710a468ab435f41e65d19dd7
2016-11-22 19:55:42 +01:00
AutomatedTester 3f8cd98a99 geckodriver: Adds TakesElementScreenshot
This is already available in Marionette. This allows us to call Marionette
from Selenium to take screenshots of elements.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: cb67c0aa66e3d50223de8e79eb4e1333bfb09401

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : b73deed5b7ea1b4de94a402453b5427f96510204
2016-11-22 14:11:33 +00:00
AutomatedTester 25bdc483b2 geckodriver: Update Close to CloseWindow to match WebDriver-Rust
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 2201a80b825b77aa5298d79a92ad06ed0b4090e0

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 380b8a7908d87f550e752fa061868691bf88bdae
2016-11-22 14:01:31 +00:00
Andreas Tolfsen 53fd748dcc geckodriver: readme: log default changed to info for all builds
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 6d42ff98b881e2245a4550f1b7a2009d6b0b2bf4

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : fa82fff4066d33d7d6ea05cdd56cb7f5f0453550
2016-11-21 14:01:22 +00:00
jgraham cac5e0f42e geckodriver: Add issue template (#352)
* Add issue template

* Update ISSUE_TEMPLATE.md

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: fcd5ad793d4389a3c22a98d1b61ea4e1e6d49b8b

committer: GitHub <noreply@github.com>

--HG--
extra : rebase_source : 22fb59aa14bf5c7fa05ac47a580aa113a8a4a1dd
2016-11-18 11:45:33 +00:00
Andreas Tolfsen ee95efb19c geckodriver: changes: mention version bump
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: db09b28752f798ae526eecde9b0740dd359f49b2

--HG--
extra : rebase_source : 3dc36254cb3b613151b55751b5858bbdb213efe5
2016-10-10 12:43:21 +01:00
Andreas Tolfsen a0a3bdcd10 geckodriver: bump to 0.11.1 with correct version number
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: e0dfb15c1001f04d5f8f35deddc367aea5d2ed28

--HG--
extra : rebase_source : 1a87ebd79d04d1f31c36e98f5575100e22007839
2016-10-10 12:32:42 +01:00
Andreas Tolfsen 2e74a41109 geckodriver: bump version number to 0.11.0
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 207df90952807e86c7df9936264d365c9fc8fb8a

--HG--
extra : rebase_source : a55c9bdf2b460b533a18fa2cf525bc884704599f
2016-10-10 12:32:22 +01:00
Andreas Tolfsen fea59451a2 geckodriver: changes: mark unreleased changes as 0.11.0
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: c7e955af1ef01f001d9aa401e2f502dae72ee9e8

--HG--
extra : rebase_source : 8efed9328e58ac2715f98feb692b833d468e26f6
2016-10-10 11:33:51 +01:00
Andreas Tolfsen 53a095de5d geckodriver: changes: update before 0.11.0 release
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: fb7d60b8749271b0f3a02f038e5ea745724fd62a

--HG--
extra : rebase_source : d12a6de8a645da369ff8de596e1e06406f7c0af2
2016-10-10 11:33:00 +01:00
Andreas Tolfsen a2a34f64ab geckodriver: ci: add i686-unknown-linux-musl target (#267)
Fixes #237.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: aa02f38c97a8a1c69570dc15df80caf8b763dd3e

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : b4ea88c92e83b0c40ae965ea41fc6661bfe60e1a
2016-10-10 11:37:12 +01:00
AutomatedTester 31150cff81 geckodriver: Currently Marionette does not return a value, we need to pass this on to the client
bindings.

See issue https://bugzilla.mozilla.org/show_bug.cgi?id=1282833

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: cfae2cbd51acc9f9a4cedf9f6a60892a5b223fe2

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 3fc0bfeeb7549a839d1b4d29ab8ecdb626a3d9d7
2016-10-06 13:07:54 +01:00
Andreas Tolfsen a7fce87296 geckodriver: readme: no word break in types
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: f91f41df3b642d8b97a54bf52e4ec76c783ef691

--HG--
extra : rebase_source : e5543de5a087f024f91c1e5be1e0c496f6ebfe9b
2016-10-05 17:07:01 +01:00
Andreas Tolfsen 8f33415a44 geckodriver: readme: no word break before object
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 58531dfaad8baad29f52136dc41b39d04ed55399

--HG--
extra : rebase_source : 1f460b652dc5c70de8ed68a7fe3c0eb049c3e71b
2016-10-05 17:06:18 +01:00
Andreas Tolfsen 5d01580819 geckodriver: Merge pull request #248 from andreastt/capabilities-docs
Reformat documentation of firefoxOptions capabilities

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 1a9b5d9536ee54c462df3614ce1ba8e02e579387

--HG--
extra : rebase_source : 3ed05734951d179f8b2de0efd1349c0b6590e818
2016-10-05 17:14:31 +01:00
Andreas Tolfsen 1586484272 geckodriver: Merge pull request #252 from andreastt/options
Move FirefoxOptions to new file src/capabilities.rs

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 3ee80f6728af9040c0e252b407aef24f9af1f9b4

--HG--
extra : rebase_source : cb1f7ea0f3b52220d0582eef9ceb09c387434c80
2016-10-05 17:11:57 +01:00
Andreas Tolfsen 41bec5f2c8 geckodriver: rename firefoxOptions to moz:firefoxOptions
See https://github.com/w3c/webdriver/pull/343 for further details on
extension capabilities.

Fixes #250.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 312be489f34f08b6f7735c18b0f5ca9c2dbc66e6

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : bd8b3b67958cb7360a97b6f1a3aa324213757877
2016-10-05 16:52:07 +01:00
AutomatedTester df67785035 geckodriver: Align Send Alert Text property with Element Send Keys property
This simplifies the what we recieve from the local end and then how
we should process it.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 1da47fc9b050f8243e28f55bdd2200b43fee8f32

--HG--
extra : rebase_source : 20db54e31642dd703c4a1058745059ecd0d063ef
2016-10-05 16:51:08 +01:00
AutomatedTester 9737146696 geckodriver: Implement SetWindowPosition and GetWindowPosition
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: cb1b7996d19f4884c697274a6379c8936e7e3772

--HG--
extra : rebase_source : 84fd92754df00fdd78f4f7f2101d6dae60f3fee9
2016-10-05 16:21:52 +01:00
AutomatedTester 808393b55b geckodriver: Upgrade WebDriver to 0.15
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: d57b178132283b73529a7d44ad728dab144f24cc

--HG--
extra : rebase_source : 00cace832d339fe9a2fb25d1cc80c1fd0bc10d53
2016-10-05 16:21:52 +01:00
Andreas Tolfsen 6af5f0f1eb geckodriver: fix missing underscore in browser.startup.homepage_override.mstone pref
Thanks to @florentbr.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: eddd004d93b2276f1d9ba4453dd4f7ed3df76d7b

--HG--
extra : rebase_source : 38b6bc2cd3f382a9c7cb6f65e91469727c9de410
2016-10-04 14:36:12 +01:00
Andreas Tolfsen f6a6377949 geckodriver: ci: build i686-pc-windows-gnu in ubuntu trusty container
By setting up our own container we can share the build.sh file (almost)
fully between containerised- and bare metal builds.  The apt dependencies
needed are listed in i686-trusty/Dockerfile.

We build i686-pc-windows-gnu in a custom container because the Ubuntu
trusty VM provided by Travis does not have a sufficiently modern gcc
compiler.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: b2274b8054ac9b7eb829267a61fa4e6b138aabc2

--HG--
extra : rebase_source : a1d510b4f0a6e4e6d859b50a97617f1595d23903
2016-10-03 22:45:44 +01:00
Andreas Tolfsen 045639d8dd geckodriver: ci: remove superfluous deb package
gcc-mingw-w64 is implied by gcc-mingw-w64-x86-64.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 5b29f6532c2f36b6badda4680b26212491f947f3

--HG--
extra : rebase_source : 2c6d5df06cc5ef271d1943d65f13abde0f556160
2016-10-03 20:39:54 +01:00
Andreas Tolfsen 031905e4a8 geckodriver: ci: build x86_64-pc-windows-gnu without containerisation
As of 2016-09-21 Travis started serving Ubuntu precise containers when
trusty was requested. This caused the x86_64-pc-windows-gnu build to
break, but we only noticed when building on custom Travis branches
because the geckodriver master branch used a cached Rust installation.

This change reverts the 64-bit Windows builds to run outside of the
container infrastructure, in which we can guarantee we are served Ubuntu
trusty with a sufficiently modern gcc to cross-compile.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: c7b88abfec083f2ec434d887cc35ee9a39b8b439

--HG--
extra : rebase_source : 6eaa43cc16b5d5067b7ec981b3da12edf61f159c
2016-10-03 20:37:29 +01:00
Andreas Tolfsen c2953a54d2 geckodriver: ci: use rust stable
We were using Rust beta as some features we were relying on were only
available there, most notably cross-compilation.  Now that beta has been
rolled into stable, we are able to rely on the stable channel for most
of our targets.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 3b80417e064e8725d5509e0d259dfec37b29f2ce

--HG--
extra : rebase_source : 45220dbe82940a9cd0737e3d83c496579c580532
2016-10-03 17:19:51 +01:00
Andreas Tolfsen 32f47cca35 geckodriver: print the cargo configuration once written to disk
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: eae799effcd34e750c370c76576d6d2cbea598bd

--HG--
extra : rebase_source : 4b0bead708fc7e7993171e2cef1b18e064068060
2016-09-30 17:56:53 +01:00
Andreas Tolfsen d7d162ff0b geckodriver: add i686-pc-window-gnu linker
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 2afe5cd8e46bd889629ae9ea65157c00fbf7f8e8

--HG--
extra : rebase_source : 44e68bde3e0ab0259378f3f251c4afb65ed51d1a
2016-09-30 17:56:19 +01:00
Andreas Tolfsen 2adf3cce24 geckodriver: make it possible to override rust toolchain for individual configs in ci
This change makes it possible to set the TOOLCHAIN output variable which
will override the default toolchain defined in build.sh.  If TOOLCHAIN
is not defined it picks the default, which is currently `beta`.

The change should not affect the current build configuration.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 6687441892f1dd9ef85f91e5da112cbc3e0c9281

--HG--
extra : rebase_source : 80695c0340b8fee1b335ee739bad851af5f7c1b5
2016-09-30 17:56:03 +01:00
Andreas Tolfsen c091124b15 geckodriver: Replace log with slog (#226)
* replace log with slog

The default log library has the disadvantage that it cannot be
reinitialised.  geckodriver needs the ability to set up the logger
again with a log level passed in with the `firefoxOptions.log.level`
capability when a new session request is made.

slog redirects calls to the log crate's `info!()`, `debug!()`, `trace!()`
&c. macros to a drain that we reinitialise when `logging::init(level:
LogLevel)` is called.

As this patch removes the env-logger crate, support for setting the
`RUST_LOG` environment variable is removed with this patch.  The correct
ways to request a log level is to use the `-vv` or `--log LEVEL` flags, or
the `firefoxOptions.log.level` capability as described in the README.md.

This patch also fixes a bug where the capability log level would
override the log level requested by flag in `MarionetteSettings`, causing
subsequent WebDriver sessions to inherit the log level.  For example,
if session 1 used `firefoxOptions.log.level` and session 2 did not,
it would reuse the level from before because `MarionetteSettings` would
not be reset.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: bbdda6053ad15864393fe25bc067ad3668f9c047

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 178fe69b0d0f46d57fd95dfe95af40884b3dfe29
2016-09-30 14:59:35 +01:00
Andreas Tolfsen 6fced0c0f3 geckodriver: disable homepage override url redirection on milestone upgrade
When Firefox’ milestone from the last successful startup of the
browser is different to the actual milestone, it is assumed that an
upgrade has occurred.  This causes the browser to be redirected to the
homepage override URL.

Setting this preference to `ignore` will cause the redirect not to
happen on upgrade.  This is important in the case of Marionette because
it also seems to be used to open two tabs on launching Firefox with a
fresh profile.

This doesn’t quite fix #241, because there is still an underlying race
condition when starting Firefox with a homepage.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: c0c5df59c9bf181d235ce2e50b36177ceab1758a

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 181c60fa460d7d2bd2b1b7ec58212f99d61d1462
2016-09-29 16:38:52 +01:00
Andreas Tolfsen 1ccdce7b16 geckodriver: sort default preferences lexicographically
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: f3c732acf655ef079a2040b995db4ce0eb0fa3b5

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : b688e96cfcaf6a932e6d673aa8afd2724069165e
2016-09-29 16:38:52 +01:00
Andreas Tolfsen d3cdc2dbed geckodriver: Merge pull request #235 from andreastt/webdriver-port-alias
Add --webdriver-port argument back as a hidden alias

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 72c4a05273dbc898cd07643265b933ff61cee04b

--HG--
extra : rebase_source : 919b903294473889cac09b4ac91e95a2507d2abc
2016-09-21 23:41:26 +01:00
Andreas Tolfsen 36186890cb geckodriver: propagate webdriver::server::start error (#227)
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 17d85c06dce4697e56c7cde01949adf8b4fb0265

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : c030b3fb369b94f8fd55e174b08bcf3aaa1bf99b
2016-09-13 16:54:53 +01:00
Andreas Tolfsen 2cf265da54 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>

--HG--
extra : rebase_source : d0565009d15e781de317049541f47a52e53698cc
2016-09-12 15:19:25 +01:00
Andreas Tolfsen f6dc56a653 geckodriver: improve changelog's explanation of new firefoxOptions capabilities
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: f5c4181ed5018e79e1b27c18d7e9c87da5b6c82a

--HG--
extra : rebase_source : 761fa61253db2bb9ba7010be63305e687b505eb1
2016-09-07 17:41:51 +01:00
Andreas Tolfsen b17c679b68 geckodriver: derive Default trait for MarionetteSettings
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: c01e49b1f87f7858131d3ca6c457983820c259a6

--HG--
extra : rebase_source : a31266e3466c34a4d393f4fef10146a3df0a35f1
2016-09-07 17:31:10 +01:00
Andreas Tolfsen 494cbea400 geckodriver: fix link to log options section
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 44e3fbb20021c5e9fc5c6cf8134f0615568f5a60

--HG--
extra : rebase_source : ab528f1c06cec947267d3ab899042741b2108ab9
2016-09-07 16:19:32 +01:00
Andreas Tolfsen 482564c733 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>

--HG--
extra : rebase_source : d0ea581f2e91a65de3a08c0b958c43c0565b37d2
2016-09-07 16:27:59 +01:00
Andreas Tolfsen 8eb3e6d84e geckodriver: Merge pull request #218 from andreastt/print-listening
Log listening host and port

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: acfde732fe4381e63b7e17664c92de9eb339ddfc

--HG--
extra : rebase_source : e05939d34e5abb0d39b6eb3d3a1776d7ecfc1d69
2016-09-07 15:50:00 +01:00
Andreas Tolfsen b82fef298b 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>

--HG--
extra : rebase_source : 334e4969600e6f9ea991017b6f9125be3bb4b95d
2016-09-07 11:52:31 +01:00
Andreas Tolfsen b8b0ff1a28 geckodriver: mention prefs capability change in changelog
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 0b2d50d8bf788e2c167014839fe1ba45cd2b48c0

--HG--
extra : rebase_source : d3a94f7bc782b86d486ae209f8c8c3798acd1235
2016-09-06 17:07:52 +01:00
Andreas Tolfsen 8cda89b866 geckodriver: avoid line break in type declaration in readme
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: d0b416f3c33326aaae180589f8fc26ff8f05de61

--HG--
extra : rebase_source : f8f4c8fb0ea711e87806de992e5a55edac096d05
2016-09-06 17:06:18 +01:00
James Graham 44b8262400 geckodriver: Merge pull request #162 from mozilla/firefox_prefs
Add prefs capability to firefoxOptions

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 804def9600fc9a486a78b7cc2a2527661296b8af

--HG--
extra : rebase_source : ef1ad3ceeea7f17330b5957763cb9cff24180e4d
2016-09-06 17:15:14 +01:00
Andreas Tolfsen 4a439d8da1 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>

--HG--
extra : rebase_source : f134abd4ac91d60b7e190ddd82f518d10fc7801c
2016-09-06 13:01:42 +01:00
Andreas Tolfsen e0a4b7ac36 geckodriver: fixup! update changelog
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: d8eac1a8bdde4833fda2ca8a2f0f88866ee3d147

--HG--
extra : rebase_source : 211cff7cab7fd802391454948744157d66f00ba8
2016-09-06 11:03:47 +01:00
Andreas Tolfsen ac6f0f524b geckodriver: update changelog
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 649c7271206f5d3da80625b2cb478201f48ff817

--HG--
extra : rebase_source : fdc4acb547fec22b17085f61640acd2d2bbf8ee2
2016-09-06 11:03:03 +01:00
James Graham 90ef98cd1e 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

--HG--
rename : testing/geckodriver/ci.sh => testing/geckodriver/build.sh
extra : rebase_source : 2549ca79b2acbe17e0807d3c1a339459397fc311
2016-09-06 11:07:10 +01:00
James Graham 390ed07f10 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

--HG--
extra : rebase_source : fef135ad05501d62bf707d51b21c2d0622c08de0
2016-09-05 14:51:49 +01:00
Andreas Tolfsen 61093e5130 geckodriver: correct language in version string
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 1805a0ccfe61092bbd71ed2e1c8bd513713cf905

--HG--
extra : rebase_source : 0a76ef1016606e44005efbc68087cbf57de34794
2016-09-01 13:59:50 +01:00
Andreas Tolfsen 643775e3ee geckodriver: add keywords to cargo config
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 8fa43b0edf188c8f84cdeb883c42af7d9016511e

--HG--
extra : rebase_source : 8d86a28246d846440398198a64dc414579c16827
2016-09-01 13:46:47 +01:00
Andreas Tolfsen 440b4273f4 geckodriver: point to readme in cargo config
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 37621fad51c15562e49a0a89f128c1c1445cfef5

--HG--
extra : rebase_source : fdf954a4f12d8a04febabcefffdcbac429894221
2016-09-01 13:38:08 +01:00
Andreas Tolfsen 08bd2c9395 geckodriver: add me to authors
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 302b2c17475ce51bbe5a5e38fb966a9d3b952919

--HG--
extra : rebase_source : 109f99811b5d3594d05798087ae2c64d19ea4af6
2016-09-01 13:37:33 +01:00
Andreas Tolfsen d25dfb5cf2 geckodriver: correct repository link
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 815c54ec92e47941df77bbbe1ca64b8096ee8ee6

--HG--
extra : rebase_source : 5a3744877e8433393104523e579ee6097ff53082
2016-09-01 13:34:17 +01:00
Andreas Tolfsen 95c49c0fe7 geckodriver: Add extension command for finding anonymous nodes (#203)
* add extension command for finding anonymous nodes

XBL has the concept of anonymous nodes that are not returned by the usual
WebDriver element-finding methods. However there are two Gecko-specific
methods of finding them; either by getting all the anonymous children of
a reference element, or getting a single anonymous child of a reference
element with specified attribute values.

This commit adds two endpoints corresponding to those methods:

	/session/{sessionId}/moz/xbl/{elementId}/anonymous_children

to return all anonymous children, and

	/session/{sessionId}/moz/xbl/{elementId}/anonymous_by_attribute

to return an anonymous element with the given attribute value, provided
as a body of the form:

	{
		"name": <attribute name>,
		"value": <attribute value>
	}

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: e2a6c301dc0f1b55ba67942d85b84357300dbefc

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 5dcd3d458cd0d5f56d52a310cdf3c1749544f0af
2016-08-31 13:51:36 +01:00
Andreas Tolfsen 8aedb0de75 geckodriver: mention change to capabilities in changelog
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 6e6335a492e34ae5025bc16714ca38834f8e9f31

--HG--
extra : rebase_source : 364e05aaaf53d1a955a596994c668c4b1a82a8d0
2016-08-22 17:18:35 +01:00
Andreas Tolfsen 005750adbb geckodriver: add link to rustup toolchain website
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: fdf9fbebff651bac93e6beba3d3941c3447d64db

--HG--
extra : rebase_source : 56de8d6c103c4526a23dbb7a4fb6aa7927334c95
2016-08-22 17:15:49 +01:00
Andreas Tolfsen fbc3cffa95 geckodriver: fix phrasing of capability defaults
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 42b6c86adb7b79e72a48b89473b487fb031d2ec3

--HG--
extra : rebase_source : 103091d4fe9d570ca0826a905675773eb9e8514b
2016-08-22 17:14:56 +01:00
Andreas Tolfsen 8f36310ff9 geckodriver: fix markup in readme
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 9d64b2f344e33497a5892f3218307b997bd8e000

--HG--
extra : rebase_source : 8bc8fbcb9d85494cbb28f95b7c793b7356f15160
2016-08-22 17:13:02 +01:00
James Graham 2cd07eccde geckodriver: Merge pull request #161 from mozilla/firefox_options
Change the format used for capabilities

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 38902f618fe435f134e3d73a98c9f074453bf9e3

--HG--
extra : rebase_source : 37db4bb63c1b0d90e9d2aacc3b4d27724e4d83e3
2016-08-22 17:18:05 +01:00
Andreas Tolfsen 69fe7f8e36 geckodriver: update dependencies
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 9f73170ca476a22926b5af3532fb709cc62fbb81

--HG--
extra : rebase_source : d2c2a3fb942aa4507f2068ec2be8ccf392bf8fec
2016-08-12 17:32:10 +02:00
Andreas Tolfsen 7887f154c4 geckodriver: add pop-up block disable mention to changelog
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 4bad959553915e2a6e54ea51b2d5ccc2c934deec

--HG--
extra : rebase_source : af21302894d7dd03564cfba6063420d7148793c0
2016-08-06 15:56:57 +01:00
Jason Juang b43ec6c52f geckodriver: Merge pull request #165 from juangj/popup
Disable pop-up blocker in the default profile.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 7a88d3959c09bb9345934ad8cd8a650df5bfed9c

--HG--
extra : rebase_source : c06ab0c8514feabca94883a230f81503472111a9
2016-08-06 15:56:17 +01:00
Andreas Tolfsen 888e0b8271 geckodriver: explain that e10s flag was removed in changelog
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: da1bee2b2db981646730fccd09650f87b0cbf8fe

--HG--
extra : rebase_source : 3e2094db8e0e0d09531bb6c30ee578ad38c32fff
2016-08-05 19:55:43 +01:00
James Graham dfa72fa267 geckodriver: Merge pull request #163 from mozilla/e10s_remove
Remove e10s command line option.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: edd647ad1fc002b1f3cca3e4096b04a0858df4ef

--HG--
extra : rebase_source : d1f70ff5d2387c11eadbc05b453782ea1818efda
2016-08-05 19:53:02 +01:00
jgraham 706fd47e9f geckodriver: Update README.md
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 773c87baa4183865a4907824b47737b50284c25b

committer: GitHub <noreply@github.com>

--HG--
extra : rebase_source : 0eea87ba1f6cdc59fc1c4a32fbddef2ee6ce596a
2016-08-04 17:04:00 +01:00
Andreas Tolfsen eda46a0bb3 geckodriver: Merge pull request #160 from andreastt/capsdoc
Document supported capabilities

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 1ba87cdf954060fc210a79a4fa64a0bdf6dda6b5

--HG--
extra : rebase_source : 345251963aa5184341045dde7580c0a0d91bc1bc
2016-08-04 16:51:51 +01:00
Andreas Tolfsen dd5ac1e5a9 geckodriver: correct changes and point ouf e10s default change
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 06e93f481f7627a7bcebb7c0b7d68e9262cdfbc1

--HG--
extra : rebase_source : 476a1e6954764835364b6e30cd5f33b2ec2bd2cd
2016-08-03 15:34:20 +01:00
AutomatedTester 2f88395dc6 geckodriver: Bump GeckoDriver to 0.10.0 and update Changelog
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 1c2ec08cf02d6fa25796781d281487afcb0f8f99

--HG--
extra : rebase_source : 8993edf4bc1e45c0fec0fe0c7fe73c5e52744fac
2016-08-02 23:40:31 +01:00
Nik Nyby 1d6e35b83f geckodriver: Merge pull request #155 from nikolas/patch-1
grammar fix in readme

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 076e752674dff7a2ec0321d2bd0088d43fe44dc8

--HG--
extra : rebase_source : bbe287043d9f5e278c2328e253ab22df957ae4d6
2016-08-02 17:41:12 +01:00
James Graham 28cfdc0e3d geckodriver: Merge pull request #145 from mozilla/arguments_clap
Replace argparse with clap for arguments parsing.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 5179a6a481bbcfd0c1d91eeae3dbf369b8f94475

--HG--
extra : rebase_source : 7981c1503792ac64a9d96bdf64644a18146574b6
2016-07-27 14:15:00 +01:00
Andreas Tolfsen f2c92ace04 geckodriver: add unreleased items to changelog
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 41629b712c9febd4ccc25e84c7d69dc3f440e79f

--HG--
extra : rebase_source : 10eecf69ac5350d15dfca3e0ac4d96218eec4855
2016-07-07 18:15:23 +01:00
Andreas Tolfsen 4937814422 geckodriver: update changelog for 0.9.0 release
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 494d2ad8174566572cbb2d99098a5772801c16eb

--HG--
extra : rebase_source : 1cb0b201ac9780c129dbe30dfd2b6185fedd439e
2016-07-07 18:13:52 +01:00
James Graham 99bc42199b geckodriver: Merge pull request #136 from mozilla/deploy_single_file
Only deploy a single file when releasing

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 90d6114c6702b523e7b5d6d78b8311f715736585

--HG--
extra : rebase_source : 420b0a8d3cf795f0e2b39065e0b228486d86855a
2016-07-01 17:32:17 +01:00
Sven Jost d0ca2767ff geckodriver: Merge pull request #134 from mythsunwind/master
Disable autofill of forms by default

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 14d8df983a1f9c1040842e53bfe6215b6b0a8e18

--HG--
extra : rebase_source : a416320a9422014c10558e75d8208f4649a6f451
2016-07-01 17:26:37 +01:00
James Graham 4ae7f0d89f geckodriver: Encourage travis to actually deploy when we tag a version.
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: a7ddb25e9a02f4856c2ee732079ad8ad19156c99

--HG--
extra : rebase_source : 062b27920d7bb73d4ef4eb5dabbb56de7cdaa790
2016-06-30 17:15:52 +01:00
James Graham 3c3ba271d1 geckodriver: Update version number for release
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 694dfef49b563d52a467a2563b4d64b0b1be7f0b

--HG--
extra : rebase_source : 3757f3101360ffd7ec244143b1ffa06a2ef3d2e7
2016-06-30 16:41:13 +01:00
Andreas Tolfsen ff948449fd geckodriver: Clean up logging before 0.9.0 release (#130)
* clean up logging

Ensures incoming and outgoing packets are logged in the same way.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 696c2eb2b2c8551810f46915e56ed1c26e6778c9

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 00d8cd5a98511901a771cd4b2f929bf4a1679854
2016-06-30 16:36:42 +01:00
jgraham 5c42114578 geckodriver: Build using OSX on travis (#125)
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 567e2f5b160fbe85e185f50b4ea7b3a5e9fe23e7

committer: GitHub <noreply@github.com>

--HG--
extra : rebase_source : e8114ee12b3d2c39f665129d8add12da1629dfce
2016-06-30 16:35:14 +01:00
Andreas Tolfsen dc060c4f3c geckodriver: Clarify firefox support and webdriver conformance (#129)
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: fa1201c16d0fab5add888cb086bd06aec797ebdd

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : a0a3d7253a5240837cf269441a54219828fb0c60
2016-06-30 11:26:34 +01:00
jgraham 029c2b40d5 geckodriver: Use firefox default path if no other path information is supplied. (#121)
If a path is not provided in the new session command, or when starting
geckodriver, try to determine the firefox path by introspecting the
system.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 4642964c69e488becec392141c3b9c4175c26f1a

committer: GitHub <noreply@github.com>

--HG--
extra : rebase_source : 41ed0e3737af2b0b65aa887da383530b2459da13
2016-06-29 11:23:57 +01:00
jgraham 20d52eeb58 geckodriver: Allow providing a firefox binary through new session parameters. (#66)
Binary can be specified with firefox_binary capability. If none
is provided it falls back to the value provided with -b on the
command line, if any, and returns an error otherwise.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 97ebf2c99864bf2c83d6977611b3bb9d30ebc385

committer: GitHub <noreply@github.com>

--HG--
extra : rebase_source : 8433c29107be045e679f003205e54ef708594dbb
2016-06-28 14:30:46 +01:00
jgraham 6e1cfa655d geckodriver: Connect between geckodriver and marionette on a random port. (#112)
This allows running multiple sessions without needing to reuse the
same port.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 4d9e5b321e2665cb94f59fab16798a210020dc4b

committer: GitHub <noreply@github.com>

--HG--
extra : rebase_source : 2b43771675aa3b476ecad2068e94fdbe82fc9a6b
2016-06-27 21:24:22 +01:00
Andreas Tolfsen d9161df980 geckodriver: changes: fix markdown headers
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 19b09764da55cb3131c6fe29be27275995bf6cbf

--HG--
extra : rebase_source : 3cdc6902dc1b4379fff0ee1ef6605d25d74fb8fb
2016-06-24 11:43:32 +01:00
Andreas Tolfsen c446b089c6 geckodriver: readme: add paragraph about the new change log
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 0982c86e61197f1b7181b18a7bfd54f59bcc0831

--HG--
extra : rebase_source : 98af3f5e07daebea4190001a7e58651c67f6f457
2016-06-24 11:41:35 +01:00
Andreas Tolfsen bfe0f997bb geckodriver: changes: add changelog (#111)
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 7dc1b86d486f23b14d36c069dbf1b292492db2f6

committer: David Burns <david.burns@theautomatedtester.co.uk>

--HG--
extra : rebase_source : 3e29c153bef597a9bdff9a5a0013ea48b194fbf5
2016-06-23 20:55:06 +01:00
Andreas Tolfsen c235c385fe geckodriver: new --version flag showing copying info and link to repo (#109)
Fixes #107.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: d70da21e3c69f73b877df1b7fd0f818890218799

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : c0757be03c240a94f35c28c451102bd8fea8e142
2016-06-23 15:52:12 +01:00
Andreas Tolfsen 284a385713 geckodriver: use travis to make releases to github (#83)
When a tag is pushed we will following this patch also do a release
build if the debug build and tests passes. We will then being packaging
for each target, along with an archive for the source code. The packages
are named after the targets.

We do a normal debug build and tests first because these are cheaper to
do and will give a shorter turnaround time for developers if any tests
fail. You can also only run tests with debug builds.

Fixes #72.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 54a96438a7d7a5c8da51f082aff300ac22dc1a4d

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : fbbf77d97620a2ea7f1ba44e48c9a6a9816a3c66
2016-06-22 15:47:29 +01:00
AutomatedTester ece32d2b41 geckodriver: Merge pull request #78 from AutomatedTester:GetElementProperty
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: b89e8210e113fe21158c0f89962fd62eb099c545

committer: Andreas Tolfsen <ato@mozilla.com>

--HG--
extra : rebase_source : cbd0ca098de031f22da2a34ed9bc5aa60574614f
2016-06-22 15:11:23 +01:00
Andreas Tolfsen c2a1067182 geckodriver: cross-compile to armv7-unknown-linux-gnueabihf in ci (#106)
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 35cce62cd87808376778254c3c885bdc772b7140

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : b5aba1f50bf085ec9397c02b39dab2d7c48ee0ef
2016-06-22 14:29:06 +01:00
Andreas Tolfsen 022ec5712a geckodriver: Remove unneeded --no-default-features flag from readme (#82)
* remove unneeded --no-default-features flag from readme

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: e865a41283b80f4432ce3086b14d2bc3a9e681dc

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : e6255337484980622a5d3e4a5aa9099c5d1259fb
2016-06-22 14:12:23 +01:00
Andreas Tolfsen 0f1cd314d4 geckodriver: Add -v flag to optionally increase Gecko verbosity (#103)
* add -v flag to optionally increase gecko verbosity

Introduces a cumulative -v flag where a single instance mean INFO level
and above are shown and two mean TRACE. The log levels are defined in
Log.jsm in the Gecko toolkit.

MarionetteSettings gains a new `verbosity' property that if undefined
uses the defaults in Gecko. This means we are no longer requiring the
marionette.logging preference to be set.

The defaults in Gecko are INFO for optimised builds and DEBUG for
debug builds.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 468f32b9999d946b783ec94ac28bfeab2e15d4ee

committer: jgraham <james@hoppipolla.co.uk>

--HG--
extra : rebase_source : 7cabcf09b515ca9241317905bb3eac47f9488384
2016-06-22 13:40:45 +01:00
Andreas Tolfsen 567c035737 geckodriver: Merge pull request #73 from andreastt/cross-compile-windows
cross-compile to windows on travis

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: c007252f0e3758a9b028097f4b3529b1946bf516

--HG--
extra : rebase_source : 05cc25d3e9a5e83ede297b530c5f285cc4aaa61c
2016-06-13 13:46:03 +01:00
James Graham 2172919437 geckodriver: Update dependencies
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: f7be3a24695724e4a694904f6c65fccca9b464fc

--HG--
extra : rebase_source : c48052c95777e74afeb3c478b5024a9c75b15846
2016-06-07 17:39:24 +01:00
James Graham b1b2453ac6 geckodriver: Update required webdriver library version
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 1e10f530ea0fced5f34b25863f92c46d28f497ab

--HG--
extra : rebase_source : 1869fe971343530601cb0232b3c809f8f1fd4034
2016-06-07 17:37:15 +01:00
James Graham c593002d6c geckodriver: Merge pull request #70 from mozilla/delete_session_quit
Send quitApplication command when deleting a session.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 4cbbc79ad487a7b1d8defd66be2923af6febf33e

--HG--
extra : rebase_source : 3207e480fb4ed25d51c9bc3af2944aafb4f32352
2016-06-06 19:23:37 +01:00
James Graham 01ed739e80 geckodriver: Merge pull request #69 from mozilla/profile_directories
Fix issue creating directories in firefox profiles.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 644db2a2786f20f87cb4cac52ead90df0cbef17a

--HG--
extra : rebase_source : d47fbf62559a3886e359c4d32fd96b9250d0799f
2016-06-06 16:34:01 +01:00
James Graham 4a61799d96 geckodriver: Merge pull request #67 from mozilla/new_session_pass_parameters
Pass parameters with new session command

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 38291f3665356d1c0221c916e976e504db30a9a9

--HG--
extra : rebase_source : e8350c44c84810c4c6e0b0fcea206c395377dc7f
2016-06-01 22:54:01 +01:00
James Graham 09bb7399ef geckodriver: Merge pull request #65 from mozilla/firefox_args
Allow specifying arguments to the firefox binary through the firefox_args capability

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: e211cb93cf74f94ae3cf8e28eb6cb017504070a3

--HG--
extra : rebase_source : e3652391689a590eab7de43fb2e4e6a4f34cd3de
2016-05-26 12:55:28 +01:00
Andreas Tolfsen b17ee867e7 geckodriver: Merge pull request #64 from andreastt/error-typo
fix typo in error message for parsing errors

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 8d03117f1448621ee521034ccdeaacc28103813f

--HG--
extra : rebase_source : bbb1980998fb989858dec2d3fcbf0bd961078a8c
2016-05-23 20:00:55 +01:00
James Graham e909e13698 geckodriver: Change the product name to geckodriver
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: fef06db5b23ec4ef62801351c60462d88264b14d

--HG--
extra : rebase_source : 36d15d06a34fe77ba70908fdd4c072e95e705eda
2016-05-23 19:08:39 +01:00
James Graham da2de36a4b geckodriver: Update webdriver version
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: b63976d03475b4a22c4630eae45fc43dcf26b63e

--HG--
extra : rebase_source : 0fea2d1d568717459c725300dfd173edf9bec263
2016-05-23 18:32:14 +01:00
James Graham bbcd5c4287 geckodriver: Fix tests
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: a0648035ca332a1ea640e60035b1c70256181758

--HG--
extra : rebase_source : 5a5628c0d807e01095fd107c48d8da88a1cab791
2016-05-23 16:43:12 +01:00
James Graham 9b1d7b3bd6 geckodriver: Update for API changes in WebDriver 0.10
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: df504bec258cb73db97c962a37b8646a13d556dc

--HG--
extra : rebase_source : 22126f61f4adefbdea1fb72787693789bc2cd2af
2016-05-23 14:15:09 +01:00
James Graham 38e00294e1 geckodriver: Update to webdriver 0.10
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: a4c2b9d91ace528180ba218078bc021a071d540a

--HG--
extra : rebase_source : 5e72038ec9b8c333d6fbe9389c6f996d6ee463b2
2016-05-23 14:15:09 +01:00
James Graham ef47423c40 geckodriver: Update to webdriver 0.9
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 3555df3fb59a007f8e8aa13a382d82bd8e6accc5

--HG--
extra : rebase_source : 21cd9496744cc0fdb5ffe52f2a583e65abb6b40a
2016-05-23 14:15:09 +01:00
James Graham fa33ad20ea geckodriver: Update for webdriver cookie changes
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 10bc9150538150204f8aa9790cb5fe53ad110c28

--HG--
extra : rebase_source : 788aaa55d369517794060925cbf8824f9d84f8bb
2016-05-23 14:15:09 +01:00
James Graham 33abf77535 geckodriver: Update hyper version
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 9fd3192d3403d168cd0177d1b53559d6832cf675

--HG--
extra : rebase_source : 95d2672652f0e95a1e5cb7360b2eec297b5332f6
2016-05-23 14:15:09 +01:00
James Graham 0d4ea1a265 geckodriver: fixup! Update version number from release.
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: fa355c9e94d9b5430b0e3af137fcc598276c1fc9

--HG--
extra : rebase_source : 4e5eec7b1e39a2ba39916ba7cbf05561c1ed81f9
2016-05-23 14:15:09 +01:00
Andreas Tolfsen d5264b6685 geckodriver: Merge pull request #59 from andreastt/elaborate-readme
docs: elaborate the readme file

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 56fd0a07de06167704c2befe6ef736972f3037de

--HG--
extra : rebase_source : a48e54f7c915558cff7a1b8fbeec08eb709eed47
2016-05-09 06:43:48 -07:00
James Graham 296551b2d6 geckodriver: Update version number from release.
0.7.0 release happened from the wrong branch, so the history here is
rather messy

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 852c4ea4ef648a8473b6a849eb51d5e985fa03ec

--HG--
extra : rebase_source : 78136f34d60aa704c65d011b4e1b9704fe2ba7c4
2016-04-27 15:18:39 +01:00
James Graham 06033a9ef5 geckodriver: Update version number for release.
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: c94c71da69723db3f75c687c3eac34966a53b0ad

--HG--
extra : rebase_source : eadb2beb8381039849ec920e4ebd94f34ceb8d6f
2016-04-27 15:15:48 +01:00
James Graham 4adb56a2c2 geckodriver: Update dependencies
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: de5353d404f266ddbe9102c3cba807c4172be6f6

--HG--
extra : rebase_source : ed1ce7344549e2180aaf1eaaa5dc04fe3034e3fe
2016-04-27 15:15:48 +01:00
James Graham 4a526005e2 geckodriver: Update for webdriver lifetime changes
Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 2c6434340d6c4e7688f3d7ddda1ed48bc2ce17e1

--HG--
extra : rebase_source : 07829b70e4da4085bc3ed1e5889e5eda827b0073
2016-04-27 15:15:48 +01:00
James Graham f43a634f57 geckodriver: Allow providing custom profiles.
This depends on the client setting the firefox_profile
capability to a base64 encoded zipped profile.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 3045c00a77b7ef7220ec9a6b318cae0756221a87

--HG--
extra : rebase_source : 3eec351dad70ff60cf6f902e13daf18c8dcc27c2
2016-04-27 15:15:48 +01:00