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

Issue 901573003: Split ExtensionMessageFilter up into a UI thread part and an IO thread part. (Closed)

Created:
5 years, 10 months ago by Bernhard Bauer
Modified:
5 years, 10 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Split ExtensionMessageFilter up into a UI thread part and an IO thread part. The UI thread part is shut down together with the keyed services it depends on, via a new KeyedServiceShutdownNotifier class. BUG=395391 Committed: https://crrev.com/db86306f78fdc641868539eb34ad55890456de05 Cr-Commit-Position: refs/heads/master@{#315631}

Patch Set 1 #

Patch Set 2 : x #

Patch Set 3 : . #

Patch Set 4 : x #

Patch Set 5 : fix #

Patch Set 6 : * #

Patch Set 7 : . #

Patch Set 8 : fix #

Patch Set 9 : fix #

Patch Set 10 : argh #

Patch Set 11 : arghh #

Patch Set 12 : rebase #

Total comments: 8

Patch Set 13 : review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+248 lines, -85 lines) Patch
M chrome/browser/extensions/chrome_content_browser_client_extensions_part.cc View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M extensions/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/browser/api/web_request/web_request_api.cc View 1 2 3 4 5 3 chunks +2 lines, -2 lines 0 comments Download
M extensions/browser/browser_context_keyed_service_factories.cc View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M extensions/browser/extension_function.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +5 lines, -4 lines 0 comments Download
M extensions/browser/extension_function_dispatcher.h View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M extensions/browser/extension_function_dispatcher.cc View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download
M extensions/browser/extension_message_filter.h View 1 2 3 4 5 6 4 chunks +15 lines, -24 lines 0 comments Download
M extensions/browser/extension_message_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 10 chunks +69 lines, -50 lines 0 comments Download
A extensions/browser/io_thread_extension_message_filter.h View 1 2 3 4 5 6 1 chunk +66 lines, -0 lines 0 comments Download
A extensions/browser/io_thread_extension_message_filter.cc View 1 2 3 4 5 1 chunk +75 lines, -0 lines 0 comments Download
M extensions/extensions.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/shell/browser/shell_content_browser_client.cc View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
Bernhard Bauer
Please review.
5 years, 10 months ago (2015-02-08 17:01:18 UTC) #2
Bernhard Bauer
Benjamin, friendly ping? :)
5 years, 10 months ago (2015-02-10 18:28:24 UTC) #3
not at google - send to devlin
lgtm. cleanup suggestions. https://codereview.chromium.org/901573003/diff/210001/extensions/browser/extension_message_filter.cc File extensions/browser/extension_message_filter.cc (right): https://codereview.chromium.org/901573003/diff/210001/extensions/browser/extension_message_filter.cc#newcode229 extensions/browser/extension_message_filter.cc:229: RenderProcessHost* process = RenderProcessHost::FromID(render_process_id_); I wonder ...
5 years, 10 months ago (2015-02-10 18:37:15 UTC) #4
not at google - send to devlin
Forgot to save this comment. https://codereview.chromium.org/901573003/diff/210001/extensions/browser/extension_message_filter.cc File extensions/browser/extension_message_filter.cc (right): https://codereview.chromium.org/901573003/diff/210001/extensions/browser/extension_message_filter.cc#newcode163 extensions/browser/extension_message_filter.cc:163: if (!extension_system_) Is it ...
5 years, 10 months ago (2015-02-10 18:37:41 UTC) #5
Bernhard Bauer
https://codereview.chromium.org/901573003/diff/210001/extensions/browser/extension_message_filter.cc File extensions/browser/extension_message_filter.cc (right): https://codereview.chromium.org/901573003/diff/210001/extensions/browser/extension_message_filter.cc#newcode163 extensions/browser/extension_message_filter.cc:163: if (!extension_system_) On 2015/02/10 18:37:41, kalman wrote: > Is ...
5 years, 10 months ago (2015-02-10 19:02:34 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/901573003/230001
5 years, 10 months ago (2015-02-10 19:06:10 UTC) #9
commit-bot: I haz the power
Committed patchset #13 (id:230001)
5 years, 10 months ago (2015-02-10 20:42:06 UTC) #10
commit-bot: I haz the power
5 years, 10 months ago (2015-02-10 20:42:57 UTC) #11
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/db86306f78fdc641868539eb34ad55890456de05
Cr-Commit-Position: refs/heads/master@{#315631}

Powered by Google App Engine
This is Rietveld 408576698