Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-13Import of v0.32.0 (#2052)v0.32.0releaseHenrik Skupin
2022-04-11Import of v0.31.0 (#2003)v0.31.0Henrik Skupin
2021-12-20Update release notes with CVE numbers (#1971)jgraham
2021-10-18Update release notes for host check regressionHenrik Skupin
2021-09-16Import of v0.30.0 (#1931)v0.30.0Henrik Skupin
2021-04-09import of v0.29.1 (#1865)v0.29.1Henrik Skupin
2021-01-14Import of v0.29.0 (#1829)v0.29.0Henrik Skupin
2020-11-03Import of v0.28.0 (#1803)v0.28.0Henrik Skupin
2020-07-29Import of v0.27.0 (#1752)v0.27.0jgraham
Co-authored-by: Maja Frydrychowicz <mjzffr@gmail.com>
2020-07-01Remove Travis-CI settings from repository. (#1739)Henrik Skupin
2019-03-05Fix links to the Marionette and geckodriver source docs.v0.25.0Henrik Skupin
https://hg.mozilla.org/mozilla-central/rev/c54ee394e03c
2019-01-29import of v0.24.0v0.24.0Henrik Skupin
2018-10-04fix versionsv0.23.0Andreas Tolfsen
2018-10-04import of 7735290158111b061f91f88f7ff73ec357b5d251Andreas Tolfsen
2018-09-16fix dependenciesv0.22.0Andreas Tolfsen
2018-09-16import of ba6208ac98c6bc52fab16237571a95d64be64755Andreas Tolfsen
2018-06-15add lockfilev0.21.0Andreas Tolfsen
2018-06-15update relative dep pathsAndreas Tolfsen
2018-06-15import of 0.21.0Andreas Tolfsen
2018-04-08modifications to compile on travisv0.20.1Andreas Tolfsen
2018-04-08import of 0.20.1Andreas Tolfsen
2018-03-13import of 0.20.0v0.20.0Andreas Tolfsen
2017-10-31import of v0.19.1v0.19.1Andreas Tolfsen
2017-09-16cargo: use webdriver 0.31.0 from crates.iov0.19.0Andreas Tolfsen
2017-09-16import of v0.19.0Andreas Tolfsen
2017-07-11import from 27bdd6fd88c699807f5d3dec1df3f992e0921350v0.18.0Andreas Tolfsen
2017-06-09ci: fix debian packages for linux x86v0.17.0Andreas Tolfsen
2017-06-09readme: use build state badge from release branchAndreas Tolfsen
2017-06-09import from eca8d0ea03afAndreas Tolfsen
2017-06-09cleanAndreas Tolfsen
2017-06-06make issue template more user friendly (#768)Henrik Skupin
2017-06-03deleteAndreas Tolfsen
2017-06-03move canonical repo to mozilla-centralAndreas Tolfsen
The canonical repository for geckodriver is henceforth in mozilla-central's testing/geckodriver directory. Please submit any future patches to the Testing :: geckodriver component in Bugzilla.
2017-05-08Make trace logs safe for windows prompt (#722)oldAndreas Tolfsen
* marionette: make trace logs safe for windows prompt The symbols "←" and "→" are encodeed as "?" in the Windows command prompt. To make the logs from this system useful, use ASCII versions of the arrows.
2017-05-05marionette: correct error when there is no current session (#701)Andreas Tolfsen
Fixes: https://github.com/mozilla/geckodriver/issues/689
2017-05-03Add extension commands for addon install, uninstall (#711)Maja Frydrychowicz
Fixes: https://github.com/mozilla/geckodriver/issues/211
2017-04-28Updated .travis.yml for linux32 optimized compileCody Tubbs
Added before_install to handle packages that solve the current 32-bit Linux optimized release issues. This addition also ensures future changes in dependencies won't cause similar errors. Defining OS for the i686 target is no longer needed and will break the build if defined.
2017-04-26changes: fix markdownAndreas Tolfsen
2017-04-26cargo: release 0.16.1v0.16.1Andreas Tolfsen
2017-04-26cargo: bump dependenciesAndreas Tolfsen
2017-04-26changes: update for 0.16.1Andreas Tolfsen
2017-04-26Read Firefox version by launching binary if mozversion fails (#685)jgraham
In some circumstances mozversion's attempt to read the Firefox version from ini files can fail. This can be, for example, when the "binary" is actaully a shell script that launches the real Firefox. In that case it isn't necessarily possible to locate the ini files without making the user explicitly provide a path. Instead fall back on running `firefox -version` in this case and extracting the binary from the returned string. Fixes: https://github.com/SeleniumHQ/selenium/issues/3884
2017-04-26marionette: unmarshal CloseWindowResponseAndreas Tolfsen
geckodriver currently assumes the response from the CloseWindow command is empty and unmarshals it to Ok(Void). Starting with Firefox 52, Marionette returns a window handle array to indicate whether the last window was closed. If this array is empty, the delete_session field is set to true and the session is ended. Fixes: https://github.com/mozilla/geckodriver/issues/613
2017-04-21cargo, changes, readme: release v0.16.0 (#664)v0.16.0Andreas Tolfsen
2017-04-20changes: update with latest changesAndreas Tolfsen
2017-04-20cargo: bump dependenciesAndreas Tolfsen
2017-04-20Permit Json::U64 when validating prefs in moz:firefoxOptions (#658)Jason Juang
2017-04-20Accept "page load" and "pageLoad" in the Marionette response (#656)Jason Juang
2017-04-19readme: add note about webdriver crateAndreas Tolfsen
2017-04-19readme: document usage flagsAndreas Tolfsen