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

Issue 868843002: net docs: Barebones doc renderer and net_docs target. (Closed)

Created:
5 years, 11 months ago by Deprecated (see juliatuttle)
Modified:
5 years, 10 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

net docs: Barebones doc renderer and net_docs target. Add a barebones Python script to render network stack documentation (into $PRODUCT_DIR/net/docs) and a gyp action to call the script. BUG=451160 Committed: https://crrev.com/a898dd47f3cadba45edc5fa57c9772545bf8b8f2 Cr-Commit-Position: refs/heads/master@{#317825}

Patch Set 1 #

Patch Set 2 : Split install-build-deps.sh change into another CL; remove debugging print statement. #

Total comments: 14

Patch Set 3 : Address codereview comments; remove a couple more prints #

Patch Set 4 : Dynamically modify sys.path to use third_party/markdown #

Patch Set 5 : Add net/sdch/README.md #

Patch Set 6 : Add a couple of comments to net_docs.py #

Total comments: 12

Patch Set 7 : Make requested changes #

Total comments: 4

Patch Set 8 : Make requested changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -0 lines) Patch
A net/README.md View 1 chunk +1 line, -0 lines 0 comments Download
M net/net.gyp View 1 2 3 4 5 6 7 1 chunk +28 lines, -0 lines 0 comments Download
M net/net.gypi View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
A net/tools/net_docs/net_docs.py View 1 2 3 4 5 6 7 1 chunk +117 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (4 generated)
Deprecated (see juliatuttle)
PTAL, rdsmith.
5 years, 11 months ago (2015-01-22 20:44:13 UTC) #2
Randy Smith (Not in Mondays)
In reading this CL, I was struck by just how much I didn't know. You ...
5 years, 11 months ago (2015-01-23 15:04:18 UTC) #3
Deprecated (see juliatuttle)
Thanks for your comments, rdsmith. https://codereview.chromium.org/868843002/diff/20001/net/README.md File net/README.md (right): https://codereview.chromium.org/868843002/diff/20001/net/README.md#newcode1 net/README.md:1: TODO: Add network stack ...
5 years, 11 months ago (2015-01-23 20:13:00 UTC) #4
Randy Smith (Not in Mondays)
Responses to comments. https://codereview.chromium.org/868843002/diff/20001/net/README.md File net/README.md (right): https://codereview.chromium.org/868843002/diff/20001/net/README.md#newcode1 net/README.md:1: TODO: Add network stack documentation. :) ...
5 years, 10 months ago (2015-01-26 17:29:34 UTC) #5
Deprecated (see juliatuttle)
PTAL at new sys.path hack; I still need to add some documentation to the script. ...
5 years, 10 months ago (2015-01-26 20:49:21 UTC) #6
Deprecated (see juliatuttle)
PTAL, rdsmith. (Added comments to net_docs.py.)
5 years, 10 months ago (2015-02-09 19:21:24 UTC) #7
Randy Smith (Not in Mondays)
Looks good except for the issues below (and I would like someone who knows the ...
5 years, 10 months ago (2015-02-16 14:17:37 UTC) #8
Deprecated (see juliatuttle)
PTAL, rdsmith. Any suggestions for a Python guru to take a finer pass at it? ...
5 years, 10 months ago (2015-02-20 21:03:56 UTC) #9
Randy Smith (Not in Mondays)
LGTM with below nits. Not a request or criticism, just a thought for you to ...
5 years, 10 months ago (2015-02-23 14:42:26 UTC) #10
Randy Smith (Not in Mondays)
Whoops, completely forgot to respond to your question about reviewers. Pawel, are you a reasonable ...
5 years, 10 months ago (2015-02-23 18:48:33 UTC) #12
Randy Smith (Not in Mondays)
On 2015/02/23 18:48:33, rdsmith wrote: > Whoops, completely forgot to respond to your question about ...
5 years, 10 months ago (2015-02-23 18:49:51 UTC) #13
Paweł Hajdan Jr.
LGTM w/nits https://codereview.chromium.org/868843002/diff/120001/net/tools/net_docs/net_docs.py File net/tools/net_docs/net_docs.py (right): https://codereview.chromium.org/868843002/diff/120001/net/tools/net_docs/net_docs.py#newcode2 net/tools/net_docs/net_docs.py:2: nit: Remove this empty line. https://codereview.chromium.org/868843002/diff/120001/net/tools/net_docs/net_docs.py#newcode3 net/tools/net_docs/net_docs.py:3: ...
5 years, 10 months ago (2015-02-24 13:23:47 UTC) #14
Deprecated (see juliatuttle)
Thanks, Randy and Paweł. https://codereview.chromium.org/868843002/diff/100001/net/tools/net_docs/net_docs.py File net/tools/net_docs/net_docs.py (right): https://codereview.chromium.org/868843002/diff/100001/net/tools/net_docs/net_docs.py#newcode58 net/tools/net_docs/net_docs.py:58: # TODO(ttuttle): Add navigation? On ...
5 years, 10 months ago (2015-02-24 14:56:22 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/868843002/140001
5 years, 10 months ago (2015-02-24 17:59:27 UTC) #18
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 10 months ago (2015-02-24 18:07:58 UTC) #19
commit-bot: I haz the power
5 years, 10 months ago (2015-02-24 18:08:42 UTC) #20
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/a898dd47f3cadba45edc5fa57c9772545bf8b8f2
Cr-Commit-Position: refs/heads/master@{#317825}

Powered by Google App Engine
This is Rietveld 408576698