|
Move JavascriptTestObserver from chrome to content.
This change moves the test support class JavascriptTestObserver from
chrome/test to content/public/test. This test doesn't have any dependencies on
anything in chrome/, and moving it will allow tests in content to use this
utility class.
This class has to move to content to allow moving some Pepper testing from
chrome/ to content/
BUG= 371873
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271209
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+42 lines, -227 lines) |
Patch |
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
chrome/test/base/javascript_test_observer.h
|
View
|
|
1 chunk |
+0 lines, -98 lines |
0 comments
|
Download
|
 |
D |
chrome/test/base/javascript_test_observer.cc
|
View
|
|
1 chunk |
+0 lines, -90 lines |
0 comments
|
Download
|
 |
M |
chrome/test/nacl/nacl_browsertest_util.h
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/test/nacl/nacl_browsertest_util.cc
|
View
|
1
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/test/nacl/pnacl_header_test.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/ppapi/ppapi_browsertest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/ppapi/ppapi_test.h
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/test/ppapi/ppapi_test.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/public/test/javascript_test_observer.h
|
View
|
1
2
|
5 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
A + |
content/public/test/javascript_test_observer.cc
|
View
|
1
2
|
6 chunks |
+13 lines, -11 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|