Commit Graph

  • 98c8366bba Add RTL support to Positioned (#11810) Adam Barth 2017-08-29 14:54:41 -07:00
  • 654663c132 Update Harfbuzz to pull in fixes to Mac host release builds. (flutter/engine#4037) Chinmay Garde 2017-08-29 14:05:23 -07:00
  • 6296205119 Roll engine forward (#11821) Alexander Aprelev 2017-08-29 14:01:47 -07:00
  • 8c330fdb1d Revert "Re-enable Unicode ZWJ handling code that had been disabled pending an ICU update (#4035)" (flutter/engine#4036) Jason Simmons 2017-08-29 12:53:25 -07:00
  • 3d8d4c0ef7 Re-enable Unicode ZWJ handling code that had been disabled pending an ICU update (flutter/engine#4035) Jason Simmons 2017-08-29 11:47:58 -07:00
  • 27d3e8a41f Extract snapshotting logic to Snapshotter class (#11820) Chris Bracken 2017-08-29 10:55:14 -07:00
  • 8d5fe6d430 Don't use runBinaryGuarded. (#11816) Florian Loitsch 2017-08-29 19:54:00 +02:00
  • 25d40e8816 Roll lib/tonic dependency forward (flutter/engine#4034) Alexander Aprelev 2017-08-29 10:23:44 -07:00
  • 0d61011e48 Roll dart dependency forward (flutter/engine#4033) Alexander Aprelev 2017-08-29 09:41:22 -07:00
  • a7d2f8359f Notify the completer after the close animation completes on the snackbar (#11688) Mehmet Fidanboylu 2017-08-29 09:39:54 -07:00
  • 6aae676441 Avoid returning null from debugDescribeChildren (#11806) Ian Hickson 2017-08-29 09:14:12 -07:00
  • f1a23e263c roll engine (#11814) Sarah Zakarias 2017-08-29 14:58:31 +02:00
  • 8becc361af fix binaryMessenger in FlutterAppDelegate (flutter/engine#4030) Sarah Zakarias 2017-08-29 13:58:26 +02:00
  • 5c5e4265a1 Fix command test (#11812) Michael Goderbauer 2017-08-28 23:58:56 -07:00
  • 76a1ab0269 Roll engine to 60bce44c9fdf20dbe5e6f7dd02e776b9ab0dd585 (#11805) Michael Goderbauer 2017-08-28 17:34:33 -07:00
  • 2a01097a23 Fix crash in debugDumpSemanticsTree when transform == null (#11807) Michael Goderbauer 2017-08-28 17:16:42 -07:00
  • bef10d5a70 Implement i18n features in the a11y API. (flutter/engine#4029) Ian Hickson 2017-08-28 16:12:39 -07:00
  • c78cf3d594 Use GrBackendRenderTarget rather than the deprecated GrBackendRenderTargetDesc. (flutter/engine#4028) Chinmay Garde 2017-08-28 15:53:57 -07:00
  • 48fe9dcb3b Update Skia revision to 5b0717825. (flutter/engine#4027) Chinmay Garde 2017-08-28 15:53:47 -07:00
  • 8ecf19d8a0 Semantic hit test order for Slivers (#11792) Michael Goderbauer 2017-08-28 15:49:16 -07:00
  • 10e65a16f8 Minor whitespace formatting fix in build tests (#11802) Chris Bracken 2017-08-28 15:46:45 -07:00
  • d6f8378f56 Remove manual checks for arguments correctly handled by u_hasBinaryProperty. (flutter/engine#4025) Chinmay Garde 2017-08-28 13:49:40 -07:00
  • 725938c95b Avoid workarounds for old version of ICU and Harfbuzz. (flutter/engine#4024) Chinmay Garde 2017-08-28 13:28:09 -07:00
  • e4cc8f5e41 Rebase the libtxt integration by @GaryQian onto the current engine head (flutter/engine#4022) Jason Simmons 2017-08-28 13:01:15 -07:00
  • f235a2c104 RTL: Padding, Flex (#11709) Ian Hickson 2017-08-28 12:50:24 -07:00
  • 3dd1a05a8a Better debugPaintSize logic for clip renderers (#11725) Ian Hickson 2017-08-28 12:33:23 -07:00
  • 1fe869197a Traverse children from top left to bottom right for a11y (flutter/engine#4017) Michael Goderbauer 2017-08-28 12:02:07 -07:00
  • 1ee9400130 Avoid rebuilding snapshots if no change to source (#11551) (#11793) Chris Bracken 2017-08-28 11:45:17 -07:00
  • aa243473a3 Add more tests from the Android Minikin test bench to the common test runner. (flutter/engine#4020) Chinmay Garde 2017-08-28 10:10:15 -07:00
  • 8bd3df87a2 Clang format the imported minikin sources, tests and benchmarks to match Flutter engine stylf. (flutter/engine#4018) Chinmay Garde 2017-08-25 17:43:47 -07:00
  • f265301519 Doc updates for Semantics; always reset SemanticsNode (#11770) Michael Goderbauer 2017-08-25 17:21:46 -07:00
  • 589cd19d89 Create a unified target for the txt and minikin library, tests and benchmarks. (flutter/engine#4016) Chinmay Garde 2017-08-25 17:14:47 -07:00
  • a3fb3be303 Move libtxt under flutter/third_party in the license script (flutter/engine#4015) Jason Simmons 2017-08-25 16:16:00 -07:00
  • 050b4456fd Only expose available semantic scroll actions (flutter/engine#4010) Michael Goderbauer 2017-08-25 16:12:50 -07:00
  • 6f654c1168 Update flutter_tools IntelliJ project (#11790) Chris Bracken 2017-08-25 15:59:19 -07:00
  • ea1bfcbf1f Remove txt from DEPS now that the repo has been imported into the engine. (flutter/engine#4014) Chinmay Garde 2017-08-25 15:49:29 -07:00
  • 0bdb6ced74 Subtree import txt into //third_party. Chinmay Garde 2017-08-25 15:32:29 -07:00
  • 0ca80951be Add 'third_party/txt/' from commit '19426206958a432405c0d4b77102a67dde4d2fa1' Chinmay Garde 2017-08-25 15:16:46 -07:00
  • f3245d00b0 Roll Engine to f5371156d29b8cca3df05452f7e09f1314b1d9a1 (#11786) Carlo Bernaschina 2017-08-25 14:57:03 -07:00
  • 106bbf2d3a Update buildroot to pick up cleanups in //third_party. (flutter/engine#4011) Chinmay Garde 2017-08-25 14:45:18 -07:00
  • fd54bd4caf Add version, build mode to the snapshot checksums (#11787) Chris Bracken 2017-08-25 14:32:01 -07:00
  • 7af7d5ee18 Update the license script to handle the new version of ICU (flutter/engine#4009) Jason Simmons 2017-08-25 14:17:51 -07:00
  • b16a1fc30f Switch to Harfbuzz 1.5.0 from Fuchsia. (flutter/engine#4006) Chinmay Garde 2017-08-25 12:57:43 -07:00
  • ae7fd35fcc Roll Dart to e9d358921dddbee84c39c951220d5a844b097bb5. (flutter/engine#4008) Ryan Macnak 2017-08-25 12:16:39 -07:00
  • e960ba0b88 Remove unused Roboto fonts from the material font manifest (#11778) Jason Simmons 2017-08-25 11:29:26 -07:00
  • f3aaa23f74 Remove dependency from VM isolate name convention (flutter/engine#4007) Carlo Bernaschina 2017-08-25 11:11:52 -07:00
  • c1bd6f87ae Fix paintBounds/semanticBounds of RenderSliver (#11781) Michael Goderbauer 2017-08-25 09:41:57 -07:00
  • 631eaa4563 Fix Fuchsia Hot Reload (#11783) Zachary Anderson 2017-08-25 09:16:24 -07:00
  • ca80cdfc59 Accept down event in mono drag gesture velocity calculation (#11777) xster 2017-08-24 16:35:16 -07:00
  • 538a33ee3b update plugin underscore (#11779) xster 2017-08-24 15:20:19 -07:00
  • 6a41695e04 Update ICU to ToT and ensure that slimmed down versions of data files are shipped on the mobile platforms. (flutter/engine#4005) Chinmay Garde 2017-08-24 14:26:07 -07:00
  • c9cefbf0be Properly update semantics when Material/Cupertino Sliders are disabled (#11776) Michael Goderbauer 2017-08-24 12:54:34 -07:00
  • 0de87bab4a Test bugfix: specify JAVA_HOME env (#11773) Mikkel Nygaard Ravn 2017-08-24 12:48:41 +02:00
  • 79747f4947 Improve Gradle error output in Flutter commands (#11703) Mikkel Nygaard Ravn 2017-08-24 10:44:32 +02:00
  • 5f93b1e9f3 Let the FlutterAppDelegate's messenger be customizable if the rootViewController isn't a FlutterViewController (flutter/engine#3916) xster 2017-08-23 18:50:14 -07:00
  • 3bf835e3cd Fix crash when removing stories. (flutter/engine#4003) mikejurka 2017-08-23 17:32:19 -07:00
  • 8c2c502257 Updated I18N API for Flutter (#11497) Hans Muller 2017-08-23 17:07:59 -07:00
  • 6c91bf883d Create a window toolkit agnostic Flutter engine API. (flutter/engine#3987) Chinmay Garde 2017-08-23 16:05:16 -07:00
  • 7676e5119e Engine roll (#11765) xster 2017-08-23 14:43:40 -07:00
  • 41378e2032 Break long line in flutter create help output (#11756) Michael Thomsen 2017-08-23 13:13:26 -07:00
  • ce035d09c6 Fix non-flexible Chip in a Row. (#11669) Ian Hickson 2017-08-23 12:59:01 -07:00
  • 58163e0c39 Rename springConstant to stiffness (#11686) Brenton Simpson 2017-08-23 12:58:33 -07:00
  • be545ba93b Add animation to Android too (flutter/engine#3981) xster 2017-08-23 12:57:06 -07:00
  • f969b777b5 a11y and scrolling with slivers (#11711) Michael Goderbauer 2017-08-23 12:36:32 -07:00
  • b4f6e56720 Include main entrypoint in FLX snapshot checksum (#11762) Chris Bracken 2017-08-23 12:10:52 -07:00
  • 65dbd61aca Enable VK_GOOGLE_external_memory_magma extension on Fuchsia (flutter/engine#3999) John Bauman 2017-08-23 11:53:22 -07:00
  • bb2554abcd Fix the continue-at flag in the curl command used to download the Dart SDK (#11757) Jason Simmons 2017-08-23 11:28:19 -07:00
  • 066f1b719a Revert "Pass TextDirection to ParagraphBuilder. (#4001)" (flutter/engine#4004) Ian Hickson 2017-08-23 11:14:26 -07:00
  • dc5d2937bb Suppress libmobilegestalt noise from iOS device logging (#11745) Chris Bracken 2017-08-23 10:50:07 -07:00
  • 515f72380c Pass TextDirection to ParagraphBuilder. (flutter/engine#4001) Ian Hickson 2017-08-23 10:34:57 -07:00
  • 02bdb97b43 Update manual_tests to run on Android again (#11743) Ian Hickson 2017-08-23 10:34:37 -07:00
  • bf47b34b60 Directionality widget (#11739) Ian Hickson 2017-08-23 10:34:20 -07:00
  • 9d4dd10f63 Remove a bunch of useless global configuration options. (#11726) Ian Hickson 2017-08-23 10:33:41 -07:00
  • 1962b61b67 Roll engine to 0062701c7c10029e86394e2599047ae993f7f492 (#11746) Chris Bracken 2017-08-23 09:31:37 -07:00
  • 5d0d6126a1 Add --template=<type> option to create command. (#11105) Jakob Andersen 2017-08-23 13:29:31 +02:00
  • 32ab3dbee0 Support Xcode projects with no schemes (#11750) Mikkel Nygaard Ravn 2017-08-23 11:58:21 +02:00
  • 9496e6dfa7 Support for app flavors in flutter tooling, #11676 retake (#11734) Mikkel Nygaard Ravn 2017-08-23 10:55:35 +02:00
  • 433b2507db Disable all rasterizer work while backgrounded on iOS (flutter/engine#4002) Chris Bracken 2017-08-22 19:57:52 -07:00
  • e843cb342d roll engine (#11740) Jason Simmons 2017-08-22 17:11:34 -07:00
  • 5066750063 Add comments to 3 methods that were missing comments. (#11737) Jacob Richman 2017-08-22 16:06:22 -07:00
  • 65516536db Roll Skia to a184ac7e0cdb26919369151f606c194358c94ff5 (flutter/engine#4000) Jason Simmons 2017-08-22 15:40:50 -07:00
  • 294cb8fa86 Update to new Dart FIDL bindings API. (flutter/engine#3988) Ian McKellar 2017-08-22 13:32:46 -07:00
  • cf23a4d599 Fix frontend_server problem with _filename not being set in compile. (flutter/engine#3998) Alexander Aprelev 2017-08-22 11:19:24 -07:00
  • a8aff38811 Add log to understand flakiness of commands_test (#11720) Carlo Bernaschina 2017-08-22 09:54:51 -07:00
  • 7c3a45dc6e Revert "Support for app flavors in flutter tooling (#11676)" (#11729) Mikkel Nygaard Ravn 2017-08-22 12:24:29 +02:00
  • 8d07d3f652 Support for app flavors in flutter tooling (#11676) Mikkel Nygaard Ravn 2017-08-22 10:38:23 +02:00
  • f25e2f5213 Revert "fire service protocol events for frames (#11565)" (#11727) Devon Carew 2017-08-22 01:06:48 -07:00
  • 4d0debd4c7 fix some call sites of printError (#11724) Devon Carew 2017-08-21 23:38:16 -07:00
  • 5f9acc4125 fire service protocol events for frames (#11565) Devon Carew 2017-08-21 22:12:19 -07:00
  • e859ef3093 Missed one feedback item from https://github.com/flutter/engine/pull/3982 (flutter/engine#3996) Alexander Aprelev 2017-08-21 17:41:16 -07:00
  • 1e5a61b584 Revert to a Jellybean compatible variant of getDrawable (flutter/engine#3997) Jason Simmons 2017-08-21 17:25:31 -07:00
  • 68448fcd3c Update VK_KHX_external_memory dependency to KHR (flutter/engine#3992) jbauman42 2017-08-21 17:09:29 -07:00
  • 5462ddb917 Bare bones widget inspector support. (#10332) Jacob Richman 2017-08-21 16:17:54 -07:00
  • 9c04aa15b3 Fix a FormState documentation typo (#11712) Chris Bracken 2017-08-21 15:54:02 -07:00
  • a24c90d789 Set commands_test flaky (#11710) Carlo Bernaschina 2017-08-21 15:31:32 -07:00
  • 6643db0106 Add documentation to waitForServiceExtension (#11708) Carlo Bernaschina 2017-08-21 14:16:30 -07:00
  • 1e0b1f11c8 Roll engine to 600567ef152452ded9914aa6aa441ce8cc66b74b (#11707) Chris Bracken 2017-08-21 13:41:54 -07:00
  • 937b98e1b9 Fix flakiness of commands_test (#11705) Carlo Bernaschina 2017-08-21 13:21:00 -07:00
  • c5c4abaeff Introduce frontend_server that flutter tools will use for compilation. (flutter/engine#3982) Alexander Aprelev 2017-08-21 12:55:17 -07:00
  • 79d08f683a Roll engine to e40d4a9fa6315ddc3617ea41e61f93bb45f7c5e1 (#11693) Carlo Bernaschina 2017-08-21 12:45:48 -07:00