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

Issue 10367002: Make all extension api types fully qualified. (Closed)

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

Description

Make all extension api types fully qualified. BUG=123073 TEST= (unit_tests --gtest_filter=ExtensionAPI) && (browser_tests --gtest_filter=ExtensionApiTest) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=136296 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=136588

Patch Set 1 #

Patch Set 2 : still failing some tests...early preview #

Patch Set 3 : still missing docs, and a few json file cleanups #

Patch Set 4 : tests pass, docs are updated, it's g2g I think #

Total comments: 6

Patch Set 5 : review comments #

Patch Set 6 : rebase #

Patch Set 7 : fix webrequest tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+427 lines, -152 lines) Patch
M chrome/common/extensions/api/browserAction.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/contextMenus.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/declarativeWebRequest.json View 1 2 3 4 5 6 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/common/extensions/api/devtools_api.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/experimental.bookmarkManager.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/experimental.infobars.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/extension.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/extension_api.cc View 1 2 3 4 5 2 chunks +66 lines, -2 lines 0 comments Download
M chrome/common/extensions/api/extension_api_unittest.cc View 1 1 chunk +69 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/pageAction.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/privacy.json View 1 2 3 4 5 3 chunks +11 lines, -11 lines 0 comments Download
M chrome/common/extensions/api/proxy.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/tabs.json View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/api/ttsEngine.json View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/api/windows.json View 1 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/common/extensions/docs/browserAction.html View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/docs/contextMenus.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/declarativeWebRequest.html View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/devtools.panels.html View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/docs/experimental.alarms.html View 1 2 3 4 5 13 chunks +16 lines, -16 lines 0 comments Download
M chrome/common/extensions/docs/experimental.infobars.html View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/docs/extension.html View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/pageAction.html View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/docs/privacy.html View 1 2 3 4 5 11 chunks +11 lines, -11 lines 0 comments Download
M chrome/common/extensions/docs/proxy.html View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/tabs.html View 1 2 3 4 5 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/common/extensions/docs/ttsEngine.html View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/windows.html View 1 2 3 4 5 6 chunks +6 lines, -6 lines 0 comments Download
M chrome/renderer/resources/extensions/content_settings_custom_bindings.js View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/resources/extensions/declarative_webrequest_custom_bindings.js View 1 2 3 4 5 6 1 chunk +3 lines, -1 line 0 comments Download
M chrome/renderer/resources/extensions/storage_custom_bindings.js View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/resources/extensions/types_custom_bindings.js View 1 1 chunk +1 line, -1 line 0 comments Download
A chrome/test/data/extensions/extension_api_unittest/types_have_namespace.json View 1 1 chunk +38 lines, -0 lines 0 comments Download
M tools/json_schema_compiler/cc_generator.py View 1 2 3 4 5 4 chunks +5 lines, -4 lines 0 comments Download
M tools/json_schema_compiler/cpp_type_generator.py View 1 2 3 4 6 chunks +16 lines, -28 lines 0 comments Download
M tools/json_schema_compiler/cpp_type_generator_test.py View 1 2 4 chunks +11 lines, -12 lines 0 comments Download
M tools/json_schema_compiler/h_generator.py View 1 2 chunks +2 lines, -1 line 0 comments Download
M tools/json_schema_compiler/idl_schema.py View 1 2 3 4 5 2 chunks +4 lines, -1 line 0 comments Download
M tools/json_schema_compiler/idl_schema_test.py View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M tools/json_schema_compiler/json_schema.py View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M tools/json_schema_compiler/model_test.py View 1 2 1 chunk +9 lines, -8 lines 0 comments Download
A tools/json_schema_compiler/schema_util.py View 1 1 chunk +37 lines, -0 lines 0 comments Download
A tools/json_schema_compiler/schema_util_test.py View 1 2 1 chunk +67 lines, -0 lines 0 comments Download
M tools/json_schema_compiler/test/crossref.json View 1 4 chunks +4 lines, -4 lines 0 comments Download
M tools/json_schema_compiler/test/dependencyTester.json View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M tools/json_schema_compiler/test/windows.json View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (0 generated)
asargent_no_longer_on_chrome
Would it simplify things if we just insisted that all $ref values in the API ...
8 years, 7 months ago (2012-05-03 22:19:58 UTC) #1
bryeung
As a little more context for others on the thread, Antony is helping me figure ...
8 years, 7 months ago (2012-05-04 00:23:00 UTC) #2
asargent_no_longer_on_chrome
LGTM w/ a couple of nits (BTW, I fixed the subject of the review for ...
8 years, 7 months ago (2012-05-09 18:37:22 UTC) #3
bryeung
Thanks Antony! All fixed and off to the try bots. http://codereview.chromium.org/10367002/diff/7002/chrome/common/extensions/api/extension_api.cc File chrome/common/extensions/api/extension_api.cc (right): http://codereview.chromium.org/10367002/diff/7002/chrome/common/extensions/api/extension_api.cc#newcode144 ...
8 years, 7 months ago (2012-05-09 19:12:00 UTC) #4
bryeung
Antony: could you sanity check the latest patch set? It's just a couple of lines.
8 years, 7 months ago (2012-05-09 21:35:08 UTC) #5
asargent_no_longer_on_chrome
looks sane to me!
8 years, 7 months ago (2012-05-09 21:43:02 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bryeung@chromium.org/10367002/15047
8 years, 7 months ago (2012-05-10 13:04:56 UTC) #7
commit-bot: I haz the power
Change committed as 136296
8 years, 7 months ago (2012-05-10 14:38:16 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bryeung@chromium.org/10367002/15047
8 years, 7 months ago (2012-05-10 18:05:35 UTC) #9
commit-bot: I haz the power
Try job failure for 10367002-15047 (retry) on mac_rel for step "compile" (clobber build). It's a ...
8 years, 7 months ago (2012-05-10 18:38:37 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bryeung@chromium.org/10367002/15047
8 years, 7 months ago (2012-05-10 18:43:25 UTC) #11
commit-bot: I haz the power
Try job failure for 10367002-15047 (retry) (retry) (retry) on android for steps "Compile, build". It's ...
8 years, 7 months ago (2012-05-10 19:09:46 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bryeung@chromium.org/10367002/15047
8 years, 7 months ago (2012-05-10 20:40:13 UTC) #13
commit-bot: I haz the power
Try job failure for 10367002-15047 (retry) on android for steps "Compile, build". It's a second ...
8 years, 7 months ago (2012-05-10 20:49:53 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bryeung@chromium.org/10367002/15047
8 years, 7 months ago (2012-05-11 14:44:23 UTC) #15
commit-bot: I haz the power
8 years, 7 months ago (2012-05-11 17:00:23 UTC) #16
Change committed as 136588

Powered by Google App Engine
This is Rietveld 408576698