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

Issue 16171011: Move parsing of NaCl modules out of Extension. (Closed)

Created:
7 years, 6 months ago by Yoyo Zhou
Modified:
7 years, 6 months ago
CC:
chromium-reviews, Aaron Boodman, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Move parsing of NaCl modules out of Extension. Unify the NaClModuleInfos. BUG=159265 TBR=mirandac@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203199

Patch Set 1 #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : plugin manager #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+399 lines, -240 lines) Patch
M chrome/browser/extensions/extension_service.h View 1 2 4 chunks +0 lines, -27 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 10 chunks +0 lines, -158 lines 0 comments Download
A chrome/browser/extensions/plugin_manager.h View 1 2 1 chunk +63 lines, -0 lines 2 comments Download
A chrome/browser/extensions/plugin_manager.cc View 1 2 1 chunk +194 lines, -0 lines 1 comment Download
M chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_common.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/chrome_manifest_handlers.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension.h View 4 chunks +0 lines, -13 lines 0 comments Download
M chrome/common/extensions/extension.cc View 2 chunks +1 line, -42 lines 0 comments Download
A chrome/common/extensions/manifest_handlers/nacl_modules_handler.h View 1 1 chunk +41 lines, -0 lines 0 comments Download
A chrome/common/extensions/manifest_handlers/nacl_modules_handler.cc View 1 1 chunk +90 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Yoyo Zhou
7 years, 6 months ago (2013-05-29 02:12:12 UTC) #1
not at google - send to devlin
lg just that one comment about moving it out of extension service. it may make ...
7 years, 6 months ago (2013-05-29 16:29:21 UTC) #2
not at google - send to devlin
https://codereview.chromium.org/16171011/diff/2001/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): https://codereview.chromium.org/16171011/diff/2001/chrome/browser/extensions/extension_service.cc#newcode1091 chrome/browser/extensions/extension_service.cc:1091: bool plugins_or_nacl_changed = false; On 2013/05/29 16:29:21, kalman wrote: ...
7 years, 6 months ago (2013-05-29 16:32:09 UTC) #3
Yoyo Zhou
https://codereview.chromium.org/16171011/diff/2001/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): https://codereview.chromium.org/16171011/diff/2001/chrome/browser/extensions/extension_service.cc#newcode1091 chrome/browser/extensions/extension_service.cc:1091: bool plugins_or_nacl_changed = false; On 2013/05/29 16:29:21, kalman wrote: ...
7 years, 6 months ago (2013-05-29 22:27:47 UTC) #4
not at google - send to devlin
sweet, and got rid of #ifdefs too! https://codereview.chromium.org/16171011/diff/10001/chrome/browser/extensions/plugin_manager.cc File chrome/browser/extensions/plugin_manager.cc (right): https://codereview.chromium.org/16171011/diff/10001/chrome/browser/extensions/plugin_manager.cc#newcode125 chrome/browser/extensions/plugin_manager.cc:125: } it's ...
7 years, 6 months ago (2013-05-29 23:04:06 UTC) #5
not at google - send to devlin
lgtm
7 years, 6 months ago (2013-05-29 23:04:09 UTC) #6
Yoyo Zhou
The ifdef just got moved out to ChromeBrowserMainExtraPartsProfiles (now there's a name for you). https://codereview.chromium.org/16171011/diff/10001/chrome/browser/extensions/plugin_manager.h ...
7 years, 6 months ago (2013-05-29 23:14:36 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/16171011/10001
7 years, 6 months ago (2013-05-29 23:15:38 UTC) #8
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=5764
7 years, 6 months ago (2013-05-29 23:26:20 UTC) #9
Yoyo Zhou
TBR=mirandac for chrome_browser_main_extra_parts_profiles
7 years, 6 months ago (2013-05-29 23:28:49 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/16171011/10001
7 years, 6 months ago (2013-05-29 23:29:05 UTC) #11
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) content_browsertests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=155451
7 years, 6 months ago (2013-05-30 01:32:49 UTC) #12
Miranda Callahan
On 2013/05/30 01:32:49, I haz the power (commit-bot) wrote: > Retried try job too often ...
7 years, 6 months ago (2013-05-30 11:28:52 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/16171011/10001
7 years, 6 months ago (2013-05-30 15:22:26 UTC) #14
commit-bot: I haz the power
7 years, 6 months ago (2013-05-30 19:42:32 UTC) #15
Message was sent while issue was closed.
Change committed as 203199

Powered by Google App Engine
This is Rietveld 408576698