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

Issue 10815042: Extensions Docs Server: api_index.html, experimental.html (Closed)

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

Description

Extensions Docs Server: api_index.html, experimental.html Implemented the api_index.html and experimental.html pages using an api_list_data_source. BUG=131095 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=147995 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=148403

Patch Set 1 : #

Total comments: 19

Patch Set 2 : fixes #

Total comments: 2

Patch Set 3 : Take out the h1 substituting so I'm not a liar #

Patch Set 4 : fix name #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M chrome/common/extensions/docs/server2/templates/articles/api_index.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/templates/articles/experimental.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
cduvall
Some more special pages. https://chromiumcodereview.appspot.com/10815042/diff/2001/chrome/common/extensions/docs/server2/intro_data_source.py File chrome/common/extensions/docs/server2/intro_data_source.py (right): https://chromiumcodereview.appspot.com/10815042/diff/2001/chrome/common/extensions/docs/server2/intro_data_source.py#newcode21 chrome/common/extensions/docs/server2/intro_data_source.py:21: intro = re.sub('<h1.*>(.+)</h1>', '', intro, ...
8 years, 5 months ago (2012-07-20 21:51:29 UTC) #1
not at google - send to devlin
https://chromiumcodereview.appspot.com/10815042/diff/2001/chrome/common/extensions/docs/server2/api_data_source.py File chrome/common/extensions/docs/server2/api_data_source.py (right): https://chromiumcodereview.appspot.com/10815042/diff/2001/chrome/common/extensions/docs/server2/api_data_source.py#newcode15 chrome/common/extensions/docs/server2/api_data_source.py:15: """ This class fetches and loads JSON APIs from ...
8 years, 5 months ago (2012-07-23 12:40:24 UTC) #2
cduvall
http://codereview.chromium.org/10815042/diff/2001/chrome/common/extensions/docs/server2/api_data_source.py File chrome/common/extensions/docs/server2/api_data_source.py (right): http://codereview.chromium.org/10815042/diff/2001/chrome/common/extensions/docs/server2/api_data_source.py#newcode15 chrome/common/extensions/docs/server2/api_data_source.py:15: """ This class fetches and loads JSON APIs from ...
8 years, 5 months ago (2012-07-23 20:38:19 UTC) #3
not at google - send to devlin
lgtm nice one, I guess the <h1> thing could be done in a separate patch ...
8 years, 5 months ago (2012-07-23 23:37:43 UTC) #4
cduvall
8 years, 5 months ago (2012-07-23 23:59:54 UTC) #5
https://chromiumcodereview.appspot.com/10815042/diff/7003/chrome/common/exten...
File chrome/common/extensions/docs/server2/intro_data_source.py (right):

https://chromiumcodereview.appspot.com/10815042/diff/7003/chrome/common/exten...
chrome/common/extensions/docs/server2/intro_data_source.py:21: intro =
re.sub('<h1.*>(.+)</h1>', '', intro, 1)
On 2012/07/23 23:37:43, kalman wrote:
> doesn't look like it's been taken out though..

Oopsies, sorry about that.

Powered by Google App Engine
This is Rietveld 408576698