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

Issue 174633: Add browser tests for extensions tab API. (Closed)

Created:
11 years, 3 months ago by asargent_no_longer_on_chrome
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, Pam (message me for reviews), Ben Goodger (Google)
Visibility:
Public.

Description

Add browser tests for extensions tab API. BUG=18442 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25006

Patch Set 1 #

Total comments: 31

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 9

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+382 lines, -34 lines) Patch
M chrome/browser/extensions/extension_function_dispatcher.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/browser/extensions/extension_tabs_apitest.cc View 1 chunk +9 lines, -0 lines 0 comments Download
MM chrome/browser/extensions/extension_test_api.h View 1 2 3 4 5 6 7 2 chunks +6 lines, -0 lines 0 comments Download
MM chrome/browser/extensions/extension_test_api.cc View 1 2 3 4 5 6 7 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/common_resources.grd View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/extension_api.json View 1 2 3 4 5 6 7 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/renderer/renderer_resources.grd View 1 chunk +1 line, -1 line 0 comments Download
MM chrome/renderer/resources/extension_apitest.js View 6 7 8 6 chunks +39 lines, -17 lines 0 comments Download
M chrome/test/data/extensions/api_test/bookmarks/test.js View 7 5 chunks +7 lines, -7 lines 0 comments Download
MM chrome/test/data/extensions/api_test/override1/test.js View 7 8 1 chunk +8 lines, -8 lines 0 comments Download
A chrome/test/data/extensions/api_test/tabs/manifest.json View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/tabs/test.html View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/tabs/test.js View 1 2 3 4 5 1 chunk +283 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
asargent_no_longer_on_chrome
11 years, 3 months ago (2009-08-27 23:16:33 UTC) #1
Erik does not do reviews
+rafaelw (who knows this API better than I) http://codereview.chromium.org/174633/diff/1/3 File chrome/browser/extensions/extension_test_api.cc (right): http://codereview.chromium.org/174633/diff/1/3#newcode35 Line 35: ...
11 years, 3 months ago (2009-08-28 00:30:56 UTC) #2
rafaelw
http://codereview.chromium.org/174633/diff/1/3 File chrome/browser/extensions/extension_test_api.cc (right): http://codereview.chromium.org/174633/diff/1/3#newcode35 Line 35: printf("%s\n", message.c_str()); It seems like console.log already prints ...
11 years, 3 months ago (2009-08-28 21:16:34 UTC) #3
asargent_no_longer_on_chrome
http://codereview.chromium.org/174633/diff/1/3 File chrome/browser/extensions/extension_test_api.cc (right): http://codereview.chromium.org/174633/diff/1/3#newcode35 Line 35: printf("%s\n", message.c_str()); On 2009/08/28 21:16:34, rafaelw wrote: > ...
11 years, 3 months ago (2009-08-28 22:56:57 UTC) #4
Erik does not do reviews
http://codereview.chromium.org/174633/diff/2002/1007 File chrome/chrome.gyp (right): http://codereview.chromium.org/174633/diff/2002/1007#newcode58 Line 58: 'browser/extensions/extension_tabs_apitest.cc', should this be moved out of win_specific? ...
11 years, 3 months ago (2009-08-28 23:05:56 UTC) #5
rafaelw
lgtm. consider altering testFunction() to take a bool param that says whether it'll succeed() on ...
11 years, 3 months ago (2009-08-28 23:38:06 UTC) #6
asargent_no_longer_on_chrome
I switched the signature of "testFunction(func)" to "testCallback(succeedWhenDone, func)", and I think this makes the ...
11 years, 3 months ago (2009-08-30 23:03:46 UTC) #7
Erik does not do reviews
11 years, 3 months ago (2009-08-31 17:20:48 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld 408576698