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

Issue 2104103002: Convert Event#keyIdentifier (deprecated) to Event#key (Closed)

Created:
4 years, 5 months ago by dtapuska
Modified:
4 years, 5 months ago
CC:
chromium-reviews, asanka, dzhioev+watch_chromium.org, achuith+watch_chromium.org, michaelpg+watch-md-ui_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, dbeam+watch-downloads_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert Event#keyIdentifier (deprecated) to Event#key BUG=607349 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation TBR=rockot@chromium.org Committed: https://crrev.com/89d8be5e8dac40428d4fc8dab1a7151cdc4bf78d Cr-Commit-Position: refs/heads/master@{#403715}

Patch Set 1 #

Patch Set 2 : Polyfill key on iOS and fix tests #

Patch Set 3 : Add a few more stragglers #

Total comments: 10

Patch Set 4 : Fix nits #

Total comments: 10

Patch Set 5 : Fix nits #

Total comments: 1

Patch Set 6 : Fix closure error #

Patch Set 7 : Patch file manager test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+256 lines, -228 lines) Patch
M chrome/browser/resources/chromeos/wallpaper_manager/main.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/md_downloads/crisper.js View 1 2 3 9 chunks +11 lines, -33 lines 0 comments Download
M chrome/browser/resources/md_downloads/downloads.html View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/md_downloads/vulcanized.html View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/webui/options/options_browsertest.js View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/list_selection_controller.js View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/common/extensions/docs/examples/extensions/plugin_settings/options/js/inline_editable_list.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/resources/plugins/plugin_poster.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/webui/history_browsertest.js View 1 6 chunks +16 lines, -22 lines 0 comments Download
M chrome/test/data/webui/inline_editable_list_test.html View 1 2 3 4 2 chunks +9 lines, -10 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/actions_submenu_unittest.html View 1 2 3 4 5 6 2 chunks +8 lines, -1 line 0 comments Download
M ui/file_manager/file_manager/main.html View 1 2 3 4 4 chunks +29 lines, -31 lines 0 comments Download
M ui/login/account_picker/user_pod_row.js View 1 2 3 4 5 12 chunks +22 lines, -22 lines 0 comments Download
M ui/login/bubble.js View 1 2 3 4 2 chunks +9 lines, -9 lines 0 comments Download
M ui/webui/resources/js/action_link.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/webui/resources/js/cr/link_controller.js View 1 chunk +1 line, -2 lines 0 comments Download
M ui/webui/resources/js/cr/ui/autocomplete_list.js View 2 chunks +5 lines, -7 lines 0 comments Download
M ui/webui/resources/js/cr/ui/command.js View 1 2 3 4 3 chunks +7 lines, -7 lines 0 comments Download
M ui/webui/resources/js/cr/ui/context_menu_handler.js View 2 chunks +2 lines, -4 lines 0 comments Download
M ui/webui/resources/js/cr/ui/focus_grid.js View 1 chunk +4 lines, -4 lines 0 comments Download
M ui/webui/resources/js/cr/ui/focus_row.js View 1 chunk +4 lines, -4 lines 0 comments Download
M ui/webui/resources/js/cr/ui/list_selection_controller.js View 4 chunks +8 lines, -10 lines 0 comments Download
M ui/webui/resources/js/cr/ui/menu.js View 1 chunk +4 lines, -4 lines 0 comments Download
M ui/webui/resources/js/cr/ui/menu_button.js View 1 chunk +6 lines, -7 lines 0 comments Download
M ui/webui/resources/js/cr/ui/menu_item.js View 1 2 chunks +6 lines, -12 lines 0 comments Download
M ui/webui/resources/js/cr/ui/overlay.js View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/webui/resources/js/cr/ui/tabs.js View 1 chunk +5 lines, -5 lines 0 comments Download
M ui/webui/resources/js/cr/ui/tree.js View 2 chunks +8 lines, -9 lines 0 comments Download
M ui/webui/resources/js/util.js View 1 2 3 4 5 1 chunk +67 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (14 generated)
dtapuska
PTAL.
4 years, 5 months ago (2016-06-29 16:57:00 UTC) #2
Dan Beam
https://codereview.chromium.org/2104103002/diff/40001/ui/webui/resources/js/util.js File ui/webui/resources/js/util.js (right): https://codereview.chromium.org/2104103002/diff/40001/ui/webui/resources/js/util.js#newcode375 ui/webui/resources/js/util.js:375: nit: remove extra \n https://codereview.chromium.org/2104103002/diff/40001/ui/webui/resources/js/util.js#newcode381 ui/webui/resources/js/util.js:381: if (!('key' in ...
4 years, 5 months ago (2016-06-29 18:28:09 UTC) #3
dtapuska
https://codereview.chromium.org/2104103002/diff/40001/ui/webui/resources/js/util.js File ui/webui/resources/js/util.js (right): https://codereview.chromium.org/2104103002/diff/40001/ui/webui/resources/js/util.js#newcode375 ui/webui/resources/js/util.js:375: On 2016/06/29 18:28:09, Dan Beam wrote: > nit: remove ...
4 years, 5 months ago (2016-06-29 20:09:02 UTC) #4
Alexander Alekseev
+dzhioev as he known this code better.
4 years, 5 months ago (2016-06-29 23:13:05 UTC) #6
Dan Beam
lgtm w/nits and question https://codereview.chromium.org/2104103002/diff/60001/chrome/browser/resources/md_downloads/downloads.html File chrome/browser/resources/md_downloads/downloads.html (right): https://codereview.chromium.org/2104103002/diff/60001/chrome/browser/resources/md_downloads/downloads.html#newcode33 chrome/browser/resources/md_downloads/downloads.html:33: <command id="find-command" shortcut="Ctrl|f"><!-- Ctrl+F --> ...
4 years, 5 months ago (2016-06-29 23:34:17 UTC) #7
dtapuska
https://codereview.chromium.org/2104103002/diff/60001/chrome/browser/resources/md_downloads/downloads.html File chrome/browser/resources/md_downloads/downloads.html (right): https://codereview.chromium.org/2104103002/diff/60001/chrome/browser/resources/md_downloads/downloads.html#newcode33 chrome/browser/resources/md_downloads/downloads.html:33: <command id="find-command" shortcut="Ctrl|f"><!-- Ctrl+F --> On 2016/06/29 23:34:17, Dan ...
4 years, 5 months ago (2016-06-30 14:16:50 UTC) #8
fukino
file_manager lgtm. Thank you!
4 years, 5 months ago (2016-06-30 19:31:04 UTC) #9
dtapuska
On 2016/06/30 19:31:04, fukino wrote: > file_manager lgtm. Thank you! dzhioev@ ping; are you able ...
4 years, 5 months ago (2016-06-30 20:06:17 UTC) #10
dzhioev (left Google)
On 2016/06/30 20:06:17, dtapuska wrote: > On 2016/06/30 19:31:04, fukino wrote: > > file_manager lgtm. ...
4 years, 5 months ago (2016-07-01 00:41:05 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2104103002/80001
4 years, 5 months ago (2016-07-01 00:46:19 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: closure_compilation on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/closure_compilation/builds/796)
4 years, 5 months ago (2016-07-01 00:58:42 UTC) #17
Dan Beam
https://codereview.chromium.org/2104103002/diff/80001/ui/webui/resources/js/util.js File ui/webui/resources/js/util.js (right): https://codereview.chromium.org/2104103002/diff/80001/ui/webui/resources/js/util.js#newcode382 ui/webui/resources/js/util.js:382: Object.defineProperty(KeyboardEvent.prototype, 'key', { /** @this {KeyboardEvent} */
4 years, 5 months ago (2016-07-01 01:04:29 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2104103002/100001
4 years, 5 months ago (2016-07-04 13:19:01 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/256910)
4 years, 5 months ago (2016-07-04 14:03:55 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2104103002/100001
4 years, 5 months ago (2016-07-04 19:10:00 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2104103002/120001
4 years, 5 months ago (2016-07-04 20:07:18 UTC) #28
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 5 months ago (2016-07-04 21:07:29 UTC) #30
commit-bot: I haz the power
4 years, 5 months ago (2016-07-04 21:08:48 UTC) #32
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/89d8be5e8dac40428d4fc8dab1a7151cdc4bf78d
Cr-Commit-Position: refs/heads/master@{#403715}

Powered by Google App Engine
This is Rietveld 408576698