File rubygem-selenium-webdriver.changes of Package rubygem-selenium-webdriver

-------------------------------------------------------------------
Fri Dec 14 06:00:39 UTC 2012 - coolo@suse.com

- updated to version 2.27.2
  * Fix for native events in v17 (packaging mistake)

-------------------------------------------------------------------
Fri Dec  7 09:01:39 UTC 2012 - coolo@suse.com

- updated to version 2.27.1
 Firefox:
   * Fix "g[b] is not an object" error when passing null to execute_script.
   * Support for Firefox 17.
 IE:
   * Path to the server executable can be specified (S::W::IE.path=)
 Other:
   * Added :phantomjs driver

-------------------------------------------------------------------
Sat Nov  3 08:01:32 UTC 2012 - coolo@suse.com

- updated to version 2.26.0
 Firefox:
   * Added support for native events for Firefox 15 and 16.
   * Modified FirefoxDriver to use atoms to switch between frames.
   * FIXED: 4309: 'Could not convert Native argument arg 0' error with Firefox.
   * FIXED: 4375: Executing javascript hangs Firefox.
   * FIXED: 4165: WebDriver fails on a machine with no IP address.
 Safari:
   * Fixed SafariDriver to allow calling .quit() consecutively without error.
   * FIXED: 4676: Unable to fire javascript events into SVG's. 
   * FIXED: 3969: SafariDriver should auto-dismiss alerts.
 IE:
   * FIXED: 4535: Hover still does not work perfectly in IE.
   * FIXED: 4593: Alert.accept() Cancels the Resend Alert/Dialog Box.

-------------------------------------------------------------------
Sun Jul 22 15:25:21 UTC 2012 - coolo@suse.com

