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

Issue 42495: A tricky fix for Issue 1845 (Take 2).... (Closed)

Created:
11 years, 9 months ago by Hironori Bono
Modified:
9 years, 7 months ago
Reviewers:
Dean McNamee, brettw, jeremy
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

A tricky fix for Issue 1845 (Take 2). This is almost the same change as <http://codereview.chromium.org/39252/show>;, which caused a build break on a Linux buildbot while compiling my new template function in "chrome/common/render_messages.h". Even though I was not able to reproduce the build errors on my Linux box, I removed this function and use the int type in my IPC message 'ViewMsg_SetTextDirection'. BUG=1845 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12434

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Total comments: 3

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+213 lines, -1 line) Patch
M chrome/browser/renderer_host/render_widget_host.h View 1 2 3 4 3 chunks +37 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host.cc View 1 2 3 4 3 chunks +17 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_win.cc View 1 2 3 4 1 chunk +20 lines, -0 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 2 3 4 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/renderer/render_view.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/render_view_unittest.cc View 1 2 3 4 1 chunk +48 lines, -0 lines 0 comments Download
M chrome/renderer/render_widget.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/render_widget.cc View 1 2 3 4 3 chunks +16 lines, -0 lines 0 comments Download
A webkit/glue/webtextdirection.h View 1 chunk +22 lines, -0 lines 0 comments Download
M webkit/glue/webview_impl.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/webview_impl.cc View 1 2 3 4 1 chunk +31 lines, -0 lines 0 comments Download
M webkit/glue/webwidget.h View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M webkit/glue/webwidget_impl.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/webwidget_impl.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Hironori Bono
11 years, 9 months ago (2009-03-23 11:21:20 UTC) #1
jeremy
(Adding deanm as a reviewer since this CL adds an ipc message type) http://codereview.chromium.org/42495/diff/44/58 File ...
11 years, 9 months ago (2009-03-23 16:20:44 UTC) #2
Hironori Bono
Thank you for your review and comment. I updated this change to apply a comment ...
11 years, 9 months ago (2009-03-24 09:48:38 UTC) #3
jeremy
LGTM with 1 comment http://codereview.chromium.org/42495/diff/2001/2015 File chrome/renderer/render_widget.cc (right): http://codereview.chromium.org/42495/diff/2001/2015#newcode649 Line 649: } How about an ...
11 years, 9 months ago (2009-03-24 15:48:09 UTC) #4
Dean McNamee
http://codereview.chromium.org/42495/diff/2001/2015 File chrome/renderer/render_widget.cc (right): http://codereview.chromium.org/42495/diff/2001/2015#newcode649 Line 649: } You mean } else { NOTREACHED(); } ...
11 years, 9 months ago (2009-03-24 15:50:39 UTC) #5
brettw
11 years, 9 months ago (2009-03-24 16:31:35 UTC) #6
LGTM with the other comments fixed.

http://codereview.chromium.org/42495/diff/2001/2009
File chrome/browser/renderer_host/render_widget_host.h (right):

http://codereview.chromium.org/42495/diff/2001/2009#newcode225
Line 225: //     UpdateTextDirectioN(direction);
Here and once below: lower-case the N :)

Powered by Google App Engine
This is Rietveld 408576698