- 23 Jan, 2017 1 commit
-
-
Ian Hickson authored
...now that we have generic methods, their types need to be specified too.
-
- 12 Jan, 2017 1 commit
-
-
Devon Carew authored
* relax timeouts for some service protocol calls * remove 'note that' text
-
- 09 Jan, 2017 1 commit
-
-
Todd Volkert authored
This ensures that accidental usages of dart:io's file API don't creep in over time.
-
- 12 Dec, 2016 1 commit
-
-
Yegor authored
-
- 09 Dec, 2016 1 commit
-
-
Jason Simmons authored
The default rpc.Peer constructor was applying a transformer that filters out these errors. See https://github.com/flutter/flutter/issues/7174
-
- 01 Dec, 2016 1 commit
-
-
Dan Rubel authored
* reapply handle new Observatory URL changes Fixes https://github.com/flutter/flutter/issues/6843 * allow non numeric IPv4 addresses Fixes https://github.com/flutter/flutter/issues/7051
-
- 28 Nov, 2016 3 commits
-
-
Dan Rubel authored
-
Ian Hickson authored
- 22 Nov, 2016 1 commit
-
-
John McCutchan authored
- [x] Remove the two stage initial boot process. - [x] Remove the loader screen app. - [x] Don't report reload times for the initial reload because we are switching from a snapshot to source and that will always be worst case.
-
- 01 Nov, 2016 1 commit
-
-
Ian Hickson authored
-
- 27 Oct, 2016 1 commit
-
-
Dan Rubel authored
-
- 21 Oct, 2016 1 commit
-
-
Devon Carew authored
* add a pause parameter to the reload command * encode OperationResult as json * reverse isOk logic
-
- 20 Oct, 2016 1 commit
-
-
John McCutchan authored
-
- 12 Oct, 2016 1 commit
-
-
Jason Simmons authored
-
- 07 Oct, 2016 1 commit
-
-
Adam Barth authored
This patch adds `@checked` everywhere is needed to remove the `strong_mode_invalid_method_override` strong mode error.
-
- 15 Sep, 2016 1 commit
-
-
John McCutchan authored
-
- 08 Sep, 2016 1 commit
-
-
Phil Quitslund authored
* Udpate to Dart `1.20.0-dev.1.0`. Udpate to Dart `1.20.0-dev.1.0` and corresponding `analyzer` package. * Added `--no-packages-dir`. * Revert extension to master. * Added ignores. * Review nits. * More nits.
-
- 25 Aug, 2016 1 commit
-
-
John McCutchan authored
-
- 24 Aug, 2016 2 commits
-
-
Yegor authored
This reverts commit 09e68c33. AOT snapshotter is broken at this engine rev. https://flutter-dashboard.appspot.com/api/get-log?ownerKey=ahNzfmZsdXR0ZXItZGFzaGJvYXJkclgLEglDaGVja2xpc3QiOGZsdXR0ZXIvZmx1dHRlci8wOWU2OGMzM2NjZGIzNTVmZWRkNzVhODcxNmRlMDU1MWM3NzJmMmRlDAsSBFRhc2sYgICAgICAwAgM
-
John McCutchan authored
-
- 19 Aug, 2016 1 commit
-
-
Devon Carew authored
-
- 18 Aug, 2016 1 commit
-
-
John McCutchan authored
-
- 17 Aug, 2016 1 commit
-
-
John McCutchan authored
-
- 11 Aug, 2016 2 commits
-
-
John McCutchan authored
-
John McCutchan authored
- [x] Refactor view support into separate classes. - [x] Make the hot runner grab the main view and call runFromSource on it. - [x] Remove Device.needsDevFS (because it is always true).
-
- 09 Aug, 2016 1 commit
-
-
John McCutchan authored
-
- 08 Aug, 2016 1 commit
-
-
John McCutchan authored
-
- 05 Aug, 2016 1 commit
-
-
John McCutchan authored
-
- 02 Aug, 2016 1 commit
-
-
Ian Hickson authored
* General improvoments to the loader app: * Show a message after 8 seconds if no connection comes in. * Show a progress bar as files are being uploaded. * Hide the spinner just before launching the application. * General improvements to the "flutter run" UI: * Add "?" key as a silent alias for "h". * Make the help text bold so it doesn't get mixed with the logs. * Make "R" do a cold restart when hot reload is enabled. * Supporting features and bug fixes: * Add support for string service extensions. * Other bug fixes: * Expose debugDumpRenderTree() outside debug mode. * Logger.supportsColor was missing a getter. * Mention in the usage docs that --hot requires --resident. * Trivial style fixes.
-
- 22 Jul, 2016 1 commit
-
-
John McCutchan authored
-
- 20 Jul, 2016 1 commit
-
-
John McCutchan authored
-
- 18 Jul, 2016 1 commit
-
-
Devon Carew authored
* update flutter run --devfs * use async; add todo
-
- 04 Jul, 2016 1 commit
-
-
Devon Carew authored
* send ext.flutter.debugDumpApp; ext.flutter.reassemble * expose debugDumpRenderTree
-
- 24 Jun, 2016 1 commit
-
-
Devon Carew authored
* send the reload source command for ios simulators * review changes * rewrite w/ a completer
-
- 15 Jun, 2016 1 commit
-
-
Devon Carew authored
* send application files to the observatory's devfs * update comment
-
- 10 Jun, 2016 1 commit
-
-
Devon Carew authored
-
- 02 Jun, 2016 1 commit
-
-
Devon Carew authored
-
- 01 Jun, 2016 1 commit
-
-
Devon Carew authored
* fix a race condition with isolate notification * return a future
-
- 26 May, 2016 1 commit
-
-
Devon Carew authored
* working on making a faster flutter run restart * clean up todos; fire events on isolate changes * use the Flutter.FrameworkInitialization event * review comments
-