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

Issue 10201012: add appcache generation to apidocs (Closed)

Created:
8 years, 8 months ago by sethladd
Modified:
8 years, 6 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

add appcache generation to apidocs BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=7338

Patch Set 1 #

Patch Set 2 : enable doc generation again #

Total comments: 8

Patch Set 3 : refactor from review #

Total comments: 26

Patch Set 4 : tweaks from review #

Patch Set 5 : tweaks from review #

Patch Set 6 : use a specific analytics num #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -15 lines) Patch
M lib/dartdoc/dartdoc.dart View 1 2 3 4 11 chunks +56 lines, -7 lines 0 comments Download
M utils/apidoc/apidoc.dart View 1 2 3 4 5 7 chunks +19 lines, -8 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
sethladd
This fails because minfrog is gone, but I wanted to start the review now. Thanks!
8 years, 8 months ago (2012-04-24 04:40:54 UTC) #1
Bob Nystrom
I like that you're adding this, and the general approach, but how about we move ...
8 years, 8 months ago (2012-04-24 16:30:32 UTC) #2
sethladd
please take another look https://chromiumcodereview.appspot.com/10201012/diff/2001/utils/apidoc/apidoc.dart File utils/apidoc/apidoc.dart (right): https://chromiumcodereview.appspot.com/10201012/diff/2001/utils/apidoc/apidoc.dart#newcode179 utils/apidoc/apidoc.dart:179: htmlAttributes = 'manifest="appcache.manifest"'; moved to ...
8 years, 8 months ago (2012-04-25 21:13:46 UTC) #3
sethladd
Test at http://12.dartlang-api.appspot.com/index.html (open up dev tools and wait for everything to download) If this ...
8 years, 8 months ago (2012-04-25 21:35:57 UTC) #4
Bob Nystrom
I like it. Couple of suggestions. https://chromiumcodereview.appspot.com/10201012/diff/8001/lib/dartdoc/dartdoc.dart File lib/dartdoc/dartdoc.dart (right): https://chromiumcodereview.appspot.com/10201012/diff/8001/lib/dartdoc/dartdoc.dart#newcode61 lib/dartdoc/dartdoc.dart:61: bool generateAppCache = ...
8 years, 8 months ago (2012-04-25 21:43:15 UTC) #5
sethladd
please take another look, thanks! https://chromiumcodereview.appspot.com/10201012/diff/8001/lib/dartdoc/dartdoc.dart File lib/dartdoc/dartdoc.dart (right): https://chromiumcodereview.appspot.com/10201012/diff/8001/lib/dartdoc/dartdoc.dart#newcode61 lib/dartdoc/dartdoc.dart:61: bool generateAppCache = false; ...
8 years, 8 months ago (2012-04-25 23:13:28 UTC) #6
Bob Nystrom
A couple of nits, but LGTM! https://chromiumcodereview.appspot.com/10201012/diff/8001/lib/dartdoc/dartdoc.dart File lib/dartdoc/dartdoc.dart (right): https://chromiumcodereview.appspot.com/10201012/diff/8001/lib/dartdoc/dartdoc.dart#newcode61 lib/dartdoc/dartdoc.dart:61: bool generateAppCache = ...
8 years, 8 months ago (2012-04-25 23:27:50 UTC) #7
sethladd
8 years, 6 months ago (2012-05-29 16:03:55 UTC) #8
just cleaning up

http://chromiumcodereview.appspot.com/10201012/diff/8001/lib/dartdoc/dartdoc....
File lib/dartdoc/dartdoc.dart (right):

http://chromiumcodereview.appspot.com/10201012/diff/8001/lib/dartdoc/dartdoc....
lib/dartdoc/dartdoc.dart:378: var htmlAttributes = generateAppCache ?
'manifest="/appcache.manifest"' : '';
On 2012/04/25 23:27:50, Bob Nystrom wrote:
> On 2012/04/25 23:13:28, sethladd wrote:
> > On 2012/04/25 21:43:15, Bob Nystrom wrote:
> > > Long line.
> > 
> > Done.
> 
> "final" too. :)

Done.

http://chromiumcodereview.appspot.com/10201012/diff/8001/lib/dartdoc/dartdoc....
lib/dartdoc/dartdoc.dart:1329: var manifestFile = new
File('$outputDir/appcache.manifest');
touché! :)

Powered by Google App Engine
This is Rietveld 408576698