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

Issue 2202733003: [Extensions] Remove JSONFeatureProvider, SimpleFeature::Parse (Closed)

Created:
4 years, 4 months ago by Devlin
Modified:
4 years, 4 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, Dirk Pranke, extensions-reviews_chromium.org, asargent_no_longer_on_chrome, Nico
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Extensions] Remove JSONFeatureProvider, SimpleFeature::Parse JSONFeatureProvider and parsing is dead. Long live compiled feature files. BUG=280286 Committed: https://crrev.com/c46a48577b1b750f2561d7f3aeb45e354b45d3c4 Cr-Commit-Position: refs/heads/master@{#412408}

Patch Set 1 : woo #

Patch Set 2 : Rebase #

Total comments: 5

Patch Set 3 : lazyboy@'s #

Total comments: 4

Patch Set 4 : Lei's #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -838 lines) Patch
M chrome/common/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/BUILD.gn View 1 chunk +22 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/common_extension_api_unittest.cc View 1 2 3 5 chunks +18 lines, -58 lines 0 comments Download
M chrome/common/extensions/chrome_extensions_client.cc View 1 chunk +0 lines, -1 line 0 comments Download
M extensions/common/features/api_feature.h View 1 2 1 chunk +5 lines, -10 lines 0 comments Download
M extensions/common/features/api_feature.cc View 1 2 1 chunk +0 lines, -26 lines 0 comments Download
M extensions/common/features/complex_feature_unittest.cc View 1 2 chunks +29 lines, -37 lines 0 comments Download
D extensions/common/features/json_feature_provider.h View 1 chunk +0 lines, -36 lines 0 comments Download
D extensions/common/features/json_feature_provider.cc View 1 chunk +0 lines, -149 lines 0 comments Download
M extensions/common/features/manifest_feature.h View 1 chunk +0 lines, -2 lines 0 comments Download
M extensions/common/features/manifest_feature.cc View 1 chunk +0 lines, -18 lines 0 comments Download
M extensions/common/features/permission_feature.h View 1 chunk +0 lines, -1 line 0 comments Download
M extensions/common/features/permission_feature.cc View 1 chunk +0 lines, -18 lines 0 comments Download
M extensions/common/features/simple_feature.h View 1 chunk +0 lines, -9 lines 0 comments Download
M extensions/common/features/simple_feature.cc View 1 2 3 3 chunks +0 lines, -193 lines 0 comments Download
M extensions/common/features/simple_feature_unittest.cc View 1 2 3 12 chunks +40 lines, -272 lines 0 comments Download
M extensions/extensions.gypi View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M extensions/shell/common/shell_extensions_client.cc View 1 chunk +0 lines, -1 line 0 comments Download
M extensions/test/test_extensions_client.cc View 1 chunk +0 lines, -1 line 0 comments Download
M tools/json_schema_compiler/feature_compiler.py View 1 1 chunk +10 lines, -1 line 0 comments Download
M tools/json_schema_compiler/feature_compiler_test.py View 1 1 chunk +7 lines, -0 lines 0 comments Download
M tools/json_schema_compiler/test/features_generation_unittest.cc View 1 3 chunks +19 lines, -0 lines 0 comments Download
M tools/json_schema_compiler/test/features_test.json View 1 3 chunks +10 lines, -2 lines 0 comments Download

Messages

Total messages: 39 (27 generated)
Devlin
Cleanup time! Istiaque, mind taking a look? Dirk, can you take a quick glance at ...
4 years, 4 months ago (2016-08-03 15:13:36 UTC) #10
Dirk Pranke
lgtm
4 years, 4 months ago (2016-08-03 18:23:16 UTC) #11
lazyboy
lgtm with one comment. https://codereview.chromium.org/2202733003/diff/80001/extensions/common/features/api_feature.h File extensions/common/features/api_feature.h (right): https://codereview.chromium.org/2202733003/diff/80001/extensions/common/features/api_feature.h#newcode14 extensions/common/features/api_feature.h:14: class APIFeature : public SimpleFeature ...
4 years, 4 months ago (2016-08-03 18:52:20 UTC) #12
Devlin
https://codereview.chromium.org/2202733003/diff/80001/extensions/common/features/api_feature.h File extensions/common/features/api_feature.h (right): https://codereview.chromium.org/2202733003/diff/80001/extensions/common/features/api_feature.h#newcode14 extensions/common/features/api_feature.h:14: class APIFeature : public SimpleFeature { On 2016/08/03 18:52:20, ...
4 years, 4 months ago (2016-08-03 19:26:25 UTC) #14
Devlin
+thakis - chrome/OWNER needed for mods to chrome/common/BUILD.gn. Nico, mind taking a quick look?
4 years, 4 months ago (2016-08-03 19:27:06 UTC) #17
Devlin
s/nico/lei
4 years, 4 months ago (2016-08-16 19:33:17 UTC) #21
Lei Zhang
https://codereview.chromium.org/2202733003/diff/100001/chrome/common/extensions/api/common_extension_api_unittest.cc File chrome/common/extensions/api/common_extension_api_unittest.cc (right): https://codereview.chromium.org/2202733003/diff/100001/chrome/common/extensions/api/common_extension_api_unittest.cc#newcode160 chrome/common/extensions/api/common_extension_api_unittest.cc:160: const char* test_features[] = { const char* const kTestFeatures[] ...
4 years, 4 months ago (2016-08-16 19:41:57 UTC) #22
Lei Zhang
lgtm
4 years, 4 months ago (2016-08-16 19:42:07 UTC) #23
Devlin
https://codereview.chromium.org/2202733003/diff/100001/chrome/common/extensions/api/common_extension_api_unittest.cc File chrome/common/extensions/api/common_extension_api_unittest.cc (right): https://codereview.chromium.org/2202733003/diff/100001/chrome/common/extensions/api/common_extension_api_unittest.cc#newcode160 chrome/common/extensions/api/common_extension_api_unittest.cc:160: const char* test_features[] = { On 2016/08/16 19:41:57, Lei ...
4 years, 4 months ago (2016-08-17 01:10:35 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2202733003/120001
4 years, 4 months ago (2016-08-17 01:11:49 UTC) #35
commit-bot: I haz the power
Committed patchset #4 (id:120001)
4 years, 4 months ago (2016-08-17 01:16:42 UTC) #37
commit-bot: I haz the power
4 years, 4 months ago (2016-08-17 01:19:41 UTC) #39
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/c46a48577b1b750f2561d7f3aeb45e354b45d3c4
Cr-Commit-Position: refs/heads/master@{#412408}

Powered by Google App Engine
This is Rietveld 408576698