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

Issue 850603003: Add a 'nocompile' option to Extension feature files, and annotate all Devtools (Closed)

Created:
5 years, 11 months ago by not at google - send to devlin
Modified:
5 years, 11 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a 'nocompile' option to Extension feature files, and annotate all Devtools APIs with it. Devtools APIs are written by hand and don't need to be compiled (moreover, it crashes when you try). BUG=356133 R=mek@chromium.org Committed: https://crrev.com/1bd5b187a8868df3f0f2998e4ad770fd31c04846 Cr-Commit-Position: refs/heads/master@{#311302}

Patch Set 1 #

Patch Set 2 : add tests #

Total comments: 5

Patch Set 3 : bug, null #

Patch Set 4 : oops #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -4 lines) Patch
M chrome/browser/extensions/extension_bindings_apitest.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/_api_features.json View 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/bindings/nocompile/devtools.html View 1 1 chunk +6 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/bindings/nocompile/manifest.json View 1 1 chunk +6 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/bindings/nocompile/page.html View 1 1 chunk +6 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/bindings/nocompile/page.js View 1 1 chunk +9 lines, -0 lines 0 comments Download
M extensions/common/features/base_feature_provider.cc View 1 2 3 4 chunks +19 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
not at google - send to devlin
5 years, 11 months ago (2015-01-13 00:57:41 UTC) #1
Marijn Kruisselbrink
You have the wrong bug number in the description https://codereview.chromium.org/850603003/diff/20001/extensions/common/features/base_feature_provider.cc File extensions/common/features/base_feature_provider.cc (right): https://codereview.chromium.org/850603003/diff/20001/extensions/common/features/base_feature_provider.cc#newcode22 extensions/common/features/base_feature_provider.cc:22: ...
5 years, 11 months ago (2015-01-13 01:06:10 UTC) #2
not at google - send to devlin
https://codereview.chromium.org/850603003/diff/20001/extensions/common/features/base_feature_provider.cc File extensions/common/features/base_feature_provider.cc (right): https://codereview.chromium.org/850603003/diff/20001/extensions/common/features/base_feature_provider.cc#newcode22 extensions/common/features/base_feature_provider.cc:22: const base::DictionaryValue* as_dict = NULL; On 2015/01/13 01:06:10, Marijn ...
5 years, 11 months ago (2015-01-13 01:14:52 UTC) #3
Marijn Kruisselbrink
lgtm https://codereview.chromium.org/850603003/diff/20001/extensions/common/features/base_feature_provider.cc File extensions/common/features/base_feature_provider.cc (right): https://codereview.chromium.org/850603003/diff/20001/extensions/common/features/base_feature_provider.cc#newcode24 extensions/common/features/base_feature_provider.cc:24: as_dict->GetBoolean("nocompile", &nocompile); On 2015/01/13 01:14:52, kalman wrote: > ...
5 years, 11 months ago (2015-01-13 01:19:59 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/850603003/40001
5 years, 11 months ago (2015-01-13 01:33:08 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator/builds/48275)
5 years, 11 months ago (2015-01-13 01:55:33 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/850603003/40001
5 years, 11 months ago (2015-01-13 05:06:29 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu_triggered_tests/builds/99003)
5 years, 11 months ago (2015-01-13 05:36:59 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/850603003/60001
5 years, 11 months ago (2015-01-13 17:48:02 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 11 months ago (2015-01-13 19:01:59 UTC) #15
commit-bot: I haz the power
5 years, 11 months ago (2015-01-13 19:03:54 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/1bd5b187a8868df3f0f2998e4ad770fd31c04846
Cr-Commit-Position: refs/heads/master@{#311302}

Powered by Google App Engine
This is Rietveld 408576698