- 19 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 14 Jun, 2019 1 commit
-
-
Ian Hickson authored
-
- 12 Jun, 2019 1 commit
-
-
Jenn Magder authored
Change Xcode project developmentRegion to 'en' and plist CFBundleDevelopmentRegion to DEVELOPMENT_LANGUAGE (#34293)
-
- 07 Jun, 2019 2 commits
-
-
Gary Qian authored
Reland "Text inline widgets, TextSpan rework (#30069)" with improved backwards compatibility (#34051)
-
- 06 Jun, 2019 1 commit
-
-
Gary Qian authored
-
- 05 Jun, 2019 1 commit
-
- 04 Jun, 2019 3 commits
-
-
Gary Qian authored
* Merge in changes for inline widgets * Make analyzer happy, fix tests * Fix analyzer * Add missing doc * Docs on RichText * Fix analyzer some more * Remove whitespace at end of line * Update goldens * Text fixes * Analyzer
-
Kaushik Iska authored
* Add an image cache benchmark for a monochrome image
-
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
-
- 30 May, 2019 2 commits
-
-
Jonah Williams authored
-
Jason Simmons authored
This relands flutter/flutter#33163 with a fix to the integration_ui test.
-
- 29 May, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit 52ae9968.
-
Jonah Williams authored
-
- 22 May, 2019 2 commits
-
-
Jonah Williams authored
-
Ian Hickson authored
* Clean up some flutter_tools tests * Remove arbitrary retry that happens even for fundamental errors, and generally clean up _DevFSHttpWriter. * Update dependencies (requires fixes; see next commit) * Fixes for new dependencies.
-
- 06 May, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 03 May, 2019 2 commits
-
-
Jonah Williams authored
-
Greg Spencer authored
This is a re-land of #31561, after fixing performance regressions. Added change listening to the MouseTracker so that the Listener and tooltip can react to whether or not a mouse is connected at all. Added a change check to make sure Listener only repaints when something changed. Fixes #22817
-
- 29 Apr, 2019 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 25 Apr, 2019 1 commit
-
-
Dan Field authored
* Update packages * Capture JSON RPC errors that presently get swallowed
-
- 15 Apr, 2019 1 commit
-
-
Dan Field authored
-
- 29 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 28 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 10 Mar, 2019 1 commit
-
-
Dan Field authored
* Run non-perf sensisitive tests on Cirrus
-
- 06 Mar, 2019 1 commit
-
-
Dan Field authored
* Wrap test.main with a custom processor * Report test results to bigquery table
-
- 01 Mar, 2019 3 commits
-
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
liyuqian authored
## Description This moves another 15-20ms from the animation jank of one of our important client to the startup latency. Unfortunately, this is probably not captured in our current benchmarks (presumably some other bottlenecks overshadow this shader compilation in the worst_frame benchmark). Considering that drawing images is such a common operation, maybe we should add one in the future to benchmark this. We need this PR to land soon for our client because this changes the API to return Future. ## Related Issues https://github.com/flutter/flutter/issues/813
-
Jonah Williams authored
-
- 27 Feb, 2019 1 commit
-
-
liyuqian authored
This reverts commit adc8e159. This should be safe to land once https://github.com/flutter/flutter/pull/28530 gets merged Merge on yellow doc test because the doc test is actually green.
-
- 26 Feb, 2019 1 commit
-
-
Jonah Williams authored
-
- 24 Feb, 2019 1 commit
-
-
Will Larche authored
* [Gallery] Fortnightly demo moved from flutter/samples. * [Gallery] Fortnightly analysis corrections. * [Gallery] Minor rename. * [Gallery] Making floats ints. * [Gallery] Fortnightly minor visual polish. * [Gallery] Formatting. * [Gallery] Upping package version for gallery to support fortnightly demo. * [Gallery] Fortnightly copy correction. * [Gallery] Fortnightly study polish. * [Gallery] Fortnightly polish. * [Gallery] Fortnightly copy correction. * [Gallery] Fortnightly copy now held in '''. * [Gallery] Fortnightly comment. * [Gallery] Updates necessary when flutter_gallery_assets updates. * [Gallery] Updating macrobenchmarks because we updated flutter_gallery_assets. * [Gallery] Moving spaces to beginning of copy lines. * [Gallery] Copy correction. * [Gallery] Adding tooltip to satisfy smoke test. * [Gallery] Minor pr feedback. * [Gallery] Forced upgrade.
-
- 23 Feb, 2019 2 commits
-
-
Dan Field authored
-
liyuqian authored
This reverts commit a44f174e. Reason: start_up tests become flaky. See https://github.com/flutter/flutter/issues/28374 TBR: xster Merge on red to fix the tree
-
- 22 Feb, 2019 2 commits
-
-
liyuqian authored
This patch adds a default shader warm up process which moves shader compilation from the animation time to the startup time. This also provides an extension for `runApp` so developers can customize the warm up process. This should reduce our worst_frame_rasterizer_time_millis from ~100ms to ~20-30ms for both flutter_gallery and complex_layout benchmarks. Besides, this should also have a significant improvement on 90th and 99th percentile time (50%-100% speedup in some cases, but I haven't tested them thoroughly; I'll let our device lab collect the data afterwards). The tradeoff the is the startup time (time to first frame). Our `flutter run --profile --trace-startup` seems to be a little noisy and I see about 100ms-200ms increase in that measurement for complex_layout and flutter_gallery. Note that this only happens on the first run after install or data wipe. Later the Skia persistent cache will remove the overhead. This also adds a cubic_bezier benchmark to test the custom shader warm up process. This should fix https://github.com/flutter/flutter/issues/813 (either by `defaultShaderWarmUp`, or a `customShaderWarmUp`).
-
Stanislav Baranov authored
-
- 13 Feb, 2019 1 commit
-
-
Dan Field authored
-