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

Issue 10174006: Use 'frog' in apidoc. Also fix broken dependencies. (Closed)

Created:
8 years, 8 months ago by ahe
Modified:
8 years, 8 months ago
CC:
reviews_dartlang.org, kasperl
Visibility:
Public.

Description

Use 'frog' in apidoc. Also fix broken dependencies. Committed: https://code.google.com/p/dart/source/detail?r=6870

Patch Set 1 #

Total comments: 14

Patch Set 2 : Address review comments #

Patch Set 3 : It's a setter, not a function. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -46 lines) Patch
M dart/frog/scripts/bootstrap/frog_bootstrap_wrapper.py View 2 chunks +2 lines, -1 line 0 comments Download
M dart/frog/scripts/bootstrap/frog_wrapper.py View 1 chunk +2 lines, -5 lines 0 comments Download
M dart/lib/dartdoc/client-live-nav.dart View 1 chunk +11 lines, -13 lines 0 comments Download
M dart/lib/dartdoc/dartdoc.dart View 1 2 1 chunk +19 lines, -9 lines 1 comment Download
M dart/utils/apidoc/apidoc.dart View 3 chunks +7 lines, -1 line 0 comments Download
M dart/utils/apidoc/apidoc.gyp View 1 chunk +7 lines, -4 lines 0 comments Download
M dart/utils/apidoc/scripts/list_files.py View 1 chunk +15 lines, -13 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
ahe
8 years, 8 months ago (2012-04-23 15:28:44 UTC) #1
ngeoffray
LGTM, thanks Peter
8 years, 8 months ago (2012-04-23 15:50:08 UTC) #2
Bob Nystrom
Couple of nits and questions but otherwise LGTM. https://chromiumcodereview.appspot.com/10174006/diff/1/dart/lib/dartdoc/client-live-nav.dart File dart/lib/dartdoc/client-live-nav.dart (right): https://chromiumcodereview.appspot.com/10174006/diff/1/dart/lib/dartdoc/client-live-nav.dart#newcode24 dart/lib/dartdoc/client-live-nav.dart:24: // ...
8 years, 8 months ago (2012-04-23 16:03:20 UTC) #3
ahe
Hi Nicolas and Bob, Thank you for taking a look. Cheers, Peter https://chromiumcodereview.appspot.com/10174006/diff/1/dart/lib/dartdoc/client-live-nav.dart File dart/lib/dartdoc/client-live-nav.dart ...
8 years, 8 months ago (2012-04-24 10:31:01 UTC) #4
Bob Nystrom
https://chromiumcodereview.appspot.com/10174006/diff/1/dart/lib/dartdoc/client-live-nav.dart File dart/lib/dartdoc/client-live-nav.dart (right): https://chromiumcodereview.appspot.com/10174006/diff/1/dart/lib/dartdoc/client-live-nav.dart#newcode24 dart/lib/dartdoc/client-live-nav.dart:24: // Figure out where we are. On 2012/04/24 10:31:02, ...
8 years, 8 months ago (2012-04-24 16:38:08 UTC) #5
ahe
https://chromiumcodereview.appspot.com/10174006/diff/1/dart/utils/apidoc/apidoc.gyp File dart/utils/apidoc/apidoc.gyp (right): https://chromiumcodereview.appspot.com/10174006/diff/1/dart/utils/apidoc/apidoc.gyp#newcode23 dart/utils/apidoc/apidoc.gyp:23: '<(PRODUCT_DIR)/api_docs/index.html', On 2012/04/24 16:38:08, Bob Nystrom wrote: > On ...
8 years, 8 months ago (2012-04-25 08:40:38 UTC) #6
ahe
https://chromiumcodereview.appspot.com/10174006/diff/1/dart/utils/apidoc/apidoc.gyp File dart/utils/apidoc/apidoc.gyp (right): https://chromiumcodereview.appspot.com/10174006/diff/1/dart/utils/apidoc/apidoc.gyp#newcode23 dart/utils/apidoc/apidoc.gyp:23: '<(PRODUCT_DIR)/api_docs/index.html', On 2012/04/24 16:38:08, Bob Nystrom wrote: > And, ...
8 years, 8 months ago (2012-04-25 08:42:45 UTC) #7
Jennifer Messerly
https://chromiumcodereview.appspot.com/10174006/diff/9001/dart/lib/dartdoc/dartdoc.dart File dart/lib/dartdoc/dartdoc.dart (right): https://chromiumcodereview.appspot.com/10174006/diff/9001/dart/lib/dartdoc/dartdoc.dart#newcode99 dart/lib/dartdoc/dartdoc.dart:99: final compilerPath = joinPaths(frogPath, 'minfrog'); FYI, there's still a ...
8 years, 8 months ago (2012-04-25 17:32:33 UTC) #8
Bob Nystrom
8 years, 8 months ago (2012-04-25 18:15:30 UTC) #9
On 2012/04/25 08:42:45, ahe wrote:
>
https://chromiumcodereview.appspot.com/10174006/diff/1/dart/utils/apidoc/apid...
> File dart/utils/apidoc/apidoc.gyp (right):
> 
>
https://chromiumcodereview.appspot.com/10174006/diff/1/dart/utils/apidoc/apid...
> dart/utils/apidoc/apidoc.gyp:23: '<(PRODUCT_DIR)/api_docs/index.html',
> On 2012/04/24 16:38:08, Bob Nystrom wrote:
> > And, actually, I think right now the last thing that will be
> > generated is the client-side JS files since those are done async and don't
> even
> > start until main() has returned and all of the other sync operations are
done.
> 
> The last thing that happens is that the exit code of the compilation is
checked.
> However, the compilation is happening in parallel (in its own process).

Also, copying over the static files is done asynchronously, so I don't think
there is any deterministic answer for what gets done last right now.

Powered by Google App Engine
This is Rietveld 408576698