Bug 1288863: Return platformName and browserVersion as lowercase r=ato
commit8ae5a3c2be3bb326484cab1c7f32490238ffa4da
authorDavid Burns <dburns@mozilla.com>
Tue, 26 Jul 2016 09:13:35 +0000 (26 10:13 +0100)
committerDavid Burns <dburns@mozilla.com>
Tue, 26 Jul 2016 09:13:35 +0000 (26 10:13 +0100)
treeb80be80acd63df14e430663f8b8c01d7625fc1c3
parent6b13b3cde624acc99a4c67da7773f327f741a737
Bug 1288863: Return platformName and browserVersion as lowercase r=ato

Currently Marionette returns directly from appInfo where the webdriver
specification mandates that we return lowercase for those. See
http://w3c.github.io/webdriver/webdriver-spec.html#capabilities

MozReview-Commit-ID: 4UrOcYRuREK

--HG--
extra : rebase_source : b47a4be6f4eb17e3bf9caf8542cc2f03582df946
testing/marionette/driver.js
testing/marionette/harness/marionette/tests/unit/test_about_pages.py
testing/marionette/harness/marionette/tests/unit/test_capabilities.py
testing/marionette/harness/marionette/tests/unit/test_key_actions.py
testing/marionette/harness/marionette/tests/unit/test_mouse_action.py
testing/marionette/harness/marionette/tests/unit/test_typing.py
testing/marionette/harness/marionette/tests/unit/test_window_handles.py
testing/marionette/listener.js