Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Issue 515093002: FileAPI/sync file system cleanups for scoped_refptr operator T* cleanup. (Closed)

Created:
6 years, 3 months ago by dcheng
Modified:
6 years, 3 months ago
Reviewers:
danakj, sky, nhiroki
CC:
chromium-reviews, darin-cc_chromium.org, jam, kinuko+fileapi, nhiroki, tzik
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

FileAPI/sync file system cleanups for scoped_refptr operator T* cleanup. BUG=110610 Committed: https://crrev.com/803cfebdca2a5a924a13053cd7a85733e7110eb2 Cr-Commit-Position: refs/heads/master@{#292400}

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -103 lines) Patch
M chrome/browser/sync_file_system/drive_backend/callback_helper.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc View 1 chunk +1 line, -0 lines 3 comments Download
M chrome/browser/sync_file_system/drive_backend/metadata_database.h View 2 chunks +9 lines, -7 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/metadata_database.cc View 4 chunks +13 lines, -12 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine_context.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine_context.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc View 1 chunk +1 line, -0 lines 3 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_task_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_task_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_task_token.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_task_token.cc View 1 chunk +6 lines, -5 lines 0 comments Download
M chrome/browser/sync_file_system/local/canned_syncable_file_system.h View 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/browser/sync_file_system/local/canned_syncable_file_system.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/fileapi/fileapi_message_filter.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/quota/mock_quota_manager.h View 1 chunk +6 lines, -5 lines 0 comments Download
M content/browser/quota/mock_quota_manager.cc View 1 chunk +8 lines, -5 lines 0 comments Download
M webkit/browser/blob/blob_url_request_job.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/blob/blob_url_request_job.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/blob/blob_url_request_job_factory.h View 1 chunk +4 lines, -3 lines 0 comments Download
M webkit/browser/blob/blob_url_request_job_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/quota/quota_manager.h View 1 chunk +6 lines, -5 lines 0 comments Download
M webkit/browser/quota/quota_manager.cc View 1 chunk +20 lines, -20 lines 0 comments Download
M webkit/browser/quota/quota_manager_proxy.h View 1 chunk +3 lines, -2 lines 0 comments Download
M webkit/browser/quota/quota_manager_proxy.cc View 1 chunk +2 lines, -1 line 0 comments Download
M webkit/common/blob/scoped_file.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/common/blob/scoped_file.cc View 1 chunk +6 lines, -6 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
dcheng
dcheng@chromium.org changed reviewers: + nhiroki@chromium.org
6 years, 3 months ago (2014-08-28 09:24:45 UTC) #1
dcheng
These are some manual fixups for cases that the tool skips. There are many call ...
6 years, 3 months ago (2014-08-28 09:24:45 UTC) #2
nhiroki
lgtm with nits https://codereview.chromium.org/515093002/diff/1/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc File chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc (right): https://codereview.chromium.org/515093002/diff/1/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc#newcode34 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc:34: #include "net/url_request/url_request_context_getter.h" nit: is this necessary? ...
6 years, 3 months ago (2014-08-28 09:36:57 UTC) #3
dcheng
https://codereview.chromium.org/515093002/diff/1/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc File chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc (right): https://codereview.chromium.org/515093002/diff/1/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc#newcode34 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc:34: #include "net/url_request/url_request_context_getter.h" On 2014/08/28 09:36:57, nhiroki wrote: > nit: ...
6 years, 3 months ago (2014-08-28 09:40:06 UTC) #4
nhiroki
https://codereview.chromium.org/515093002/diff/1/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc File chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc (right): https://codereview.chromium.org/515093002/diff/1/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc#newcode34 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc:34: #include "net/url_request/url_request_context_getter.h" On 2014/08/28 09:40:05, dcheng (OOO) wrote: > ...
6 years, 3 months ago (2014-08-28 09:51:57 UTC) #5
dcheng
The CQ bit was checked by dcheng@chromium.org
6 years, 3 months ago (2014-08-28 09:52:56 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/515093002/1
6 years, 3 months ago (2014-08-28 09:53:29 UTC) #7
dcheng
dcheng@chromium.org changed reviewers: + danakj@chromium.org, sky@chromium.org
6 years, 3 months ago (2014-08-28 10:18:25 UTC) #8
dcheng
+danakj for OWNERS review of webkit, +sky for OWNERS review of content/browser/quota changes.
6 years, 3 months ago (2014-08-28 10:18:25 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 3 months ago (2014-08-28 11:00:53 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-28 11:06:02 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/7300)
6 years, 3 months ago (2014-08-28 11:06:03 UTC) #12
sky
LGTM
6 years, 3 months ago (2014-08-28 16:27:20 UTC) #13
danakj
webkit/ LGTM
6 years, 3 months ago (2014-08-28 16:41:12 UTC) #14
dcheng
The CQ bit was checked by dcheng@chromium.org
6 years, 3 months ago (2014-08-28 16:43:02 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/515093002/1
6 years, 3 months ago (2014-08-28 16:44:17 UTC) #16
commit-bot: I haz the power
Committed patchset #1 (id:1) as 052e4ce203245909dadecf729237d3b9642b7853
6 years, 3 months ago (2014-08-28 16:50:24 UTC) #17
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:00:09 UTC) #18
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/803cfebdca2a5a924a13053cd7a85733e7110eb2
Cr-Commit-Position: refs/heads/master@{#292400}

Powered by Google App Engine
This is Rietveld 408576698