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

Issue 13997002: Load extensions features file separately when needed (Closed)

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

Description

Load extensions features file separately when needed The JSON file for each feature type is now lazily loaded and parsed separately. BUG=55316 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193532

Patch Set 1 : #

Total comments: 12

Patch Set 2 : fixes #

Patch Set 3 : fix unit test compile #

Patch Set 4 : remove GetBaseFeatureProviderByName #

Patch Set 5 : fix merge conflicts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -69 lines) Patch
M chrome/common/extensions/api/extension_api.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/common/extensions/extension.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/features/base_feature_provider.h View 1 2 3 1 chunk +4 lines, -13 lines 0 comments Download
M chrome/common/extensions/features/base_feature_provider.cc View 1 2 3 4 3 chunks +66 lines, -41 lines 0 comments Download
M chrome/common/extensions/features/base_feature_provider_unittest.cc View 1 2 3 4 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/common/extensions/features/feature_provider.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/extensions/manifest.cc View 1 2 3 3 chunks +5 lines, -6 lines 0 comments Download
M chrome/renderer/extensions/dispatcher.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
cduvall
7 years, 8 months ago (2013-04-10 01:57:31 UTC) #1
not at google - send to devlin
nice change. https://codereview.chromium.org/13997002/diff/2001/chrome/common/extensions/features/base_feature_provider.cc File chrome/common/extensions/features/base_feature_provider.cc (right): https://codereview.chromium.org/13997002/diff/2001/chrome/common/extensions/features/base_feature_provider.cc#newcode25 chrome/common/extensions/features/base_feature_provider.cc:25: struct LazyFeatureProvider : public FeatureProvider { I ...
7 years, 8 months ago (2013-04-10 02:06:22 UTC) #2
cduvall
https://codereview.chromium.org/13997002/diff/2001/chrome/common/extensions/features/base_feature_provider.cc File chrome/common/extensions/features/base_feature_provider.cc (right): https://codereview.chromium.org/13997002/diff/2001/chrome/common/extensions/features/base_feature_provider.cc#newcode25 chrome/common/extensions/features/base_feature_provider.cc:25: struct LazyFeatureProvider : public FeatureProvider { On 2013/04/10 02:06:22, ...
7 years, 8 months ago (2013-04-10 02:26:12 UTC) #3
not at google - send to devlin
lgtm if you can delete GetBaseFeatureProviderByName :) https://codereview.chromium.org/13997002/diff/2001/chrome/common/extensions/features/base_feature_provider.h File chrome/common/extensions/features/base_feature_provider.h (right): https://codereview.chromium.org/13997002/diff/2001/chrome/common/extensions/features/base_feature_provider.h#newcode33 chrome/common/extensions/features/base_feature_provider.h:33: static FeatureProvider* ...
7 years, 8 months ago (2013-04-10 02:42:13 UTC) #4
cduvall
https://codereview.chromium.org/13997002/diff/2001/chrome/common/extensions/features/base_feature_provider.h File chrome/common/extensions/features/base_feature_provider.h (right): https://codereview.chromium.org/13997002/diff/2001/chrome/common/extensions/features/base_feature_provider.h#newcode33 chrome/common/extensions/features/base_feature_provider.h:33: static FeatureProvider* LazyGetFeaturesByName(const std::string& name); On 2013/04/10 02:42:13, kalman ...
7 years, 8 months ago (2013-04-10 02:57:56 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cduvall@chromium.org/13997002/20001
7 years, 8 months ago (2013-04-10 02:58:40 UTC) #6
commit-bot: I haz the power
Failed to apply patch for chrome/common/extensions/features/base_feature_provider_unittest.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 8 months ago (2013-04-10 02:58:45 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cduvall@chromium.org/13997002/25001
7 years, 8 months ago (2013-04-10 23:13:43 UTC) #8
commit-bot: I haz the power
7 years, 8 months ago (2013-04-11 01:34:00 UTC) #9
Message was sent while issue was closed.
Change committed as 193532

Powered by Google App Engine
This is Rietveld 408576698