Commit Graph

13 Commits

Author SHA1 Message Date
nweiz@google.com c78cb46423 Clean up after r39484 and r39486.
In particular, this adds CHANGELOG entries for packages that have been
modified and fixes pub's barback dependency so it doesn't declare
compatibility on an uncut release.

This releases args, barback, http_parser, and shelf.

R=rnystrom@google.com

Review URL: https://codereview.chromium.org//506973003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39563 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-26 19:49:44 +00:00
lrn@google.com 8016f40500 Update dart:collection to version 1.0.0
R=sgjesse@google.com

Review URL: https://codereview.chromium.org//463333004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39484 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-22 08:52:09 +00:00
nweiz@google.com a6af9d1aeb Move a number of packages and some of pub over to using source_span.
R=efortuna@google.com, rnystrom@google.com, sigmund@google.com
BUG=19930

Review URL: https://codereview.chromium.org//401753002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38526 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-23 23:44:09 +00:00
nweiz@google.com 612525de55 Fix a library name conflict in pkg/http_parser.
R=rnystrom@google.com
BUG=19117

Review URL: https://codereview.chromium.org//311663002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@36902 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-02 21:26:39 +00:00
kevmoo@google.com 3dbb216d16 pkg/http_parser: fixed edge cases with 9s and single-digit days
R=nweiz@google.com

Review URL: https://codereview.chromium.org//278783002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35992 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-09 20:26:15 +00:00
kevmoo@google.com 5f3368d249 pkg/http_parser: created mini lib for http_date
Removed superfluous todos

R=nweiz@google.com

Review URL: https://codereview.chromium.org//276823002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35956 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-09 02:46:27 +00:00
nweiz@google.com f6e23765e6 Fix analyzer errors in the http_parser web socket test.
R=kevmoo@google.com
TBR

Review URL: https://codereview.chromium.org//247893005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35331 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-23 21:05:49 +00:00
nweiz@google.com 1c9e292b2c Re-apply "Add a non-dart:io WebSocket implementation to http_parser."
Re-apply "Fix an analyzer error in http_parser's WebSocket implementation."

This also marks the web socket test as failing on dart2js nad the browser.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//250073002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35330 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-23 20:53:17 +00:00
sra@google.com 0ee8654ab7 Revert "Add a non-dart:io WebSocket implementation to http_parser."
Revert "Fix an analyzer error in http_parser's WebSocket implementation."

TBR=nweiz@google.com

Review URL: https://codereview.chromium.org//248463004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35297 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-23 03:39:30 +00:00
nweiz@google.com 5738fa910b Fix an analyzer error in http_parser's WebSocket implementation.
R=kevmoo@google.com

Review URL: https://codereview.chromium.org//247003008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35288 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-23 00:02:29 +00:00
nweiz@google.com 16e6f87073 Add a non-dart:io WebSocket implementation to http_parser.
R=kevmoo@google.com

Review URL: https://codereview.chromium.org//247313006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35287 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-22 23:40:26 +00:00
nweiz@google.com deb48d5bdf Add a LICENSE file to pkg/http_parser.
R=kevmoo@google.com

Review URL: https://codereview.chromium.org//223193003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34712 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-03 18:09:53 +00:00
nweiz@google.com d2b78852cf Extract an http_parser package from shelf.
This will allow HTTP format parsing to be shared between shelf and the
http package, as well as potentially other packages.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//223023003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34680 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-03 00:54:38 +00:00