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

Issue 14990002: Make sure keybindings removed don't come back during extension update. (Closed)

Created:
7 years, 7 months ago by Finnur
Modified:
7 years, 7 months ago
Reviewers:
Yoyo Zhou, sky
CC:
chromium-reviews, Aaron Boodman, tfarina, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Make sure keybindings removed don't come back during extension update. BUG=234947 TBR=yoz@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=198873

Patch Set 1 #

Patch Set 2 : Removing redundant icons #

Patch Set 3 : Remove command handler #

Total comments: 5

Patch Set 4 : Moving API calls out of ExtensionPrefs class #

Messages

Total messages: 7 (0 generated)
Finnur
7 years, 7 months ago (2013-05-06 15:43:30 UTC) #1
Yoyo Zhou
https://codereview.chromium.org/14990002/diff/11001/chrome/browser/extensions/api/commands/command_service.cc File chrome/browser/extensions/api/commands/command_service.cc (right): https://codereview.chromium.org/14990002/diff/11001/chrome/browser/extensions/api/commands/command_service.cc#newcode237 chrome/browser/extensions/api/commands/command_service.cc:237: if (extension_prefs->InitialBindingsHaveBeenAssigned(extension->id())) We now prefer to have less API-specific ...
7 years, 7 months ago (2013-05-06 18:47:58 UTC) #2
Finnur
https://codereview.chromium.org/14990002/diff/11001/chrome/browser/extensions/api/commands/command_service.cc File chrome/browser/extensions/api/commands/command_service.cc (right): https://codereview.chromium.org/14990002/diff/11001/chrome/browser/extensions/api/commands/command_service.cc#newcode237 chrome/browser/extensions/api/commands/command_service.cc:237: if (extension_prefs->InitialBindingsHaveBeenAssigned(extension->id())) Do you have a CL I can ...
7 years, 7 months ago (2013-05-06 23:13:54 UTC) #3
Yoyo Zhou
https://codereview.chromium.org/14990002/diff/11001/chrome/browser/extensions/api/commands/command_service.cc File chrome/browser/extensions/api/commands/command_service.cc (right): https://codereview.chromium.org/14990002/diff/11001/chrome/browser/extensions/api/commands/command_service.cc#newcode237 chrome/browser/extensions/api/commands/command_service.cc:237: if (extension_prefs->InitialBindingsHaveBeenAssigned(extension->id())) On 2013/05/06 23:13:54, Finnur wrote: > Do ...
7 years, 7 months ago (2013-05-07 01:21:05 UTC) #4
Finnur
Done, PTAL. Also, TBR'ed Scott for trivial Views change (Browser Action Button).
7 years, 7 months ago (2013-05-07 10:56:26 UTC) #5
Yoyo Zhou
LGTM
7 years, 7 months ago (2013-05-07 16:23:35 UTC) #6
Finnur
7 years, 7 months ago (2013-05-08 10:15:29 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r198873 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698