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

Issue 11418267: Add authors and homepages to packages. (Closed)

Created:
8 years ago by dgrove
Modified:
8 years ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add authors and homepages to packages. Committed: https://code.google.com/p/dart/source/detail?r=15601

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -1 line) Patch
M pkg/args/pubspec.yaml View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/fixnum/pubspec.yaml View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/htmlescape/pubspec.yaml View 1 chunk +3 lines, -1 line 0 comments Download
M pkg/http/pubspec.yaml View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/intl/pubspec.yaml View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/logging/pubspec.yaml View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/meta/pubspec.yaml View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/oauth2/pubspec.yaml View 1 chunk +2 lines, -0 lines 1 comment Download
M pkg/unittest/pubspec.yaml View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/webdriver/pubspec.yaml View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
dgrove
8 years ago (2012-11-30 21:04:18 UTC) #1
Bob Nystrom
8 years ago (2012-11-30 21:12:34 UTC) #2
One change, otherwise LGTM!

https://codereview.chromium.org/11418267/diff/1/pkg/oauth2/pubspec.yaml
File pkg/oauth2/pubspec.yaml (right):

https://codereview.chromium.org/11418267/diff/1/pkg/oauth2/pubspec.yaml#newcode4
pkg/oauth2/pubspec.yaml:4: description: A composable, Future-based API for
making HTTP requests.
Looks like Nathan copy/pasted the description from the HTTP package. Try:

A client library for authenticating with a remote service via OAuth2 on
behalf of a user, and making authorized HTTP requests with the user's OAuth2
credentials.

Powered by Google App Engine
This is Rietveld 408576698