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

Issue 6528016: Expose WebCore log channels on the chrome command line (Closed)

Created:
9 years, 10 months ago by gavinp
Modified:
9 years, 6 months ago
CC:
chromium-reviews, pam+watch_chromium.org, jam, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Expose WebCore log channels on the chrome command line Add --webcore-log-channels=Loading,ResourceLoading to your chrome command line to get WebKit debugging joy. See third_party/WebKit/Source/WebCore/platform/Logging.cpp for a list of log levels. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=75117

Patch Set 1 #

Total comments: 4

Patch Set 2 : remediate to Darin's review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -8 lines) Patch
M chrome/browser/in_process_webkit/webkit_thread.cc View 1 3 chunks +8 lines, -3 lines 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/renderer/render_thread.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/worker/worker_thread.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M webkit/glue/webkit_glue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/glue/webkit_glue.cc View 1 2 chunks +8 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/test_shell.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
gavinp
I have been hosting my webkit work in Chrome a lot lately (now that WebKit ...
9 years, 10 months ago (2011-02-15 16:57:59 UTC) #1
abarth-chromium
This looks reasonable as far as I can tell, but I don't really know much ...
9 years, 10 months ago (2011-02-15 19:31:34 UTC) #2
gavinp
+ Darin Darin, You wrote the interface in WebKit::enableLogChannel that I'm using here. The blame ...
9 years, 10 months ago (2011-02-15 19:48:06 UTC) #3
darin (slow to review)
http://codereview.chromium.org/6528016/diff/1/chrome/common/chrome_switches.cc File chrome/common/chrome_switches.cc (right): http://codereview.chromium.org/6528016/diff/1/chrome/common/chrome_switches.cc#newcode1237 chrome/common/chrome_switches.cc:1237: // third_party/WebKit/Source/WebCore/platform/Logging.cpp for a list of this comment runs ...
9 years, 10 months ago (2011-02-15 20:54:55 UTC) #4
gavinp
Thanks for the review Darin! http://codereview.chromium.org/6528016/diff/1/chrome/common/chrome_switches.cc File chrome/common/chrome_switches.cc (right): http://codereview.chromium.org/6528016/diff/1/chrome/common/chrome_switches.cc#newcode1237 chrome/common/chrome_switches.cc:1237: // third_party/WebKit/Source/WebCore/platform/Logging.cpp for a ...
9 years, 10 months ago (2011-02-15 21:25:48 UTC) #5
darin (slow to review)
9 years, 10 months ago (2011-02-16 00:52:16 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698