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

Issue 8907054: Enable ChromeFrame net tests for IE versions 8 and below. Changes include the following:- (Closed)

Created:
9 years ago by ananta
Modified:
9 years ago
CC:
chromium-reviews, robertshield, cbentzel+watch_chromium.org, darin-cc_chromium.org, amit, brettw-cc_chromium.org
Visibility:
Public.

Description

Enable ChromeFrame net tests for IE versions 8 and below. Changes include the following:- 1. Get rid of the dummy AtlModule registration in the chrome frame net test suite. This is no longer needed as there is an Atlmodule instance instantiated by the content code. 2. The TestSuite and NetTestSuite classes now provide special protected constructors which allow test instances to control whether an AtExitManager instance is created for the duration of the test. The ChromeFrame net test suite reuses the AtExitManager instance created in BrowserMain. Fixes bug http://code.google.com/p/chromium/issues/detail?id=105435 BUG=105435 TEST=ChromeFrame net tests should now run on the builders. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114559

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -25 lines) Patch
M base/test/test_suite.h View 3 chunks +11 lines, -1 line 0 comments Download
M base/test/test_suite.cc View 1 2 3 2 chunks +17 lines, -4 lines 0 comments Download
M chrome_frame/test/net/fake_external_tab.cc View 1 2 4 chunks +8 lines, -20 lines 0 comments Download
M net/base/net_test_suite.h View 1 chunk +4 lines, -0 lines 0 comments Download
M net/base/net_test_suite.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ananta
9 years ago (2011-12-14 23:14:15 UTC) #1
rvargas (doing something else)
net/ LGTM. btw, AtlModule is going away from the CF tests, not from net (as ...
9 years ago (2011-12-14 23:32:11 UTC) #2
ananta
Updated the test description to indicate that AtlModule is going away from chrome frame net ...
9 years ago (2011-12-14 23:54:42 UTC) #3
brettw
lgtm http://codereview.chromium.org/8907054/diff/4002/base/test/test_suite.cc File base/test/test_suite.cc (right): http://codereview.chromium.org/8907054/diff/4002/base/test/test_suite.cc#newcode102 base/test/test_suite.cc:102: if (create_at_exit_manager) { No {} to match surrounding ...
9 years ago (2011-12-15 00:00:15 UTC) #4
ananta
9 years ago (2011-12-15 00:14:55 UTC) #5
http://codereview.chromium.org/8907054/diff/4002/base/test/test_suite.cc
File base/test/test_suite.cc (right):

http://codereview.chromium.org/8907054/diff/4002/base/test/test_suite.cc#newc...
base/test/test_suite.cc:102: if (create_at_exit_manager) {
On 2011/12/15 00:00:15, brettw wrote:
> No {} to match surrounding code.

Done.

Powered by Google App Engine
This is Rietveld 408576698