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

Issue 1312833006: Remove ui::KeyEvent::platform_keycode_ (Closed)

Created:
5 years, 3 months ago by kpschoedel
Modified:
5 years, 2 months ago
CC:
chromium-reviews, kalyank, jdduke+watch_chromium.org, ozone-reviews_chromium.org, tdresser+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove ui::KeyEvent::platform_keycode_ This field had been added as a temporary measure to support X11 Keysym-based character composition under Ozone. Since crrev.com/ed31ed it is no longer necessary. BUG=442757 Committed: https://crrev.com/cf78ded8ae7f64968789c3bac48ea6e69df08d29 Cr-Commit-Position: refs/heads/master@{#349195}

Patch Set 1 #

Patch Set 2 : more changes #

Total comments: 5

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -107 lines) Patch
M chrome/test/chromedriver/keycode_text_conversion_ozone.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M components/mus/display_manager.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M mojo/converters/input_events/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M mojo/converters/input_events/input_events_type_converters.cc View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M ui/events/cocoa/events_mac.mm View 1 chunk +0 lines, -4 lines 0 comments Download
M ui/events/event.h View 1 2 2 chunks +0 lines, -9 lines 0 comments Download
M ui/events/event.cc View 4 chunks +2 lines, -5 lines 0 comments Download
M ui/events/event_utils.h View 1 chunk +0 lines, -5 lines 0 comments Download
M ui/events/events_stub.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M ui/events/ozone/evdev/keyboard_evdev.cc View 1 2 2 chunks +2 lines, -6 lines 0 comments Download
M ui/events/ozone/events_ozone.cc View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M ui/events/ozone/layout/keyboard_layout_engine.h View 1 chunk +1 line, -4 lines 0 comments Download
M ui/events/ozone/layout/no/no_keyboard_layout_engine.h View 1 chunk +1 line, -2 lines 0 comments Download
M ui/events/ozone/layout/no/no_keyboard_layout_engine.cc View 1 chunk +1 line, -2 lines 0 comments Download
M ui/events/ozone/layout/stub/stub_keyboard_layout_engine.h View 1 chunk +1 line, -2 lines 0 comments Download
M ui/events/ozone/layout/stub/stub_keyboard_layout_engine.cc View 1 chunk +1 line, -2 lines 0 comments Download
M ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine.h View 1 chunk +1 line, -2 lines 0 comments Download
M ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine.cc View 2 chunks +1 line, -3 lines 0 comments Download
M ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M ui/events/win/events_win.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M ui/events/x/events_x.cc View 1 2 1 chunk +0 lines, -35 lines 0 comments Download
M ui/platform_window/android/platform_window_android.cc View 1 2 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 27 (12 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312833006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312833006/1
5 years, 3 months ago (2015-08-28 17:41:12 UTC) #2
kpschoedel
5 years, 3 months ago (2015-08-28 17:41:52 UTC) #4
sadrul
+wez@ lgtm!
5 years, 3 months ago (2015-08-28 17:48:19 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/25971)
5 years, 3 months ago (2015-08-28 18:24:33 UTC) #8
kpschoedel
+erg@ for pre-review of //mojo/converters/input_events/input_events_type_converters.cc (see inline comment) https://codereview.chromium.org/1312833006/diff/100001/mojo/converters/input_events/input_events_type_converters.cc File mojo/converters/input_events/input_events_type_converters.cc (right): https://codereview.chromium.org/1312833006/diff/100001/mojo/converters/input_events/input_events_type_converters.cc#newcode207 mojo/converters/input_events/input_events_type_converters.cc:207: ui::KeycodeConverter::DomCodeToNativeKeycode(key_event->code()); ...
5 years, 3 months ago (2015-08-31 18:26:52 UTC) #14
Elliot Glaysher
https://codereview.chromium.org/1312833006/diff/100001/mojo/converters/input_events/input_events_type_converters.cc File mojo/converters/input_events/input_events_type_converters.cc (right): https://codereview.chromium.org/1312833006/diff/100001/mojo/converters/input_events/input_events_type_converters.cc#newcode207 mojo/converters/input_events/input_events_type_converters.cc:207: ui::KeycodeConverter::DomCodeToNativeKeycode(key_event->code()); On 2015/08/31 18:26:52, kpschoedel wrote: > The |ui::KeyEvent::platform_keycode()| ...
5 years, 3 months ago (2015-08-31 19:48:40 UTC) #15
kpschoedel
+ben for OWNER review of //mojo/converters and //components/view_manager +samuong for //chrome/test/chromedriver https://codereview.chromium.org/1312833006/diff/100001/mojo/converters/input_events/input_events_type_converters.cc File mojo/converters/input_events/input_events_type_converters.cc (right): ...
5 years, 3 months ago (2015-08-31 21:41:33 UTC) #17
samuong
chromedriver lgtm
5 years, 3 months ago (2015-08-31 21:45:51 UTC) #18
Wez
So much LGTM https://codereview.chromium.org/1312833006/diff/100001/mojo/converters/input_events/input_events_type_converters.cc File mojo/converters/input_events/input_events_type_converters.cc (right): https://codereview.chromium.org/1312833006/diff/100001/mojo/converters/input_events/input_events_type_converters.cc#newcode207 mojo/converters/input_events/input_events_type_converters.cc:207: ui::KeycodeConverter::DomCodeToNativeKeycode(key_event->code()); On 2015/08/31 21:41:33, kpschoedel wrote: ...
5 years, 3 months ago (2015-09-03 17:29:43 UTC) #19
Elliot Glaysher
lgtm https://codereview.chromium.org/1312833006/diff/100001/mojo/converters/input_events/input_events_type_converters.cc File mojo/converters/input_events/input_events_type_converters.cc (right): https://codereview.chromium.org/1312833006/diff/100001/mojo/converters/input_events/input_events_type_converters.cc#newcode207 mojo/converters/input_events/input_events_type_converters.cc:207: ui::KeycodeConverter::DomCodeToNativeKeycode(key_event->code()); On 2015/09/03 17:29:43, Wez wrote: > On ...
5 years, 3 months ago (2015-09-03 17:33:48 UTC) #20
Ben Goodger (Google)
mojo lgtm
5 years, 3 months ago (2015-09-15 23:58:27 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312833006/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312833006/120001
5 years, 3 months ago (2015-09-16 15:41:40 UTC) #24
commit-bot: I haz the power
Committed patchset #3 (id:120001)
5 years, 3 months ago (2015-09-16 19:52:02 UTC) #25
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/cf78ded8ae7f64968789c3bac48ea6e69df08d29 Cr-Commit-Position: refs/heads/master@{#349195}
5 years, 3 months ago (2015-09-16 19:52:43 UTC) #26
commit-bot: I haz the power
5 years, 2 months ago (2015-09-23 12:59:32 UTC) #27
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/cf78ded8ae7f64968789c3bac48ea6e69df08d29
Cr-Commit-Position: refs/heads/master@{#349195}

Powered by Google App Engine
This is Rietveld 408576698