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

-------------------------------------------------------------------
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