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

Issue 1129063011: Extract LazyBackgroundTaskQueue from ExtensionSystem. (Closed)

Created:
5 years, 7 months ago by juncai
Modified:
5 years, 7 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, tfarina, yurys, rginda+watch_chromium.org, pfeldman, oshima+watch_chromium.org, devtools-reviews_chromium.org, chromium-apps-reviews_chromium.org, aandrey+blink_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, Reilly Grant (use Gerrit)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Extract LazyBackgroundTaskQueue from ExtensionSystem. This patch removes lazy_background_task_queue accessor from ExtensionSystem. It can be its own browser context keyed service. It can be built by its new factory. Committed: https://crrev.com/07ea53870ed17c6f4f410c5ae0838cf4fceec1c3 Cr-Commit-Position: refs/heads/master@{#330815}

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : rebased from master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -103 lines) Patch
M apps/launcher.cc View 1 2 3 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/chromeos/file_manager/file_browser_handlers.cc View 1 2 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/extensions/api/messaging/message_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/devtools_util.cc View 2 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/extensions/extension_system_impl.h View 1 2 3 4 3 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_system_impl.cc View 1 2 3 4 3 chunks +0 lines, -10 lines 0 comments Download
M chrome/browser/extensions/test_extension_system.h View 1 2 3 4 3 chunks +0 lines, -6 lines 0 comments Download
M chrome/browser/extensions/test_extension_system.cc View 1 2 3 4 2 chunks +0 lines, -9 lines 0 comments Download
M chrome/browser/signin/easy_unlock_app_manager_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M extensions/browser/api/runtime/runtime_api.cc View 1 2 2 chunks +12 lines, -14 lines 0 comments Download
M extensions/browser/event_router.cc View 1 2 3 4 2 chunks +3 lines, -4 lines 0 comments Download
M extensions/browser/extension_system.h View 1 2 3 4 2 chunks +0 lines, -4 lines 0 comments Download
M extensions/browser/guest_view/app_view/app_view_guest.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/lazy_background_task_queue.h View 3 chunks +7 lines, -1 line 0 comments Download
M extensions/browser/lazy_background_task_queue.cc View 2 chunks +7 lines, -0 lines 0 comments Download
A + extensions/browser/lazy_background_task_queue_factory.h View 1 2 3 4 2 chunks +11 lines, -11 lines 0 comments Download
A + extensions/browser/lazy_background_task_queue_factory.cc View 1 chunk +13 lines, -13 lines 0 comments Download
M extensions/browser/mock_extension_system.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M extensions/browser/mock_extension_system.cc View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
M extensions/browser/process_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/extensions.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/shell/browser/shell_extension_system.h View 1 2 3 4 3 chunks +0 lines, -3 lines 0 comments Download
M extensions/shell/browser/shell_extension_system.cc View 1 2 3 4 3 chunks +0 lines, -7 lines 0 comments Download

Messages

Total messages: 24 (9 generated)
juncai
Hi, please review this patch. Thanks.
5 years, 7 months ago (2015-05-14 02:07:59 UTC) #2
Reilly Grant (use Gerrit)
Let's give Antony a chance to review this one.
5 years, 7 months ago (2015-05-14 16:51:10 UTC) #5
juncai
atwilson@chromium.org: Please review changes in chrome/browser/signin/easy_unlock_app_manager_unittest.cc hashimoto@chromium.org: Please review changes in chrome/browser/chromeos/file_manager/file_browser_handlers.cc
5 years, 7 months ago (2015-05-14 17:18:06 UTC) #7
asargent_no_longer_on_chrome
Seems fine overall with 2 small nits to resolve. nit: The description of the CL ...
5 years, 7 months ago (2015-05-14 21:13:55 UTC) #8
juncai
removed the line at apps/launcher.cc:58. Please review this patch. https://codereview.chromium.org/1129063011/diff/20001/apps/launcher.cc File apps/launcher.cc (right): https://codereview.chromium.org/1129063011/diff/20001/apps/launcher.cc#newcode58 apps/launcher.cc:58: ...
5 years, 7 months ago (2015-05-16 00:46:40 UTC) #9
Andrew T Wilson (Slow)
I'm the wrong person to review any easy_unlock stuff. Adding tbarzic.
5 years, 7 months ago (2015-05-18 11:55:12 UTC) #11
asargent_no_longer_on_chrome
lgtm
5 years, 7 months ago (2015-05-18 17:05:15 UTC) #12
tbarzic
easy_unlock* LGTM
5 years, 7 months ago (2015-05-18 17:26:35 UTC) #13
juncai
hashimoto@, ping?
5 years, 7 months ago (2015-05-20 00:36:13 UTC) #14
hashimoto
chrome/browser/chromeos/file_manager/file_browser_handlers.cc lgtm
5 years, 7 months ago (2015-05-20 00:45:57 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1129063011/60001
5 years, 7 months ago (2015-05-20 01:00:24 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/54654) ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 7 months ago (2015-05-20 01:07:12 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1129063011/80001
5 years, 7 months ago (2015-05-20 22:13:24 UTC) #22
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 7 months ago (2015-05-20 22:20:20 UTC) #23
commit-bot: I haz the power
5 years, 7 months ago (2015-05-20 22:21:13 UTC) #24
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/07ea53870ed17c6f4f410c5ae0838cf4fceec1c3
Cr-Commit-Position: refs/heads/master@{#330815}

Powered by Google App Engine
This is Rietveld 408576698