1. 20 Oct, 2014 5 commits
  2. 19 Oct, 2014 2 commits
    • kbr's avatar
      Revert of Revert of [Telemetry] Set the number of attempts to retry a test if... · 89b463dd
      kbr authored
      Revert of Revert of [Telemetry] Set the number of attempts to retry a test if browser or tab crash to 1 (patchset #1 id:1 of https://codereview.chromium.org/661303002/)
      
      Reason for revert:
      The removal of Telemetry's retry logic wasn't the cause of the intermittent crashes on the GPU bots.
      
      Original issue's description:
      > Revert of [Telemetry] Set the number of attempts to retry a test if browser or tab crash to 1 (patchset #2 id:20001 of https://codereview.chromium.org/659753003/)
      >
      > Reason for revert:
      > Possible cause of gpu telemetry bot flake
      >
      > Original issue's description:
      > > [Telemetry] Set the number of attempts to retry a test to 1
      > >
      > > **SHERIFFS: if telemetry perf tests on waterfall become more flaky, this patch can be safely reverted.
      > >
      > > BUG=422339
      > >
      > > Committed: https://crrev.com/f5b75f261be7779ccca14d09ddaabb3e4ee5ee03
      > > Cr-Commit-Position: refs/heads/master@{#299716}
      >
      > TBR=tonyg@chromium.org,dtu@chromium.org,nednguyen@google.com
      > NOTREECHECKS=true
      > NOTRY=true
      > BUG=422339
      >
      > Committed: https://crrev.com/1c141bedc45cdef1ac7b7264ea1288c33e33d106
      > Cr-Commit-Position: refs/heads/master@{#300218}
      
      TBR=tonyg@chromium.org,dtu@chromium.org,nednguyen@google.com,hendrikw@chromium.org
      NOTREECHECKS=true
      NOTRY=true
      BUG=422339
      
      Review URL: https://codereview.chromium.org/662963002
      
      Cr-Commit-Position: refs/heads/master@{#300225}
      89b463dd
    • kareng's avatar
      Revert of [ServiceWorkerCache] Implement storage::QuotaClient (patchset #12... · 1be6b8a3
      kareng authored
      Revert of [ServiceWorkerCache] Implement storage::QuotaClient (patchset #12 id:320001 of https://codereview.chromium.org/651983002/)
      
      Reason for revert:
      bug 424923, top crash in canary.
      
      Original issue's description:
      > [ServiceWorkerCache] Implement storage::QuotaClient
      >
      > Adds a QuotaClient for the ServiceWorkerCache system.
      >
      > * Calls to the QuotaManagerProxy like (NotifyStorageAccessed/StorageModified/OriginInUse/etc..) will be in an upcoming CL.
      >
      > * The ServiceWorkerCacheQuotaClient is registered by the ServiceWorkerCacheStorageManager.  The QuotaClient holds a WeakPtr to the ServiceWorkerCacheStorageManager since the manager is destroyed before the QuotaClient.
      >
      > * Added a number of unittests.  They fit better into the StorageManager tests file than in their own file as they rely on a lot of the StorageManager infrastructure.
      >
      > * In order to support QuotaClient the ServiceWorkerCacheStorageManager needs to be able to list the origins it supports. This data is not currently stored so an "origin" member has been added to the CacheStorage index protobuf.  We won't report the origins of existing caches (if any even exist at this point) until their index is next written.
      >
      > BUG=420159
      >
      > Committed: https://crrev.com/22fcbd3c898136dfe839de3ca5cb0633c17bb163
      > Cr-Commit-Position: refs/heads/master@{#300187}
      
      TBR=michaeln@chromium.org,falken@chromium.org,jkarlin@chromium.org
      NOTREECHECKS=true
      NOTRY=true
      BUG=420159
      
      Review URL: https://codereview.chromium.org/651433005
      
      Cr-Commit-Position: refs/heads/master@{#300224}
      1be6b8a3
  3. 18 Oct, 2014 33 commits