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-04-11Added details for custom release buildsHEADmasterHenrik Skupin
2022-02-28Update webdriver Matrix channel to #webdriverHenrik Skupin
2021-09-06Updated mailing list for dev-webdriverHenrik Skupin
2020-03-03Replace IRC reference with MatrixMaja Frydrychowicz
2019-08-16github: add lockbot configv0.26.0Andreas Tolfsen
2019-04-12updated to 5704d0949b15dae6b17c659c0822c713983ce66bAndreas Tolfsen
2019-04-03Add Mozilla Code of Conduct file (#1536)Mozilla-GitHub-Standards
Fixes #1535. _(Message COC002)_
2019-03-05Fix links to the Marionette and geckodriver source docsHenrik Skupin
https://hg.mozilla.org/mozilla-central/rev/c54ee394e03c
2018-11-16import 4d6d3403eb6b015ebd2e6949d57dd518d07d024fAndreas Tolfsen
2018-10-10Update README.mdAndreas Tolfsen
2018-09-18Update issue template to request trace logs as attachmentHenrik Skupin
https://hg.mozilla.org/integration/mozilla-inbound/rev/94da44213326875996e921339ed7e640ac17dfb5
2018-09-16import of ba6208ac98c6bc52fab16237571a95d64be64755Andreas Tolfsen
2018-07-21try <nobr>Andreas Tolfsen
2018-07-21use word-wrap on tableAndreas Tolfsen
2018-07-21import c850421059b008d2ea3e6c8f72e0abb5150bf053Andreas Tolfsen
2018-06-15fix monospaceAndreas Tolfsen
2018-06-15synced README.md with a96675c7fd539ff867c089196aca9e287e5d79efAndreas Tolfsen
2018-03-13sync with centralAndreas Tolfsen
2018-03-09sync with central 31a33fc61956.Henrik Skupin
2018-02-14sync with central 90fab670c4e23Andreas Tolfsen
2017-12-15REAME.md: Import from 6d82e132348fHenrik Skupin
2017-11-30readme: import of fa3745bff6acHenrik Skupin
2017-10-13CONTRIBUTING.md: sync from m-cAndreas Tolfsen
2017-09-16readme: import of bbbccc22Andreas Tolfsen
2017-08-02reduce text in issue templateAndreas Tolfsen
2017-07-21readme: recommend firefox 54 and greaterAndreas Tolfsen
Fixes: https://github.com/mozilla/geckodriver/issues/833
2017-07-11import from 27bdd6fd88c699807f5d3dec1df3f992e0921350Andreas Tolfsen
2017-06-23readme: move canonical repo location further upAndreas Tolfsen
2017-06-09readme: use build state badge from release branchAndreas Tolfsen
2017-06-09readme: recommend firefox 53 and greaterAndreas Tolfsen
See https://github.com/mozilla/geckodriver/issues/743#issuecomment-307347099.
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