Kenzie Davisson

Results 215 issues of Kenzie Davisson

This reproduces on macos and linux as far as we know. Right click + paste still works.

a: text input
framework
platform-mac
a: desktop
d: devtools
has reproducible steps
P3
found in release: 2.5
found in release: 2.6

This is causing memory bloat for user application. See for more details and some suggested solutions (making this opt in, showing a warning on memory page when this is enabled,...

memory page
network page
P5

This stems from flutter.dev/go/drm-embedder Question: "Would it be worth exploring a debugger mode that stores metrics about the average area being repainted or prints a history of the area repainted...

performance page
P5

This changes the message on the performance page and cpu profiler page from an "error" to a "warning", and it tweaks the wording of this message. This PR also changes...

``` vm_service.dart:2020 Uncaught (in promise) Error: Server error (-32000) from ext.flutter.inspector.getLayoutExplorerNode(): FormatException: Invalid empty scheme (at character 1) : ^ #0 _Uri._fail (dart:core/uri.dart:1625:5) #1 new _Uri.notSimple (dart:core/uri.dart:1469:9) #2 Uri.parse (dart:core/uri.dart:1024:17)...

inspector page
hummingbird
layout explorer

Broken expect statement is currently commented out: https://github.com/flutter/devtools/blob/master/packages/devtools/test/memory_service_test.dart#L61.

testing
cleanup
tech debt
P3

We should audit our icons and see if using high-res icons still looks good on a low dpi monitor. We have both regular and @2x icons because that is what...

tech debt
P3
cross-screen

``` 02:46 +8 ~7 -1: /home/travis/build/flutter/devtools/packages/devtools_app/test/integration_tests/integration_test.dart: integration debugging stepping, async step, async frames [E] Expected: [ 'performAction:debugging_app_async.dart', '', 'main.run.:debugging_app_async.dart', '' ] Actual: [ 'performAction:debugging_app_async.dart', 'main.run.:debugging_app_async.dart', 'Timer._createTimer.:timer_patch.dart', '_Closure.call:function.dart' ] Which: was...

testing
tech debt

Paste into connect dialog is not working until after the first hot restart. I have been able to repro this consistently.

hurts-developer-velocity

- [x] P0 build and publish scripts need to be updated, and building from `dart bin/devtools.dart`is broken. Audit whole app startup from server flow. Related (https://github.com/flutter/devtools/issues/1468). Fixed by https://github.com/flutter/devtools/pull/1975 -...

release-blocker