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

Issue 2618393003: Remove ScopedVector from ContentBrowserClient. (Closed)

Created:
3 years, 11 months ago by Avi (use Gerrit)
Modified:
3 years, 11 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, creis+watch_chromium.org, tzik, Lei Zhang, nasko+codewatch_chromium.org, jam, nhiroki, android-webview-reviews_chromium.org, tommycli, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, kinuko+fileapi
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove ScopedVector from ContentBrowserClient. BUG=554289 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2618393003 Cr-Commit-Position: refs/heads/master@{#443403} Committed: https://chromium.googlesource.com/chromium/src/+/d6d88b91c89eb59510f0628b0945e5cd65df3871

Patch Set 1 #

Patch Set 2 : chromeos #

Total comments: 2

Patch Set 3 : cleaner a bit #

Total comments: 7

Patch Set 4 : nico #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -148 lines) Patch
M android_webview/browser/aw_content_browser_client.h View 1 chunk +2 lines, -1 line 0 comments Download
M android_webview/browser/aw_content_browser_client.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.h View 1 2 3 4 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 4 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/chrome_content_browser_client_parts.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system_util_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/chrome_content_browser_client_extensions_part.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc View 1 2 2 chunks +10 lines, -7 lines 0 comments Download
M chrome/browser/extensions/extension_navigation_throttle_unittest.cc View 1 2 3 3 chunks +12 lines, -8 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/itunes_file_util_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/media_file_validator_browsertest.cc View 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/native_media_file_util_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/picasa_file_util_unittest.cc View 13 chunks +37 lines, -38 lines 0 comments Download
M chrome/browser/platform_util_unittest.cc View 2 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/sync_file_system/local/canned_syncable_file_system.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/local/sync_file_system_backend.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/local/sync_file_system_backend.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M content/browser/fileapi/browser_file_system_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/fileapi/file_system_context_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/fileapi/file_system_dir_url_request_job_unittest.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M content/browser/fileapi/file_system_operation_runner_unittest.cc View 2 chunks +1 line, -3 lines 0 comments Download
M content/browser/fileapi/file_system_url_request_job_unittest.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M content/browser/frame_host/navigation_handle_impl.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/frame_host/navigation_handle_impl.cc View 1 2 3 4 3 chunks +8 lines, -8 lines 0 comments Download
M content/browser/frame_host/navigator_delegate.h View 2 chunks +2 lines, -3 lines 0 comments Download
M content/browser/frame_host/navigator_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M content/public/browser/content_browser_client.h View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
M content/public/browser/content_browser_client.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/test/test_file_system_context.h View 1 chunk +7 lines, -5 lines 0 comments Download
M content/public/test/test_file_system_context.cc View 5 chunks +9 lines, -7 lines 0 comments Download
M extensions/shell/browser/shell_content_browser_client.h View 1 chunk +2 lines, -1 line 0 comments Download
M extensions/shell/browser/shell_content_browser_client.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M storage/browser/fileapi/file_system_context.h View 3 chunks +2 lines, -3 lines 0 comments Download
M storage/browser/fileapi/file_system_context.cc View 3 chunks +5 lines, -11 lines 0 comments Download

Messages

Total messages: 36 (21 generated)
Avi (use Gerrit)
michaelbai for aw/ rdevlin.cronin for chrome/browser/extensions, extensions/ reillyg for chrome/browser/media_galleries tzik for chrome/browser/sync_file_system, content/browser/fileapi kinuko ...
3 years, 11 months ago (2017-01-10 22:00:23 UTC) #11
Reilly Grant (use Gerrit)
chrome/browser/media_galleries lgtm
3 years, 11 months ago (2017-01-10 22:11:30 UTC) #12
Devlin
extensions lgtm https://codereview.chromium.org/2618393003/diff/20001/chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc File chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc (right): https://codereview.chromium.org/2618393003/diff/20001/chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc#newcode779 chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc:779: ->GetSequencedTaskRunner(pool->GetNamedSequenceToken( that's weird. Did git cl format ...
3 years, 11 months ago (2017-01-10 22:39:26 UTC) #13
michaelbai
android_webview LGTM
3 years, 11 months ago (2017-01-11 01:14:31 UTC) #14
kinuko
storage lgtm
3 years, 11 months ago (2017-01-11 05:49:44 UTC) #15
tzik
sync_file_system & fileapi LGTM
3 years, 11 months ago (2017-01-11 07:58:10 UTC) #16
Avi (use Gerrit)
https://codereview.chromium.org/2618393003/diff/20001/chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc File chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc (right): https://codereview.chromium.org/2618393003/diff/20001/chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc#newcode779 chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc:779: ->GetSequencedTaskRunner(pool->GetNamedSequenceToken( On 2017/01/10 22:39:26, Devlin wrote: > that's weird. ...
3 years, 11 months ago (2017-01-11 18:14:01 UTC) #19
Avi (use Gerrit)
Nico: ping
3 years, 11 months ago (2017-01-12 16:33:25 UTC) #22
Nico
lgtm https://codereview.chromium.org/2618393003/diff/40001/chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc File chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc (right): https://codereview.chromium.org/2618393003/diff/40001/chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc#newcode776 chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc:776: auto sequence_token = no auto https://codereview.chromium.org/2618393003/diff/40001/chrome/browser/extensions/extension_navigation_throttle_unittest.cc File chrome/browser/extensions/extension_navigation_throttle_unittest.cc ...
3 years, 11 months ago (2017-01-12 16:55:23 UTC) #23
Nico
https://codereview.chromium.org/2618393003/diff/40001/chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc File chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc (right): https://codereview.chromium.org/2618393003/diff/40001/chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc#newcode776 chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc:776: auto sequence_token = On 2017/01/12 16:55:23, Nico wrote: > ...
3 years, 11 months ago (2017-01-12 16:55:49 UTC) #24
Avi (use Gerrit)
https://codereview.chromium.org/2618393003/diff/40001/chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc File chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc (right): https://codereview.chromium.org/2618393003/diff/40001/chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc#newcode776 chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc:776: auto sequence_token = On 2017/01/12 16:55:49, Nico wrote: > ...
3 years, 11 months ago (2017-01-12 19:05:37 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2618393003/60001
3 years, 11 months ago (2017-01-12 19:07:29 UTC) #28
commit-bot: I haz the power
Failed to apply patch for chrome/browser/chrome_content_browser_client.h: While running git apply --index -p1; error: patch failed: ...
3 years, 11 months ago (2017-01-12 20:47:44 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2618393003/80001
3 years, 11 months ago (2017-01-12 21:13:44 UTC) #33
commit-bot: I haz the power
3 years, 11 months ago (2017-01-13 00:16:41 UTC) #36
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/d6d88b91c89eb59510f0628b0945...

Powered by Google App Engine
This is Rietveld 408576698