Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(361)

Issue 286243003: Move JavascriptTestObserver from chrome to content. (Closed)

Created:
6 years, 7 months ago by teravest
Modified:
6 years, 7 months ago
Reviewers:
jam
CC:
chromium-reviews, darin-cc_chromium.org, native-client-reviews_googlegroups.com, jam
Visibility:
Public.

Description

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

Patch Set 1 : rebased #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : Remove unnecessary content prefixes #

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

Messages

Total messages: 9 (0 generated)
teravest
6 years, 7 months ago (2014-05-16 17:52:27 UTC) #1
jam
lgtm https://codereview.chromium.org/286243003/diff/100001/content/public/test/javascript_test_observer.h File content/public/test/javascript_test_observer.h (right): https://codereview.chromium.org/286243003/diff/100001/content/public/test/javascript_test_observer.h#newcode58 content/public/test/javascript_test_observer.h:58: class JavascriptTestObserver : public content::NotificationObserver { nit: here ...
6 years, 7 months ago (2014-05-16 17:56:36 UTC) #2
teravest
Thanks for the quick review! On Fri, May 16, 2014 at 11:56 AM, <jam@chromium.org> wrote: ...
6 years, 7 months ago (2014-05-16 18:00:20 UTC) #3
teravest
Thanks for the quick review! On Fri, May 16, 2014 at 11:56 AM, <jam@chromium.org> wrote: ...
6 years, 7 months ago (2014-05-16 18:00:21 UTC) #4
teravest
The CQ bit was checked by teravest@chromium.org
6 years, 7 months ago (2014-05-16 18:00:29 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/teravest@chromium.org/286243003/120001
6 years, 7 months ago (2014-05-16 18:01:09 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-16 20:57:38 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-17 06:22:51 UTC) #8
commit-bot: I haz the power
6 years, 7 months ago (2014-05-17 15:43:12 UTC) #9
Message was sent while issue was closed.
Change committed as 271209

Powered by Google App Engine
This is Rietveld 408576698