Commit Graph

  • 8782d95c6a Check the type of a hot reload report message (#7249) Jason Simmons 2016-12-13 13:43:19 -08:00
  • 3bc6a1bf6f Use test fonts in the test shell and remove custom font installation on Travis. (#7250) Chinmay Garde 2016-12-13 12:18:02 -08:00
  • 07b11ca18b Fix reference SkyWindow > FlutterWindow (flutter/engine#3309) Collin Jackson 2016-12-13 08:46:16 -08:00
  • a326126b87 Color docs (flutter/engine#3310) Ian Hickson 2016-12-12 23:40:04 -08:00
  • ba88e87175 Do not dispatch UI events if they arrive after the FlutterView has been destroyed (flutter/engine#3306) Jason Simmons 2016-12-12 16:30:26 -08:00
  • f1486c2ca0 Fix typo in README regarding --unopt builds on host. (flutter/engine#3308) Chinmay Garde 2016-12-12 16:04:57 -08:00
  • 9a53005f50 Fix reference to nib file (flutter/engine#3307) Collin Jackson 2016-12-12 15:57:33 -08:00
  • 158ed8a0c0 Use the new path to the linter package (#7230) YoungSeok Yoon 2016-12-12 12:15:39 -08:00
  • 7d346dd184 Improve docs for Input and Form and friends. (#7208) Matt Perry 2016-12-12 14:24:45 -05:00
  • 5a864ded89 Always reserve space for error text in text fields. (#7206) Matt Perry 2016-12-12 14:24:36 -05:00
  • 25e6cc6743 tools: add timeout to VM service client (#7175) Yegor 2016-12-12 10:58:21 -08:00
  • 05866a27ed Add fine grained hot reload benchmark timers (#7237) John McCutchan 2016-12-12 10:27:05 -08:00
  • bf25b31a65 some updates to the launch verbiage (#7236) Devon Carew 2016-12-12 09:31:58 -08:00
  • cffe4812b4 Mention commit access (#7232) Ian Hickson 2016-12-10 21:46:57 -08:00
  • 102d5855a0 Update buildroot revision. (flutter/engine#3305) Chinmay Garde 2016-12-09 16:18:42 -08:00
  • 2aead430a7 add GPU traces to timeline summary (#7190) Yegor 2016-12-09 16:15:31 -08:00
  • 9eaaa91df7 use isEmpty and isNotEmpty (#7207) Alexandre Ardhuin 2016-12-10 00:37:42 +01:00
  • 778b30ac0b prefer_const_constructor in packages/flutter/bin (#7180) Alexandre Ardhuin 2016-12-10 00:20:33 +01:00
  • c8447c91a9 prefer_const_constructor in packages/flutter/test (#7181) Alexandre Ardhuin 2016-12-10 00:20:27 +01:00
  • 6f3487f5f6 Add option to desktop test shells to use an embedded font for consistent unit tests. (flutter/engine#3301) Chinmay Garde 2016-12-09 14:47:49 -08:00
  • b0ee29d745 Fix _DragAvatar to display in the proper position for Overlays whose Point.origin is not the global Point.origin. (#7223) Andrew Wilson 2016-12-09 14:46:08 -08:00
  • 1272e053c7 prefer_const_constructor in packages/flutter/lib (#7179) Alexandre Ardhuin 2016-12-09 22:53:17 +01:00
  • 37d78753a2 Propagate exceptions when parsing invalid JSON received from VM service RPCs (#7222) Jason Simmons 2016-12-09 11:38:38 -08:00
  • 51a86fd1fd Use dart instead of dart_no_observatoy (flutter/engine#3304) Zachary Anderson 2016-12-09 09:52:48 -08:00
  • 4f2c6dffc7 Add annotations to the foundation Binding (#7214) Ian Hickson 2016-12-08 23:34:09 -08:00
  • c677e80cfa Bump Dart SDK to 1.21.0 stable. (#7184) Phil Quitslund 2016-12-08 18:39:25 -08:00
  • 88e53947ad Merge "Move LOCAL_PICKUP_FILES out of $OUT/data" am: 8d6a018645 am: 77f96edc2f am: 03959097a9 am: 8dc83b4547 Colin Cross 2016-12-09 02:20:54 +00:00
  • 8dc83b4547 Merge "Move LOCAL_PICKUP_FILES out of $OUT/data" am: 8d6a018645 am: 77f96edc2f am: 03959097a9 Colin Cross 2016-12-09 02:10:36 +00:00
  • 03959097a9 Merge "Move LOCAL_PICKUP_FILES out of $OUT/data" am: 8d6a018645 am: 77f96edc2f Colin Cross 2016-12-09 02:05:35 +00:00
  • 77f96edc2f Merge "Move LOCAL_PICKUP_FILES out of $OUT/data" am: 8d6a018645 Colin Cross 2016-12-09 02:01:37 +00:00
  • 8d6a018645 Merge "Move LOCAL_PICKUP_FILES out of $OUT/data" Colin Cross 2016-12-09 01:53:12 +00:00
  • 3e3e694bfb Decorate kDartWriteProtectCodeArgs with FTL_ALLOW_UNUSED_TYPE since it may not be used in all configurations. (flutter/engine#3302) Chinmay Garde 2016-12-08 16:26:39 -08:00
  • c30259f646 Disable code page write protection in debug mode (flutter/engine#3299) John McCutchan 2016-12-08 15:06:13 -08:00
  • 5045f38837 Null check before queueing deletion of Skia objects (flutter/engine#3298) Jason Simmons 2016-12-08 12:43:50 -08:00
  • 69bcfc082f Minor touch-ups in ProcessManager impls (#7196) Todd Volkert 2016-12-08 09:51:05 -08:00
  • 622e4396c9 Add tests for nested contexts (#7197) Todd Volkert 2016-12-08 09:39:32 -08:00
  • 1155f96651 Add tests for process_manager.dart (#7178) Todd Volkert 2016-12-07 21:03:58 -08:00
  • a4f2ad984d Fix context.dart to properly handle nested zones (#7189) Todd Volkert 2016-12-07 19:51:27 -08:00
  • fc0b3ded43 Roll the engine (#7186) Jason Simmons 2016-12-07 15:28:14 -08:00
  • 0774407d96 Catch and log exceptions thrown in message listeners provided by apps (flutter/engine#3297) Jason Simmons 2016-12-07 14:47:40 -08:00
  • 6882e41a3d Fix invalid JSON in listViews RPC response when a view does not have an isolate (flutter/engine#3295) Jason Simmons 2016-12-07 13:11:41 -08:00
  • bec4a6c790 updates for flutter run --machine (#7183) Devon Carew 2016-12-07 12:48:47 -08:00
  • 211fefc217 rename Sky to Flutter and add clarifying comment to template (#7165) Collin Jackson 2016-12-06 16:03:32 -08:00
  • 016cc947c8 Unblock FlutterView.getBitmap if there is no available layer tree (flutter/engine#3294) Jason Simmons 2016-12-06 15:12:03 -08:00
  • 40f3877c23 rename sky -> flutter in shell (flutter/engine#3293) Collin Jackson 2016-12-06 14:43:53 -08:00
  • b265a8f5e4 setup protocol discovery before launching simulator (#7172) Dan Rubel 2016-12-06 12:41:55 -08:00
  • adf998cb2a remove mega_gallery__refresh_time superseded by hot_mode_dev_cycle__benchmark (#7171) Yegor 2016-12-06 12:20:54 -08:00
  • cb6bfe39aa shorten exception info sent to analytics (#7169) Dan Rubel 2016-12-06 12:16:49 -08:00
  • 552edb43ee Update AUTHORS (#7123) Alexandre Ardhuin 2016-12-06 20:42:47 +01:00
  • f6cde06af3 Correct scrollable tabs fling velocity (#7170) Hans Muller 2016-12-06 10:48:45 -08:00
  • 2fd786b567 A devicelab memory test for Android app suspend and resume (#7164) Jason Simmons 2016-12-06 10:13:21 -08:00
  • 7536404b20 Add --replay-from argument to Flutter tools (#7146) Todd Volkert 2016-12-06 10:09:00 -08:00
  • 93e662abaa Cleanup common port forwarding code (#7142) Dan Rubel 2016-12-06 09:19:12 -08:00
  • ba309b2668 degrade gracefully if flutter doctor cannot read directory (#7167) Dan Rubel 2016-12-06 08:28:40 -08:00
  • a3183a4a86 BottomNavigationBar accepts widget icons (#7161) Hans Muller 2016-12-06 08:14:36 -08:00
  • f20a2ef271 Change language score calculation Yirui Huang 2016-09-15 18:04:34 +09:00
  • c0af0d6a16 Update engine revision to pull in Dart profiling flag fixes for Android. (#7163) Chinmay Garde 2016-12-05 16:35:29 -08:00
  • 7764bbac05 Convert the enable-dart-profiling to a shell argument in SkyActivity. (flutter/engine#3292) Chinmay Garde 2016-12-05 15:12:48 -08:00
  • 4efb428254 Unconditionally enable Dart profiling on for all devices and platforms. (#7159) Chinmay Garde 2016-12-05 13:48:41 -08:00
  • 568a6e1e65 measure IPA size (#7158) Yegor 2016-12-05 12:46:59 -08:00
  • 7da3ab634a Devicelab memory usage test that navigates repeatedly to a screen within Gallery (#7137) Jason Simmons 2016-12-05 11:08:25 -08:00
  • 7034a03c67 Open the keyboard without explicit tap for autofocused Inputs. (#7129) Matt Perry 2016-12-05 13:39:28 -05:00
  • 88f12096e6 Bump to Dart 1.21.0-dev.11.3. (#7156) Phil Quitslund 2016-12-05 09:39:02 -08:00
  • 673745901f Use touch to avoid race condition in file modification test (#7117) Luke Church 2016-12-05 14:40:45 +00:00
  • 9990f39745 rev to 1.21.0-dev.11.2 (#7148) Devon Carew 2016-12-04 07:48:35 -08:00
  • be7c33a74e Move LOCAL_PICKUP_FILES out of $OUT/data Colin Cross 2016-12-02 18:04:42 -08:00
  • d7c215199d add hello_world__memory test to devicelab (#7143) Yegor 2016-12-02 16:50:27 -08:00
  • a3caafe83c update flutter doctor to display versions for installed IntelliJ plugins (#7125) Dan Rubel 2016-12-02 18:16:04 -05:00
  • ea4e307218 Update licenses, and test that licenses are valid (flutter/engine#3286) Ian Hickson 2016-12-02 14:51:39 -08:00
  • 5eada49b05 ThemeData.copyWith() should not have a primarySwatch parameter (#7127) Hans Muller 2016-12-02 14:21:34 -08:00
  • 6312be1f15 Use initialized memory for composited bounds (flutter/engine#3291) Adam Barth 2016-12-02 14:18:11 -08:00
  • c9e7782adb Add --record-to option to flutter tools (#7136) Todd Volkert 2016-12-02 13:39:54 -08:00
  • 23e5ad705f roll buildroot (flutter/engine#3290) Ian Hickson 2016-12-02 11:18:59 -08:00
  • 2563636d90 A devicelab test of memory usage for a minimal app (#7126) Jason Simmons 2016-12-02 10:27:43 -08:00
  • 45a4f639c9 devicelab: make specifying device OS less confusing (#7132) Yegor 2016-12-01 18:35:40 -08:00
  • 357892b8ef [iOS] Don’t perform a per frame platform to UI thread switch. (flutter/engine#3288) Chinmay Garde 2016-12-01 17:35:40 -08:00
  • 4da4ca89aa Add a devicelab test that captures memory usage metrics on Android (#7120) Jason Simmons 2016-12-01 11:37:16 -08:00
  • b670ce4bcc prefer const constructor (#7118) Alexandre Ardhuin 2016-12-01 18:43:08 +01:00
  • 7667a3f8eb DropdownButton hint (#7114) Hans Muller 2016-12-01 07:27:14 -08:00
  • 1ac8083795 Mention updating the buildroot git remotes (flutter/engine#3285) Ian Hickson 2016-11-30 20:33:19 -08:00
  • 4a01f72b34 Roll buildroot (flutter/engine#3287) Ian Hickson 2016-11-30 19:58:27 -08:00
  • a9584e1214 Handle new observatory url (#7061) Dan Rubel 2016-11-30 20:29:04 -05:00
  • ba4ae45e6f Scaffold backgroundColor (#7104) Hans Muller 2016-11-30 15:50:23 -08:00
  • 997d4015c1 Roll Dart (flutter/engine#3284) Jason Simmons 2016-11-30 15:27:13 -08:00
  • 7afd100894 Initialize the InputConnection with the text plugin's most recent state (either incoming or outgoing) (flutter/engine#3283) Jason Simmons 2016-11-30 15:07:37 -08:00
  • f960215167 Remove unneeded analyzer ignores (#7109) Adam Barth 2016-11-30 14:54:01 -08:00
  • c2e965fd07 Bump to Dart SDK 1.21.0-dev.11.0 (#7101) Phil Quitslund 2016-11-30 10:27:58 -08:00
  • df675f45ee Fix Fuchsia build (#7105) Todd Volkert 2016-11-30 10:06:48 -08:00
  • 56f4fe42fd Improve showSnackBar docs (#7092) Adam Barth 2016-11-30 09:55:17 -08:00
  • 57d5de8459 Fix label text wrapping in expansion panels gallery demo (#7103) Hans Muller 2016-11-30 09:52:54 -08:00
  • 28bfbd6c58 Changed DefaultTextStyle to consider the TextTheme defined in the context for Bottom Nav Bar (#7042) Michael Beckler 2016-11-30 12:51:49 -05:00
  • 26bbb6d121 Include internal Dart libraries in sky_engine. (flutter/engine#3280) P.Y. Laligand 2016-11-30 09:50:17 -08:00
  • ee5a80a6af Remove obsolete references to "flutter refresh" in hello_services (#7093) Jason Simmons 2016-11-30 09:49:43 -08:00
  • e05dcc9c71 Remove extraneous gallery demo scrollable keys (#7098) Hans Muller 2016-11-30 08:47:22 -08:00
  • 60b19b2035 Create abstraction layer for dart:io's Process commands (#7100) Todd Volkert 2016-11-30 08:42:42 -08:00
  • 0924b020ec Skip failing input tests (#6965) Luke Church 2016-11-30 07:10:19 +00:00
  • f0c7f5a942 Support for overriding Gallery feedback menu item behavior (#7091) Collin Jackson 2016-11-29 17:47:39 -08:00
  • 440ddef69e Regression tests should verify that debug are not set (#7090) Hans Muller 2016-11-29 15:17:51 -08:00
  • ee55817d62 Allow platform frameworks to snapshot FlutterView contents. (flutter/engine#3281) Chinmay Garde 2016-11-29 14:39:29 -08:00
  • 94de7e30b3 Bump Dart SDK to 1.21.0-dev.10.0. (#7065) Phil Quitslund 2016-11-29 12:52:35 -08:00