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

Issue 258032: A quick fix for Issue 23745.... (Closed)

Created:
11 years, 2 months ago by Hironori Bono
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, pam+watch_chromium.org, Nate Chapin
Visibility:
Public.

Description

A quick fix for Issue 23745. This issue is caused by my another mistake that I forgot changing test_shell to apply my input-code refactoring. (Since my refactoring, EventSendingController::keyDown() doesn't need platform-dependent code.) This change just removes the platform-dependent code in EventSendingController::keyDown() and updates 'test_expectations.txt'. BUG=23745 TEST=run-webkit-tests.sh LayoutTests/fast/events/node-event-anchor-lock.html

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -12 lines) Patch
M webkit/tools/layout_tests/test_expectations.txt View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M webkit/tools/test_shell/event_sending_controller.cc View 1 2 3 4 5 3 chunks +13 lines, -11 lines 1 comment Download

Messages

Total messages: 7 (0 generated)
Hironori Bono
11 years, 2 months ago (2009-10-06 07:35:38 UTC) #1
Avi (use Gerrit)
LG CCing Nate since IIRC this was his test
11 years, 2 months ago (2009-10-06 13:41:22 UTC) #2
Evan Martin
LGTM
11 years, 2 months ago (2009-10-06 15:46:48 UTC) #3
Hironori Bono
Avi and Evan, Thank you so much for your quick reviews. Today, I notice this ...
11 years, 2 months ago (2009-10-07 11:09:08 UTC) #4
Hironori Bono
Avi and Evan, Sorry for my slow update. I have finally fixed the regressions on ...
11 years, 2 months ago (2009-10-21 10:19:34 UTC) #5
Evan Martin
darin: this is just the sort of thing we were discussing in that thread; hironori ...
11 years, 2 months ago (2009-10-21 15:12:08 UTC) #6
Avi (use Gerrit)
11 years, 2 months ago (2009-10-21 15:19:15 UTC) #7
LG

http://codereview.chromium.org/258032/diff/15001/16002
File webkit/tools/test_shell/event_sending_controller.cc (right):

http://codereview.chromium.org/258032/diff/15001/16002#newcode518
Line 518: event_down.isSystemKey = false;
I thought the system_key param on events was always false on the Mac...

Powered by Google App Engine
This is Rietveld 408576698