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

Issue 2823883002: List Password Manager extensions in a static data structure (Closed)

Created:
3 years, 8 months ago by pkl (ping after 24h if needed)
Modified:
3 years, 8 months ago
CC:
chromium-reviews, ios-reviews+chrome_chromium.org, ios-reviews_chromium.org, marq+watch_chromium.org, noyau+watch_chromium.org, pkl (ping after 24h if needed), sdefresne+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

List Password Manager extensions in a static data structure Collected the necessary information for supported Password Manager Extensions in a static data structure. BUG=712194 TEST=test with 1Password, Lastpass, and Dashlane extensions Review-Url: https://codereview.chromium.org/2823883002 Cr-Commit-Position: refs/heads/master@{#465567} Committed: https://chromium.googlesource.com/chromium/src/+/a07a8f7a373cc13ee2163341a1b9c8c813c49a1f

Patch Set 1 #

Patch Set 2 : add PasswordManagerExtensions.plist #

Total comments: 1

Patch Set 3 : list supported password managers as static data, not plist #

Patch Set 4 : cleanup #

Patch Set 5 : comments #

Total comments: 16

Patch Set 6 : addressed jif's comments #

Patch Set 7 : removed dead comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -44 lines) Patch
M ios/chrome/browser/ui/activity_services/activity_service_controller_unittest.mm View 3 chunks +3 lines, -3 lines 0 comments Download
M ios/chrome/browser/ui/activity_services/activity_type_util.h View 1 chunk +1 line, -4 lines 0 comments Download
M ios/chrome/browser/ui/activity_services/activity_type_util.mm View 1 2 3 4 5 6 7 chunks +42 lines, -20 lines 0 comments Download
M ios/chrome/browser/ui/activity_services/activity_type_util_unittest.mm View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/ui/activity_services/appex_constants.h View 1 chunk +0 lines, -9 lines 0 comments Download
M ios/chrome/browser/ui/activity_services/appex_constants.mm View 1 chunk +0 lines, -7 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 22 (9 generated)
pkl (ping after 24h if needed)
Justin: Please take a look at this. jif@ is out today.
3 years, 8 months ago (2017-04-17 15:57:16 UTC) #2
justincohen
lgtm
3 years, 8 months ago (2017-04-17 16:04:58 UTC) #3
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/2823883002/20001
3 years, 8 months ago (2017-04-17 16:05:45 UTC) #5
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/412753)
3 years, 8 months ago (2017-04-17 16:12:25 UTC) #7
pkl (ping after 24h if needed)
+rohitrao for owners
3 years, 8 months ago (2017-04-17 16:15:02 UTC) #9
rohitrao (ping after 24h)
lgtm Could this be a hardcoded array in a new .mm file, instead of a ...
3 years, 8 months ago (2017-04-17 16:24:54 UTC) #10
pkl (ping after 24h if needed)
Removed .plist file. Can you take a second look before I submit?
3 years, 8 months ago (2017-04-17 20:27:04 UTC) #12
jif
https://codereview.chromium.org/2823883002/diff/80001/ios/chrome/browser/ui/activity_services/activity_type_util.mm File ios/chrome/browser/ui/activity_services/activity_type_util.mm (right): https://codereview.chromium.org/2823883002/diff/80001/ios/chrome/browser/ui/activity_services/activity_type_util.mm#newcode30 ios/chrome/browser/ui/activity_services/activity_type_util.mm:30: // The |exact_match| field defines whether a partial prefix ...
3 years, 8 months ago (2017-04-18 11:12:21 UTC) #13
pkl (ping after 24h if needed)
Thanks, JF. PTAL. https://codereview.chromium.org/2823883002/diff/80001/ios/chrome/browser/ui/activity_services/activity_type_util.mm File ios/chrome/browser/ui/activity_services/activity_type_util.mm (right): https://codereview.chromium.org/2823883002/diff/80001/ios/chrome/browser/ui/activity_services/activity_type_util.mm#newcode30 ios/chrome/browser/ui/activity_services/activity_type_util.mm:30: // The |exact_match| field defines whether ...
3 years, 8 months ago (2017-04-18 19:12:37 UTC) #14
jif
lgtm https://codereview.chromium.org/2823883002/diff/80001/ios/chrome/browser/ui/activity_services/activity_type_util.mm File ios/chrome/browser/ui/activity_services/activity_type_util.mm (right): https://codereview.chromium.org/2823883002/diff/80001/ios/chrome/browser/ui/activity_services/activity_type_util.mm#newcode35 ios/chrome/browser/ui/activity_services/activity_type_util.mm:35: const char* bundle_id; On 2017/04/18 19:12:37, pklpkl wrote: ...
3 years, 8 months ago (2017-04-19 09:10:12 UTC) #15
rohitrao (ping after 24h)
lgtm
3 years, 8 months ago (2017-04-19 11:34:36 UTC) #16
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/2823883002/120001
3 years, 8 months ago (2017-04-19 12:53:03 UTC) #19
commit-bot: I haz the power
3 years, 8 months ago (2017-04-19 13:02:51 UTC) #22
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/a07a8f7a373cc13ee2163341a1b9...

Powered by Google App Engine
This is Rietveld 408576698