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

Issue 102593005: Clean patch with DCC static content (Closed)

Created:
7 years ago by mkearney1
Modified:
7 years ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Clean patch with DCC static content NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=241673

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Added files from old patch #

Patch Set 4 : #

Patch Set 5 : adding support for pillar pages #

Patch Set 6 : updated for 4-column fat nav #

Patch Set 7 : added home and more css changes #

Patch Set 8 : fixed static references in home; changed multidevice to multi-device #

Patch Set 9 : fixed fatnav not showing in appengine #

Patch Set 10 : change nav links and css styles to use proper root #

Patch Set 11 : added related pages; moved fatnav to server-side rendering #

Patch Set 12 : fixed related pages and table of contents #

Patch Set 13 : added scroll support for side options #

Patch Set 14 : integrate CSS changes: empty H2 in TOC and open on click fatnav #

Patch Set 15 : add search; add further resources in pillar pages; integrate latest style changes #

Patch Set 16 : auto focus on search input field #

Patch Set 17 : new fatnav file; permalinks on headers; no horiz scroll on toc; minor fixes #

Patch Set 18 : added missing file #

Patch Set 19 : added copyright footer #

Patch Set 20 : bumped versions of cron and app, so running server won't update #

Total comments: 12

Patch Set 21 : addressed reviewer's comments #

Total comments: 24

Patch Set 22 : addressed comments #

