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

Issue 462533002: Make runtime.reload() work with component extensions. (Closed)

Created:
6 years, 4 months ago by Anand Mistry (off Chromium)
Modified:
6 years, 4 months ago
CC:
chrome-apps-syd-reviews_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Make runtime.reload() work with component extensions. This eliminates the ENABLED_COMPONENT state, and fixes the path CHECK failure. BUG=402377 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289616

Patch Set 1 #

Patch Set 2 : Fix segfault in test... I think. #

Total comments: 4

Patch Set 3 : Eliminate the ENABLED_COMPONENT state. #

Total comments: 13

Patch Set 4 : Address comments. #

Patch Set 5 : Rebase #

Total comments: 2

Patch Set 6 : Fix comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -36 lines) Patch
M chrome/browser/apps/app_browsertest.cc View 1 2 3 4 1 chunk +30 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/voicesearch_ui.cc View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M extensions/browser/extension_prefs.cc View 1 2 3 4 5 4 chunks +18 lines, -29 lines 0 comments Download
M extensions/common/extension.h View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Anand Mistry (off Chromium)
6 years, 4 months ago (2014-08-11 08:34:23 UTC) #1
benwells
https://codereview.chromium.org/462533002/diff/20001/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): https://codereview.chromium.org/462533002/diff/20001/chrome/browser/extensions/extension_service.cc#newcode829 chrome/browser/extensions/extension_service.cc:829: // Component extensions need to be put into the ...
6 years, 4 months ago (2014-08-12 04:17:14 UTC) #2
Anand Mistry (off Chromium)
https://codereview.chromium.org/462533002/diff/20001/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): https://codereview.chromium.org/462533002/diff/20001/chrome/browser/extensions/extension_service.cc#newcode829 chrome/browser/extensions/extension_service.cc:829: // Component extensions need to be put into the ...
6 years, 4 months ago (2014-08-12 05:06:42 UTC) #3
tapted
https://codereview.chromium.org/462533002/diff/20001/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): https://codereview.chromium.org/462533002/diff/20001/chrome/browser/extensions/extension_service.cc#newcode829 chrome/browser/extensions/extension_service.cc:829: // Component extensions need to be put into the ...
6 years, 4 months ago (2014-08-12 05:39:07 UTC) #4
Anand Mistry (off Chromium)
On 2014/08/12 05:39:07, tapted wrote: > https://codereview.chromium.org/462533002/diff/20001/chrome/browser/extensions/extension_service.cc > File chrome/browser/extensions/extension_service.cc (right): > > https://codereview.chromium.org/462533002/diff/20001/chrome/browser/extensions/extension_service.cc#newcode829 > ...
6 years, 4 months ago (2014-08-12 07:30:23 UTC) #5
Anand Mistry (off Chromium)
arv@chromium.org: for voicesearch_ui.cc https://codereview.chromium.org/462533002/diff/20001/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): https://codereview.chromium.org/462533002/diff/20001/chrome/browser/extensions/extension_service.cc#newcode829 chrome/browser/extensions/extension_service.cc:829: // Component extensions need to be ...
6 years, 4 months ago (2014-08-12 07:32:10 UTC) #6
benwells
On 2014/08/12 07:32:10, Anand Mistry wrote: > mailto:arv@chromium.org: for voicesearch_ui.cc > > https://codereview.chromium.org/462533002/diff/20001/chrome/browser/extensions/extension_service.cc > File ...
6 years, 4 months ago (2014-08-12 22:51:39 UTC) #7
tapted
https://codereview.chromium.org/462533002/diff/40001/extensions/browser/extension_prefs.cc File extensions/browser/extension_prefs.cc (right): https://codereview.chromium.org/462533002/diff/40001/extensions/browser/extension_prefs.cc#newcode1340 extensions/browser/extension_prefs.cc:1340: base::FilePath::StringType path; nit: `path` isn't used until the very ...
6 years, 4 months ago (2014-08-13 00:25:07 UTC) #8
chromium-reviews
On 13 Aug 2014 10:25, <tapted@chromium.org> wrote: > > > https://codereview.chromium.org/462533002/diff/40001/extensions/browser/extension_prefs.cc#newcode2063 > extensions/browser/extension_prefs.cc:2063: if > ...
6 years, 4 months ago (2014-08-13 00:36:50 UTC) #9
Anand Mistry (off Chromium)
https://codereview.chromium.org/462533002/diff/40001/extensions/browser/extension_prefs.cc File extensions/browser/extension_prefs.cc (right): https://codereview.chromium.org/462533002/diff/40001/extensions/browser/extension_prefs.cc#newcode1340 extensions/browser/extension_prefs.cc:1340: base::FilePath::StringType path; On 2014/08/13 00:25:07, tapted wrote: > nit: ...
6 years, 4 months ago (2014-08-13 01:53:15 UTC) #10
tapted
lgtm https://codereview.chromium.org/462533002/diff/40001/extensions/browser/extension_prefs.cc File extensions/browser/extension_prefs.cc (right): https://codereview.chromium.org/462533002/diff/40001/extensions/browser/extension_prefs.cc#newcode2063 extensions/browser/extension_prefs.cc:2063: if (extension->manifest()->location() != Manifest::COMPONENT) On 2014/08/13 01:53:15, Anand ...
6 years, 4 months ago (2014-08-13 03:06:55 UTC) #11
Anand Mistry (off Chromium)
https://codereview.chromium.org/462533002/diff/80001/extensions/browser/extension_prefs.cc File extensions/browser/extension_prefs.cc (right): https://codereview.chromium.org/462533002/diff/80001/extensions/browser/extension_prefs.cc#newcode1369 extensions/browser/extension_prefs.cc:1369: // Make path absolute. Most (but not all) extension ...
6 years, 4 months ago (2014-08-13 03:12:56 UTC) #12
arv (Not doing code reviews)
LGTM
6 years, 4 months ago (2014-08-13 15:04:17 UTC) #13
benwells
stamp lgtm
6 years, 4 months ago (2014-08-13 23:29:51 UTC) #14
Anand Mistry (off Chromium)
The CQ bit was checked by amistry@chromium.org
6 years, 4 months ago (2014-08-13 23:30:14 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/amistry@chromium.org/462533002/100001
6 years, 4 months ago (2014-08-13 23:33:41 UTC) #16
commit-bot: I haz the power
6 years, 4 months ago (2014-08-14 16:53:46 UTC) #17
Message was sent while issue was closed.
Committed patchset #6 (100001) as 289616

Powered by Google App Engine
This is Rietveld 408576698