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

Issue 10905: Unfork test_shell_main_gtk back into test_shell_main. (Closed)

Created:
12 years, 1 month ago by Elliot Glaysher
Modified:
9 years, 7 months ago
Reviewers:
tony, Evan Martin
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Unfork test_shell_main_gtk back into test_shell_main. Still doesn't run layout tests, but it's unforked and runs.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -86 lines) Patch
M base/file_util_linux.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M base/process_util_linux.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/SConscript View 1 chunk +1 line, -1 line 1 comment Download
M webkit/tools/test_shell/test_shell_main.cc View 15 chunks +55 lines, -8 lines 2 comments Download
M webkit/tools/test_shell/test_shell_main_gtk.cc View 1 chunk +0 lines, -77 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Elliot Glaysher
12 years, 1 month ago (2008-11-13 22:11:45 UTC) #1
tony
12 years, 1 month ago (2008-11-13 22:21:15 UTC) #2
LGTM.  I think this is ok for now, but going forward, we should try to create
platform specific functions to handle these in the platform files rather than
all the #ifdefs.  E.g., you could imagine TestShell::InitFonts or
TestShell::InitDefaultTheme that get defined in test_shell_*.cc.

http://codereview.chromium.org/10905/diff/1/4
File webkit/tools/test_shell/SConscript (right):

http://codereview.chromium.org/10905/diff/1/4#newcode145
Line 145: 'test_shell_main.cc',
Nit: Can we remove this and the one 5 lines above and put it into the main
input_files section?

http://codereview.chromium.org/10905/diff/1/5
File webkit/tools/test_shell/test_shell_main.cc (right):

http://codereview.chromium.org/10905/diff/1/5#newcode363
Line 363: cerr << "Watching for urls!" << endl;
Nit: Can you remove this or turn it into DLOG(INFO)?

http://codereview.chromium.org/10905/diff/1/5#newcode368
Line 368: cerr << "newLine: " << newLine << endl;
Same as above.

Powered by Google App Engine
This is Rietveld 408576698