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

Issue 2865793002: Remove the BackspaceGoesBack flag. (Closed)

Created:
3 years, 7 months ago by ojan
Modified:
3 years, 6 months ago
CC:
afakhry, alemate+watch_chromium.org, arv+watch_chromium.org, chromium-reviews, oshima+watch_chromium.org, tfarina
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove the BackspaceGoesBack flag. This has shipped for months and won't be rolled back. We don't need to keep this code around. BUG=699133 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2865793002 Cr-Commit-Position: refs/heads/master@{#475637} Committed: https://chromium.googlesource.com/chromium/src/+/0fe1505aa01556438f01db7850034050509cbbc1

Patch Set 1 #

Total comments: 5

Patch Set 2 : Remove unused includes. #

Patch Set 3 : merge to ToT #

Total comments: 4

Patch Set 4 : remove some more unused includes #

Patch Set 5 : Add TODO #

Total comments: 6

Patch Set 6 : Remove backspace from keyboard overlay #

Patch Set 7 : Remove backspace from keyboard overlay #

Patch Set 8 : Fix alt keyboard shortcuts #

Patch Set 9 : merge to trunk #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -81 lines) Patch
M chrome/browser/resources/chromeos/keyboard_overlay.js View 1 2 3 4 5 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/browser/resources/chromeos/keyboard_overlay_data.js View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser_command_controller.cc View 1 2 3 4 5 6 7 8 3 chunks +2 lines, -10 lines 0 comments Download
M chrome/browser/ui/views/constrained_window_views_browsertest.cc View 1 2 chunks +0 lines, -48 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc View 1 2 3 7 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/common/chrome_features.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/common/chrome_features.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 43 (24 generated)
Z_DONOTUSE
3 years, 7 months ago (2017-05-06 04:28:40 UTC) #7
Peter Kasting
LGTM https://codereview.chromium.org/2865793002/diff/1/chrome/browser/resources/chromeos/keyboard_overlay.js File chrome/browser/resources/chromeos/keyboard_overlay.js (right): https://codereview.chromium.org/2865793002/diff/1/chrome/browser/resources/chromeos/keyboard_overlay.js#newcode231 chrome/browser/resources/chromeos/keyboard_overlay.js:231: delete shortcutDataCache['backspace<>SHIFT']; Do we need these lines anymore? ...
3 years, 7 months ago (2017-05-06 04:56:13 UTC) #9
ojan
https://codereview.chromium.org/2865793002/diff/1/chrome/browser/resources/chromeos/keyboard_overlay.js File chrome/browser/resources/chromeos/keyboard_overlay.js (right): https://codereview.chromium.org/2865793002/diff/1/chrome/browser/resources/chromeos/keyboard_overlay.js#newcode231 chrome/browser/resources/chromeos/keyboard_overlay.js:231: delete shortcutDataCache['backspace<>SHIFT']; On 2017/05/06 at 04:56:13, Peter Kasting wrote: ...
3 years, 7 months ago (2017-05-10 18:07:07 UTC) #12
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/2865793002/40001
3 years, 7 months ago (2017-05-10 18:08:49 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/432836)
3 years, 7 months ago (2017-05-10 18:35:46 UTC) #15
ojan
Michael, can you take a look at the chromeos change here. a) I need your ...
3 years, 7 months ago (2017-05-10 22:36:21 UTC) #17
michaelpg
https://codereview.chromium.org/2865793002/diff/1/chrome/browser/resources/chromeos/keyboard_overlay.js File chrome/browser/resources/chromeos/keyboard_overlay.js (right): https://codereview.chromium.org/2865793002/diff/1/chrome/browser/resources/chromeos/keyboard_overlay.js#newcode231 chrome/browser/resources/chromeos/keyboard_overlay.js:231: delete shortcutDataCache['backspace<>SHIFT']; On 2017/05/10 18:07:06, ojan wrote: > On ...
3 years, 7 months ago (2017-05-10 23:41:51 UTC) #18
ojan
On 2017/05/10 at 23:41:51, michaelpg wrote: > https://codereview.chromium.org/2865793002/diff/1/chrome/browser/resources/chromeos/keyboard_overlay.js > File chrome/browser/resources/chromeos/keyboard_overlay.js (right): > > https://codereview.chromium.org/2865793002/diff/1/chrome/browser/resources/chromeos/keyboard_overlay.js#newcode231 ...
3 years, 7 months ago (2017-05-11 00:53:29 UTC) #19
michaelpg
afakhry: Do you know how to remove entries from the generated keyboard overlay data file, ...
3 years, 7 months ago (2017-05-11 01:10:18 UTC) #23
afakhry
Re: michaelpg: We've been manually modifying keyboard_overlay_data.js for a more than a couple of years ...
3 years, 7 months ago (2017-05-11 01:19:35 UTC) #25
michaelpg
On 2017/05/11 01:19:35, afakhry wrote: > Re: michaelpg: We've been manually modifying keyboard_overlay_data.js for a ...
3 years, 7 months ago (2017-05-11 02:39:52 UTC) #26
ojan
Removed the keyboard overlay bits. I don't really know how to test this though. chrome:keyboardoverlay ...
3 years, 7 months ago (2017-05-11 18:25:25 UTC) #29
michaelpg
On 2017/05/11 18:25:25, ojan wrote: > Removed the keyboard overlay bits. I don't really know ...
3 years, 7 months ago (2017-05-11 19:10:14 UTC) #30
ojan
OK. All fixed and actually manually tested this time. On 2017/05/11 at 19:10:14, michaelpg wrote: ...
3 years, 7 months ago (2017-05-12 17:05:21 UTC) #31
michaelpg
LGTM, thanks Ojan
3 years, 7 months ago (2017-05-15 19:28:24 UTC) #32
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/2865793002/140001
3 years, 7 months ago (2017-05-15 21:11:59 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: win_clang on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/228921)
3 years, 7 months ago (2017-05-15 22:52:33 UTC) #37
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/2865793002/160001
3 years, 6 months ago (2017-05-30 17:40:05 UTC) #40
commit-bot: I haz the power
3 years, 6 months ago (2017-05-30 20:01:20 UTC) #43
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/0fe1505aa01556438f01db785003...

Powered by Google App Engine
This is Rietveld 408576698