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

Issue 216553012: Resubmit: Remove ExtensionService Garbage-Collecting methods. (Closed)

Created:
6 years, 8 months ago by Devlin
Modified:
6 years, 8 months ago
Reviewers:
rkc, Yoyo Zhou
CC:
chromium-reviews, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Resubmit: Remove ExtensionService Garbage-Collecting methods. Was: https://codereview.chromium.org/204983020/ This was reverted because of WeakPtr threading issues, which were sadly not caught in testing. The issues have been resolved (we no longer use a weak ptr on a separate thread), and the tests have been modified to use multiple threads to more closely resemble reality. BUG=351891 BUG=357753 TBR=rkc@chromium.org (for c/b/chromeos/kiosk_mode) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260998

Patch Set 1 #

Total comments: 2

Patch Set 2 : Latest master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+582 lines, -374 lines) Patch
M chrome/browser/chromeos/kiosk_mode/kiosk_mode_screensaver.cc View 3 chunks +3 lines, -2 lines 0 comments Download
A chrome/browser/extensions/extension_garbage_collector.h View 1 chunk +83 lines, -0 lines 0 comments Download
A chrome/browser/extensions/extension_garbage_collector.cc View 1 chunk +252 lines, -0 lines 0 comments Download
A chrome/browser/extensions/extension_garbage_collector_unittest.cc View 1 chunk +160 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_service.h View 1 8 chunks +17 lines, -32 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 8 chunks +9 lines, -103 lines 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 1 1 chunk +0 lines, -112 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/extension_file_util.h View 3 chunks +3 lines, -17 lines 0 comments Download
M chrome/common/extensions/extension_file_util.cc View 5 chunks +3 lines, -83 lines 0 comments Download
M chrome/common/extensions/extension_file_util_unittest.cc View 1 chunk +1 line, -13 lines 0 comments Download
M extensions/common/one_shot_event.h View 3 chunks +13 lines, -2 lines 0 comments Download
M extensions/common/one_shot_event.cc View 4 chunks +35 lines, -10 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Devlin
https://codereview.chromium.org/216553012/diff/1/chrome/browser/extensions/extension_garbage_collector.cc File chrome/browser/extensions/extension_garbage_collector.cc (right): https://codereview.chromium.org/216553012/diff/1/chrome/browser/extensions/extension_garbage_collector.cc#newcode98 chrome/browser/extensions/extension_garbage_collector.cc:98: void GarbageCollectExtensionsOnFileThread( Difference 1: We now call this without ...
6 years, 8 months ago (2014-03-28 22:42:43 UTC) #1
Yoyo Zhou
LGTM
6 years, 8 months ago (2014-03-28 22:54:45 UTC) #2
Devlin
The CQ bit was checked by rdevlin.cronin@chromium.org
6 years, 8 months ago (2014-04-01 17:14:46 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/216553012/20001
6 years, 8 months ago (2014-04-01 17:15:13 UTC) #4
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-01 17:36:11 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 8 months ago (2014-04-01 17:36:12 UTC) #6
Devlin
The CQ bit was checked by rdevlin.cronin@chromium.org
6 years, 8 months ago (2014-04-01 18:33:15 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/216553012/20001
6 years, 8 months ago (2014-04-01 18:33:39 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/216553012/20001
6 years, 8 months ago (2014-04-01 22:37:43 UTC) #9
commit-bot: I haz the power
6 years, 8 months ago (2014-04-02 00:30:47 UTC) #10
Message was sent while issue was closed.
Change committed as 260998

Powered by Google App Engine
This is Rietveld 408576698