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

Issue 11018003: Extensions Docs Server: Server code for showing properties of properties (Closed)

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

Description

Extensions Docs Server: Server code for showing properties of properties This is a separate patch with just the server code for showing properties of properties. HandlebarDictGenerator now generates IDs for all API items, which are used in the table of contents. Template changes are here: https://codereview.chromium.org/10985071/ BUG=151866 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=160300

Patch Set 1 #

Total comments: 8

Patch Set 2 : add simple_name to model.py #

Total comments: 8

Patch Set 3 : fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+157 lines, -57 lines) Patch
M chrome/common/extensions/docs/server2/handlebar_dict_generator.py View 1 2 8 chunks +42 lines, -20 lines 0 comments Download
M chrome/common/extensions/docs/server2/handlebar_dict_generator_test.py View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/server2/test_data/test_json/expected_test_file.json View 1 10 chunks +37 lines, -8 lines 0 comments Download
M tools/json_schema_compiler/model.py View 1 2 14 chunks +70 lines, -29 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
cduvall
8 years, 2 months ago (2012-09-29 00:37:55 UTC) #1
not at google - send to devlin
(you might want to make the change description less context-specific, like, "add IDs to all ...
8 years, 2 months ago (2012-10-03 01:07:26 UTC) #2
not at google - send to devlin
(because all the model items in model.py have a "parent" property -- they're just for ...
8 years, 2 months ago (2012-10-03 01:09:12 UTC) #3
cduvall
http://codereview.chromium.org/11018003/diff/1/chrome/common/extensions/docs/server2/handlebar_dict_generator.py File chrome/common/extensions/docs/server2/handlebar_dict_generator.py (right): http://codereview.chromium.org/11018003/diff/1/chrome/common/extensions/docs/server2/handlebar_dict_generator.py#newcode24 chrome/common/extensions/docs/server2/handlebar_dict_generator.py:24: def _CreateId(name, parent, prefix): On 2012/10/03 01:07:26, kalman wrote: ...
8 years, 2 months ago (2012-10-05 01:13:26 UTC) #4
not at google - send to devlin
lgtm, thanks. I realised that you can't just put "parent" on the JSON because that ...
8 years, 2 months ago (2012-10-05 01:30:16 UTC) #5
cduvall
https://codereview.chromium.org/11018003/diff/3001/chrome/common/extensions/docs/server2/handlebar_dict_generator.py File chrome/common/extensions/docs/server2/handlebar_dict_generator.py (right): https://codereview.chromium.org/11018003/diff/3001/chrome/common/extensions/docs/server2/handlebar_dict_generator.py#newcode132 chrome/common/extensions/docs/server2/handlebar_dict_generator.py:132: 'parent_name': None, On 2012/10/05 01:30:16, kalman wrote: > put ...
8 years, 2 months ago (2012-10-05 01:44:56 UTC) #6
commit-bot: I haz the power
8 years, 2 months ago (2012-10-05 01:45:27 UTC) #7

Powered by Google App Engine
This is Rietveld 408576698