1. 26 Mar, 2015 36 commits
  2. 25 Mar, 2015 4 commits
    • estark's avatar
      Add checkbox for reporting invalid TLS/SSL cert chains · 93272ab9
      estark authored
      This is a stub for now; eventually it will report invalid certificate
      chains on SSL interstitials to a server endpoint. Right now it logs the
      report but doesn't actually send it anywhere. The checkbox is
      tied in with Safe Browsing Extended Reporting.
      
      BUG=461588
      
      Review URL: https://codereview.chromium.org/935663004
      
      Cr-Commit-Position: refs/heads/master@{#322265}
      93272ab9
    • estade's avatar
      Add RealPanWalletClient unittest. · 2a205a75
      estade authored
      Also change some logging to VLOG. To see logs, use --vmodule="*/autofill/*=2" --enable-logging=stderr
      
      BUG=470232
      
      Review URL: https://codereview.chromium.org/1016033009
      
      Cr-Commit-Position: refs/heads/master@{#322264}
      2a205a75
    • pavely's avatar
      [Sync] Introduce AttachmentStoreForSync class · dc577c86
      pavely authored
      In this change:
      - Add AttachmentStoreForSync class. It has functions that will be called by AttachmentServiceImpl to manage sync’s references to attachments.
      - Change AttachmentServiceImpl to call those functions. The rule is that for all attachments that we start uploading call AddSyncReference, for all attachments that we no longer upload (for whatever reason) call DropSyncReference.
      
      Couple of notes:
      - There is no storage implementation for those functions, it will come in the next change.
      - There is growing confusion between AttachmentIdSet and AttachmentIdList. I’ll resolve this next week in a separate change.
      
      BUG=457735
      R=maniscalco@chromium.org
      TEST=No user facing behavior. Change covered by sync_unit_tests.
      
      Review URL: https://codereview.chromium.org/1002263005
      
      Cr-Commit-Position: refs/heads/master@{#322263}
      dc577c86
    • bondd's avatar
      Autofill OSX: Add RetriableErrorMessage text label. · a8b89aa9
      bondd authored
      Add error message text label between CVC input row and Verify/Cancel
      buttons. Error messages passed to
      CardUnmaskPromptViewBridge::GotVerificationResult() are displayed.
      
      Dialog will re-layout to fit entire message if a multiline message is
      set. Previous to this CL the layout was done exactly once per dialog,
      upon dialog creation. This CL refactors the layout code out into
      -performLayout and calls it whenever the error message text changes.
      
      Screenshot attached to bug: https://code.google.com/p/chromium/issues/detail?id=448572#c14
      
      BUG=448572
      
      Review URL: https://codereview.chromium.org/1024553004
      
      Cr-Commit-Position: refs/heads/master@{#322262}
      a8b89aa9