Patch Set 23 : Fixed tests for sidenav_data_source #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3836 lines, -1229 lines) Patch
M chrome/common/extensions/docs/server2/app.yaml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/cron.yaml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/sidenav_data_source.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +29 lines, -15 lines 0 comments Download
M chrome/common/extensions/docs/server2/sidenav_data_source_test.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 8 chunks +36 lines, -39 lines 0 comments Download
M chrome/common/extensions/docs/static/css/site.css View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +2466 lines, -461 lines 0 comments Download
A chrome/common/extensions/docs/static/images/bucket-icons.svg View 1 2 3 4 5 6 1 chunk +23 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/static/images/burger-icon.png View 1 2 3 4 Binary file 0 comments Download
A chrome/common/extensions/docs/static/images/cc_by.svg View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +155 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/static/images/chrome-logo_2x.png View 1 2 Binary file 0 comments Download
A chrome/common/extensions/docs/static/images/down-arrow.png View 1 2 3 4 Binary file 0 comments Download
A chrome/common/extensions/docs/static/images/further-resources-icons.svg View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +14 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/static/images/mocks/colt.png View 1 2 3 4 5 6 Binary file 0 comments Download
A chrome/common/extensions/docs/static/images/mocks/devsummit.png View 1 2 3 4 5 6 Binary file 0 comments Download
A chrome/common/extensions/docs/static/images/mocks/dude.png View 1 2 3 4 5 6 Binary file 0 comments Download
A chrome/common/extensions/docs/static/images/mocks/mobilescreen.png View 1 2 3 4 5 6 Binary file 0 comments Download
A chrome/common/extensions/docs/static/images/mocks/multidevice.png View 1 2 3 4 5 6 Binary file 0 comments Download
A chrome/common/extensions/docs/static/images/search.png View 1 2 Binary file 0 comments Download
A chrome/common/extensions/docs/static/js/article.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +72 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/static/js/fatnav.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +96 lines, -0 lines 0 comments Download
D chrome/common/extensions/docs/static/js/scroll.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -49 lines 0 comments Download
A chrome/common/extensions/docs/static/js/search.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +55 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/static/js/site.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +34 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/articles/pillar.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +138 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/templates/json/chrome_sidenav.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 19 chunks +390 lines, -530 lines 0 comments Download
M chrome/common/extensions/docs/templates/json/content_providers.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/templates/private/article.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +11 lines, -5 lines 0 comments Download
A chrome/common/extensions/docs/templates/private/cc.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +5 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/private/fatnav.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +89 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/private/relatedpages_item.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +9 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/private/relatedpages_items.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +6 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/private/relatedpages_title.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/templates/private/sidenav_item.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -10 lines 0 comments Download
M chrome/common/extensions/docs/templates/private/sidenav_items.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +8 lines, -3 lines 0 comments Download
M chrome/common/extensions/docs/templates/private/site.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +57 lines, -101 lines 0 comments Download
M chrome/common/extensions/docs/templates/private/standard_apps_api.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/private/standard_apps_article.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/private/standard_extensions_api.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/private/standard_extensions_article.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/private/table_of_contents.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/common/extensions/docs/templates/private/table_of_contents_items.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +21 lines, -7 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/apps/pillar.html View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/docs/index.html View 1 2 3 4 5 6 7 1 chunk +91 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
not at google - send to devlin
Before I review: could you bump the versions of app.yaml and cron.yaml in the server2 ...
7 years ago (2013-12-13 21:20:14 UTC) #1
mkearney
Hey, Ben Renato is best person to bump the versions (I don't want to upload, ...
7 years ago (2013-12-13 21:35:27 UTC) #2
mkearney1
** Table of contents for reference pages is broken (extensions/storage.html is a good one to ...
7 years ago (2013-12-13 22:23:30 UTC) #3
mkearney1
lgtm... Renato brings up a good point. We are better to land this cl and ...
7 years ago (2013-12-13 22:31:28 UTC) #4
mkearney1
I'm the owner of this cl, so I can't lgtm :)
7 years ago (2013-12-13 22:33:14 UTC) #5
Renato Mangini (chromium)
lgtm
7 years ago (2013-12-13 22:41:42 UTC) #6
not at google - send to devlin
lgtm with comments + that caveat. I didn't really review sidenav_data_source that closely given I ...
7 years ago (2013-12-13 23:03:46 UTC) #7
not at google - send to devlin
https://codereview.chromium.org/102593005/diff/350001/chrome/common/extensions/docs/server2/sidenav_data_source.py File chrome/common/extensions/docs/server2/sidenav_data_source.py (right): https://codereview.chromium.org/102593005/diff/350001/chrome/common/extensions/docs/server2/sidenav_data_source.py#newcode107 chrome/common/extensions/docs/server2/sidenav_data_source.py:107: for nav_type in ('top', 'related')] this should be just ...
7 years ago (2013-12-13 23:05:12 UTC) #8
not at google - send to devlin
btw I didn't look at the actual content in the slightest, leaving that to everybody ...
7 years ago (2013-12-13 23:05:47 UTC) #9
not at google - send to devlin
https://codereview.chromium.org/102593005/diff/350001/chrome/common/extensions/docs/server2/app.yaml File chrome/common/extensions/docs/server2/app.yaml (right): https://codereview.chromium.org/102593005/diff/350001/chrome/common/extensions/docs/server2/app.yaml#newcode2 chrome/common/extensions/docs/server2/app.yaml:2: version: 2-45-0 when you sync you'll find this has ...
7 years ago (2013-12-13 23:07:23 UTC) #10
not at google - send to devlin
https://codereview.chromium.org/102593005/diff/350001/chrome/common/extensions/docs/server2/sidenav_data_source.py File chrome/common/extensions/docs/server2/sidenav_data_source.py (right): https://codereview.chromium.org/102593005/diff/350001/chrome/common/extensions/docs/server2/sidenav_data_source.py#newcode115 chrome/common/extensions/docs/server2/sidenav_data_source.py:115: self._server_instance.base_path + self._request.path) Also: it looks like _ProcessRelated can ...
7 years ago (2013-12-14 02:41:04 UTC) #11
Renato Mangini (chromium)
addressed kalman's comments https://codereview.chromium.org/102593005/diff/350001/chrome/common/extensions/docs/server2/app.yaml File chrome/common/extensions/docs/server2/app.yaml (right): https://codereview.chromium.org/102593005/diff/350001/chrome/common/extensions/docs/server2/app.yaml#newcode2 chrome/common/extensions/docs/server2/app.yaml:2: version: 2-45-0 On 2013/12/13 23:07:24, kalman ...
7 years ago (2013-12-17 20:32:32 UTC) #12
not at google - send to devlin
lgtm with some very minor nits, though could you also update sidenav_data_source_test.py with those new ...
7 years ago (2013-12-18 05:10:13 UTC) #13
Renato Mangini (chromium)
addressed all comments, except the one re license footer (see inline comments for more) https://codereview.chromium.org/102593005/diff/370001/chrome/common/extensions/docs/server2/sidenav_data_source.py ...
7 years ago (2013-12-18 13:25:29 UTC) #14
Renato Mangini (chromium)
lgtm ... and fixed the tests for sidenav_data_source. Commiting now.
7 years ago (2013-12-18 14:24:36 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mkearney@chromium.org/102593005/410001
7 years ago (2013-12-18 14:24:52 UTC) #16
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=42005
7 years ago (2013-12-18 15:38:29 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mkearney@chromium.org/102593005/410001
7 years ago (2013-12-18 18:20:30 UTC) #18
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=42052
7 years ago (2013-12-18 19:46:49 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mkearney@chromium.org/102593005/410001
7 years ago (2013-12-18 22:04:38 UTC) #20
commit-bot: I haz the power
7 years ago (2013-12-18 22:09:34 UTC) #21
Message was sent while issue was closed.
Change committed as 241673

Powered by Google App Engine
This is Rietveld 408576698