- Nov 18, 2014
-
-
sgjesse@google.com authored
The multipart MIME parser did not correctly handle the case where there was only the final boundary. R=kustermann@google.com BUG= Review URL: https://codereview.chromium.org//739533002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/mime@41805 260f80e4-7a28-3924-810f-c04153c831b5
-
- May 30, 2014
-
-
kevmoo@google.com authored
R=ajohnsen@google.com Review URL: https://codereview.chromium.org//307963004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/mime@36825 260f80e4-7a28-3924-810f-c04153c831b5
-
- May 23, 2014
-
-
ajohnsen@google.com authored
Also speed up default mime-type map, by not using a const map. BUG= R=kevmoo@google.com Review URL: https://codereview.chromium.org//292983002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/mime@36543 260f80e4-7a28-3924-810f-c04153c831b5
-
- May 13, 2014
-
-
kevmoo@google.com authored
Update version for publishing Updated max unittest dependency version R=ajohnsen@google.com Review URL: https://codereview.chromium.org//272353002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/mime@36115 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 28, 2014
-
-
kevmoo@google.com authored
R=ajohnsen@google.com Review URL: https://codereview.chromium.org//141433024 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/mime@32072 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 13, 2014
-
-
kevmoo@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//135343002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/mime@31750 260f80e4-7a28-3924-810f-c04153c831b5
-
- Nov 06, 2013
-
-
dgrove@google.com authored
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/pkg/mime@29986 260f80e4-7a28-3924-810f-c04153c831b5
-
ajohnsen@google.com authored
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/pkg/mime@29960 260f80e4-7a28-3924-810f-c04153c831b5
-
jmesserly@google.com authored
- 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/pkg/mime@29957 260f80e4-7a28-3924-810f-c04153c831b5
-
- Oct 30, 2013
-
-
ajohnsen@google.com authored
BUG=http://code.google.com/p/dart/issues/detail?id=14303 R=sgjesse@google.com Review URL: https://codereview.chromium.org//48403004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/mime@29526 260f80e4-7a28-3924-810f-c04153c831b5
-
- Oct 11, 2013
-
-
floitsch@google.com authored
R=lrn@google.com Review URL: https://codereview.chromium.org//25094002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/mime@28511 260f80e4-7a28-3924-810f-c04153c831b5
-
- Aug 27, 2013
-
-
kathyw@google.com authored
R=mcampione@google.com Review URL: https://codereview.chromium.org//23419003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/mime@26713 260f80e4-7a28-3924-810f-c04153c831b5
-
- Aug 06, 2013
-
-
kevmoo@j832.com authored
Removed a lot of warnings and hints when opening many pkg projects in the editor R=gram@google.com Review URL: https://codereview.chromium.org//22284003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/mime@25831 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jul 15, 2013
-
-
ajohnsen@google.com authored
BUG= Review URL: https://codereview.chromium.org//19158004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/mime@24993 260f80e4-7a28-3924-810f-c04153c831b5
-
ajohnsen@google.com authored
BUG= Review URL: https://codereview.chromium.org//19158002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/mime@24992 260f80e4-7a28-3924-810f-c04153c831b5
-
ajohnsen@google.com authored
BUG= R=whesse@google.com Review URL: https://codereview.chromium.org//18438005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/mime@24991 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jun 24, 2013
-
-
ajohnsen@google.com authored
BUG= R=kasperl@google.com Review URL: https://codereview.chromium.org//17583010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/mime@24331 260f80e4-7a28-3924-810f-c04153c831b5
-
ajohnsen@google.com authored
Add a new MIME-type package 'mime', with implementation for handling mime-type lookup by path (finename extension) and magic-number matching. BUG= R=sgjesse@google.com Review URL: https://codereview.chromium.org//17582009 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/mime@24324 260f80e4-7a28-3924-810f-c04153c831b5
-