|
[ChromeDriver] Support mobile emulation on desktop Chrome.
Add Device Metrics override support to ChromeDriver via Capabilities; only width, height, pixel_ratio supported
BUG=chromedriver:399
Total comments: 15
Total comments: 12
Total comments: 34
Total comments: 20
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+643 lines, -72 lines) |
Patch |
|
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
6
|
5 chunks |
+28 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/capabilities.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/capabilities.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+66 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/capabilities_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+95 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/chrome/chrome.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/chrome/chrome_desktop_impl.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/chrome/chrome_desktop_impl.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/chrome/chrome_impl.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/chrome/chrome_impl.cc
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
|
A |
chrome/test/chromedriver/chrome/device_metrics.h
|
View
|
1
2
3
4
5
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/test/chromedriver/chrome/device_metrics.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/chrome/devtools_http_client.h
|
View
|
1
2
3
4
|
4 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/chrome/devtools_http_client.cc
|
View
|
1
2
3
4
|
4 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
|
A |
chrome/test/chromedriver/chrome/mobile_device.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/test/chromedriver/chrome/mobile_device.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+87 lines, -0 lines |
0 comments
|
Download
|
|
A + |
chrome/test/chromedriver/chrome/mobile_emulation_override_manager.h
|
View
|
1
2
3
4
|
3 chunks |
+12 lines, -13 lines |
0 comments
|
Download
|
|
A |
chrome/test/chromedriver/chrome/mobile_emulation_override_manager.cc
|
View
|
1
2
3
4
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
|
A + |
chrome/test/chromedriver/chrome/mobile_emulation_override_manager_unittest.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+32 lines, -41 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/chrome/stub_chrome.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/chrome/stub_chrome.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/chrome/web_view_impl.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/chrome/web_view_impl.cc
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/chrome_launcher.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/client/chromedriver.py
|
View
|
1
2
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/client/webelement.py
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/test/chromedriver/embed_mobile_devices_in_cpp.py
|
View
|
1
2
3
4
5
6
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/session.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/session_commands.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/test/run_py_tests.py
|
View
|
1
2
3
4
5
6
|
4 chunks |
+56 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/chromedriver/test/webserver.py
|
View
|
1
2
3
|
3 chunks |
+26 lines, -6 lines |
0 comments
|
Download
|
Total messages: 24 (0 generated)
|