Branch: refs/heads/master Home: https://github.com/jenkinsci/selenium-plugin Commit: 23328072984484bb9871fa6522e9cad425e54392 https://github.com/jenkinsci/selenium-plugin/commit/23328072984484bb9871fa6522e9cad425e54392 Author: darkrift <lavoie.rich...@gmail.com> Date: 2012-09-19 (Wed, 19 Sep 2012)
Changed paths: M src/main/java/hudson/plugins/selenium/PluginImpl.java M src/main/java/hudson/plugins/selenium/configuration/SeleniumNodeConfiguration.java M src/main/java/hudson/plugins/selenium/configuration/browser/selenium/SeleniumBrowser.java M src/main/java/hudson/plugins/selenium/configuration/browser/webdriver/ChromeBrowser.java M src/main/java/hudson/plugins/selenium/configuration/browser/webdriver/FirefoxBrowser.java M src/main/java/hudson/plugins/selenium/configuration/browser/webdriver/HTMLUnitBrowser.java M src/main/java/hudson/plugins/selenium/configuration/browser/webdriver/IEBrowser.java A src/main/java/hudson/plugins/selenium/configuration/browser/webdriver/SafariBrowser.java M src/main/java/hudson/plugins/selenium/configuration/browser/webdriver/WebDriverBrowser.java M src/main/resources/hudson/plugins/selenium/PluginImpl/add.jelly M src/main/resources/hudson/plugins/selenium/actions/ServiceManagementAction/index.jelly M src/main/resources/hudson/plugins/selenium/configuration/browser/selenium/ChromeBrowser/config.jelly M src/main/resources/hudson/plugins/selenium/configuration/browser/selenium/FirefoxBrowser/config.jelly M src/main/resources/hudson/plugins/selenium/configuration/browser/selenium/IEBrowser/config.jelly M src/main/resources/hudson/plugins/selenium/configuration/browser/webdriver/ChromeBrowser/config.jelly M src/main/resources/hudson/plugins/selenium/configuration/browser/webdriver/FirefoxBrowser/config.jelly M src/main/resources/hudson/plugins/selenium/configuration/browser/webdriver/IEBrowser/config.jelly M src/main/resources/hudson/plugins/selenium/configuration/browser/webdriver/OperaBrowser/config.jelly A src/main/resources/hudson/plugins/selenium/configuration/browser/webdriver/SafariBrowser/config.jelly Log Message: ----------- Fixed reference for import files (was causing all browsers configurations not to be populated from the hetero list) Added default matcher and default configuration when adding a new node configuration