- 02 Oct, 2019 1 commit
-
-
Gary Qian authored
-
- 30 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add missing trailing commas * add more missing trailing commas * add more and more missing trailing commas
-
- 24 Sep, 2019 3 commits
-
-
chunhtai authored
* Implement system fonts system channel listener
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
- 20 Sep, 2019 1 commit
-
-
Alexander Aprelev authored
This reverts commit b12bdd0e as it breaks existing tests that expect image loaded after certaing number of pupms. With image loading done on separate isolate pumping is not guaranteed to get image loaded.
-
- 19 Sep, 2019 1 commit
-
-
Alexander Aprelev authored
* Use separate isolate for image loading. Use TransferableTypedData to const-cost receive bytes from that isolate.
-
- 17 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 16 Sep, 2019 1 commit
-
-
Gary Qian authored
-
- 30 Aug, 2019 1 commit
-
-
Gary Qian authored
-
- 29 Aug, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit d67f47b2.
-
Gary Qian authored
-
- 15 Aug, 2019 1 commit
-
-
liyuqian authored
The update is copied from an update we made to a Google-internal client: cl/260202900 The update will save 1 shader compilation. This should help solve our regression: https://github.com/flutter/flutter/issues/31203 More regressions on iOS might be introduced later by https://github.com/flutter/engine/pull/9813#issuecomment-520039890 Unfortunately, we didn't rebase our benchmarks so such regressions were not detected. Hence to fully solve https://github.com/flutter/flutter/issues/31203, we might need to revert some change in https://github.com/flutter/engine/pull/9813 to make iOS shader warm-up happen on the GPU thread again.
-
- 31 Jul, 2019 1 commit
-
-
Jim Graham authored
Primarily these methods no longer allocate any objects other than their return values. Additionally, the math in the methods is reduced compared to the general case math based on known input conditions. Modified to no longer generate infinite values in some finite cases.
-
- 28 Jul, 2019 1 commit
-
-
Kate Lovett authored
-
- 27 Jul, 2019 1 commit
-
- 24 Jul, 2019 1 commit
-
-
Jim Graham authored
Primarily these methods no longer allocate any objects other than their return values. Additionally, the math in the methods is reduced compared to the general case math based on known input conditions.
-
- 17 Jul, 2019 1 commit
-
-
Matan Shukry authored
Using custom exception class for network loading error
-
- 12 Jul, 2019 2 commits
-
-
Kate Lovett authored
This reverts commit eb0b1790. Skia Gold post-submit test were failing due to the service account not being found on Cirrus.
-
Kate Lovett authored
* Fresh PR for Gold integration. * Nits * WIP * Artifacts from merge * Changed some platform dependencies for web, added library prefix notation for Skia Gold test names. * Updating for CI implementation * Write out service account * Writing to skip out * WIP * ++ * Fixing depot tools deps * Windows depot_tools * Fixing setup scripts * ++ * depot tools * ++ * WIP * Tracing depot_tools clone * WIP * ++ * analyzer * WIP * chrome typo * copy artifact * Working on tests * Code cleanup * ++ * Code cleanup, updated tests * ++ review feedback * Review * Analyzer * Review feedback * Nits from review * PRogress * ++ * Fixing tests * ++ * Testing repo route * Just needing documention around new structures. * cleanup * Analyzer * Documentation updates * Documentation updates * Cirrus updates * cirrus nit * Review feedback * Review feedback * Fixing skip comparator * Fix base directory for Skia Gold case * ++ * Feedback * ++ * Fixed uri assertion * Made GoldensClient abstract, altered SkiaGoldClient constructor * Analyzer
-
- 11 Jul, 2019 1 commit
-
-
Dan Field authored
-
- 28 Jun, 2019 1 commit
-
-
- 25 Jun, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 18 Jun, 2019 1 commit
-
-
Kate Lovett authored
* Splitting golden file versioning out as an argument of matchesGoldenFile * Fixing description implementation. * Removing unused imports * Removing unused import * Review feedback
-
- 15 Jun, 2019 1 commit
-
-
Jonah Williams authored
* add web and io implemenations of network and asset image * fix foundation import * update to remove extra asset image indirection * skip chunk test * address comments * disable non-functional test * disable all golden tests * address comments
-
- 13 Jun, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 10 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 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 1 commit
-
-
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
-
- 03 Jun, 2019 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit d92b3b40.
-
Jonah Williams authored
-
- 31 May, 2019 1 commit
-
-
Todd Volkert authored
This updates FadeInImage to use the new Image.frameBuilder API (added in #33369), to greatly simplify the implementation of FadeInImage. This also removes the FadeInImage.placeholderSemanticLabel property. This property was added in #28799 for the sake of completeness (the bug it fixed was the lack of any semantic label support in FadeInImage), but a placeholder is a transient visual artifact, not something that affects the underlying semantic meaning of the image.
-
- 30 May, 2019 1 commit
-
-
Gary Qian authored
-
- 23 May, 2019 2 commits
-
-
Paul Berry authored
The dart analyzer fails to warn about missing returns in function expressions due to a bug that has been fixed but not yet rolled into Flutter (see https://dart-review.googlesource.com/c/sdk/+/100301). So it failed to catch that https://github.com/flutter/flutter/pull/33217 accidentally introduced a call to `testWidgets` that passed it a synchronous callback.
-
Todd Volkert authored
I forgot to add `onChunk` to them in #33092
-
- 22 May, 2019 1 commit
-
-
Jason Simmons authored
-