Commit Graph

  • a90a850462 bump benchmark timeouts (#16817) Yegor 2018-04-20 13:57:06 -07:00
  • 4a5f9d7c9f Fix syntax error in AccessibilityBridge (flutter/engine#5059) Jason Simmons 2018-04-20 13:54:27 -07:00
  • 1fab880e72 Prevent multiple calls to FlutterMain.startInitialization (flutter/engine#5058) Jason Simmons 2018-04-20 11:38:10 -07:00
  • 3034fd831c Add SemanticsFlag.isHidden (flutter/engine#5052) Michael Goderbauer 2018-04-20 10:37:02 -07:00
  • 776cf24764 Make flutter_driver work with sync-async (#16798) Mikkel Nygaard Ravn 2018-04-20 19:31:43 +02:00
  • 602a3a3727 Roll src/third_party/skia/ c4e384e5a..3d0e8507f (18 commits) (flutter/engine#5056) skia-flutter-autoroll 2018-04-20 13:16:21 -04:00
  • 315993efb3 Enable sync-async (#16790) Mikkel Nygaard Ravn 2018-04-20 14:49:33 +02:00
  • 44b7e7d3f4 Fix capitalization in README.md (#16788) Todd Volkert 2018-04-20 01:02:44 -07:00
  • 12bbaba9ae Do exponential backoff for all exceptions in VMService::defaultOpenChannel. (#16785) Todd Volkert 2018-04-19 23:36:15 -07:00
  • 060a1adec1 Roll engine to 09d05a3891. (#16780) Chinmay Garde 2018-04-19 20:33:40 -07:00
  • 1461d08b68 Prepare and run child isolates on a VM managed (i.e. no UI) task runner. (flutter/engine#5054) Chinmay Garde 2018-04-19 19:17:11 -07:00
  • 6a82b1044a use the --dart-sdk parameter to flutter analyze if passed in (#16751) Devon Carew 2018-04-19 18:44:46 -07:00
  • 85473d0941 retry VMService connection; expect missing PRODUCT_BUNDLE_IDENTIFIER (#16770) Yegor 2018-04-19 18:29:49 -07:00
  • e7cd5d3867 Throw FlutterError when calling setState in State constructor (#16759) Jonah Williams 2018-04-19 18:00:38 -07:00
  • 034a663d33 Semantics object support for edge triggered semantics (#16081) Jonah Williams 2018-04-19 17:59:19 -07:00
  • d05bc9c0e3 Remove UI with the word 'demo' from the gallery (#16767) xster 2018-04-19 16:53:21 -07:00
  • b83eb465fd Updating the Chip demo in the Gallery to include all the new types of chips. (#16522) Greg Spencer 2018-04-19 16:43:22 -07:00
  • cdf80b642b Don't show the 'preview' banner on published gallery (#16727) xster 2018-04-19 16:18:05 -07:00
  • 133c98a85b Fine-tune iOS's scroll start feel (#16721) xster 2018-04-19 16:17:44 -07:00
  • a9d706ed38 Throw an error or return null if FlutterView.getBitmap fails (flutter/engine#5051) Jason Simmons 2018-04-19 16:12:22 -07:00
  • 1ba99b94f2 SliverList works with changing children that are keyed (#16724) Michael Goderbauer 2018-04-19 16:05:41 -07:00
  • cf5778810b Move script snapshot argumtents to Snapshotter (#16722) Chris Bracken 2018-04-19 16:03:07 -07:00
  • 0b389fc92e Change CircleAvatar to use BoxFit.cover for images (#16649) Greg Spencer 2018-04-19 15:52:40 -07:00
  • 9da0ec2736 Add a few timeouts to FlutterDriver.connect() (#16762) Todd Volkert 2018-04-19 15:09:07 -07:00
  • 07e5056b4e Roll Flutter Engine to 637e921. (#16761) Chinmay Garde 2018-04-19 14:59:05 -07:00
  • e2c22f864f Use the raster cache when rendering screenshots as bitmaps (flutter/engine#5050) Jason Simmons 2018-04-19 13:32:00 -07:00
  • c058c6a6d7 revert an older workaround for a pub/vm failure (#16749) Devon Carew 2018-04-19 13:11:42 -07:00
  • 48ab8648bf On simulators, don't pass file paths to the engine that done exist. (#16756) Chinmay Garde 2018-04-19 12:42:56 -07:00
  • eb1fd78601 Roll engine to 3405e23a32af4ea3655e5d1a78955066b2573331 (#16755) Jonah Williams 2018-04-19 12:35:24 -07:00
  • 4aa708019e Look for an assets path specification in the Info.plist. (flutter/engine#5049) Chinmay Garde 2018-04-19 12:01:46 -07:00
  • 656482af41 AccessibilityBridge support for edge triggered semantics (iOS + Android) (flutter/engine#4901) Jonah Williams 2018-04-19 11:14:47 -07:00
  • 9c64ca3bdb Roll src/third_party/skia/ 1ccaa6e05..c4e384e5a (28 commits) (flutter/engine#5047) Ravi Mistry 2018-04-19 13:03:35 -04:00
  • 7b163c7c0b Roll engine to 3cc8d82895eaaddc52df166ceb0e5d7c3cc40588 (#16728) Todd Volkert 2018-04-18 20:31:45 -07:00
  • 08ba5c14e6 Fix more Linux unittest targets. (flutter/engine#5045) Chinmay Garde 2018-04-18 18:15:50 -07:00
  • 5013086e9e libtxt: add boxes representing empty lines in GetRectsForRange (flutter/engine#5043) Jason Simmons 2018-04-18 18:04:52 -07:00
  • ebb33d946a Enable downscale of very large images when uploading on IO thread (flutter/engine#5011) Brian Osman 2018-04-18 21:00:00 -04:00
  • 326b317633 Allow runtime unit-test to perform dynamic symbol resolution for Dart snapshots. (flutter/engine#5044) Chinmay Garde 2018-04-18 17:55:39 -07:00
  • 044dfdb446 Tweak theme_test so it passes when --track-widget-creation is used. (#16717) Jacob Richman 2018-04-18 17:46:20 -07:00
  • 693b7f248e Don’t build the host shell on target builds. (flutter/engine#5042) Chinmay Garde 2018-04-18 16:28:24 -07:00
  • 6856d1b63d Remove the weak pointer factory from the service isolate's DartIsolate object (flutter/engine#5041) Jason Simmons 2018-04-18 13:02:19 -07:00
  • 8b6922845b Update the embedder GN target to use a source set instead of a complete static library. (flutter/engine#5040) Chinmay Garde 2018-04-18 12:50:22 -07:00
  • aa8636c3fc Implement Scene::toImage for creating a raster image representation of a scene. (flutter/engine#5021) Chinmay Garde 2018-04-18 12:42:16 -07:00
  • 2e50155f95 Configure kernel paths in the embedder if the asset directory contains the kernel assets (flutter/engine#5039) Jason Simmons 2018-04-18 12:12:39 -07:00
  • ec7b46e30b Add stack trace to exception logs in flutter_platform (#16715) Todd Volkert 2018-04-18 12:09:16 -07:00
  • 80efed0ce6 Roll src/third_party/skia/ 1cd6098d5..1ccaa6e05 (20 commits) (flutter/engine#5038) Ravi Mistry 2018-04-18 14:36:58 -04:00
  • e6b62a3a30 Adding some tests for onTapDown and onTapCancel (#16682) Greg Spencer 2018-04-18 11:27:55 -07:00
  • 6bd6897014 Run tests in dart2 mode. (#16675) Alexander Aprelev 2018-04-18 11:24:54 -07:00
  • 3028fb7777 Simplify weak pointer factories and allow vending weak pointers on multiple threads. (flutter/engine#5029) Chinmay Garde 2018-04-18 11:07:16 -07:00
  • 3a0aabc37b Add docs to VMService.onEvent() (#16711) Todd Volkert 2018-04-18 09:24:52 -07:00
  • 928c41e9a7 Support summary-details tree view (#16638) Jacob Richman 2018-04-18 09:09:34 -07:00
  • 1080c29832 Roll engine to c73be7ada2e1066e2a6f04f0541406409c2bfa6b (#16707) Mikkel Nygaard Ravn 2018-04-18 13:51:58 +02:00
  • 80a6a46fb4 Roll Dart to version fe606f890b0a311da802c78b0af414a3c2087a79 (flutter/engine#5033) Siva 2018-04-18 02:07:56 -07:00
  • 09ca3c187d Fix the way how stream event subscription is handled. (#16698) Alexander Aprelev 2018-04-18 01:21:33 -07:00
  • eaf3a6648d Roll engine to 5822b6e578de7b6c6c0d802dd2b5b9d363e48c14 (#16686) Todd Volkert 2018-04-17 21:13:58 -07:00
  • 7b5e21ff33 Clear the canvas when attempting to render to the surface. (flutter/engine#5036) Chinmay Garde 2018-04-17 19:04:52 -07:00
  • e01a739b45 Make the rasterizer own the compositor context. (flutter/engine#5034) Chinmay Garde 2018-04-17 18:45:58 -07:00
  • 77b1a14fde Correct ninja command instruction (flutter/engine#5032) xster 2018-04-17 18:32:50 -07:00
  • e45e1c17b2 Don't send platform messages to isolates that are not running. (flutter/engine#5031) Chinmay Garde 2018-04-17 17:10:17 -07:00
  • 9a0b562524 When parsing logs, filter away lines that are irrelevant to the microbenchmark. (#16678) Chinmay Garde 2018-04-17 16:57:47 -07:00
  • 94586c2dac Set the start timestamp in the contructor of the first shell. (flutter/engine#5030) Chinmay Garde 2018-04-17 16:02:06 -07:00
  • ec26a7baca Fail with better error message in microbenchmarks (#16676) Todd Volkert 2018-04-17 14:34:09 -07:00
  • e9177ba3d1 Roll engine to 0c09bf03d. (#16668) Chinmay Garde 2018-04-17 13:41:18 -07:00
  • 824b806bfc Add missing docs to public function. (#16651) Greg Spencer 2018-04-17 12:19:15 -07:00
  • ae8bdd8dfc In the service protocol, if no view is specified to flush tasks on, pick the first one. (flutter/engine#5028) Chinmay Garde 2018-04-17 12:07:00 -07:00
  • ea2c76bfc8 Roll src/third_party/skia/ 276886160..1cd6098d5 (50 commits) (flutter/engine#5026) Ravi Mistry 2018-04-17 13:51:17 -04:00
  • 58d3493445 Add a timeout to bot tests. (#16666) Todd Volkert 2018-04-17 10:00:06 -07:00
  • c59300b2e3 Enable 'Speak Screen' and 'Switch Control' for iOS (flutter/engine#5016) Michael Goderbauer 2018-04-17 09:16:24 -07:00
  • c7df2619d7 Run test harness finalizers in reverse order. (#16664) Todd Volkert 2018-04-17 07:38:30 -07:00
  • c4aaa21eb3 Fix Android platform channels (flutter/engine#5025) Mikkel Nygaard Ravn 2018-04-17 16:02:10 +02:00
  • 10cf0cedad Revert "Roll engine to 1bc0e1bb9a8db882a21086096cc2b1e0854312b7 (#16643)" (#16661) Mikkel Nygaard Ravn 2018-04-17 12:40:02 +02:00
  • dd32d1b179 Roll engine to 1bc0e1bb9a8db882a21086096cc2b1e0854312b7 (#16643) Todd Volkert 2018-04-17 02:52:00 -07:00
  • eee5b18b17 On windows, refer to Dart snapshot directly executable. (flutter/engine#5024) Chinmay Garde 2018-04-16 22:02:19 -07:00
  • dd9b7675de Revert "Roll Dart to fe606f890b0a311da802c78b0af414a3c2087a79" (flutter/engine#5023) Todd Volkert 2018-04-16 21:50:11 -07:00
  • c83d24d547 Always add a DevFS asset entry for the font manifest (#16650) Todd Volkert 2018-04-16 21:48:21 -07:00
  • 61d20bfe48 Only make ERROR and FATAL log levels visible by default. (flutter/engine#5022) Chinmay Garde 2018-04-16 21:34:11 -07:00
  • 9e0a6107fa Support local-engine option for flutter_tester on Windows. (#16648) Alexander Aprelev 2018-04-16 20:40:52 -07:00
  • 834a85578d Fix shell launcher test (dart2 compliant and stop polling) (flutter/engine#5009) Alexander Aprelev 2018-04-16 19:31:43 -07:00
  • 2983a1b613 Roll Dart to fe606f890b0a311da802c78b0af414a3c2087a79 (flutter/engine#5020) Régis Crelier 2018-04-16 17:25:39 -07:00
  • 5b93e1f204 On iOS, try to use ES3, then fall back to ES2. (flutter/engine#5006) Chinmay Garde 2018-04-16 16:41:45 -07:00
  • 7a94e0c73f Fix broken Linux build (flutter/engine#5019) Todd Volkert 2018-04-16 16:20:48 -07:00
  • 8d430519b0 Fix broken Chromebot build (flutter/engine#5018) Todd Volkert 2018-04-16 15:10:40 -07:00
  • f049f436c8 Update AppBar docs to analyze sample code (#16634) Michael Goderbauer 2018-04-16 14:17:55 -07:00
  • b1ecf1ea9a Add localizations for navigation menu, popup menu, dialog, and alert (#16633) Jonah Williams 2018-04-16 14:09:20 -07:00
  • 85be28d36b Add catch for SocketException and tests for exception handling on fetchUrl. (#16569) jcollins-g 2018-04-16 14:02:07 -07:00
  • c103fd0c02 disable avoid_private_typedef_functions lint (#16495) Alexandre Ardhuin 2018-04-16 22:43:47 +02:00
  • e61f21b5be Breadcrumbs to the wiki (flutter/engine#5017) Ian Hickson 2018-04-16 13:26:42 -07:00
  • f10bdfbf77 Return raw (unencoded) bytes in Image.toByteData() (flutter/engine#5008) Todd Volkert 2018-04-16 12:39:46 -07:00
  • 30a9567d71 Roll src/third_party/skia/ e669bdfad..276886160 (9 commits) (flutter/engine#5014) Ravi Mistry 2018-04-16 13:36:56 -04:00
  • ab9ba3f909 Support exposing the InspectorService over the Flutterservice extension protocol as well as the observatory protocol. (#15876) Jacob Richman 2018-04-16 10:04:40 -07:00
  • 7dd166fac5 Revert "Turn support for sync-async on in Flutter. (#16543)" (#16626) Siva 2018-04-16 09:54:47 -07:00
  • b0b2c0077a Turn support for sync-async on in Flutter. (#16543) Siva 2018-04-16 08:44:38 -07:00
  • ad967fceb2 Call SkSurface::flush instead of getting a backend handle in vulkan_swapchain. (flutter/engine#5012) egdaniel 2018-04-16 10:21:53 -04:00
  • 6c049ec286 Rename AnimatedChildSwitcher to AnimatedSwitcher (#16551) Greg Spencer 2018-04-15 19:24:49 -07:00
  • d0165f0163 Roll src/third_party/skia/ 3462eb034..e669bdfad (54 commits) (flutter/engine#5007) Ravi Mistry 2018-04-15 12:54:29 -04:00
  • 605fa93f5e Re-land "do not pause rendering when android view loses focus" (flutter/engine#5004) Jonah Williams 2018-04-13 17:08:00 -07:00
  • ea30c95dc9 Report RpcException error thrown by _reloadSource vmservice rpc. (#16417) Alexander Aprelev 2018-04-13 17:02:14 -07:00
  • 77b5965ab9 If the rasterizer has a valid surface context, use that to create a snapshotting render target. (flutter/engine#4979) Chinmay Garde 2018-04-13 16:58:27 -07:00
  • bfed2f04a0 Specify the packages file path when running engine dart tests. (flutter/engine#5005) Chinmay Garde 2018-04-13 16:17:38 -07:00
  • 5ee33d78cf Minor update to README (flutter/engine#5003) Chris Bracken 2018-04-13 15:46:54 -07:00
  • cce93d025e Promote line height in text style created from paragraph style (flutter/engine#4995) Anatoly Pulyaevskiy 2018-04-13 15:26:52 -07:00