- update to 2.25.0
 * Respect no_proxy / NO_PROXY env vars (#4007).
 * Improve error message if a configured proxy refuses the connection.
 * Ignored exception can be configured on the Wait class.
 * Add Selenium::WebDriver::Support::Color class.
 * Ignore Errno::ENETUNREACH when trying to detect our local IP (#4165).
 * Ignore Errno::EADDRNOTAVAIL in PortProber (#3987).
 * Firefox:
   * Enumerate through client rects until finding one with non-zero dimensions when clicking.
   * Updated supported versions of Firefox to 17.
   * Allow windows to be resized from a frame (#3897).
   * Fix an issue where a call to submit could hang the driver.
 * IE:
   * Ability to configure logging through the :log_file and :log_level options.
   * Increasing stability of file upload dialog handling (#3858)
 * Better handling of overflow edge cases when determining element visibility.

-------------------------------------------------------------------
Thu Jun 28 12:03:31 UTC 2012 - coolo@suse.com

- update to 2.24.0
 * bot.dom.getVisibleText does not properly handle display:run-in or display:table (#1584).
 * CSS selectors now support compound selectors.
 * IE:
   * Failure to click on an element in the IE Driver will yield a more meaningful error.
   * Crash on IE8 when S_FALSE is returned from get_Document (#4064)
   * DLLs are no longer bundled with the gem, users must use the standalone server from now on.
 * Firefox:
   * Support for Firefox 13
   * Ability to pass :proxy directly as Firefox option (no Profile needed).
 
 * Improve method for determining the local IP (#3987).
 
 * Fix for 1.8.7 behaviour of Socket.getaddrinfo.
 * Automatically reap Firefox profile on exit, not just in #quit.
 
 * Fix conflict with ActiveSupport's Object#load (#3819)
 * IE:
   * Default to standalone server executable, fall back to bundled DLLs.
   * The 'nativeEvents' capabilitiy is exposed as :native_events in the Ruby client (mode still experimental).
 * Firefox:
   * Native events for Firefox 12.
   * Native events retained for Firefox 3.x, 10 and 11.
   * Fix for typing in Firefox 12
   * Fix for typing on XHTML pages (#3647)
   * Fix for maximizing windows when switched to a frame (#3758)
   * Handle alerts from nested iframes (#3825)
 * Remote:
   * Honor HTTP_PROXY env vars (#3838).
 * Element#attribute returns nil if a boolean attribute is not present.
 * NoSuchWindowError will be thrown if the currently selected window is closed and another command is sent.
 * Safari:
   * support for frame switching, snapshot taking, execute script
   * message protocol changed, not backwards compatible with 2.21.
 * Style attributes are no longer lower-cased by default (#1089).
 * Make sure the Ruby client kills Firefox even when the RPC fails.
 * Make sure the Ruby client checks all network interfaces when finding free ports.
 
-------------------------------------------------------------------
Mon Apr 16 08:04:28 UTC 2012 - coolo@suse.com

- update to 2.21.0
  * Add Selenium::WebDriver::Window#maximize (#3489)
  * Safari:
    * New driver! See http://code.google.com/p/selenium/wiki/SafariDriver.
  * Firefox:
    * Significant stability improvements.
    * Native events support for Firefox 11
    * Dropped native events support for Firefox 4-9
    * Window maximize implementation.
  * IE:
    * Ignore invisible dialogs (#3360).
    * Window maximize implementation.
  * Android:
    * Accept SSL certificates (#3504).

-------------------------------------------------------------------
Wed Apr  4 13:10:28 UTC 2012 - coolo@suse.com

- update to 2.20.0
  * Loosen the multi_json and ffi dependencies (#3446)
  * Firefox:
    * Introduce a timeout for page loads. This needs to be used in
      conjunction with the unstable page load detection. Exposed as
      Timeouts#page_load=
  * Scroll containing elements, not just windows (#3391).
  * Element#{style => css_value}, with an alias for backwards compatibility.
  * Atoms:
    * Submit a form when the enter button is pressed in its input
      element.
    * Add a "mouse pixel scroll" event to the atoms events module.
    * Adding a public "mouseOver" action and a little internal
      refactoring around the mouseOver functionality.
  * Selenium::WebDriver::Wait: polling interval reduced from 0.5 to 0.2 seconds.


-------------------------------------------------------------------
Thu Jan  5 16:35:47 UTC 2012 - suse@ammler.ch

- update to 2.16.0 
  * Firefox:
    * Native events support for Firefox 9
    * Allow apps to use offline storage by default
    * Fix excessive unwrapping when executing mouseMove
    * Click in the middle, rather than the top-left of elements (#3034, #2700)
  * IE:
    * Raise StaleElementReferenceError when interacting with elements outside the currently focused frame
    * Handle frames and iframes in showModalDialog windows
  * Chrome:
    * Improve client handling of invalid error responses
  * iPhone:
    * Updated to latest CocoaHTTPServer
  * Remote:
    * Improve performance of Element#== by only making an RPC when necessary.
    * Disallow caching of GET requests
  * Various:
    * Raise ArgumentError instead of UnsupportedOperationError on invalid modifier key
    * Improve docs for Server, ActionBuilder and Window
    * Update to latest Sizzle (used for :css selectors in older browsers)
- provide "-2"

-------------------------------------------------------------------
Thu Jan  5 12:45:24 UTC 2012 - saschpe@suse.de

- Only build for %ix86 and x86_64 and remove Firefox addin for non-matching
  architectures

-------------------------------------------------------------------
Fri Dec  9 11:32:00 UTC 2011 - saschpe@suse.de

- Update to version 2.15.0:
  * Firefox:
    * Now supports up to Firefox 11 (for syntesized events)
    * Implicit waits now change how long we wait for alerts. This
      functionality will change in 2.16
    * Fix scrolling issue (#2700)
  * IE:
    * Fix issue with getWindowHandles() and showModalDialog() (#1828)
    * Add support for the window sizing and positioning API
  * Make Platform.bitsize use the correct constant from FFI
  * WebDriver internals:
    * Atoms code contribution from Google
    * Closure updated
- See CHANGES for for previous versions

-------------------------------------------------------------------
Thu Sep 15 10:52:54 UTC 2011 - dmacvicar@suse.de

- update to 2.6.0

-------------------------------------------------------------------
Thu Aug 25 09:01:19 UTC 2011 - dmacvicar@suse.de

- delete other archs binaries to avoid autoprovreq
  to depend on other architecture's glibc

-------------------------------------------------------------------
Wed Aug 24 14:09:00 UTC 2011 - fcastelli@novell.com

- add 'provides' macro

-------------------------------------------------------------------
Wed Aug 24 13:23:46 UTC 2011 - fcastelli@novell.com

- update to 2.5.0

-------------------------------------------------------------------
Mon Aug 30 13:46:37 UTC 2010 - dmacvicar@novell.com

- update to 0.0.28
- update diff patch
- sent patch upstream. added note with issue number
  in spec file

-------------------------------------------------------------------
Fri Aug 27 08:33:41 UTC 2010 - kkaempf@novell.com

- look for 'chromium' in Linux

-------------------------------------------------------------------
Sat Aug  7 08:29:32 UTC 2010 - kkaempf@novell.com

- remove more prebuilt/amd64 binaries when building on i586 

-------------------------------------------------------------------
Thu Aug  5 12:29:38 UTC 2010 - dmacvicar@novell.com

- update to 0.0.27
- obsolete diffs

-------------------------------------------------------------------
Thu Jul 22 15:01:09 UTC 2010 - kkaempf@novell.com

- remove prebuilt/amd64 on i586 

-------------------------------------------------------------------
Wed Jun 30 09:54:57 UTC 2010 - kkaempf@novell.com

- update to 0.0.24

-------------------------------------------------------------------
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de

- use rubygems_requires macro

-------------------------------------------------------------------
Mon Feb 15 21:48:48 UTC 2010 - dmacvicar@novell.com

- add patch to avoid crashing if non relevant architectures
  prebuilt files are not there 

-------------------------------------------------------------------
Sun Feb 14 16:33:27 UTC 2010 - dmacvicar@novell.com

- initial package for 0.0.17 

openSUSE Build Service is sponsored by