- 28 Jul, 2016 1 commit
-
-
Ian Hickson authored
-
- 21 Jun, 2016 1 commit
-
-
Adam Barth authored
This required switching from the Future-based bindings to the callback-based bindings.
-
- 29 May, 2016 1 commit
-
-
Adam Barth authored
The new mojom.dart code makes mocking services a bit tricky. I've filed https://github.com/domokit/mojo/issues/786 about improving that.
-
- 17 May, 2016 1 commit
-
-
Adam Barth authored
Also, add some missing docs to http.dart and widgets.dart.
-
- 09 May, 2016 1 commit
-
-
Chinmay Garde authored
-
- 04 May, 2016 1 commit
-
-
Ian McKellar authored
Fixes #3730
-
- 30 Apr, 2016 1 commit
-
-
Andrew Wilson authored
-
- 27 Apr, 2016 1 commit
-
-
Adam Barth authored
These uses cases are now address by http.dart via http.readDataPipe.
-
- 15 Apr, 2016 1 commit
-
-
Ian Hickson authored
We're getting back to the point where we have a bunch of foundation APIs and it's getting confusing having them mixed with services/.
-
- 07 Apr, 2016 1 commit
-
-
Adam Barth authored
Previously we always used Latin-1.
-
- 02 Apr, 2016 1 commit
-
-
Ian Hickson authored
- Create a FlutterErrorDetails struct-like class that describes an exception along with more details that aren't in the exception, like where it was caught and what was going on when it was caught. - Provide a FlutterError static API for handling these objects: - FlutterError.onError which is called whenever Flutter catches an error. - FlutterError.reportError() which handles an error. - FlutterError.dumpErrorToConsole() which is the default behavior for onError. - Removes all the existing exception handler callbacks. - Replaces all the existing places that described exceptions using debugPrint with calls to FlutterError.reportError(). - Extend lockState() to also catch exceptions, so that we catch exceptions that happen during finalizers. - Make the test framework catch errors and treat them as failures. - Provide a mechanism to override this behavior in the test framework. - Make the tests that used to depend on the exception handler callbacks use this new mechanism. - Make pump() also support the phase argument. - Improve some tests using these new features. Fixes #2356, #2988, #2985, #2220.
-
- 25 Mar, 2016 1 commit
-
-
Ian Hickson authored
We really shouldn't have two separate network library wrappers... I filed https://github.com/flutter/flutter/issues/2889 on that. But for now, this makes one of them have a generally better error handling story, and makes the other one only dump to the console in debug mode. It also makes both use debugPrint instead of print, and makes one use the 'mojom' prefix for mojom imports.
-
- 21 Mar, 2016 1 commit
-
-
Ian Hickson authored
As usual, as I was doing this I ran into some stuff that seemed hard to document as-is and so I changed it. In this case, in the "http" library. The new code is more or less equivalent, I think, but the resulting documentation makes it more obvious that it's wrong...
-
- 04 Mar, 2016 1 commit
-
-
Ian Hickson authored
This is a variety of trivial fixes that I collected while going through the dartdocs. This does contain some non-comment changes.
-
- 01 Feb, 2016 1 commit
-
-
Hixie authored
-
- 10 Dec, 2015 1 commit
-
-
Florian Loitsch authored
-
- 17 Nov, 2015 2 commits
-
-
Collin Jackson authored
-
Collin Jackson authored
-
- 16 Nov, 2015 1 commit
-
-
Collin Jackson authored
-
- 10 Nov, 2015 2 commits
-
-
Adam Barth authored
-
Collin Jackson authored
-
- 08 Nov, 2015 1 commit
-
-
Devon Carew authored
-
- 04 Nov, 2015 1 commit
-
-
Collin Jackson authored
-