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

Issue 27332: Fixing WebKeyboardEvent. (Closed)

Created:
11 years, 9 months ago by Avi (use Gerrit)
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fixing WebKeyboardEvent. Third time's the charm. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10794

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 2

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 9

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+407 lines, -326 lines) Patch
M chrome/browser/renderer_host/render_view_host.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/render_widget_host.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host_unittest.cc View 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_gtk.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/tab_contents/web_contents_view_win.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/glue/SConscript View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/event_conversion.cc View 1 2 3 4 5 6 7 3 chunks +10 lines, -161 lines 0 comments Download
M webkit/glue/glue.vcproj View 1 2 3 4 5 6 7 1 chunk +8 lines, -0 lines 0 comments Download
M webkit/glue/webinputevent.h View 1 2 3 4 5 6 7 6 chunks +66 lines, -34 lines 0 comments Download
M webkit/glue/webinputevent_linux.cc View 1 2 3 4 5 6 7 5 chunks +20 lines, -15 lines 0 comments Download
M webkit/glue/webinputevent_mac.mm View 1 2 3 4 5 6 7 4 chunks +73 lines, -22 lines 0 comments Download
A webkit/glue/webinputevent_util.h View 1 chunk +18 lines, -0 lines 0 comments Download
A webkit/glue/webinputevent_util.cc View 1 chunk +120 lines, -0 lines 0 comments Download
M webkit/glue/webinputevent_win.cc View 1 2 3 4 5 6 7 4 chunks +22 lines, -8 lines 0 comments Download
M webkit/glue/webview_impl.cc View 1 2 3 4 5 6 7 10 chunks +17 lines, -31 lines 0 comments Download
M webkit/glue/webwidget_impl.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M webkit/tools/test_shell/event_sending_controller.cc View 1 2 3 4 5 6 7 3 chunks +21 lines, -13 lines 0 comments Download
M webkit/tools/test_shell/keyboard_unittest.cc View 1 2 3 4 5 6 7 2 chunks +8 lines, -7 lines 0 comments Download
M webkit/tools/test_shell/mac/webwidget_host.mm View 1 2 3 4 5 6 7 1 chunk +1 line, -9 lines 0 comments Download
M webkit/tools/test_shell/test_shell.gyp View 2 3 4 5 6 7 3 chunks +11 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/webwidget_host_gtk.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -10 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Avi (use Gerrit)
OK, this should take care of the layout tests. The only changes this time are ...
11 years, 9 months ago (2009-03-02 18:59:47 UTC) #1
Avi (use Gerrit)
gyp file fixed, as discussed offline.
11 years, 9 months ago (2009-03-02 19:12:06 UTC) #2
darin (slow to review)
i only reviewed event_sending_controller.cc http://codereview.chromium.org/27332/diff/1010/52 File webkit/tools/test_shell/event_sending_controller.cc (right): http://codereview.chromium.org/27332/diff/1010/52#newcode32 Line 32: #include "webkit/glue/webinputevent_utils.h" nit: please ...
11 years, 9 months ago (2009-03-02 19:13:19 UTC) #3
Mark Mentovai
.gyp file LGTM http://codereview.chromium.org/27332/diff/88/107 File webkit/tools/test_shell/test_shell.gyp (right): http://codereview.chromium.org/27332/diff/88/107#newcode91 Line 91: '../../glue/webinputevent_utils.cc', This is correct! http://codereview.chromium.org/27332/diff/88/107#newcode93 ...
11 years, 9 months ago (2009-03-02 19:16:13 UTC) #4
Avi (use Gerrit)
All mentioned issues addressed.
11 years, 9 months ago (2009-03-02 19:52:23 UTC) #5
Avi (use Gerrit)
On 2009/03/02 19:52:23, Avi wrote: > All mentioned issues addressed. Please review.
11 years, 9 months ago (2009-03-02 21:28:41 UTC) #6
darin (slow to review)
I gave this a complete once-over... found some minor issues: http://codereview.chromium.org/27332/diff/168/1043 File webkit/glue/event_conversion.cc (right): http://codereview.chromium.org/27332/diff/168/1043#newcode158 ...
11 years, 9 months ago (2009-03-02 21:56:11 UTC) #7
Avi (use Gerrit)
http://codereview.chromium.org/27332/diff/168/1043 File webkit/glue/event_conversion.cc (right): http://codereview.chromium.org/27332/diff/168/1043#newcode161 Line 161: webkit_glue::StdStringToString(std::string(e.key_identifier)); On 2009/03/02 21:56:11, darin wrote: > does ...
11 years, 9 months ago (2009-03-02 22:19:15 UTC) #8
darin (slow to review)
11 years, 9 months ago (2009-03-02 22:56:40 UTC) #9
LGTM

Powered by Google App Engine
This is Rietveld 408576698