Commit Graph

13 Commits

Author SHA1 Message Date
dgrove@google.com 18ca7d0036 Re-land r29957 (add versions and constraints for packages and samples), with
SDK constraints bumped from 1.0.0 to 0.8.10+6 .

R=ricow@google.com, sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29986 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-06 18:28:22 +00:00
ajohnsen@google.com 61f6c51990 Revert "add versions and constraints for packages and samples"
This is currently blocking us from testing samples.

BUG=
R=kasperl@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29960 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-06 09:09:18 +00:00
jmesserly@google.com 02638c5760 add versions and constraints for packages and samples
- all packages at 0.9.0, except "analyzer" which had a version already
- dependencies at ">=0.9.0 <0.10.0" except analyzer is ">=0.10.0 <0.11.0"
- sdk constraint ">=1.0.0 <2.0.0"

R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29957 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-06 03:27:58 +00:00
kevmoo@j832.com 6ce3bd47f7 pkg/crypto: tighten up
Added return types, marked fields as final

R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27606 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-18 11:09:07 +00:00
kathyw@google.com 954ae820f4 add one-line description for crypto library
R=mcampione@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26475 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 21:32:14 +00:00
sgjesse@google.com 58293681e5 Move the crypto tests into the pkg directory
R=floitsch@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23805 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-10 12:07:24 +00:00
mdakin@google.com 4008bb5846 .
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23741 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-07 11:29:29 +00:00
mdakin@google.com 3c17374f8f Forgot one file..
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23740 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-07 11:29:24 +00:00
mdakin@google.com c84ddf4480 .
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23739 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-07 11:29:18 +00:00
mdakin@google.com d28ccdc143 Remove ignoreIllegalInput parameter from decoder.
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23738 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-07 11:29:13 +00:00
sgjesse@google.com 41388db291 Remove the crypto factories
This should also remove the dartc errors.

TBR=floitsch@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23728 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-07 07:29:14 +00:00
sgjesse@google.com 4970666df2 Get the api docs generated for the crypto package
Then library name of dart.crypto caused the api docs to not be generated.

Removed some abstract modifiers and class HashException

R=floitsch@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23693 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-06 16:13:52 +00:00
sgjesse@google.com bb6d8c6d20 Remove library dart:crypto
Moved the contnet of dart:crypto to the package pkg/crypto.

R=dgrove@google.com, floitsch@google.com, iposva@google.com, nweiz@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23322 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-29 07:29:29 +00:00