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

Issue 27056: Fixing WebKeyboardEvent. (Closed)

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

Description

Patch Set 1 #

Total comments: 13

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 19

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+340 lines, -302 lines) Patch
M chrome/browser/renderer_host/render_view_host.cc View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/render_widget_host.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_gtk.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/tab_contents/web_contents_view_win.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/glue/SConscript View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/event_conversion.cc View 1 2 3 4 5 6 3 chunks +11 lines, -161 lines 0 comments Download
M webkit/glue/glue.vcproj View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M webkit/glue/webinputevent.h View 1 2 3 4 5 6 7 5 chunks +65 lines, -34 lines 0 comments Download
M webkit/glue/webinputevent_linux.cc View 1 2 3 4 5 6 5 chunks +20 lines, -15 lines 0 comments Download
M webkit/glue/webinputevent_mac.mm View 1 2 3 4 5 6 3 chunks +45 lines, -17 lines 0 comments Download
A webkit/glue/webinputevent_utils.h View 1 chunk +14 lines, -0 lines 0 comments Download
A webkit/glue/webinputevent_utils.cc View 1 chunk +116 lines, -0 lines 0 comments Download
M webkit/glue/webinputevent_win.cc View 1 2 3 4 5 4 chunks +21 lines, -6 lines 0 comments Download
M webkit/glue/webview_impl.cc View 1 2 3 4 5 6 10 chunks +16 lines, -29 lines 0 comments Download
M webkit/glue/webwidget_impl.cc View 1 2 3 4 5 6 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 1 chunk +7 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/keyboard_unittest.cc View 1 2 3 4 5 6 1 chunk +5 lines, -6 lines 0 comments Download
M webkit/tools/test_shell/mac/webwidget_host.mm View 1 chunk +1 line, -9 lines 0 comments Download
M webkit/tools/test_shell/webwidget_host_gtk.cc View 1 1 chunk +0 lines, -10 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Avi (use Gerrit)
First pass at WebKeyboardEvent. This is an early preview; this isn't going to be committed ...
11 years, 10 months ago (2009-02-23 19:20:35 UTC) #1
Evan Martin
thanks again for doing this! http://codereview.chromium.org/27056/diff/1/11 File webkit/glue/webinputevent.h (right): http://codereview.chromium.org/27056/diff/1/11#newcode129 Line 129: // Caps on ...
11 years, 10 months ago (2009-02-23 19:37:33 UTC) #2
Avi (use Gerrit)
http://codereview.chromium.org/27056/diff/1/11 File webkit/glue/webinputevent.h (right): http://codereview.chromium.org/27056/diff/1/11#newcode129 Line 129: // Caps on string lengths so we can ...
11 years, 10 months ago (2009-02-23 19:51:43 UTC) #3
darin (slow to review)
http://codereview.chromium.org/27056/diff/1/11 File webkit/glue/webinputevent.h (right): http://codereview.chromium.org/27056/diff/1/11#newcode167 Line 167: // References to the original event. the windows ...
11 years, 10 months ago (2009-02-23 20:56:40 UTC) #4
Evan Martin
http://codereview.chromium.org/27056/diff/1/11 File webkit/glue/webinputevent.h (right): http://codereview.chromium.org/27056/diff/1/11#newcode167 Line 167: // References to the original event. On 2009/02/23 ...
11 years, 10 months ago (2009-02-23 21:02:50 UTC) #5
Avi (use Gerrit)
http://codereview.chromium.org/27056/diff/1/11 File webkit/glue/webinputevent.h (right): http://codereview.chromium.org/27056/diff/1/11#newcode167 Line 167: // References to the original event. On 2009/02/23 ...
11 years, 10 months ago (2009-02-23 21:27:14 UTC) #6
darin (slow to review)
http://codereview.chromium.org/27056/diff/1/11 File webkit/glue/webinputevent.h (right): http://codereview.chromium.org/27056/diff/1/11#newcode167 Line 167: // References to the original event. A while ...
11 years, 10 months ago (2009-02-23 21:29:34 UTC) #7
Evan Martin
On 2009/02/23 21:29:34, darin wrote: > http://codereview.chromium.org/27056/diff/1/11 > File webkit/glue/webinputevent.h (right): > > http://codereview.chromium.org/27056/diff/1/11#newcode167 > ...
11 years, 10 months ago (2009-02-23 21:33:02 UTC) #8
Avi (use Gerrit)
http://codereview.chromium.org/27056/diff/1/11 File webkit/glue/webinputevent.h (right): http://codereview.chromium.org/27056/diff/1/11#newcode167 Line 167: // References to the original event. On 2009/02/23 ...
11 years, 10 months ago (2009-02-23 21:33:52 UTC) #9
darin (slow to review)
http://codereview.chromium.org/27056/diff/1/11 File webkit/glue/webinputevent.h (right): http://codereview.chromium.org/27056/diff/1/11#newcode167 Line 167: // References to the original event. Absolutely!
11 years, 10 months ago (2009-02-23 21:36:55 UTC) #10
Avi (use Gerrit)
OK, so this is tested and works on all platforms. We're a lot more streamlined. ...
11 years, 10 months ago (2009-02-24 22:10:30 UTC) #11
darin (slow to review)
Looks good overall... http://codereview.chromium.org/27056/diff/95/1084 File webkit/glue/event_conversion.cc (right): http://codereview.chromium.org/27056/diff/95/1084#newcode159 Line 159: webkit_glue::StdStringToString(std::string(e.key_identifier)); looks like you assume ...
11 years, 10 months ago (2009-02-24 22:24:36 UTC) #12
Evan Martin
This looks pretty good to me, but I think it falls on Darin (sorry!) to ...
11 years, 10 months ago (2009-02-24 22:24:48 UTC) #13
Avi (use Gerrit)
Fixed unless otherwise noted. http://codereview.chromium.org/27056/diff/95/1084 File webkit/glue/event_conversion.cc (right): http://codereview.chromium.org/27056/diff/95/1084#newcode159 Line 159: webkit_glue::StdStringToString(std::string(e.key_identifier)); Fixed. http://codereview.chromium.org/27056/diff/95/1083 File ...
11 years, 10 months ago (2009-02-24 23:05:37 UTC) #14
darin (slow to review)
http://codereview.chromium.org/27056/diff/95/1083 File webkit/glue/webinputevent.h (right): http://codereview.chromium.org/27056/diff/95/1083#newcode9 Line 9: #include "base/string16.h" doh, nevermind... i see that you ...
11 years, 10 months ago (2009-02-24 23:15:19 UTC) #15
Avi (use Gerrit)
http://codereview.chromium.org/27056/diff/95/1083 File webkit/glue/webinputevent.h (right): http://codereview.chromium.org/27056/diff/95/1083#newcode141 Line 141: #define kTextLengthCap 4 On 2009/02/24 23:15:19, darin wrote: ...
11 years, 10 months ago (2009-02-25 14:35:19 UTC) #16
darin (slow to review)
11 years, 10 months ago (2009-02-25 15:59:40 UTC) #17
LGTM

Powered by Google App Engine
This is Rietveld 408576698