|
|
DescriptionReplace usage of single-threaded SequencedWorkerPool with a base::Thread in image_fetcher_unittest.mm
Also cleaned up a TODO for 440857 on the way.
BUG=646443, 440857
Committed: https://crrev.com/cab88d00953b328b6ee4e4aa285a686da79cfb57
Cr-Commit-Position: refs/heads/master@{#419049}
Patch Set 1 #
Total comments: 2
Patch Set 2 : bring back ScopedBlock #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 33 (25 generated)
The CQ bit was checked by gab@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds...)
The CQ bit was checked by gab@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by gab@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Patchset #4 (id:60001) has been deleted
Patchset #1 (id:1) has been deleted
Patchset #1 (id:20001) has been deleted
The CQ bit was checked by gab@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
gab@chromium.org changed reviewers: + droger@chromium.org
@droger PTaL, thanks!
Patchset #1 (id:40001) has been deleted
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
Not giving the LG because of the memory leak issue. Other than that it looks good. https://codereview.chromium.org/2333023003/diff/80001/ios/chrome/browser/net/... File ios/chrome/browser/net/image_fetcher_unittest.mm (right): https://codereview.chromium.org/2333023003/diff/80001/ios/chrome/browser/net/... ios/chrome/browser/net/image_fetcher_unittest.mm:106: ImageFetchedCallback callback_; I don't think this change is right, can you revert it? ImageFetchedCallback is a Objective-C block, not a base::Callback. The call to "copy" on line 80 above has to be balanced by a release, which is what ScopedBlock does.
The CQ bit was checked by gab@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Thanks, PTanL https://codereview.chromium.org/2333023003/diff/80001/ios/chrome/browser/net/... File ios/chrome/browser/net/image_fetcher_unittest.mm (right): https://codereview.chromium.org/2333023003/diff/80001/ios/chrome/browser/net/... ios/chrome/browser/net/image_fetcher_unittest.mm:106: ImageFetchedCallback callback_; On 2016/09/14 08:43:09, droger wrote: > I don't think this change is right, can you revert it? > > ImageFetchedCallback is a Objective-C block, not a base::Callback. > The call to "copy" on line 80 above has to be balanced by a release, which is > what ScopedBlock does. Oops, my bad, thought this was yet another use case of unnecessary usage of a heap ptr for a member. Done.
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 gab@chromium.org
The CQ bit was unchecked by commit-bot@chromium.org
This CL has an open dependency (Issue 2337253003 Patch 1). Please resolve the dependency and try again. If you are sure that there is no real dependency, please use one of the options listed in https://goo.gl/9Es4OR to land the CL.
The CQ bit was checked by gab@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #2 (id:100001)
Message was sent while issue was closed.
Description was changed from ========== Replace usage of single-threaded SequencedWorkerPool with a base::Thread in image_fetcher_unittest.mm Also cleaned up a TODO for 440857 on the way. BUG=646443, 440857 ========== to ========== Replace usage of single-threaded SequencedWorkerPool with a base::Thread in image_fetcher_unittest.mm Also cleaned up a TODO for 440857 on the way. BUG=646443, 440857 Committed: https://crrev.com/cab88d00953b328b6ee4e4aa285a686da79cfb57 Cr-Commit-Position: refs/heads/master@{#419049} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/cab88d00953b328b6ee4e4aa285a686da79cfb57 Cr-Commit-Position: refs/heads/master@{#419049} |