1. 26 Mar, 2015 37 commits
  2. 25 Mar, 2015 3 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