mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
5f14271ff2
This splits the api for getWindowHandles and getChromeWindowHandles for those managing windows and tabs separately in tests. getWindowHandles is re-implemented to return tabs when appropriate, and getChromeWindowHandles is added to correspond to individual os windows (the prior behavior of getWindowHandles). current_window_handle now corresponds to a tab on desktop, while chrome_window_handle is provided for the current OS window. switch_to_window will accept either a chrome window handle or tab handle. In the case of a tab, switching will select the tab. In the case of a chrome window handle, the prior behavior is retained. |
||
---|---|---|
.. | ||
atoms | ||
client | ||
components | ||
transport | ||
update-smoketests | ||
ChromeUtils.js | ||
EventUtils.js | ||
jar.mn | ||
mach_commands.py | ||
marionette-common.js | ||
marionette-elements.js | ||
marionette-frame-manager.js | ||
marionette-listener.js | ||
marionette-sendkeys.js | ||
marionette-server.js | ||
marionette-simpletest.js | ||
moz.build |