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

Issue 1414863003: md_browser: Implement Gitiles blocks notation. (Closed)

Created:
5 years, 2 months ago by Yuta Kitamura
Modified:
5 years, 2 months ago
Reviewers:
Dirk Pranke, nodir
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

md_browser: Implement Gitiles blocks notation. This patch implements an extention for Python-Markdown which processes Gitiles' extended blocks notation, such as: *** note ... *** Manually tested with existing documentation containing this syntax, such as docs/linux_debugging.md. R=nodir@chromium.org, dpranke@chromium.org BUG=none Committed: https://crrev.com/cf19a4364f0623982d4a58cefbdec6f4cdded86e Cr-Commit-Position: refs/heads/master@{#355490}

Patch Set 1 #

Total comments: 14

Patch Set 2 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, --1 lines) Patch
A + tools/md_browser/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A tools/md_browser/gitiles_ext_blocks.py View 1 1 chunk +84 lines, -0 lines 0 comments Download
M tools/md_browser/md_browser.py View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
Yuta Kitamura
Hi nodir, Do you think it's reasonable to have this functionality in md_browser? If so, ...
5 years, 2 months ago (2015-10-20 11:21:38 UTC) #1
nodir
+Dirk, the owner https://codereview.chromium.org/1414863003/diff/1/tools/md_browser/gitiles_ext_blocks.py File tools/md_browser/gitiles_ext_blocks.py (right): https://codereview.chromium.org/1414863003/diff/1/tools/md_browser/gitiles_ext_blocks.py#newcode16 tools/md_browser/gitiles_ext_blocks.py:16: from markdown.util import etree there are ...
5 years, 2 months ago (2015-10-20 14:53:39 UTC) #3
Dirk Pranke
mostly looks fine, just a few comments. https://codereview.chromium.org/1414863003/diff/1/tools/md_browser/gitiles_ext_blocks.py File tools/md_browser/gitiles_ext_blocks.py (right): https://codereview.chromium.org/1414863003/diff/1/tools/md_browser/gitiles_ext_blocks.py#newcode16 tools/md_browser/gitiles_ext_blocks.py:16: from markdown.util ...
5 years, 2 months ago (2015-10-20 22:42:17 UTC) #4
Yuta Kitamura
Addressed comments. PTAL? https://codereview.chromium.org/1414863003/diff/1/tools/md_browser/gitiles_ext_blocks.py File tools/md_browser/gitiles_ext_blocks.py (right): https://codereview.chromium.org/1414863003/diff/1/tools/md_browser/gitiles_ext_blocks.py#newcode16 tools/md_browser/gitiles_ext_blocks.py:16: from markdown.util import etree On 2015/10/20 ...
5 years, 2 months ago (2015-10-21 04:36:49 UTC) #5
Dirk Pranke
lgtm, thanks! https://codereview.chromium.org/1414863003/diff/1/tools/md_browser/gitiles_ext_blocks.py File tools/md_browser/gitiles_ext_blocks.py (right): https://codereview.chromium.org/1414863003/diff/1/tools/md_browser/gitiles_ext_blocks.py#newcode28 tools/md_browser/gitiles_ext_blocks.py:28: BlockProcessor.__init__(self, *args, **kwargs) On 2015/10/21 04:36:48, Yuta ...
5 years, 2 months ago (2015-10-21 19:12:51 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1414863003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1414863003/20001
5 years, 2 months ago (2015-10-22 04:40:29 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 2 months ago (2015-10-22 05:00:56 UTC) #10
commit-bot: I haz the power
5 years, 2 months ago (2015-10-22 05:01:46 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/cf19a4364f0623982d4a58cefbdec6f4cdded86e
Cr-Commit-Position: refs/heads/master@{#355490}

Powered by Google App Engine
This is Rietveld 408576698