- 01 Oct, 2020 8 commits
-
-
Jacob MacDonald authored
-
Dan Field authored
* Dispose of images after using them Adds ImageInfo.clone, ImageInfo.dispose, and ImageInfo.isCloneOf. Makes all stateful holders of ui.Image objects properly clone and dispose of them. Behavior change for ImageStreamCompleter: Removing the last listener after registering at least one listener results in the object being disposed, and new listeners cannot be added, unless a keepAlive handle is created. Makes all non-stateful holders of ui.Image (i.e. paintImage and RawImage) assert that whoever gave the image to them has not disposed it on them.
-
Rami authored
-
Alexandre Ardhuin authored
* migrate some material files to nullsafety * fix test_private * address review comments * fix private test on windows * use uri in include entry of analysis_options
-
Phil Quitslund authored
-
Dan Field authored
-
Michael Goderbauer authored
-
engine-flutter-autoroll authored
-
- 30 Sep, 2020 23 commits
-
-
Madhur Maurya authored
-
Jenn Magder authored
-
stuartmorgan authored
-
engine-flutter-autoroll authored
572c34356 add checker board for clip_path,clip_rect,clip_rrect,physical_shap_layer (flutter/engine#20997) (#67010)
-
Jonah Williams authored
package:http can throw a ClientException, which the crash reporter must catch or the tool will crash in the crash reporter. 3/4 crash on dev.
-
Jonah Williams authored
Continued gradual rollout - dev is not that much riskier than master but will give much more data
-
Mehmet Fidanboylu authored
-
Anhad Singh authored
-
Jenn Magder authored
-
Pedro Massango authored
-
Jason Simmons authored
Text test should check that a paragraph's longest line is not greater than the width constraint (#67000)
-
engine-flutter-autoroll authored
-
Jonah Williams authored
Running a build command with split debug info and analyze size causes a crash in the snapshot analysis library. Disable the combination of these two flags. Fixes #66962
-
Helin Shiah authored
* Set DDS port to requested observatory port for test * Add test for DDS and observatory ports * Use FakePlatform instead of mock, fix spacing * Use FakeProcessManager instead of mock * Fix analyze issue * Make completer private and add fn for future
-
Jonah Williams authored
In cases where the VSCode plugins are not located, display links to where they can be downloaded but do not surface an error.
-
Jonah Williams authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
d18c3ea75 Roll Skia from 0b0fb4d50b75 to 9ecb3abfdfe8 (12 revisions) (flutter/engine#21500) (#66942)
-
Jonah Williams authored
Re-arrange the implementation of the devtools launcher so that google3 is not required to depend on any devtools packages. Also renames the build_runner folders to isolated to better clarify their intention.
-
Jenn Magder authored
-
Ming Lyu (CareF) authored
-
Chris Yang authored
-
engine-flutter-autoroll authored
-
- 29 Sep, 2020 9 commits
-
-
Jonah Williams authored
In cases where the Intellij/AS plugins are not located, display links to where they can be downloaded but do not surface an error. This should generally reduce confusion about whether the plugins are required for every installed IDE. For example, frequently users may only install AS so that they can install the Android SDK - or they may have multiple copies of Intellij installed. For example: #66762
-
engine-flutter-autoroll authored
-
Daniel Edrisian authored
-
Ming Lyu (CareF) authored
-
Alexandre Ardhuin authored
* migrate some material files to nullsafty * address review comments
-
Jonah Williams authored
Crash reporting shows at least one occurrence of this due to a windows file lock. That could happen if there is another running chrome instance, or perhaps a virus scanner is running. Print out the error and do not crash.
-
engine-flutter-autoroll authored
-
Konstantin Scheglov authored
-