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

Issue 8869003: Move the "extension" namespace from extension_api.json into extension_api_extension.json. (Closed)

Created:
9 years ago by koz (OOO until 15th September)
Modified:
9 years ago
CC:
chromium-reviews, jstritar+watch_chromium.org, Aaron Boodman, darin-cc_chromium.org, mihaip+watch_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Move the "extension" namespace from extension_api.json into extension_api_extension.json. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113873

Patch Set 1 #

Total comments: 32

Patch Set 2 : respond to comments #

Patch Set 3 : add missing file #

Patch Set 4 : make extension.json a list of objects #

Patch Set 5 : fix compile errors #

Patch Set 6 : Fix API docs search example extension. #

Patch Set 7 : remove extension-docs example extension #

Patch Set 8 : build/build.py #

Patch Set 9 : method rename #

Patch Set 10 : rebase #

Patch Set 11 : run build.py again #

Patch Set 12 : build.py again? #

Unified diffs Side-by-side diffs Delta from patch set Stats (+462 lines, -980 lines) Patch
M chrome/browser/extensions/extension_clear_api.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/extension_clear_api.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/extension_cookies_api.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_proxy_api.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_proxy_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_proxy_api_helpers.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_webnavigation_api.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/extension_webrequest_api.cc View 1 2 3 4 5 6 7 8 9 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_webstore_private_api.h View 1 2 3 4 5 6 7 8 9 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/common_resources.grd View 1 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/api/extension.json View 1 2 3 1 chunk +263 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/extension_api.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/extension_api.cc View 1 2 3 4 5 6 9 10 11 1 chunk +19 lines, -8 lines 0 comments Download
M chrome/common/extensions/api/extension_api.json View 1 2 3 4 5 6 7 8 9 11 1 chunk +0 lines, -261 lines 0 comments Download
M chrome/common/extensions/docs/build/build.py View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/extensions/docs/build/directory.py View 1 4 chunks +4 lines, -4 lines 0 comments Download
D chrome/common/extensions/docs/examples/api/omnibox/extension-docs.zip View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
D chrome/common/extensions/docs/examples/api/omnibox/extension-docs/background.html View 1 2 3 4 5 6 1 chunk +0 lines, -13 lines 0 comments Download
D chrome/common/extensions/docs/examples/api/omnibox/extension-docs/background.js View 1 2 3 4 5 6 1 chunk +0 lines, -414 lines 0 comments Download
D chrome/common/extensions/docs/examples/api/omnibox/extension-docs/icon-128.png View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
D chrome/common/extensions/docs/examples/api/omnibox/extension-docs/icon-16.png View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
D chrome/common/extensions/docs/examples/api/omnibox/extension-docs/manifest.json View 1 2 3 4 5 6 1 chunk +0 lines, -16 lines 0 comments Download
M chrome/common/extensions/docs/experimental.socket.html View 1 2 3 4 5 6 7 12 chunks +153 lines, -156 lines 0 comments Download
M chrome/common/extensions/docs/js/api_page_generator.js View 1 2 chunks +4 lines, -1 line 0 comments Download
M chrome/common/extensions/docs/samples.html View 1 2 3 4 5 6 7 2 chunks +0 lines, -54 lines 0 comments Download
M chrome/common/extensions/docs/samples.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -32 lines 0 comments Download
M chrome/renderer/extensions/chrome_v8_context.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/extension_dispatcher.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/schema_generated_bindings.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/extensions/schema_generated_bindings.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
koz (OOO until 15th September)
The interesting part of this change is buried in a sea of replacing the word ...
9 years ago (2011-12-07 23:05:00 UTC) #1
koz (OOO until 15th September)
Also note that I haven't run the python script to update the documentation because I ...
9 years ago (2011-12-07 23:05:47 UTC) #2
not at google - send to devlin
(My trivial little 2c, will let Aaron actually review it.) There will be a lot ...
9 years ago (2011-12-07 23:26:00 UTC) #3
Aaron Boodman
Cool, only nits. No need to wait for another review from me. LGTM http://codereview.chromium.org/8869003/diff/1/chrome/browser/extensions/extension_clear_api.h File ...
9 years ago (2011-12-07 23:30:35 UTC) #4
not at google - send to devlin
http://codereview.chromium.org/8869003/diff/1/chrome/common/extensions/docs/js/api_page_generator.js File chrome/common/extensions/docs/js/api_page_generator.js (right): http://codereview.chromium.org/8869003/diff/1/chrome/common/extensions/docs/js/api_page_generator.js#newcode23 chrome/common/extensions/docs/js/api_page_generator.js:23: var SCHEMA_EXTENSION = '../api/extension_api_extension.json'; might want to make this ...
9 years ago (2011-12-08 00:13:48 UTC) #5
not at google - send to devlin
http://codereview.chromium.org/8869003/diff/1/chrome/common/extensions/docs/build/build.py File chrome/common/extensions/docs/build/build.py (right): http://codereview.chromium.org/8869003/diff/1/chrome/common/extensions/docs/build/build.py#newcode29 chrome/common/extensions/docs/build/build.py:29: _extension_api_dir + "/extension_api_extension.json" would be nice to do an ...
9 years ago (2011-12-08 00:32:48 UTC) #6
not at google - send to devlin
We will also need to update chrome/common/extensions/PRESUBMIT.py at some point.
9 years ago (2011-12-08 00:37:05 UTC) #7
koz (OOO until 15th September)
http://codereview.chromium.org/8869003/diff/1/chrome/browser/extensions/extension_clear_api.h File chrome/browser/extensions/extension_clear_api.h (left): http://codereview.chromium.org/8869003/diff/1/chrome/browser/extensions/extension_clear_api.h#oldcode8 chrome/browser/extensions/extension_clear_api.h:8: // chrome/common/extensions/api/extension_api.json. On 2011/12/07 23:30:35, Aaron Boodman wrote: > ...
9 years ago (2011-12-09 19:24:17 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/8869003/16001
9 years ago (2011-12-09 19:25:46 UTC) #9
commit-bot: I haz the power
Can't apply patch for file chrome/common/extensions/docs/samples.json. While running patch -p1 --forward --force; patching file chrome/common/extensions/docs/samples.json ...
9 years ago (2011-12-09 19:26:28 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/8869003/21031
9 years ago (2011-12-09 19:51:58 UTC) #11
commit-bot: I haz the power
Can't apply patch for file chrome/common/extensions/docs/samples.json. While running patch -p1 --forward --force; patching file chrome/common/extensions/docs/samples.json ...
9 years ago (2011-12-09 19:52:08 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/8869003/20002
9 years ago (2011-12-09 20:21:53 UTC) #13
commit-bot: I haz the power
9 years ago (2011-12-09 20:24:38 UTC) #14
Try job failure for 8869003-20002 on linux_clang for step "update".
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_clan...

Step "update" is always a major failure.
Look at the try server FAQ for more details.

Powered by Google App Engine
This is Rietveld 408576698