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

Issue 26592011: Move keyboard related files from core/ to platform. (Closed)

Created:
7 years, 2 months ago by tfarina
Modified:
7 years, 2 months ago
Reviewers:
abarth-chromium
CC:
blink-reviews, feature-media-reviews_chromium.org, dglazkov+blink, eae+blinkwatch, adamk+blink_chromium.org, groby+blinkspell_chromium.org
Visibility:
Public.

Description

Move keyboard related files from core/ to platform. BUG=297477 TEST=None, trivial move. R=abarth@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=159547

Patch Set 1 #

Total comments: 4

Patch Set 2 : Adam review #

Total comments: 2

Patch Set 3 : fix indentation #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+609 lines, -1727 lines) Patch
M Source/core/core.gyp View 1 chunk +0 lines, -5 lines 0 comments Download
M Source/core/core.gypi View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M Source/core/events/KeyboardEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/MediaDocument.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/EventHandler.cpp View 2 chunks +1 line, -1 line 0 comments Download
D Source/core/platform/WindowsKeyboardCodes.h View 1 chunk +0 lines, -320 lines 0 comments Download
D Source/core/platform/chromium/KeyCodeConversion.h View 1 chunk +0 lines, -40 lines 0 comments Download
D Source/core/platform/chromium/KeyCodeConversionAndroid.cpp View 1 chunk +0 lines, -329 lines 0 comments Download
D Source/core/platform/chromium/KeyCodeConversionGtk.cpp View 1 chunk +0 lines, -436 lines 0 comments Download
D Source/core/platform/chromium/KeyboardCodes.h View 1 chunk +0 lines, -561 lines 0 comments Download
A + Source/platform/KeyCodeConversion.h View 1 1 chunk +3 lines, -1 line 0 comments Download
A + Source/platform/KeyCodeConversionAndroid.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/KeyCodeConversionGtk.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A Source/platform/KeyboardCodes.h View 1 2 1 chunk +561 lines, -0 lines 0 comments Download
A + Source/platform/WindowsKeyboardCodes.h View 2 chunks +3 lines, -4 lines 0 comments Download
M Source/platform/blink_platform.gyp View 1 1 chunk +10 lines, -0 lines 0 comments Download
M Source/platform/blink_platform.gypi View 1 2 3 3 chunks +9 lines, -4 lines 0 comments Download
M Source/web/EditorClientImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/PopupListBox.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebInputEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebInputEventConversion.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebPluginContainerImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebPluginScrollbarImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebViewImpl.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/web/android/WebInputEventFactory.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/gtk/WebInputEventFactory.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/mac/WebInputEventFactory.mm View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/KeyCodeConversionTestGtk.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/tests/KeyboardTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/PopupMenuTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/WebInputEventFactoryTestMac.mm View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
tfarina
7 years, 2 months ago (2013-10-13 15:02:17 UTC) #1
abarth-chromium
https://codereview.chromium.org/26592011/diff/1/Source/platform/blink_platform.gyp File Source/platform/blink_platform.gyp (right): https://codereview.chromium.org/26592011/diff/1/Source/platform/blink_platform.gyp#newcode144 Source/platform/blink_platform.gyp:144: ['exclude', 'platform/chromium/KeyCodeConversionGtk\\.cpp$'], > Cannot open include file: 'gdk/gdkkeysyms.h': No ...
7 years, 2 months ago (2013-10-13 15:13:18 UTC) #2
abarth-chromium
https://codereview.chromium.org/26592011/diff/1/Source/platform/KeyCodeConversion.h File Source/platform/KeyCodeConversion.h (right): https://codereview.chromium.org/26592011/diff/1/Source/platform/KeyCodeConversion.h#newcode36 Source/platform/KeyCodeConversion.h:36: int windowsKeyCodeForKeyEvent(unsigned keycode); You're going to need to add ...
7 years, 2 months ago (2013-10-13 15:14:51 UTC) #3
tfarina
https://codereview.chromium.org/26592011/diff/1/Source/platform/KeyCodeConversion.h File Source/platform/KeyCodeConversion.h (right): https://codereview.chromium.org/26592011/diff/1/Source/platform/KeyCodeConversion.h#newcode36 Source/platform/KeyCodeConversion.h:36: int windowsKeyCodeForKeyEvent(unsigned keycode); On 2013/10/13 15:14:51, abarth wrote: > ...
7 years, 2 months ago (2013-10-13 16:52:26 UTC) #4
abarth-chromium
LGTM https://codereview.chromium.org/26592011/diff/9001/Source/platform/KeyboardCodes.h File Source/platform/KeyboardCodes.h (right): https://codereview.chromium.org/26592011/diff/9001/Source/platform/KeyboardCodes.h#newcode42 Source/platform/KeyboardCodes.h:42: enum { Please fix the indent in these ...
7 years, 2 months ago (2013-10-13 17:42:21 UTC) #5
tfarina
https://codereview.chromium.org/26592011/diff/9001/Source/platform/KeyboardCodes.h File Source/platform/KeyboardCodes.h (right): https://codereview.chromium.org/26592011/diff/9001/Source/platform/KeyboardCodes.h#newcode42 Source/platform/KeyboardCodes.h:42: enum { On 2013/10/13 17:42:26, abarth wrote: > Please ...
7 years, 2 months ago (2013-10-13 17:56:33 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/26592011/17001
7 years, 2 months ago (2013-10-13 17:56:54 UTC) #7
commit-bot: I haz the power
Failed to apply patch for Source/platform/blink_platform.gypi: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 2 months ago (2013-10-13 17:57:03 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/26592011/23001
7 years, 2 months ago (2013-10-13 18:07:51 UTC) #9
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=10851
7 years, 2 months ago (2013-10-13 18:56:58 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/26592011/23001
7 years, 2 months ago (2013-10-13 20:08:45 UTC) #11
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=10860
7 years, 2 months ago (2013-10-13 21:38:34 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/26592011/23001
7 years, 2 months ago (2013-10-13 21:58:54 UTC) #13
commit-bot: I haz the power
7 years, 2 months ago (2013-10-13 22:27:19 UTC) #14
Message was sent while issue was closed.
Change committed as 159547

Powered by Google App Engine
This is Rietveld 408576698