Commit Graph

  • b94f757d77 Small simplification in RenderEditable (#14119) Hans Muller 2018-01-17 09:14:30 -08:00
  • b0d5d2d928 Escape path separator in regexps (#14122) Ian Hickson 2018-01-17 09:09:00 -08:00
  • 2908997b0e Dump exceptions live when they happen when testing tests with flutter run (#14102) Ian Hickson 2018-01-17 09:06:43 -08:00
  • e63a63784c Fix dartdoc errors in generated localization code and RenderEditable (#14132) Hans Muller 2018-01-17 08:37:02 -08:00
  • bc10fce46e Update dartdoc version to 0.15.1. (#14123) jcollins-g 2018-01-17 08:09:31 -08:00
  • 54fdc2f5ae Train frontend_server snapshot (flutter/engine#4560) jensjoha 2018-01-17 10:33:10 +01:00
  • 37e1684825 Document Android's SemanticsAction.tap behavior (#14031) Michael Goderbauer 2018-01-16 23:19:40 -08:00
  • 66fa83780d Announce when checked status changes on Android (flutter/engine#4557) Michael Goderbauer 2018-01-16 23:10:17 -08:00
  • f98b4863a7 Make debugCheckHasMaterial more useful (#14101) Ian Hickson 2018-01-16 20:31:21 -08:00
  • 9ee5ab1d8b Fallback to compose shapes as their bounding rectangles. (flutter/engine#4553) amirh 2018-01-16 18:20:18 -08:00
  • b1248de5e3 Strong mode fix for datePatterns in material localizations (#14117) Vyacheslav Egorov 2018-01-16 21:23:19 +01:00
  • 6590ae48d6 libtxt: use an ICU character iterator that can handle complex grapheme clusters (flutter/engine#4548) Jason Simmons 2018-01-16 10:43:00 -08:00
  • e7c2f2dfb6 libtxt: skip redundant bidi processing performed by minikin (flutter/engine#4539) Jason Simmons 2018-01-16 10:39:31 -08:00
  • 4488f58acf Set _imageInfo to null BEFORE adding listener to new ImageStream (#13825) Dwayne Slater 2018-01-16 13:14:01 -05:00
  • c5050bc8a9 Prepare for running tests on Windows (#14112) Ian Hickson 2018-01-16 10:11:13 -08:00
  • 08f3598be8 Make Canvas cullRect optional and make Rect.largest a static field. (flutter/engine#4551) Ian Hickson 2018-01-16 10:08:08 -08:00
  • c03cd3798d Revert "Train frontend_server snapshot (#4512)" (flutter/engine#4556) Alexander Aprelev 2018-01-16 10:05:00 -08:00
  • 0efc8cde1f Fix SemanticsData hashode and equals (#14079) Michael Goderbauer 2018-01-16 09:44:56 -08:00
  • a6e5de2176 Make artifact downloading more robust for flaky networks, take two (#14084) jcollins-g 2018-01-16 08:07:37 -08:00
  • b47a25cea7 Strong mode fix in Table._updateRenderObjectChildren (#14108) Vyacheslav Egorov 2018-01-16 16:46:32 +01:00
  • d9fd4d6f49 Make sure to pass strong mode options down to gen_snapshot (#14118) Vyacheslav Egorov 2018-01-16 15:38:29 +01:00
  • 299ddb4320 Add some color to the ShapeDecoration.shape docs (#14100) Ian Hickson 2018-01-15 12:43:43 -08:00
  • d7e7abbcc2 Train frontend_server snapshot (flutter/engine#4512) jensjoha 2018-01-15 15:59:57 +01:00
  • 2ad5b735d0 Mark deprecated API in FlutterDartProject.h as unavailable (flutter/engine#4552) Sarah Zakarias 2018-01-15 13:29:43 +01:00
  • a50c855b12 Run Fuchsia apps without flx (flutter/engine#4550) Sarah Zakarias 2018-01-15 11:09:01 +01:00
  • 09a6df7461 Clean up output directory before copying over new files (#14085) Alexander Aprelev 2018-01-14 18:24:07 -08:00
  • 6e38b42919 Fix a couple of strong mode issues. (#14070) Vyacheslav Egorov 2018-01-13 09:18:12 +01:00
  • e11cf5c94c Use a safe codec to read Skia SKP screenshot files when checking for errors (#14086) Jason Simmons 2018-01-12 17:54:49 -08:00
  • 27eeb9722f TextField splash integration (#14055) Hans Muller 2018-01-12 17:40:53 -08:00
  • c09736bb58 flutter_view_ios__start_up: move all test logic into TaskFunction (#14088) Yegor 2018-01-12 16:56:54 -08:00
  • ce939564fa Bump json_rpc_2 dependency (#14051) Sam Rawlins 2018-01-12 16:23:51 -08:00
  • 0230a87476 Add a PhysicalShape widget and a render object for it. (#13682) amirh 2018-01-12 15:56:01 -08:00
  • 2c53613b1f Properly identify CheckBox and RadioButton on Android (flutter/engine#4547) Michael Goderbauer 2018-01-12 15:27:55 -08:00
  • 6a42ed3f55 Decode syslog-encoded iOS logs (#14075) Chris Bracken 2018-01-12 15:12:26 -08:00
  • 1b91582d2e Add Flutter Console for Windows (#14030) Michael Goderbauer 2018-01-12 15:09:55 -08:00
  • 80d6095d98 Fix ShapeDecoration (#14009) Ian Hickson 2018-01-12 15:03:51 -08:00
  • e8b666249a Bump collection dependency to 1.14.5 (#14048) Sam Rawlins 2018-01-12 14:33:26 -08:00
  • 6028fe85bb mark complex_layout_scroll_perf_ios__timeline_summary as flaky\ (#14080) Yegor 2018-01-12 13:33:54 -08:00
  • 9cadf74d34 When blurring, clamp to image's edge pixels, not to black (flutter/engine#4546) Brian Osman 2018-01-12 16:27:17 -05:00
  • 0258b3a3a1 Fixes crash on Android when activating Now on Tap (flutter/engine#4536) Michael Goderbauer 2018-01-12 10:22:55 -08:00
  • 2ac17ebc40 Revert "Run Fuchsia apps without flx" (flutter/engine#4545) Sarah Zakarias 2018-01-12 15:55:47 +01:00
  • 57330c3bff Revert "include portable_unistd.h in directory_asset_bundle (#4542)" (flutter/engine#4544) Sarah Zakarias 2018-01-12 15:53:02 +01:00
  • a41471bdd6 include portable_unistd.h in directory_asset_bundle (flutter/engine#4542) Sarah Zakarias 2018-01-12 15:31:56 +01:00
  • 9bf76142c1 Run Fuchsia apps without flx (flutter/engine#4538) Sarah Zakarias 2018-01-12 13:31:54 +01:00
  • 73634e73bc Convert MaskFilter to pure-Dart. (flutter/engine#4534) Ian Hickson 2018-01-11 23:25:18 -08:00
  • 8cf109d20f Reland #14054 after having landed all the engine commits in between (#14064) Ian Hickson 2018-01-11 23:21:53 -08:00
  • e859995d11 Update engine.version Ian Hickson 2018-01-11 22:29:07 -08:00
  • 2ff39d88a6 Update engine.version Ian Hickson 2018-01-11 22:28:57 -08:00
  • cafc5dc5f0 Update engine.version Ian Hickson 2018-01-11 22:28:46 -08:00
  • 6fd5f265a0 Update engine.version Ian Hickson 2018-01-11 22:28:34 -08:00
  • 34bbc58a1d Update engine.version Ian Hickson 2018-01-11 22:28:19 -08:00
  • 5c3ca9f625 Update engine.version Ian Hickson 2018-01-11 22:28:05 -08:00
  • 908db567c9 Update engine.version Ian Hickson 2018-01-11 22:27:49 -08:00
  • 78dcc0e685 Revert "Revive "Push physical layers with paths instead of rects in RenderPhy… (#14054)" (#14063) Ian Hickson 2018-01-11 22:27:11 -08:00
  • 592f297922 Revive "Push physical layers with paths instead of rects in RenderPhy… (#14054) amirh 2018-01-11 18:54:12 -08:00
  • a48185a6ad When targeting iOS sim in preview-dart-2, always compile. (#14059) Alexander Aprelev 2018-01-11 18:19:28 -08:00
  • af26adb128 Revive always using SkPath for physical models (flutter/engine#4537) amirh 2018-01-11 15:11:00 -08:00
  • e2e3c5df05 Reland 9534082fc0 with fix for incremen… (#14040) Alexander Aprelev 2018-01-11 14:33:50 -08:00
  • bedf987fc8 Pipe strong mode option for iOS simulator. (#14002) Alexander Aprelev 2018-01-11 14:08:28 -08:00
  • 991765780b Fix handling --preview-dart-2 for ios (#14016) Alexander Aprelev 2018-01-11 13:24:51 -08:00
  • 96d3afbb3e Roll Skia to 579f094f1259931c30dfd1623e8e22d74b4a7531 (flutter/engine#4525) Todd Volkert 2018-01-11 13:15:05 -08:00
  • ccc0d29454 send 'reloadRecommended' info to IDEs (#13996) Devon Carew 2018-01-11 12:55:00 -08:00
  • 2a07f3f211 Fix typo in framework.dart private method name (#14046) Sebastiano Poggi 2018-01-11 20:15:34 +00:00
  • 1dca1b22e8 Remove use of "--assert-initializer" flag from CONTRIBUTING.md (#14032) Leaf Petersen 2018-01-11 08:55:14 -08:00
  • 62ea62a729 Remove enableAssertInitializer from analysis options as it's not needed in Dart 2 (#14042) Michael Thomsen 2018-01-11 16:52:34 +01:00
  • aad36ab7dd Remove large int support in standard message codec (#14011) Mikkel Nygaard Ravn 2018-01-11 08:47:16 +01:00
  • 0fe1e5bf5b apply upcoming lint prefer_const_literals_to_create_immutables (#14029) Alexandre Ardhuin 2018-01-11 08:38:55 +01:00
  • 5dc4ce85d9 Revert "Handle abnormal termination of frontend compiler. (#13982)" (#14037) Alexander Aprelev 2018-01-10 19:54:08 -08:00
  • 9534082fc0 Handle abnormal termination of frontend compiler. (#13982) Alexander Aprelev 2018-01-10 17:51:08 -08:00
  • 85d050ac98 When running on iOS deduce bundle path during engine initialization. (flutter/engine#4532) Alexander Aprelev 2018-01-10 17:40:47 -08:00
  • 5c88f8f295 Update instructions for testing the buildbot recipes (#14033) Jason Simmons 2018-01-10 17:05:47 -08:00
  • f1e5551c45 Fix stage for hot_mode ios test. (#14034) Alexander Aprelev 2018-01-10 17:05:33 -08:00
  • 54e3333182 Use bundled mingit on Windows if available (#14025) Michael Goderbauer 2018-01-10 16:48:39 -08:00
  • 09270dcb0b The Ink widget (#13900) Ian Hickson 2018-01-10 16:42:45 -08:00
  • ab874da7be Roll Dart SDK to 2.0.0-dev.16.0, along with associated package updates (#13857) Leaf Petersen 2018-01-10 14:31:28 -08:00
  • 5b02a5ec58 Fix iOS automatic signing on buildbots. (#14024) Alexander Aprelev 2018-01-10 14:01:20 -08:00
  • 9e51a60299 Reland #13918 (#14023) Michael Goderbauer 2018-01-10 13:37:36 -08:00
  • a5e0f5ae0c Roll Dart to 28757928b47b192efcec082c78258102beb03f78 (flutter/engine#4535) Zachary Anderson 2018-01-10 13:30:12 -08:00
  • 0c5dd8d31e Add hot_mode preview_dart_2 tests for ios. (#14022) Alexander Aprelev 2018-01-10 13:06:53 -08:00
  • f95c8890c1 libtxt: map pixel coordinates above the text to glyph positions on the first line of text (flutter/engine#4533) Jason Simmons 2018-01-10 10:32:24 -08:00
  • 77872cc560 libtxt: update paragraph_text for current libtxt behavior (#14004) Jason Simmons 2018-01-10 10:27:59 -08:00
  • 46629b7187 Do not crash when toggling Semantics on, off, on (#13999) Michael Goderbauer 2018-01-10 10:12:36 -08:00
  • 39ba4de88b Offset.direction (flutter/engine#4530) Ian Hickson 2018-01-09 22:17:57 -08:00
  • 316d8e1c2c Make DecoratedBox repaint after being reparented (#13927) Ian Hickson 2018-01-09 20:26:37 -08:00
  • 6fda8ee821 Reverting package changes until I can figure out how to fix Windows. (#14007) Greg Spencer 2018-01-09 19:47:19 -08:00
  • d84398db72 Fixed output validation. (#14005) Greg Spencer 2018-01-09 18:08:26 -08:00
  • b7169c1d95 Update package prep script to do async process execution and emit output as it happens. (#13918) Greg Spencer 2018-01-09 17:42:42 -08:00
  • 64aac3d3cb Rolled engine to 5a72197b733c01537a6583fa3715155d9fc936ef Ben Konyi 2018-01-09 14:54:23 -08:00
  • 495f8f71f4 Deprecate support for big integers in standard message codec (flutter/engine#4528) Mikkel Nygaard Ravn 2018-01-09 23:58:45 +01:00
  • 03e8ab1f53 Add support for a new kind of InkSplash: the "ripple" (#13986) Hans Muller 2018-01-09 14:43:08 -08:00
  • e5da0bc1b5 Dart sdk roll for 2018/01/09 (bd6cbd1ec7e79730ea1fd8ba01139f4e18a02290) (flutter/engine#4531) Ben Konyi 2018-01-09 14:28:13 -08:00
  • c5c63dfd47 Don't flush touch events during first launch frame pre-warm (#13990) xster 2018-01-09 14:05:12 -08:00
  • 8a6e973739 Remove semantics boundary from gesture detector AND MORE (#13983) Michael Goderbauer 2018-01-09 13:31:59 -08:00
  • 33d8a03545 Revert "Make artifact downloading more robust for flaky networks" (#13995) jcollins-g 2018-01-09 12:15:58 -08:00
  • fd516d9538 Change github readme links to be served by github (#13929) Michael Thomsen 2018-01-09 19:37:59 +01:00
  • 24e3f70536 Rename SemanticsFlags to SemanticsFlag (#13994) Michael Goderbauer 2018-01-09 10:31:23 -08:00
  • 4d37e03e1d Make artifact downloading more robust for flaky networks (#13984) jcollins-g 2018-01-09 10:30:42 -08:00
  • 2799e93b71 Rename SemanticsFlags to SemanticsFlag (flutter/engine#4526) Michael Goderbauer 2018-01-09 09:25:52 -08:00
  • 9b92c919a0 Imply stops on LinearGradient and RadialGradient if they're missing (#13987) Ian Hickson 2018-01-09 08:22:17 -08:00
  • 77711d4a3c Try to work better on NFS (#13955) Ian Hickson 2018-01-08 23:19:21 -08:00