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

Issue 11245004: [content shell] link against the TestRunner library (Closed)

Created:
8 years, 2 months ago by jochen (gone - plz use gerrit)
Modified:
8 years, 1 month ago
Reviewers:
abarth-chromium, jam, marja
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

[content shell] link against the TestRunner library BUG=111316 TEST=layout tests are more awesome Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=165329

Patch Set 1 : #

Patch Set 2 : set correct WK rev #

Total comments: 4

Patch Set 3 : patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+298 lines, -30 lines) Patch
M content/content_shell.gypi View 1 2 2 chunks +1 line, -1 line 0 comments Download
M content/public/renderer/render_view.h View 1 chunk +5 lines, -0 lines 0 comments Download
M content/public/renderer/render_view_observer.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 chunks +15 lines, -1 line 0 comments Download
M content/shell/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
M content/shell/shell_messages.h View 2 chunks +11 lines, -0 lines 0 comments Download
M content/shell/shell_render_process_observer.h View 1 chunk +25 lines, -0 lines 0 comments Download
M content/shell/shell_render_process_observer.cc View 2 chunks +63 lines, -1 line 0 comments Download
M content/shell/webkit_test_runner.h View 2 chunks +31 lines, -1 line 0 comments Download
M content/shell/webkit_test_runner.cc View 4 chunks +109 lines, -5 lines 0 comments Download
M content/shell/webkit_test_runner.js View 2 chunks +0 lines, -20 lines 0 comments Download
M content/shell/webkit_test_runner_host.h View 4 chunks +5 lines, -0 lines 0 comments Download
M content/shell/webkit_test_runner_host.cc View 6 chunks +23 lines, -1 line 0 comments Download

Messages

Total messages: 17 (0 generated)
jochen (gone - plz use gerrit)
depends on https://bugs.webkit.org/show_bug.cgi?id=100079
8 years, 2 months ago (2012-10-23 19:11:20 UTC) #1
jochen (gone - plz use gerrit)
Marja, mind having a look?
8 years, 1 month ago (2012-10-29 11:00:59 UTC) #2
jochen (gone - plz use gerrit)
Here's a description of the change: I'm linking against the TestRunner library, and instantiate a ...
8 years, 1 month ago (2012-10-29 11:38:31 UTC) #3
marja
lgtm (as in "can't notice anything wrong")
8 years, 1 month ago (2012-10-29 11:42:43 UTC) #4
jochen (gone - plz use gerrit)
Adam, please review how the WebTestInterfaces are hooked up in ShellRenderProcessObserver. John. please review the ...
8 years, 1 month ago (2012-10-29 11:47:03 UTC) #5
jochen (gone - plz use gerrit)
linux_clang compile error is fixed by https://bugs.webkit.org/show_bug.cgi?id=100658
8 years, 1 month ago (2012-10-29 12:30:02 UTC) #6
jochen (gone - plz use gerrit)
https://codereview.chromium.org/11245004/diff/12001/DEPS File DEPS (right): https://codereview.chromium.org/11245004/diff/12001/DEPS#newcode11 DEPS:11: "webkit_revision": "132781", this is just to make the trybots ...
8 years, 1 month ago (2012-10-29 12:30:24 UTC) #7
jam
On 2012/10/29 11:47:03, jochen wrote: > Adam, please review how the WebTestInterfaces are hooked up ...
8 years, 1 month ago (2012-10-29 15:28:19 UTC) #8
jochen (gone - plz use gerrit)
On 2012/10/29 15:28:19, John Abd-El-Malek wrote: > On 2012/10/29 11:47:03, jochen wrote: > > Adam, ...
8 years, 1 month ago (2012-10-29 15:31:26 UTC) #9
jam
lgtm https://codereview.chromium.org/11245004/diff/12001/content/public/renderer/render_view_observer.h File content/public/renderer/render_view_observer.h (right): https://codereview.chromium.org/11245004/diff/12001/content/public/renderer/render_view_observer.h#newcode22 content/public/renderer/render_view_observer.h:22: struct WebContextMenuData; nit: struct after class per style ...
8 years, 1 month ago (2012-10-29 15:32:47 UTC) #10
abarth-chromium
http://codereview.chromium.org/11245004/diff/12001/content/shell/webkit_test_runner.h File content/shell/webkit_test_runner.h (right): http://codereview.chromium.org/11245004/diff/12001/content/shell/webkit_test_runner.h#newcode30 content/shell/webkit_test_runner.h:30: virtual void clearContextMenuData() OVERRIDE; We don't usually use OVERRIDE ...
8 years, 1 month ago (2012-10-29 22:00:42 UTC) #11
abarth-chromium
I didn't look at all the details here, but aside from the OVERRIDE thing, this ...
8 years, 1 month ago (2012-10-29 22:02:55 UTC) #12
jochen (gone - plz use gerrit)
On 2012/10/29 22:02:55, abarth wrote: > I didn't look at all the details here, but ...
8 years, 1 month ago (2012-10-31 16:09:00 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/11245004/19001
8 years, 1 month ago (2012-10-31 16:09:15 UTC) #14
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
8 years, 1 month ago (2012-10-31 21:51:09 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/11245004/19001
8 years, 1 month ago (2012-11-01 09:28:48 UTC) #16
commit-bot: I haz the power
8 years, 1 month ago (2012-11-01 10:34:12 UTC) #17
Change committed as 165329

Powered by Google App Engine
This is Rietveld 408576698