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

Issue 15842014: Doc Server Manifest Generation Followup

Created:
7 years, 6 months ago by jshumway
Modified:
7 years, 5 months ago
CC:
chromium-reviews, hashimoto+watch_chromium.org, aboxhall+watch_chromium.org, tzik+watch_chromium.org, yoshiki+watch_chromium.org, yuzo+watch_chromium.org, davidbarr+watch_chromium.org, Aaron Boodman, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, chromium-apps-reviews_chromium.org, kinuko+watch, ctguil+watch_chromium.org, zork+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Doc Server Manifest Generation Followup Properties of the example manifest json that are children of other properties are now displayed as sub-json objects. Ex. app.background is now displayed as a property of the app property. Some invalid URLs were created in the last patch and have now be removed. There is now a second issue associated with this patch that is relative to the previous manifest patch: https://codereview.chromium.org/16410002 The previous patch is here: https://codereview.chromium.org/14273041/

Patch Set 1 #

Total comments: 2

Patch Set 2 : Bugfixes and cleanup #

Patch Set 3 : Quick style change #

Patch Set 4 : Small URL change #

Patch Set 5 : Header absolute URL fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1176 lines, -662 lines) Patch
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 +4 lines, -4 lines 0 comments Download
M chrome/common/extensions/docs/server2/intro_data_source.py View 1 chunk +0 lines, -1 line 0 comments Download
A chrome/common/extensions/docs/server2/manifest_data_source.py View 1 2 1 chunk +119 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/server2/manifest_data_source_test.py View 1 1 chunk +135 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/server2/server_instance.py View 1 2 chunks +10 lines, -15 lines 0 comments Download
M chrome/common/extensions/docs/server2/sidenav_data_source.py View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/common/extensions/docs/server2/subversion_file_system.py View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/subversion_file_system_test.py View 1 chunk +44 lines, -7 lines 0 comments Download
M chrome/common/extensions/docs/server2/template_data_source.py View 1 2 3 8 chunks +8 lines, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/template_data_source_test.py View 1 3 chunks +4 lines, -0 lines 0 comments Download
A + chrome/common/extensions/docs/server2/test_data/file_system/list/dir/file0.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/common/extensions/docs/server2/test_data/file_system/list/dir/file1.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/common/extensions/docs/server2/test_data/file_system/list/dir/file2.html View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/common/extensions/docs/templates/articles/manifest.html View 1 2 3 1 chunk +1 line, -633 lines 0 comments Download
A chrome/common/extensions/docs/templates/articles/manifest/app.html View 1 chunk +8 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/articles/manifest/default_locale.html View 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/articles/manifest/description.html View 1 chunk +13 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/articles/manifest/file_handlers.html View 1 chunk +42 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/articles/manifest/homepage_url.html View 1 chunk +9 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/articles/manifest/icons.html View 1 chunk +52 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/articles/manifest/incognito.html View 1 chunk +32 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/articles/manifest/key.html View 1 chunk +28 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/articles/manifest/kiosk_enabled.html View 1 chunk +8 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/articles/manifest/manifest_version.html View 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/articles/manifest/minimum_chrome_version.html View 1 chunk +6 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/articles/manifest/nacl_modules.html View 1 chunk +62 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/articles/manifest/name.html View 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/articles/manifest/offline_enabled.html View 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/articles/manifest/requirements.html View 1 chunk +47 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/articles/manifest/sandbox.html View 1 chunk +67 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/articles/manifest/version.html View 1 chunk +48 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/articles/manifest/web_accessible_resources.html View 1 chunk +59 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/json/manifest.json View 1 1 chunk +242 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/templates/private/header_body.html View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
A chrome/common/extensions/docs/templates/private/manifest_example.html View 1 chunk +25 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/private/manifest_properties.html View 1 1 chunk +11 lines, -0 lines 0 comments Download
A + chrome/common/extensions/docs/templates/public/apps/browserAction.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/common/extensions/docs/templates/public/apps/contentSecurityPolicy.html View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/common/extensions/docs/templates/public/apps/fileBrowserHandler.html View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/manifest.html View 1 1 chunk +1 line, -1 line 0 comments Download
A chrome/common/extensions/docs/templates/public/apps/manifest/app.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/apps/manifest/default_locale.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/apps/manifest/description.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/apps/manifest/file_handlers.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/apps/manifest/icons.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/apps/manifest/key.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/apps/manifest/kiosk_enabled.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/apps/manifest/manifest_version.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/apps/manifest/minimum_chrome_version.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/apps/manifest/nacl_modules.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/apps/manifest/name.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/apps/manifest/offline_enabled.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/apps/manifest/requirements.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/apps/manifest/sandbox.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/apps/manifest/version.html View 1 chunk +1 line, -0 lines 0 comments Download
A + chrome/common/extensions/docs/templates/public/apps/omnibox.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/common/extensions/docs/templates/public/apps/pageAction.html View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/manifest.html View 1 1 chunk +2 lines, -1 line 0 comments Download
A chrome/common/extensions/docs/templates/public/extensions/manifest/default_locale.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/extensions/manifest/description.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/extensions/manifest/homepage_url.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/extensions/manifest/icons.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/extensions/manifest/incognito.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/extensions/manifest/key.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/extensions/manifest/manifest_version.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/extensions/manifest/minimum_chrome_version.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/extensions/manifest/nacl_modules.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/extensions/manifest/name.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/extensions/manifest/offline_enabled.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/extensions/manifest/requirements.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/extensions/manifest/sandbox.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/extensions/manifest/version.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/extensions/manifest/web_accessible_resources.html View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
jshumway
7 years, 6 months ago (2013-05-31 03:23:29 UTC) #1
jshumway
Properties are now put into their parent json object on the manifest example page. Invalid ...
7 years, 6 months ago (2013-05-31 03:25:13 UTC) #2
not at google - send to devlin
It's good to upload a version of this patch against master - easier for me ...
7 years, 6 months ago (2013-05-31 18:27:21 UTC) #3
jshumway
I was looking into some of the properties and found some interesting things: First, I ...
7 years, 6 months ago (2013-06-05 03:02:39 UTC) #4
not at google - send to devlin
Ok I'm burnt out on reviews today :( but it looks like you have a ...
7 years, 6 months ago (2013-06-11 19:00:08 UTC) #5
jshumway
Quick change to add /apps/contentSecurityPolicy.html as a valid URL that directs to the same page ...
7 years, 6 months ago (2013-06-19 00:58:38 UTC) #6
not at google - send to devlin
I would rather we actually do a 302 redirect than just shoving the content into ...
7 years, 6 months ago (2013-06-19 15:45:09 UTC) #7
jshumway
7 years, 6 months ago (2013-06-20 23:53:18 UTC) #8
On 2013/06/19 15:45:09, kalman wrote:
> I would rather we actually do a 302 redirect than just shoving the content
into
> that doc. It has an all-but-identical effect, but maintains the single
canonical
> location for those CSP docs, which is something to aim for.
> 
> I.e. let's land your redirect patch first then do that.
> 
> In any case - could you point me at this code review rebased against your
first
> patch? Maybe we should just land it in one lump - easier for me to
cherry-pick.
> 
> Ping me when it's done.

Here is the link to this patch vs the previous manifest patch:
https://codereview.chromium.org/16410002

Powered by Google App Engine
This is Rietveld 408576698