- 07 Dec, 2020 1 commit
-
-
darshankawar authored
-
- 21 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 16 Nov, 2020 1 commit
-
-
Ian Hickson authored
-
- 09 Nov, 2020 1 commit
-
-
Greg Spencer authored
Remove references to `Window`, and switch usages to `PlatformDispatcher` or `SingletonFlutterWindow` (#69617) * Remove references to dart:ui.Window, and point usages to PlatformDispatcher or SingletonFlutterWindow, as appropriate * remove new test platform dispatchers * Amend documentation
-
- 31 Oct, 2020 1 commit
-
-
Greg Spencer authored
My yearly pass to fix spelling errors in the API dartdocs.
-
- 29 Oct, 2020 1 commit
-
-
Yegor authored
-
- 27 Oct, 2020 5 commits
-
-
Jonah Williams authored
This reverts commit 3ecac303. Co-authored-by: Dan Field <dfield@gmail.com>
-
Dan Field authored
Migrate flutter_driver to use package:vm_service
- 23 Oct, 2020 1 commit
-
-
Dan Field authored
-
- 14 Oct, 2020 1 commit
-
-
Sam Rawlins authored
-
- 09 Oct, 2020 1 commit
-
-
Jonah Williams authored
-
- 07 Oct, 2020 1 commit
-
- 06 Oct, 2020 3 commits
-
-
Jonah Williams authored
Reland: #67155 Fixes analysis error caused by landing of material migration, and g3 error caused by moving of fuchsia lib.
-
Jonah Williams authored
This reverts commit e826442e.
-
Jonah Williams authored
Ensures all of the libraries that the application side code import are migrated to null safety. full null safety migration is blocked by json rpc 2 and a breaking change to vm service client.
-
- 18 Sep, 2020 1 commit
-
-
Brian Eaton authored
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 11 Sep, 2020 1 commit
-
- 10 Sep, 2020 1 commit
-
-
Brian Eaton authored
-
- 08 Sep, 2020 1 commit
-
-
Angjie Li authored
Allow Developers to enable Accessibility testing on WebFlutterDriver and get the underlying webDriver (#65051)
-
- 20 Aug, 2020 1 commit
-
-
Ming Lyu (CareF) authored
-
- 06 Aug, 2020 1 commit
-
-
Nolan Scobie authored
* Add punctuation for unterminated sentences in doc comments * Addressing review nit
-
- 28 Jul, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 25 Jul, 2020 1 commit
-
-
Jonah Williams authored
This reverts commit 5fa5701d.
-
- 24 Jul, 2020 1 commit
-
-
Brian Eaton authored
-
- 10 Jul, 2020 1 commit
-
-
Kaushik Iska authored
Category isn't preserved by timeline events as `Dart_TimelineEvent` specifies the category as `embedder`. Fixes: https://github.com/flutter/flutter/issues/60008
-
- 23 Jun, 2020 1 commit
-
-
Jia Hao authored
When `retainPriorEvents` is passed as true, the current behavior still limits timeline events to the timestamp after `traceEvents` is called. This can cause startup events to be missing. This fixes it by passing null to `stopTracingAndDownloadTimeline` for the start and end time. Related: #58430
-
- 17 Jun, 2020 1 commit
-
-
Ming Lyu (CareF) authored
* Add comments to flutter_driver for timeline class Mostly about explanation for the json items from timeline.dart and timeline_summary.dart.
-
- 10 Jun, 2020 1 commit
-
-
Nate Bosch authored
-
- 09 Jun, 2020 1 commit
-
-
Kaushik Iska authored
As of flutter.dev/go/engine-cpu-profiling, we collect the CPU and Memory usage. With work being done to collect GPU usage on iOS as well. This adds them to the timeline summary. Fixes: https://github.com/flutter/flutter/issues/58803
-
- 04 Jun, 2020 1 commit
-
-
Ming Lyu (CareF) authored
-
- 03 Jun, 2020 1 commit
-
-
Jim Graham authored
-
- 01 Jun, 2020 1 commit
-
-
Jonah Williams authored
Work-around large timeline data killing devicelab machines by requesting data in 1 second intervals and combining at the end. Non-breaking change to the driver API.
-
- 13 May, 2020 1 commit
-
-
Jia Hao authored
-
- 06 May, 2020 1 commit
-
-
Jia Hao authored
-
- 27 Apr, 2020 2 commits
-
-
Kaushik Iska authored
-
Kaushik Iska authored
This reverts commit 26516817. Co-authored-by: Kaushik Iska <kaushikiska@google.com>
-