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

Issue 1389543003: Revert of Check in a simple pure-python based Markdown previewer. (Closed)

Created:
5 years, 2 months ago by Dirk Pranke
Modified:
5 years, 2 months ago
Reviewers:
nodir, jam, scottmg
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, scottmg, nyquist
Base URL:
https://chromium.googlesource.com/chromium/src.git@add
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of Check in a simple pure-python based Markdown previewer. (patchset #3 id:90001 of https://codereview.chromium.org/1356203004/ ) Reason for revert: checklicenses.py is complaining: http://build.chromium.org/p/chromium/builders/Linux/builds/67561 Original issue's description: > Check in a simple pure-python based Markdown previewer. > > We are now trying to write more and more of our documentation > as Markdown files that live in the repo, but there's no easy > way to preview changes in a local checkout. > > This CL adds a simple previewing tool written in pure Python > that depends on the 'Markdown' python package (also pure Python) > to do all the heavy lifting. It aims to replicate the look > and feel of googlesource.com as closely as possible. > > R=nodir@chromium.org, jam@chromium.org > BUG= > > Committed: https://crrev.com/abe11cb68dd11d5ee153218ba99a3cdba3a3ced6 > Cr-Commit-Position: refs/heads/master@{#352450} TBR=nodir@chromium.org,jam@chromium.org,scottmg@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Committed: https://crrev.com/f87211d56e86be9d68e637e47e7fdfbbcb8834d6 Cr-Commit-Position: refs/heads/master@{#352503}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -6373 lines) Patch
D third_party/Python-Markdown/LICENSE.md View 1 chunk +0 lines, -30 lines 0 comments Download
D third_party/Python-Markdown/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D third_party/Python-Markdown/README.chromium View 1 chunk +0 lines, -34 lines 0 comments Download
D third_party/Python-Markdown/README.md View 1 chunk +0 lines, -35 lines 0 comments Download
D third_party/Python-Markdown/markdown/__init__.py View 1 chunk +0 lines, -529 lines 0 comments Download
D third_party/Python-Markdown/markdown/__main__.py View 1 chunk +0 lines, -136 lines 0 comments Download
D third_party/Python-Markdown/markdown/__version__.py View 1 chunk +0 lines, -29 lines 0 comments Download
D third_party/Python-Markdown/markdown/blockparser.py View 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/Python-Markdown/markdown/blockprocessors.py View 1 chunk +0 lines, -563 lines 0 comments Download
D third_party/Python-Markdown/markdown/extensions/__init__.py View 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/Python-Markdown/markdown/extensions/abbr.py View 1 chunk +0 lines, -91 lines 0 comments Download
D third_party/Python-Markdown/markdown/extensions/admonition.py View 1 chunk +0 lines, -96 lines 0 comments Download
D third_party/Python-Markdown/markdown/extensions/attr_list.py View 1 chunk +0 lines, -177 lines 0 comments Download
D third_party/Python-Markdown/markdown/extensions/codehilite.py View 1 chunk +0 lines, -265 lines 0 comments Download
D third_party/Python-Markdown/markdown/extensions/def_list.py View 1 chunk +0 lines, -115 lines 0 comments Download
D third_party/Python-Markdown/markdown/extensions/extra.py View 1 chunk +0 lines, -132 lines 0 comments Download
D third_party/Python-Markdown/markdown/extensions/fenced_code.py View 1 chunk +0 lines, -112 lines 0 comments Download
D third_party/Python-Markdown/markdown/extensions/footnotes.py View 1 chunk +0 lines, -319 lines 0 comments Download
D third_party/Python-Markdown/markdown/extensions/headerid.py View 1 chunk +0 lines, -97 lines 0 comments Download
D third_party/Python-Markdown/markdown/extensions/meta.py View 1 chunk +0 lines, -78 lines 0 comments Download
D third_party/Python-Markdown/markdown/extensions/nl2br.py View 1 chunk +0 lines, -35 lines 0 comments Download
D third_party/Python-Markdown/markdown/extensions/sane_lists.py View 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/Python-Markdown/markdown/extensions/smart_strong.py View 1 chunk +0 lines, -41 lines 0 comments Download
D third_party/Python-Markdown/markdown/extensions/smarty.py View 1 chunk +0 lines, -263 lines 0 comments Download
D third_party/Python-Markdown/markdown/extensions/tables.py View 1 chunk +0 lines, -102 lines 0 comments Download
D third_party/Python-Markdown/markdown/extensions/toc.py View 1 chunk +0 lines, -309 lines 0 comments Download
D third_party/Python-Markdown/markdown/extensions/wikilinks.py View 1 chunk +0 lines, -89 lines 0 comments Download
D third_party/Python-Markdown/markdown/inlinepatterns.py View 1 chunk +0 lines, -529 lines 0 comments Download
D third_party/Python-Markdown/markdown/odict.py View 1 chunk +0 lines, -191 lines 0 comments Download
D third_party/Python-Markdown/markdown/postprocessors.py View 1 chunk +0 lines, -108 lines 0 comments Download
D third_party/Python-Markdown/markdown/preprocessors.py View 1 chunk +0 lines, -345 lines 0 comments Download
D third_party/Python-Markdown/markdown/serializers.py View 1 chunk +0 lines, -282 lines 0 comments Download
D third_party/Python-Markdown/markdown/treeprocessors.py View 1 chunk +0 lines, -371 lines 0 comments Download
D third_party/Python-Markdown/markdown/util.py View 1 chunk +0 lines, -177 lines 0 comments Download
D tools/md_browser/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D tools/md_browser/README.md View 1 chunk +0 lines, -27 lines 0 comments Download
D tools/md_browser/doc.css View 1 chunk +0 lines, -298 lines 0 comments Download
D tools/md_browser/footer.html View 1 chunk +0 lines, -8 lines 0 comments Download
D tools/md_browser/header.html View 1 chunk +0 lines, -7 lines 0 comments Download
D tools/md_browser/md_browser.py View 1 chunk +0 lines, -102 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Dirk Pranke
Created Revert of Check in a simple pure-python based Markdown previewer.
5 years, 2 months ago (2015-10-06 01:17:39 UTC) #1
Dirk Pranke
5 years, 2 months ago (2015-10-06 01:18:06 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1389543003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1389543003/1
5 years, 2 months ago (2015-10-06 01:18:22 UTC) #3
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 2 months ago (2015-10-06 01:21:31 UTC) #4
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/f87211d56e86be9d68e637e47e7fdfbbcb8834d6 Cr-Commit-Position: refs/heads/master@{#352503}
5 years, 2 months ago (2015-10-06 01:22:27 UTC) #5
nodir
Lgtm On Mon, Oct 5, 2015, 6:22 PM commit-bot@chromium.org via codereview.chromium.org <reply@chromiumcodereview-hr.appspotmail.com> wrote: > Patchset ...
5 years, 2 months ago (2015-10-06 14:41:32 UTC) #6
nodir
5 years, 2 months ago (2015-10-06 21:15:57 UTC) #7
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698