|
|
Fix PPB_MouseLock.LockMouse crash and add tests.
Because mouse lock tests require focus, the new tests are put in interactive_ui_tests.
In this CL, ppapi_uitest is split into three parts:
1) ppapi_test: contains PPAPITestBase and its subclasses.
2) ppapi_browsertest: used by browser_tests.
3) ppapi_interactive_browsertest: used by interactive_ui_tests.
Besides, they are moved into a new folder, chrome/test/ppapi.
(1) and (2) are less interesting since they are mostly copied from ppapi_uitest.
BUG= 135206
TEST=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=145708
Total comments: 2
Total comments: 16
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+299 lines, -2550 lines) |
Patch |
 |
M |
chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
|
6 chunks |
+8 lines, -22 lines |
0 comments
|
Download
|
 |
M |
chrome/test/gpu/test_support_gpu.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
A |
chrome/test/ppapi/OWNERS
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/test/ppapi/ppapi_browsertest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -377 lines |
0 comments
|
Download
|
 |
A |
chrome/test/ppapi/ppapi_interactive_browsertest.cc
|
View
|
1
2
3
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/test/ppapi/ppapi_test.h
|
View
|
1
2
3
|
3 chunks |
+40 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
chrome/test/ppapi/ppapi_test.cc
|
View
|
1
2
3
|
4 chunks |
+48 lines, -850 lines |
0 comments
|
Download
|
 |
D |
chrome/test/ui/ppapi_uitest.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -99 lines |
0 comments
|
Download
|
 |
D |
chrome/test/ui/ppapi_uitest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1182 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_sources.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_tests.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_instance_proxy.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -10 lines |
0 comments
|
Download
|
 |
A |
ppapi/tests/test_mouse_lock.h
|
View
|
1
2
3
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/tests/test_mouse_lock.cc
|
View
|
1
2
3
|
1 chunk |
+79 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/enter.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+14 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppapi_plugin_instance.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|