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

Issue 133433002: Docserver: Support markdown for HTML content. Request thirdparty submission review. (Closed)

Created:
6 years, 11 months ago by hukun
Modified:
6 years, 11 months ago
Reviewers:
open-source-third-party-reviews, jschuh, not at google - send to devlin, Daniel Berlin, hukun
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, security_chromium.org, mkearney1
Visibility:
Public.

Description

Docserver: Support markdown for HTML content. Request thirdparty submission review. R=kalman@chromium.org BUG=293681 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244490

Patch Set 1 #

Patch Set 2 : change the version of app & cron.yaml #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6273 lines, -7 lines) Patch
M chrome/common/extensions/docs/server2/app.yaml View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/build_server.py View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/server2/content_provider.py View 4 chunks +29 lines, -4 lines 0 comments Download
M chrome/common/extensions/docs/server2/content_provider_test.py View 3 chunks +16 lines, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/cron.yaml View 1 1 chunk +1 line, -1 line 0 comments Download
A third_party/markdown/LICENSE View 1 chunk +30 lines, -0 lines 0 comments Download
A + third_party/markdown/OWNERS View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/markdown/README.chromium View 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/markdown/__init__.py View 1 chunk +475 lines, -0 lines 0 comments Download
A third_party/markdown/__main__.py View 1 chunk +119 lines, -0 lines 0 comments Download
A third_party/markdown/__version__.py View 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/markdown/blockparser.py View 1 chunk +131 lines, -0 lines 0 comments Download
A third_party/markdown/blockprocessors.py View 1 chunk +590 lines, -0 lines 0 comments Download
A third_party/markdown/extensions/__init__.py View 1 chunk +85 lines, -0 lines 0 comments Download
A third_party/markdown/extensions/abbr.py View 1 chunk +128 lines, -0 lines 0 comments Download
A third_party/markdown/extensions/admonition.py View 1 chunk +150 lines, -0 lines 0 comments Download
A third_party/markdown/extensions/attr_list.py View 1 chunk +172 lines, -0 lines 0 comments Download
A third_party/markdown/extensions/codehilite.py View 1 chunk +272 lines, -0 lines 0 comments Download
A third_party/markdown/extensions/def_list.py View 1 chunk +150 lines, -0 lines 0 comments Download
A third_party/markdown/extensions/extra.py View 1 chunk +86 lines, -0 lines 0 comments Download
A third_party/markdown/extensions/fenced_code.py View 1 chunk +193 lines, -0 lines 0 comments Download
A third_party/markdown/extensions/footnotes.py View 1 chunk +345 lines, -0 lines 0 comments Download
A third_party/markdown/extensions/headerid.py View 1 chunk +231 lines, -0 lines 0 comments Download
A third_party/markdown/extensions/meta.py View 1 chunk +125 lines, -0 lines 0 comments Download
A third_party/markdown/extensions/nl2br.py View 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/markdown/extensions/sane_lists.py View 1 chunk +83 lines, -0 lines 0 comments Download
A third_party/markdown/extensions/smart_strong.py View 1 chunk +74 lines, -0 lines 0 comments Download
A third_party/markdown/extensions/tables.py View 1 chunk +132 lines, -0 lines 0 comments Download
A third_party/markdown/extensions/toc.py View 1 chunk +253 lines, -0 lines 0 comments Download
A third_party/markdown/extensions/wikilinks.py View 1 chunk +183 lines, -0 lines 0 comments Download
A third_party/markdown/inlinepatterns.py View 1 chunk +515 lines, -0 lines 0 comments Download
A third_party/markdown/odict.py View 1 chunk +226 lines, -0 lines 0 comments Download
A third_party/markdown/postprocessors.py View 1 chunk +136 lines, -0 lines 0 comments Download
A third_party/markdown/preprocessors.py View 1 chunk +330 lines, -0 lines 0 comments Download
A third_party/markdown/serializers.py View 1 chunk +309 lines, -0 lines 0 comments Download
A third_party/markdown/treeprocessors.py View 1 chunk +392 lines, -0 lines 0 comments Download
A third_party/markdown/util.py View 1 chunk +168 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
hukun
Hi source-third-party-reviews team, I plan to submit one library called "markdown" into chromium/src/third_party. Could you ...
6 years, 11 months ago (2014-01-10 07:46:20 UTC) #1
not at google - send to devlin
lgtm, what does open-source-third-party-reviews and/or I need to do?
6 years, 11 months ago (2014-01-10 18:36:21 UTC) #2
Daniel Berlin
I'll take a look at it license wise/etc on monday On Fri, Jan 10, 2014 ...
6 years, 11 months ago (2014-01-11 07:22:22 UTC) #3
jschuh
Where is this going to be used? Is it in a new web-facing service or ...
6 years, 11 months ago (2014-01-11 17:09:31 UTC) #4
hukun_google.com
In my own understanding, it is used by http://developer.chrome.com/apps/about_apps.html. @Ben: do you have any other ...
6 years, 11 months ago (2014-01-13 06:53:44 UTC) #5
Daniel Berlin
LGTM for open-source-third-party-reviews On Sun, Jan 12, 2014 at 10:53 PM, Kun Hu <hukun@google.com> wrote: ...
6 years, 11 months ago (2014-01-13 07:13:57 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hukun@chromium.org/133433002/90001
6 years, 11 months ago (2014-01-13 09:47:24 UTC) #7
commit-bot: I haz the power
Change committed as 244490
6 years, 11 months ago (2014-01-13 12:10:50 UTC) #8
jschuh
Why was this committed without getting security sign off? On Mon, Jan 13, 2014 at ...
6 years, 11 months ago (2014-01-13 14:27:04 UTC) #9
not at google - send to devlin
> Why was this committed without getting security sign off? It's for inclusion in the ...
6 years, 11 months ago (2014-01-13 21:35:02 UTC) #10
jschuh
Okay. I wouldn't block or revert this CL, but someone really should submit a review ...
6 years, 11 months ago (2014-01-13 22:43:38 UTC) #11
not at google - send to devlin
On 2014/01/13 22:43:38, Justin Schuh wrote: > Okay. I wouldn't block or revert this CL, ...
6 years, 11 months ago (2014-01-13 22:59:43 UTC) #12
jschuh
On 2014/01/13 22:59:43, kalman wrote: > On 2014/01/13 22:43:38, Justin Schuh wrote: > > Okay. ...
6 years, 11 months ago (2014-01-13 23:37:36 UTC) #13
not at google - send to devlin
6 years, 11 months ago (2014-01-13 23:44:54 UTC) #14
Message was sent while issue was closed.
> 
> But the code is changing. For example, this is a large, new dependency with
> significant security implications.

Fair enough, good idea.

Powered by Google App Engine
This is Rietveld 408576698