- 23 Aug, 2017 3 commits
-
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Jason Simmons authored
-
- 22 Aug, 2017 7 commits
-
-
Jacob Richman authored
* Add comments to 3 methods that were missing comments. Fix out of order (getter, private field, setter) tuple * Code review fix.
-
Carlo Bernaschina authored
The flakiness of commands_test is generally visible via: ``` drive:stdout: Expected: 'log: paint' drive:stdout: Actual: '' drive:stdout: Which: is different. Both strings start the same, but the actual value is missing the following trailing characters: log: paint ... ``` By returning the name of the test we will be able to understand if another test is running by reading the `Actual` value
-
Mikkel Nygaard Ravn authored
This reverts commit 8d07d3f6.
-
Mikkel Nygaard Ravn authored
-
Devon Carew authored
This reverts commit 5f9acc41.
-
Devon Carew authored
* fix some call sites of printError * review comments
-
Devon Carew authored
-
- 21 Aug, 2017 7 commits
-
-
Jacob Richman authored
Bare bones widget inspector support. Toggle the widget inspector from the flutter tool by pressing 'i'. When the widget inspector is select mode: Pointer down to to inspect a widget. Pointer click to finalize selection of a widget. You can now interact with the application as you normally would but with the inspected widget highlighted. Click the inspect icon in bottom left corner of screen to reactivate select mode.
-
Chris Bracken authored
-
Carlo Bernaschina authored
-
Chris Bracken authored
-
Carlo Bernaschina authored
- Wait for full Hot Reload - Wait for full Restart - Fallback if checkHealth throws METHOD_NOT_FOUND. We try to wait for the service extensions to be registered and retry.
-
Carlo Bernaschina authored
-
- 18 Aug, 2017 1 commit
-
-
Jacob Richman authored
when describing non-nullable method arguments.
-
- 17 Aug, 2017 2 commits
-
-
Zachary Anderson authored
-
Carlo Bernaschina authored
Some widgets are using closures even if the only values that are captured are this, context or widget, that can be accessed even from methods of the State object.
-
- 16 Aug, 2017 5 commits
-
-
Carlo Bernaschina authored
-
Ian Hickson authored
This reverts commit 1705bf3c.
-
Ian Hickson authored
* Revert "Fix a typo in the saved certificate error message (#11640)" This reverts commit bfda885a. * Revert "Rollback patch that broke microbenchmarks (#11616)" This reverts commit 70fe6f4c.
-
xster authored
-
Ian Hickson authored
* Revert "Extract snapshotting logic to Snapshotter class (#11591)" This reverts commit 309a2d78. * Revert "Minor whitespace formatting fix (#11590)" This reverts commit bf69c3c6. * Revert "Avoid rebuilding snapshots if no change to source (#11551)" This reverts commit 74835db5.
-
- 15 Aug, 2017 7 commits
-
-
xster authored
-
Jacob Richman authored
-
xster authored
* Let android create template have an explicit flutter splash screen flag * minor language tweak
-
Dan Rubel authored
-
xster authored
* Add iOS template * Android * Let the engine reset the theme without the activity knowing * Small tweak * Replace assets with different vectors * Let the template hookup have no actual image assets * Add back placeholder assets with 1px transparent pngs * Fix drawable xml * clean up an extraneous line in the storyboard xml
-
xster authored
* roll * kick the tests again * Revert "kick the tests again" This reverts commit 4480a02ce2d60e66ad0ca8ac5a2029f84f9b71d9.
-
- 14 Aug, 2017 2 commits
-
-
xster authored
* Let the initial date picker mode be selectable * Doc for enum * Add a test * Add a comment for test * actually decouple test from setup state
-
Mikkel Nygaard Ravn authored
-
- 12 Aug, 2017 1 commit
-
-
ameiyil authored
* Wrap the label widget of the Chip in a Flexible. (#11523) * This allows the Chip to constrain the size of its content after taking into account the space occupied by the avatar and delete icon (if they are present) * Adding unit tests to evaluate correct size constraints of the Chip widget's label. (#11523) * Minor change in formatting. * Adjust function formatting.
-
- 11 Aug, 2017 3 commits
-
-
Chris Bracken authored
First step in eliminating code duplication between script snapshotting (in FLX build) and AOT, assembly AOT snapshotting.
-
Sarah Zakarias authored
-
Jason Simmons authored
-
- 10 Aug, 2017 2 commits
-
-
Phil Quitslund authored
-
Chris Bracken authored
Adds some missing spaces.
-