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

Issue 1611463002: Remove the close button in context menu for IME menu. (Closed)

Created:
4 years, 11 months ago by Azure Wei
Modified:
4 years, 10 months ago
Reviewers:
stevenjb, Devlin
CC:
Shu Chen, chromium-reviews, kalyank, sadrul, extensions-reviews_chromium.org, chromium-apps-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove the close button in context menu for IME menu. BUG=570761 TEST=Verified the close button is removed on local build. Committed: https://crrev.com/47108caae01b627d069a9a8f4f2fe7dec35fa5dd Cr-Commit-Position: refs/heads/master@{#372880}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed Steven and Devlin's comments. #

Patch Set 3 : #

Total comments: 11

Patch Set 4 : Remove the constants from the header. #

Patch Set 5 : Move the helper funciton below the constants. #

Total comments: 8

Patch Set 6 : Addressed Steven's comments. #

Total comments: 2

Patch Set 7 : Sync up to date. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -1 line) Patch
M chrome/browser/ui/ash/launcher/launcher_context_menu.cc View 1 2 3 4 5 6 1 chunk +8 lines, -1 line 0 comments Download
M chrome/common/extensions/extension_constants.h View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension_constants.cc View 1 2 3 4 5 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (8 generated)
Azure Wei
Hi Steven/Devlin, can you please help to review this cl? Thank you!
4 years, 11 months ago (2016-01-20 11:08:39 UTC) #3
stevenjb
https://codereview.chromium.org/1611463002/diff/1/chrome/browser/ui/ash/launcher/launcher_context_menu.cc File chrome/browser/ui/ash/launcher/launcher_context_menu.cc (right): https://codereview.chromium.org/1611463002/diff/1/chrome/browser/ui/ash/launcher/launcher_context_menu.cc#newcode155 chrome/browser/ui/ash/launcher/launcher_context_menu.cc:155: #if defined(OS_CHROMEOS) Is there any reason why this needs ...
4 years, 11 months ago (2016-01-20 18:03:29 UTC) #4
Devlin
(in addition to Steven's) https://codereview.chromium.org/1611463002/diff/1/chrome/common/extensions/extension_constants.h File chrome/common/extensions/extension_constants.h (right): https://codereview.chromium.org/1611463002/diff/1/chrome/common/extensions/extension_constants.h#newcode224 chrome/common/extensions/extension_constants.h:224: // The extension id of ...
4 years, 11 months ago (2016-01-20 23:52:18 UTC) #5
Azure Wei
https://codereview.chromium.org/1611463002/diff/1/chrome/browser/ui/ash/launcher/launcher_context_menu.cc File chrome/browser/ui/ash/launcher/launcher_context_menu.cc (right): https://codereview.chromium.org/1611463002/diff/1/chrome/browser/ui/ash/launcher/launcher_context_menu.cc#newcode155 chrome/browser/ui/ash/launcher/launcher_context_menu.cc:155: #if defined(OS_CHROMEOS) On 2016/01/20 18:03:29, stevenjb wrote: > Is ...
4 years, 11 months ago (2016-01-21 04:44:54 UTC) #6
Azure Wei
Kindly pinging... stevenjb@, Devlin, can you please review this cl? Thank you!
4 years, 10 months ago (2016-01-28 12:27:31 UTC) #7
stevenjb
Sorry, I missed the last update to the CL. https://codereview.chromium.org/1611463002/diff/40001/chrome/browser/ui/ash/launcher/launcher_context_menu.cc File chrome/browser/ui/ash/launcher/launcher_context_menu.cc (right): https://codereview.chromium.org/1611463002/diff/40001/chrome/browser/ui/ash/launcher/launcher_context_menu.cc#newcode162 chrome/browser/ui/ash/launcher/launcher_context_menu.cc:162: ...
4 years, 10 months ago (2016-01-28 18:45:04 UTC) #8
Devlin
https://codereview.chromium.org/1611463002/diff/40001/chrome/common/extensions/extension_constants.h File chrome/common/extensions/extension_constants.h (right): https://codereview.chromium.org/1611463002/diff/40001/chrome/common/extensions/extension_constants.h#newcode228 chrome/common/extensions/extension_constants.h:228: bool IsImeMenuExtensionId(const std::string extension_id); On 2016/01/28 18:45:04, stevenjb wrote: ...
4 years, 10 months ago (2016-01-28 18:56:59 UTC) #9
stevenjb
https://codereview.chromium.org/1611463002/diff/40001/chrome/common/extensions/extension_constants.h File chrome/common/extensions/extension_constants.h (right): https://codereview.chromium.org/1611463002/diff/40001/chrome/common/extensions/extension_constants.h#newcode228 chrome/common/extensions/extension_constants.h:228: bool IsImeMenuExtensionId(const std::string extension_id); On 2016/01/28 18:56:59, Devlin wrote: ...
4 years, 10 months ago (2016-01-28 19:28:42 UTC) #10
Devlin
https://codereview.chromium.org/1611463002/diff/40001/chrome/common/extensions/extension_constants.h File chrome/common/extensions/extension_constants.h (right): https://codereview.chromium.org/1611463002/diff/40001/chrome/common/extensions/extension_constants.h#newcode228 chrome/common/extensions/extension_constants.h:228: bool IsImeMenuExtensionId(const std::string extension_id); On 2016/01/28 19:28:42, stevenjb wrote: ...
4 years, 10 months ago (2016-01-28 19:39:00 UTC) #11
stevenjb
https://codereview.chromium.org/1611463002/diff/40001/chrome/common/extensions/extension_constants.h File chrome/common/extensions/extension_constants.h (right): https://codereview.chromium.org/1611463002/diff/40001/chrome/common/extensions/extension_constants.h#newcode228 chrome/common/extensions/extension_constants.h:228: bool IsImeMenuExtensionId(const std::string extension_id); On 2016/01/28 19:39:00, Devlin wrote: ...
4 years, 10 months ago (2016-01-28 19:46:17 UTC) #12
Azure Wei
https://codereview.chromium.org/1611463002/diff/40001/chrome/browser/ui/ash/launcher/launcher_context_menu.cc File chrome/browser/ui/ash/launcher/launcher_context_menu.cc (right): https://codereview.chromium.org/1611463002/diff/40001/chrome/browser/ui/ash/launcher/launcher_context_menu.cc#newcode162 chrome/browser/ui/ash/launcher/launcher_context_menu.cc:162: l10n_util::GetStringUTF16(IDS_LAUNCHER_CONTEXT_MENU_CLOSE)); On 2016/01/28 18:45:04, stevenjb wrote: > nit: Instead ...
4 years, 10 months ago (2016-01-29 02:43:59 UTC) #13
stevenjb
https://codereview.chromium.org/1611463002/diff/80001/chrome/browser/ui/ash/launcher/launcher_context_menu.cc File chrome/browser/ui/ash/launcher/launcher_context_menu.cc (right): https://codereview.chromium.org/1611463002/diff/80001/chrome/browser/ui/ash/launcher/launcher_context_menu.cc#newcode154 chrome/browser/ui/ash/launcher/launcher_context_menu.cc:154: bool show_close_button = true; nit (sorry, I didn't notice ...
4 years, 10 months ago (2016-01-29 17:53:27 UTC) #14
Azure Wei
https://codereview.chromium.org/1611463002/diff/80001/chrome/browser/ui/ash/launcher/launcher_context_menu.cc File chrome/browser/ui/ash/launcher/launcher_context_menu.cc (right): https://codereview.chromium.org/1611463002/diff/80001/chrome/browser/ui/ash/launcher/launcher_context_menu.cc#newcode154 chrome/browser/ui/ash/launcher/launcher_context_menu.cc:154: bool show_close_button = true; On 2016/01/29 17:53:27, stevenjb wrote: ...
4 years, 10 months ago (2016-01-30 09:04:13 UTC) #15
stevenjb
lgtm
4 years, 10 months ago (2016-02-01 18:13:12 UTC) #16
Devlin
lgtm with nit https://codereview.chromium.org/1611463002/diff/100001/chrome/common/extensions/extension_constants.cc File chrome/common/extensions/extension_constants.cc (right): https://codereview.chromium.org/1611463002/diff/100001/chrome/common/extensions/extension_constants.cc#newcode132 chrome/common/extensions/extension_constants.cc:132: "gjaehgfemfahhmlgpdfknkhdnemmolop", "jkghodnilhceideoidjikpgommlajknk"}; is this git cl ...
4 years, 10 months ago (2016-02-01 18:24:40 UTC) #17
Azure Wei
https://codereview.chromium.org/1611463002/diff/100001/chrome/common/extensions/extension_constants.cc File chrome/common/extensions/extension_constants.cc (right): https://codereview.chromium.org/1611463002/diff/100001/chrome/common/extensions/extension_constants.cc#newcode132 chrome/common/extensions/extension_constants.cc:132: "gjaehgfemfahhmlgpdfknkhdnemmolop", "jkghodnilhceideoidjikpgommlajknk"}; On 2016/02/01 18:24:40, Devlin wrote: > is ...
4 years, 10 months ago (2016-02-02 01:08:39 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1611463002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1611463002/100001
4 years, 10 months ago (2016-02-02 01:11:03 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/15866) android_chromium_gn_compile_dbg on tryserver.chromium.android (JOB_FAILED, ...
4 years, 10 months ago (2016-02-02 01:15:52 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1611463002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1611463002/120001
4 years, 10 months ago (2016-02-02 02:57:12 UTC) #25
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 10 months ago (2016-02-02 03:40:16 UTC) #27
commit-bot: I haz the power
4 years, 10 months ago (2016-02-02 03:46:49 UTC) #29
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/47108caae01b627d069a9a8f4f2fe7dec35fa5dd
Cr-Commit-Position: refs/heads/master@{#372880}

Powered by Google App Engine
This is Rietveld 408576698