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

Issue 9392005: initial frogpad (Closed)

Created:
8 years, 10 months ago by mattsh
Modified:
8 years, 10 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

initial frogpad BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=4275

Patch Set 1 #

Patch Set 2 : updated comment #

Total comments: 58

Patch Set 3 : code review fixes #

Patch Set 4 : added timing #

Total comments: 4

Patch Set 5 : moved to tools/testing #

Patch Set 6 : restored comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+359 lines, -0 lines) Patch
A tools/testing/frogpad/frogpad.dart View 1 2 3 4 5 1 chunk +141 lines, -0 lines 0 comments Download
A tools/testing/frogpad/frogpad.py View 1 2 3 4 1 chunk +218 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
mattsh
Initial version of frogpad scripts. (Kasper i'm including you just fyi, because this is going ...
8 years, 10 months ago (2012-02-13 17:54:23 UTC) #1
mattsh
Also, adding Bob as reviewer just to look at the htmlEscape TODO - did we ...
8 years, 10 months ago (2012-02-13 17:55:48 UTC) #2
Bob Nystrom
Lots of style comments. :) https://chromiumcodereview.appspot.com/9392005/diff/2001/frog/pad/frogpad.dart File frog/pad/frogpad.dart (right): https://chromiumcodereview.appspot.com/9392005/diff/2001/frog/pad/frogpad.dart#newcode22 frog/pad/frogpad.dart:22: String toString() { return ...
8 years, 10 months ago (2012-02-13 18:10:18 UTC) #3
Emily Fortuna
Bob pretty well covered everything. My comments are pretty much additional places where Bob's comments ...
8 years, 10 months ago (2012-02-13 18:27:58 UTC) #4
dgrove
What about putting this in dart/tools/testing? On 2012/02/13 18:27:58, Emily Fortuna wrote: > Bob pretty ...
8 years, 10 months ago (2012-02-13 18:40:31 UTC) #5
Siggi Cherem (dart-lang)
https://chromiumcodereview.appspot.com/9392005/diff/2001/frog/pad/frogpad.dart File frog/pad/frogpad.dart (right): https://chromiumcodereview.appspot.com/9392005/diff/2001/frog/pad/frogpad.dart#newcode18 frog/pad/frogpad.dart:18: // TODO - remove once corelib has an Exception ...
8 years, 10 months ago (2012-02-13 18:43:48 UTC) #6
Jennifer Messerly
https://chromiumcodereview.appspot.com/9392005/diff/2001/frog/pad/frogpad.dart File frog/pad/frogpad.dart (right): https://chromiumcodereview.appspot.com/9392005/diff/2001/frog/pad/frogpad.dart#newcode18 frog/pad/frogpad.dart:18: // TODO - remove once corelib has an Exception ...
8 years, 10 months ago (2012-02-13 19:12:11 UTC) #7
mattsh
Thanks for reviews. Small fixes below. I'm going to doing a bit more testing and ...
8 years, 10 months ago (2012-02-13 20:57:35 UTC) #8
Bob Nystrom
https://chromiumcodereview.appspot.com/9392005/diff/2001/frog/pad/frogpad.dart File frog/pad/frogpad.dart (right): https://chromiumcodereview.appspot.com/9392005/diff/2001/frog/pad/frogpad.dart#newcode25 frog/pad/frogpad.dart:25: // id of script element containing name of the ...
8 years, 10 months ago (2012-02-13 21:33:40 UTC) #9
mattsh
OK, I have now moved to the tools/testing/frogpad directory, and done style tweaks. I'd like ...
8 years, 10 months ago (2012-02-14 17:07:09 UTC) #10
Emily Fortuna
lgtm, with comments. https://chromiumcodereview.appspot.com/9392005/diff/8001/frog/pad/frogpad.dart File frog/pad/frogpad.dart (right): https://chromiumcodereview.appspot.com/9392005/diff/8001/frog/pad/frogpad.dart#newcode89 frog/pad/frogpad.dart:89: String idOfFilename(String filename) { Why'd the ...
8 years, 10 months ago (2012-02-14 19:56:53 UTC) #11
mattsh
https://chromiumcodereview.appspot.com/9392005/diff/8001/frog/pad/frogpad.dart File frog/pad/frogpad.dart (right): https://chromiumcodereview.appspot.com/9392005/diff/8001/frog/pad/frogpad.dart#newcode89 frog/pad/frogpad.dart:89: String idOfFilename(String filename) { On 2012/02/14 19:56:53, Emily Fortuna ...
8 years, 10 months ago (2012-02-14 22:13:40 UTC) #12
Emily Fortuna
8 years, 10 months ago (2012-02-14 22:25:16 UTC) #13
> On 2012/02/14 19:56:53, Emily Fortuna wrote:
> > Out of curiosity, are you using the starting _'s like in dart to denote
> methods
> > that in theory are private like in Dart? If so, might make some comment to
> that
> > effect, so we understand the convention.
> 
> I thought that's the convention - search for _lower_with_under() in the Naming
> section.
> http://google-styleguide.googlecode.com/svn/trunk/pyguide.html#Naming

You're right. Siggi pointed that out to me after I wrote this.
Looks good!

Powered by Google App Engine
This is Rietveld 408576698