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

Issue 9289045: Add option --dump-render-tree to content_shell to dump the render tree as text. (Closed)

Created:
8 years, 11 months ago by jochen (gone - plz use gerrit)
Modified:
8 years, 10 months ago
Reviewers:
Dirk Pranke, jam
CC:
chromium-reviews, Avi (use Gerrit), creis+watch_chromium.org, ajwong+watch_chromium.org, jam, joi+watch-content_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Add option --dump-render-tree to content_shell to dump the render tree as text. BUG=111316 TEST=run out/Debug/content_shell --dump-render-tree file://$(pwd)/third_party/WebKit/LayoutTests/fast/html/section-element.html > section-element-actual.txt - should be the same as section-element-expected.txt Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=119642

Patch Set 1 #

Total comments: 8

Patch Set 2 : updates #

Total comments: 2

Patch Set 3 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+248 lines, -6 lines) Patch
M content/content_shell.gypi View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M content/shell/shell.h View 1 2 4 chunks +9 lines, -2 lines 0 comments Download
M content/shell/shell.cc View 1 2 4 chunks +20 lines, -3 lines 0 comments Download
M content/shell/shell_content_browser_client.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
A content/shell/shell_messages.h View 1 chunk +19 lines, -0 lines 0 comments Download
A content/shell/shell_messages.cc View 1 chunk +33 lines, -0 lines 0 comments Download
A content/shell/shell_render_view_host_observer.h View 1 chunk +32 lines, -0 lines 0 comments Download
A content/shell/shell_render_view_host_observer.cc View 1 chunk +35 lines, -0 lines 0 comments Download
M content/shell/shell_render_view_observer.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/shell/shell_render_view_observer.cc View 1 2 chunks +59 lines, -1 line 0 comments Download
A content/shell/shell_switches.h View 1 1 chunk +17 lines, -0 lines 0 comments Download
A content/shell/shell_switches.cc View 1 1 chunk +12 lines, -0 lines 0 comments Download
M ipc/ipc_message_utils.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
jochen (gone - plz use gerrit)
John, Dirk, plz review I picked --tree as DumpRenderTree has --notree to disable text output
8 years, 11 months ago (2012-01-26 13:09:32 UTC) #1
jam
sweet, some nits http://codereview.chromium.org/9289045/diff/1/content/public/browser/web_contents_delegate.h File content/public/browser/web_contents_delegate.h (right): http://codereview.chromium.org/9289045/diff/1/content/public/browser/web_contents_delegate.h#newcode119 content/public/browser/web_contents_delegate.h:119: virtual void DidFinishLoad(WebContents* contents) {} we ...
8 years, 11 months ago (2012-01-26 18:47:34 UTC) #2
jochen (gone - plz use gerrit)
http://codereview.chromium.org/9289045/diff/1/content/public/browser/web_contents_delegate.h File content/public/browser/web_contents_delegate.h (right): http://codereview.chromium.org/9289045/diff/1/content/public/browser/web_contents_delegate.h#newcode119 content/public/browser/web_contents_delegate.h:119: virtual void DidFinishLoad(WebContents* contents) {} On 2012/01/26 18:47:34, John ...
8 years, 11 months ago (2012-01-27 08:49:55 UTC) #3
Dirk Pranke
looks more or less fine to me. I defer to John for the approval.
8 years, 11 months ago (2012-01-27 17:43:11 UTC) #4
jam
http://codereview.chromium.org/9289045/diff/6001/content/shell/shell.cc File content/shell/shell.cc (right): http://codereview.chromium.org/9289045/diff/6001/content/shell/shell.cc#newcode49 content/shell/shell.cc:49: void ShellObserver::DidFinishLoad(int64 frame_id, nit: up to you, but if ...
8 years, 11 months ago (2012-01-27 18:22:30 UTC) #5
jochen (gone - plz use gerrit)
PTAL I merged the WebContentsObserver into the Shell class
8 years, 11 months ago (2012-01-28 19:10:27 UTC) #6
jam
lgtm
8 years, 11 months ago (2012-01-28 21:13:52 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/9289045/13001
8 years, 11 months ago (2012-01-28 21:22:02 UTC) #8
commit-bot: I haz the power
Try job failure for 9289045-13001 (retry) on win_rel for step "browser_tests". It's a second try, ...
8 years, 10 months ago (2012-01-29 02:44:22 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/9289045/13001
8 years, 10 months ago (2012-01-29 08:16:58 UTC) #10
commit-bot: I haz the power
8 years, 10 months ago (2012-01-29 10:57:36 UTC) #11
Change committed as 119642

Powered by Google App Engine
This is Rietveld 408576698