- 11 Oct, 2019 1 commit
-
-
Ian Hickson authored
-
- 09 Oct, 2019 2 commits
-
-
Dwayne Slater authored
-
Greg Spencer authored
This adds a Semantics node to the Focus and FocusScope widgets, setting the focused and focusable attributes so that the accessibility subsystem can be told when a control has the input focus. Includes an engine roll to flutter/engine@77252d2, and the following 8 engine changes: flutter/engine@77252d2 Greg Spencer Add missing focusable testing info (flutter/engine#13013) flutter/engine@0e42a29 skia-flutter-.. Roll src/third_party/skia 54548626a977..e27a503a0a21 (1 commits) (flutter/engine#13024) flutter/engine@6b56ed7 gaaclarke Refactor: FlutterDartProject (flutter/engine#13006) flutter/engine@393480c skia-flutter-.. Roll src/third_party/skia 77dde599c98a..54548626a977 (1 commits) (flutter/engine#13023) flutter/engine@080b89d skia-flutter-.. Roll src/third_party/skia 2b1a25a4d324..77dde599c98a (1 commits) (flutter/engine#13021) flutter/engine@90b0f30 Ben Konyi Roll src/third_party/dart f4a72bfc64..bb04f145b2 (18 commits) (flutter/engine#13020) flutter/engine@049fb89 skia-flutter-.. Roll fuchsia/sdk/core/linux-amd64 from q_uYX... to cknsi... (flutter/engine#13019) flutter/engine@6925b2a skia-flutter-.. Roll fuchsia/sdk/core/mac-amd64 from wuAtw... to u0JpE... (flutter/engine#13018) Related Issues Addresses #40101 Landing on red in order to fix the build: it's red because of the needed engine roll.
-
- 18 Sep, 2019 2 commits
-
-
adazh authored
* Simplified the serialization/deserialization logic of the Descendant/Ancestor matchers
-
Michael Goderbauer authored
-
- 17 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Sep, 2019 1 commit
-
-
Jonah Williams authored
-
- 06 Sep, 2019 2 commits
-
-
Konstantin Scheglov authored
-
Jonah Williams authored
-
- 03 Sep, 2019 1 commit
-
-
Harry Terkelsen authored
* WIP on web plugin registry * WIP on registering plugins * WIP on web plugin registration * Only generate `package:flutter_web_plugins` imports if plugins are defined * Add parsing test * Add documentation * Fix analyzer warnings * add license headers * Add tests for package:flutter_web_plugins * Run `flutter update-packages --force-upgrade` * Fix analyzer errors * Fix analyzer error in test * Update copyright and remove flutter SDK constraints * Enable tests since engine has rolled * add flutter_web_plugins tests to bots * Create an empty .packages file for WebFs test
-
- 27 Aug, 2019 1 commit
-
-
adazh authored
-
- 22 Aug, 2019 1 commit
-
-
Chris Bracken authored
This fixes a breakage in fuchsia where package_config version 1.1.0 is required but flutter_tools is currently locked to 1.05.
-
- 21 Aug, 2019 1 commit
-
- 19 Aug, 2019 3 commits
-
-
adazh authored
-
Kate Lovett authored
- 10 Aug, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 09 Aug, 2019 1 commit
-
-
Yegor authored
update dependencies; add a Web smoke test
-
- 06 Aug, 2019 2 commits
-
-
Dan Field authored
-
Emmanuel Garcia authored
-
- 05 Aug, 2019 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
- 31 Jul, 2019 1 commit
-
-
liyuqian authored
This relands https://github.com/flutter/flutter/pull/35297 The followings have been done to fix the broken tests: 1. Add `didSendFirstFrameRasterizedEvent` extension and its tests 2. Wait for `didSendFirstFrameRasterizedEvent` instead of `didSendFirstFrameEvent` during start up tests 3. Mark missed (probably newly added) start up tests as flaky
-
- 26 Jul, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit 68fc7231.
-
liyuqian authored
This should fix https://github.com/flutter/flutter/issues/31442 and https://github.com/flutter/flutter/issues/34867
-
- 19 Jul, 2019 3 commits
-
-
liyuqian authored
This is for the missed comment in https://github.com/flutter/flutter/pull/36089#discussion_r303960949
-
Todd Volkert authored
-
adazh authored
-
- 18 Jul, 2019 1 commit
-
-
adazh authored
-
- 16 Jul, 2019 1 commit
-
-
liyuqian authored
Fixes https://github.com/flutter/flutter/issues/36091. Previously, a sendRequest will be sent even if the peer is closed during a driver test. That will cause a time out without any error information. Such issue is unreproducible on my Mac Book Pro, but 100% reproducible on our new Mac mini (2018). The closing issue is tracked in https://github.com/flutter/flutter/issues/36268 Additional to this fix, we should also patch the jason_rpc_2 so the peer will throw exception if sendRequest is attempted while the connection is closed. **Test**: tiles_scroll_perf_iphonexs__timeline_summary failed without this patch. It will pass after this patch. I'm not sure how to add a unit test for this. Please let me know if you have some ideas. This patch will generate the following warning log on the new Mac Mini ``` flutter: Observatory listening on http://127.0.0.1:50192/cZPDF4sW7MM=/ Installing and launching... 10.2s 00:00 +0: scrolling performance test (setUpAll) [info ] FlutterDriver: Connecting to Flutter application at http://127.0.0.1:1069/cZPDF4sW7MM=/ [trace] FlutterDriver: Isolate found with number: 3684677742843303 [trace] FlutterDriver: Isolate is paused at start. [trace] FlutterDriver: Attempting to resume isolate [trace] FlutterDriver: Waiting for service extension [info ] FlutterDriver: Connected to Flutter application. 00:00 +0: scrolling performance test complex_layout_scroll_perf [warning] FlutterDriver: Instance of '_WebSocketImpl' is closed with an unexpected code 1005 [warning] FlutterDriver: Peer connection is closed! Trying to restore the connection... 00:10 +1: scrolling performance test tiles_scroll_perf [warning] FlutterDriver: Instance of '_WebSocketImpl' is closed with an unexpected code 1005 [warning] FlutterDriver: Peer connection is closed! Trying to restore the connection... 00:20 +2: scrolling performance test (tearDownAll) 00:20 +2: All tests passed! Stopping application instance. ```
-
- 10 Jul, 2019 1 commit
-
-
Ian Hickson authored
This introduces a script that implements the conventions described in https://github.com/flutter/tests/pull/1.
-
- 04 Jul, 2019 1 commit
-
-
Jonah Williams authored
-
- 02 Jul, 2019 1 commit
-
-
Siva authored
* Use the new service protocol message names clearVMTimeline setVMTimelineFlags getVMTimeline getVMTimelineFlags * Fix clearTimeline at another spot.
-
- 28 Jun, 2019 1 commit
-
-
Dan Field authored
Default `semanticsEnabled` to true for `testWidgets` and fix associated bugs
-
- 27 Jun, 2019 1 commit
-
-
Todd Volkert authored
-
- 19 Jun, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 04 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 01 Jun, 2019 2 commits
-
-
Chris Bracken authored
Revert "fix devicelab manfiest (#33698)" This reverts commit 5a6a00dc. This reverts commit 0d79f0fc.
-
Jonah Williams authored
-