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

Issue 350003: Flesh out more of ChromiumBridge.cpp eliminating all but two methods on... (Closed)

Created:
11 years, 1 month ago by darin (slow to review)
Modified:
9 years, 7 months ago
Reviewers:
dglazkov
CC:
chromium-reviews_googlegroups.com, darin (slow to review), fbarchard, awong, scherkus (not reviewing), Alpha Left Google
Visibility:
Public.

Description

Flesh out more of ChromiumBridge.cpp eliminating all but two methods on TemporaryGlue. Adds WebKitClient::userAgent() function to avoid a webkit_glue dependency. R=dglazkov BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30609

Patch Set 1 #

Total comments: 5

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+183 lines, -266 lines) Patch
M webkit/api/public/WebKitClient.h View 1 4 chunks +6 lines, -1 line 0 comments Download
M webkit/api/src/ChromeClientImpl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/api/src/ChromiumBridge.cpp View 1 9 chunks +81 lines, -23 lines 0 comments Download
M webkit/api/src/FrameLoaderClientImpl.cpp View 1 3 chunks +3 lines, -6 lines 0 comments Download
M webkit/api/src/TemporaryGlue.h View 1 1 chunk +1 line, -22 lines 0 comments Download
M webkit/api/src/WebMediaPlayerClientImpl.cpp View 1 6 chunks +15 lines, -5 lines 0 comments Download
M webkit/api/src/WebPluginContainerImpl.cpp View 1 2 chunks +7 lines, -2 lines 0 comments Download
M webkit/api/src/WebViewImpl.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webkitclient_impl.h View 1 3 chunks +33 lines, -50 lines 0 comments Download
M webkit/glue/webkitclient_impl.cc View 1 8 chunks +35 lines, -155 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
darin (slow to review)
11 years, 1 month ago (2009-10-30 15:39:19 UTC) #1
dglazkov
LGTM after nits: http://codereview.chromium.org/350003/diff/1/2 File webkit/api/src/ChromiumBridge.cpp (right): http://codereview.chromium.org/350003/diff/1/2#newcode86 Line 86: static ChromeClientImpl* getChromeClientImpl(Widget* widget) should ...
11 years, 1 month ago (2009-10-30 17:41:49 UTC) #2
darin (slow to review)
http://codereview.chromium.org/350003/diff/1/2 File webkit/api/src/ChromiumBridge.cpp (right): http://codereview.chromium.org/350003/diff/1/2#newcode86 Line 86: static ChromeClientImpl* getChromeClientImpl(Widget* widget) On 2009/10/30 17:41:49, Dimitri ...
11 years, 1 month ago (2009-10-30 17:47:58 UTC) #3
dglazkov
11 years, 1 month ago (2009-10-30 18:24:17 UTC) #4
> i thought about that but since it isn't a 'getter' function, i thought that
> would be bad.  maybe toChromeClientImpl is better?  i think that is the
> convention for methods in WebKit that convert / unwrap / etc, right?

yep, you're right -- to* is better.

Powered by Google App Engine
This is Rietveld 408576698