|
|
Chromium Code Reviews|
Created:
3 years, 9 months ago by Greg K Modified:
3 years, 9 months ago Reviewers:
Mark Mentovai CC:
chromium-reviews, grt+watch_chromium.org, pennymac+watch_chromium.org, wfh+watch_chromium.org, mac-reviews_chromium.org Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionActivate keychain reauthorization.
Activate the keychain reauthorization. Reauthorization will be performed
if the users preferences (cfprefs) indicate that the operation has been
attempted less than 2 times previously, and that the operation has not
previously succeeded. The number of attempts is set before the
operation, so that a crashy operation stops running after a finite
number of attempts. After successful completion, the preferences are
updated so that the operation is never run again. This CL also updates
the designated requirement with a new hash.
BUG=629906
Review-Url: https://codereview.chromium.org/2738053007
Cr-Commit-Position: refs/heads/master@{#456122}
Committed: https://chromium.googlesource.com/chromium/src/+/26eeef0331eabc5b5da2b02dd9f4ce6af731eac9
Patch Set 1 #
Total comments: 2
Patch Set 2 : Split identifier for dev and canary #
Messages
Total messages: 20 (14 generated)
The CQ bit was checked by kerrnel@chromium.org to run a CQ dry run
Description was changed from ========== Activate keychain reauthorization. Activate the keychain reauthorization. Reauthorization will be performed if the users preferences (cfprefs) indicate that the operation has been attempted less than 2 times previously, and that the operation has not previously succeeded. The number of attempts is set before the operation, so that a crashy operation stops running after a finite number of attempts. After successful completion, the preferences are updated so that the operation is never run again. This CL also updates the designated requirement with a new hash. BUG=629906 ========== to ========== Activate keychain reauthorization. Activate the keychain reauthorization. Reauthorization will be performed if the users preferences (cfprefs) indicate that the operation has been attempted less than 2 times previously, and that the operation has not previously succeeded. The number of attempts is set before the operation, so that a crashy operation stops running after a finite number of attempts. After successful completion, the preferences are updated so that the operation is never run again. This CL also updates the designated requirement with a new hash. BUG=629906 ==========
kerrnel@chromium.org changed reviewers: + mcolbert@chromium.org
kerrnel@chromium.org changed reviewers: + mark@chromium.org - mcolbert@chromium.org
On 2017/03/09 23:54:52, Greg K wrote: > mailto:kerrnel@chromium.org changed reviewers: > + mailto:mark@chromium.org > - mailto:mcolbert@chromium.org Mark, PTAL. Thanks, Greg
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
LGTM! LGTM LGTM LGTM https://codereview.chromium.org/2738053007/diff/1/chrome/installer/mac/sign_a... File chrome/installer/mac/sign_app.sh.in (right): https://codereview.chromium.org/2738053007/diff/1/chrome/installer/mac/sign_a... chrome/installer/mac/sign_app.sh.in:50: (identifier \"com.google.Chrome\" or identifier \"com.google.Chrome.canary\") \ Since we’ve got to do the reauthorization now anyway, let’s expand this a bit to avoid a potential reauthorization in the future, for when we split other channels out for side-by-side installation (if we do that). (identifier \"com.google.Chrome\" or \ identifier \"com.google.Chrome.beta\" or \ identifier \"com.google.Chrome.dev\" or \ identifier \"com.google.Chrome.canary\") and \ (certificate leaf = H\"85cee8254216185620ddc8851c7a9fc4dfe120ef\" or \ certificate leaf = H\"c9a99324ca3fcb23dbcc36bd5fd4f9753305130a\")
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was checked by kerrnel@chromium.org to run a CQ dry run
https://codereview.chromium.org/2738053007/diff/1/chrome/installer/mac/sign_a... File chrome/installer/mac/sign_app.sh.in (right): https://codereview.chromium.org/2738053007/diff/1/chrome/installer/mac/sign_a... chrome/installer/mac/sign_app.sh.in:50: (identifier \"com.google.Chrome\" or identifier \"com.google.Chrome.canary\") \ On 2017/03/10 00:56:46, Mark Mentovai wrote: > Since we’ve got to do the reauthorization now anyway, let’s expand this a bit to > avoid a potential reauthorization in the future, for when we split other > channels out for side-by-side installation (if we do that). > > (identifier \"com.google.Chrome\" or \ > identifier \"com.google.Chrome.beta\" or \ > identifier \"com.google.Chrome.dev\" or \ > identifier \"com.google.Chrome.canary\") and \ > (certificate leaf = H\"85cee8254216185620ddc8851c7a9fc4dfe120ef\" or \ > certificate leaf = H\"c9a99324ca3fcb23dbcc36bd5fd4f9753305130a\") Done.
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
LGTM
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by kerrnel@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch.
Bot data: {"patchset_id": 20001, "attempt_start_ts": 1489172218749530,
"parent_rev": "bee49a23fbe4ce847798aa87dff47440b07c097b", "commit_rev":
"26eeef0331eabc5b5da2b02dd9f4ce6af731eac9"}
Message was sent while issue was closed.
Description was changed from ========== Activate keychain reauthorization. Activate the keychain reauthorization. Reauthorization will be performed if the users preferences (cfprefs) indicate that the operation has been attempted less than 2 times previously, and that the operation has not previously succeeded. The number of attempts is set before the operation, so that a crashy operation stops running after a finite number of attempts. After successful completion, the preferences are updated so that the operation is never run again. This CL also updates the designated requirement with a new hash. BUG=629906 ========== to ========== Activate keychain reauthorization. Activate the keychain reauthorization. Reauthorization will be performed if the users preferences (cfprefs) indicate that the operation has been attempted less than 2 times previously, and that the operation has not previously succeeded. The number of attempts is set before the operation, so that a crashy operation stops running after a finite number of attempts. After successful completion, the preferences are updated so that the operation is never run again. This CL also updates the designated requirement with a new hash. BUG=629906 Review-Url: https://codereview.chromium.org/2738053007 Cr-Commit-Position: refs/heads/master@{#456122} Committed: https://chromium.googlesource.com/chromium/src/+/26eeef0331eabc5b5da2b02dd9f4... ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/26eeef0331eabc5b5da2b02dd9f4... |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
