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

Issue 213673002: Add support for "documented_in" annotation in json api schema (Closed)

Created:
6 years, 9 months ago by ahernandez
Modified:
6 years, 9 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add support for "documented_in" annotation in json api schema BUG=341275 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260306

Patch Set 1 #

Total comments: 14

Patch Set 2 : #

Patch Set 3 : Bump version #

Patch Set 4 : Bump version (again) #

Patch Set 5 : Bump version (again) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -54 lines) Patch
M chrome/common/extensions/api/webview_tag.json View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/api_data_source_test.py View 1 2 3 3 chunks +14 lines, -5 lines 0 comments Download
M chrome/common/extensions/docs/server2/app.yaml View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/cron.yaml View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/reference_resolver.py View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/common/extensions/docs/server2/reference_resolver_test.py View 1 4 chunks +53 lines, -44 lines 0 comments Download

Messages

Total messages: 40 (0 generated)
ahernandez
Could you please take a look at this? https://codereview.chromium.org/213673002/diff/1/chrome/common/extensions/docs/server2/api_data_source_test.py File chrome/common/extensions/docs/server2/api_data_source_test.py (right): https://codereview.chromium.org/213673002/diff/1/chrome/common/extensions/docs/server2/api_data_source_test.py#newcode93 chrome/common/extensions/docs/server2/api_data_source_test.py:93: return ...
6 years, 9 months ago (2014-03-26 22:03:32 UTC) #1
not at google - send to devlin
https://codereview.chromium.org/213673002/diff/1/chrome/common/extensions/api/webview_tag.json File chrome/common/extensions/api/webview_tag.json (right): https://codereview.chromium.org/213673002/diff/1/chrome/common/extensions/api/webview_tag.json#newcode12 chrome/common/extensions/api/webview_tag.json:12: "documented_in": "webview" shouldn't this be "tags/webview"? https://codereview.chromium.org/213673002/diff/1/chrome/common/extensions/docs/server2/reference_resolver.py File chrome/common/extensions/docs/server2/reference_resolver.py ...
6 years, 9 months ago (2014-03-26 22:11:11 UTC) #2
ahernandez
https://codereview.chromium.org/213673002/diff/1/chrome/common/extensions/api/webview_tag.json File chrome/common/extensions/api/webview_tag.json (right): https://codereview.chromium.org/213673002/diff/1/chrome/common/extensions/api/webview_tag.json#newcode12 chrome/common/extensions/api/webview_tag.json:12: "documented_in": "webview" On 2014/03/26 22:11:11, kalman wrote: > shouldn't ...
6 years, 9 months ago (2014-03-26 22:15:38 UTC) #3
not at google - send to devlin
https://codereview.chromium.org/213673002/diff/1/chrome/common/extensions/api/webview_tag.json File chrome/common/extensions/api/webview_tag.json (right): https://codereview.chromium.org/213673002/diff/1/chrome/common/extensions/api/webview_tag.json#newcode12 chrome/common/extensions/api/webview_tag.json:12: "documented_in": "webview" On 2014/03/26 22:15:38, ahernandez.miralles wrote: > On ...
6 years, 9 months ago (2014-03-26 22:20:10 UTC) #4
ahernandez
On 2014/03/26 22:20:10, kalman wrote: > https://codereview.chromium.org/213673002/diff/1/chrome/common/extensions/api/webview_tag.json > File chrome/common/extensions/api/webview_tag.json (right): > > https://codereview.chromium.org/213673002/diff/1/chrome/common/extensions/api/webview_tag.json#newcode12 > ...
6 years, 9 months ago (2014-03-26 22:23:05 UTC) #5
not at google - send to devlin
> The links resolve properly (i.e no errors from ReferenceResolver during > integration_test and a ...
6 years, 9 months ago (2014-03-26 22:34:07 UTC) #6
ahernandez
On 2014/03/26 22:34:07, kalman wrote: > > The links resolve properly (i.e no errors from ...
6 years, 9 months ago (2014-03-26 22:37:35 UTC) #7
not at google - send to devlin
On 2014/03/26 22:37:35, ahernandez.miralles wrote: > On 2014/03/26 22:34:07, kalman wrote: > > > The ...
6 years, 9 months ago (2014-03-26 22:41:44 UTC) #8
not at google - send to devlin
https://codereview.chromium.org/213673002/diff/1/chrome/common/extensions/api/webview_tag.json File chrome/common/extensions/api/webview_tag.json (right): https://codereview.chromium.org/213673002/diff/1/chrome/common/extensions/api/webview_tag.json#newcode12 chrome/common/extensions/api/webview_tag.json:12: "documented_in": "webview" On 2014/03/26 22:20:10, kalman wrote: > On ...
6 years, 9 months ago (2014-03-26 22:43:32 UTC) #9
ahernandez
https://codereview.chromium.org/213673002/diff/1/chrome/common/extensions/api/webview_tag.json File chrome/common/extensions/api/webview_tag.json (right): https://codereview.chromium.org/213673002/diff/1/chrome/common/extensions/api/webview_tag.json#newcode12 chrome/common/extensions/api/webview_tag.json:12: "documented_in": "webview" On 2014/03/26 22:43:33, kalman wrote: > On ...
6 years, 9 months ago (2014-03-26 22:46:20 UTC) #10
ahernandez
https://codereview.chromium.org/213673002/diff/1/chrome/common/extensions/api/webview_tag.json File chrome/common/extensions/api/webview_tag.json (right): https://codereview.chromium.org/213673002/diff/1/chrome/common/extensions/api/webview_tag.json#newcode12 chrome/common/extensions/api/webview_tag.json:12: "documented_in": "webview" On 2014/03/26 22:46:21, ahernandez.miralles wrote: > On ...
6 years, 9 months ago (2014-03-26 22:46:48 UTC) #11
ahernandez
PTAL
6 years, 9 months ago (2014-03-26 23:19:33 UTC) #12
not at google - send to devlin
lgtm
6 years, 9 months ago (2014-03-26 23:54:58 UTC) #13
not at google - send to devlin
you need to bump app.yaml and cron.yaml versions
6 years, 9 months ago (2014-03-26 23:55:10 UTC) #14
ahernandez
On 2014/03/26 23:55:10, kalman wrote: > you need to bump app.yaml and cron.yaml versions The ...
6 years, 9 months ago (2014-03-26 23:56:15 UTC) #15
not at google - send to devlin
Let's say the middle.
6 years, 9 months ago (2014-03-26 23:58:08 UTC) #16
ahernandez
The CQ bit was checked by ahernandez.miralles@gmail.com
6 years, 9 months ago (2014-03-27 16:11:50 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahernandez.miralles@gmail.com/213673002/40001
6 years, 9 months ago (2014-03-27 16:14:07 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-27 16:34:22 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_clang_dbg
6 years, 9 months ago (2014-03-27 16:34:23 UTC) #20
ahernandez
The CQ bit was checked by ahernandez.miralles@gmail.com
6 years, 9 months ago (2014-03-27 17:50:35 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahernandez.miralles@gmail.com/213673002/40001
6 years, 9 months ago (2014-03-27 17:52:19 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-27 21:33:13 UTC) #23
commit-bot: I haz the power
Failed to apply patch for chrome/common/extensions/docs/server2/app.yaml: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 9 months ago (2014-03-27 21:33:13 UTC) #24
ahernandez
The CQ bit was checked by ahernandez.miralles@gmail.com
6 years, 9 months ago (2014-03-28 15:31:48 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahernandez.miralles@gmail.com/213673002/60001
6 years, 9 months ago (2014-03-28 15:32:27 UTC) #26
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 16:56:56 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_rel
6 years, 9 months ago (2014-03-28 16:56:56 UTC) #28
ahernandez
The CQ bit was checked by ahernandez.miralles@gmail.com
6 years, 9 months ago (2014-03-28 19:06:12 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahernandez.miralles@gmail.com/213673002/60001
6 years, 9 months ago (2014-03-28 19:10:07 UTC) #30
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 21:11:18 UTC) #31
commit-bot: I haz the power
Failed to apply patch for chrome/common/extensions/docs/server2/app.yaml: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 9 months ago (2014-03-28 21:11:19 UTC) #32
ahernandez
The CQ bit was checked by ahernandez.miralles@gmail.com
6 years, 9 months ago (2014-03-28 21:19:18 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahernandez.miralles@gmail.com/213673002/80001
6 years, 9 months ago (2014-03-28 21:20:53 UTC) #34
not at google - send to devlin
lgtm use NOTRY=true
6 years, 9 months ago (2014-03-28 21:22:57 UTC) #35
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 23:44:52 UTC) #36
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
6 years, 9 months ago (2014-03-28 23:44:52 UTC) #37
ahernandez
The CQ bit was checked by ahernandez.miralles@gmail.com
6 years, 9 months ago (2014-03-28 23:46:40 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahernandez.miralles@gmail.com/213673002/80001
6 years, 9 months ago (2014-03-28 23:50:48 UTC) #39
commit-bot: I haz the power
6 years, 9 months ago (2014-03-28 23:55:21 UTC) #40
Message was sent while issue was closed.
Change committed as 260306

Powered by Google App Engine
This is Rietveld 408576698