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

Issue 9391: Enabled WebFrameTest, stubbed out a gtk test shell function. (Closed)

Created:
12 years, 1 month ago by Evan Stade
Modified:
9 years, 6 months ago
Reviewers:
tony, brettw
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Enabled WebFrameTest, refactored some test shell functions. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=4834

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -54 lines) Patch
M base/logging.cc View 4 chunks +7 lines, -34 lines 0 comments Download
M webkit/glue/webframe_impl.cc View 1 3 chunks +5 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/SConscript View 2 chunks +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/run_all_tests.cc View 1 2 chunks +1 line, -3 lines 0 comments Download
M webkit/tools/test_shell/test_shell.cc View 2 3 chunks +15 lines, -6 lines 0 comments Download
M webkit/tools/test_shell/test_shell_win.cc View 2 2 chunks +0 lines, -8 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Evan Stade
1 more test passing
12 years, 1 month ago (2008-11-05 02:37:19 UTC) #1
brettw
http://codereview.chromium.org/9391/diff/1/2 File webkit/glue/webframe_impl.cc (right): http://codereview.chromium.org/9391/diff/1/2#newcode226 Line 226: const uint16_t* chars = reinterpret_cast<const uint16_t*>(it.characters()); 80 cols. ...
12 years, 1 month ago (2008-11-05 14:53:41 UTC) #2
tony
http://codereview.chromium.org/9391/diff/1/3 File webkit/tools/test_shell/test_shell_gtk.cc (right): http://codereview.chromium.org/9391/diff/1/3#newcode48 Line 48: void TestShell::ShutdownTestShell() { I think we just want ...
12 years, 1 month ago (2008-11-05 17:12:27 UTC) #3
Evan Stade
added a little more refactoring http://codereview.chromium.org/9391/diff/1/2 File webkit/glue/webframe_impl.cc (right): http://codereview.chromium.org/9391/diff/1/2#newcode226 Line 226: const uint16_t* chars ...
12 years, 1 month ago (2008-11-05 19:28:45 UTC) #4
tony
LGTM, just one question below. http://codereview.chromium.org/9391/diff/7/11 File webkit/tools/test_shell/test_shell.cc (right): http://codereview.chromium.org/9391/diff/7/11#newcode175 Line 175: #endif Why did ...
12 years, 1 month ago (2008-11-05 21:16:24 UTC) #5
Evan Stade
updated base/logging.cc to avoid infinite loops http://codereview.chromium.org/9391/diff/7/11 File webkit/tools/test_shell/test_shell.cc (right): http://codereview.chromium.org/9391/diff/7/11#newcode175 Line 175: #endif On ...
12 years, 1 month ago (2008-11-05 22:25:35 UTC) #6
tony
12 years, 1 month ago (2008-11-05 22:47:16 UTC) #7
LGTM

On 2008/11/05 22:25:35, Evan Stade wrote:
> updated base/logging.cc to avoid infinite loops
> 
> http://codereview.chromium.org/9391/diff/7/11
> File webkit/tools/test_shell/test_shell.cc (right):
> 
> http://codereview.chromium.org/9391/diff/7/11#newcode175
> Line 175: #endif
> On 2008/11/05 21:16:24, tony wrote:
> > Why did this #endif move?
> 
> There was a problem caused by logging, and this endif move fixed it, but it
> wasn't the right solution. See changes to base/logging.cc

Powered by Google App Engine
This is Rietveld 408576698