- 16 Jun, 2017 7 commits
-
-
Chris Bracken authored
Use a top-level getter in mac.dart rather than a static instance getter and a top-level getter in ios_workflow.dart. Makes this code consistent with how we do context lookups elsewhere.
-
Chris Bracken authored
Extract out IMobileDevice class, move class to idevice_id, ideviceinfo (and eventually other libimobiledevice tools such as iproxy) behind this interface. Add tests for the case where libimobiledevice is not installed, the case where it returns no devices, and the case where it returns device IDs.
-
xster authored
-
xster authored
* remove usages of booted * fix
-
xster authored
-
Michael Goderbauer authored
-
Todd Volkert authored
-
- 15 Jun, 2017 10 commits
-
-
Chris Bracken authored
Eliminates the need for the device/daemon code to get at the iOS/Android tooling indirectly via Doctor. In tests, we now inject the workflow objects (or mocks) directly.
-
Brian Slesinsky authored
- remove unused collector parameter - clarify a comment - inline _currentPackageTestDir
-
Chris Bracken authored
-
Chris Bracken authored
This code is unused in any test. In upcoming changes that migrate to Xcode instruments based device listing, we'll mock out the instruments output separately.
-
Todd Volkert authored
-
Todd Volkert authored
package:test does not allow main() methods to have required arguments - changing to an optional positional arguments list fixes this.
-
xster authored
* started copying stuff into cupertino page route * extracted from material page route. Ready for testing * works with button and gesture * tests and docs * review notes * review notes
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
- 14 Jun, 2017 11 commits
-
-
Seth Ladd authored
* upload master and alpha docs to different hosts * include robots.txt when master
-
Yegor authored
-
Hans Muller authored
-
Hans Muller authored
-
-
Michael Goderbauer authored
* Benchmark for semantic overhead during transitions * review comments
-
Michael Goderbauer authored
* [accessibility] Announce index if tab in tab bar * added TODO
-
-
gspencergoog authored
* Prefix and Suffix support for TextFields * Adding Tests * Removing spurious newline. * Fixing a small problem with the test * Review Changes
-
Dan Rubel authored
-
-
- 13 Jun, 2017 12 commits
-
-
Brian Slesinsky authored
And add comments explaining why.
-
Brian Slesinsky authored
Currently this just prints the observatory URL as a JSON event. Refactored the code to make this fit in.
-
Yegor authored
* resurrect analyzer benchmarks * move analyzer_benchmark to the more stable linux/android * report average rather than best result
-
Michael Goderbauer authored
* Adding first semantics perf test * review commnts and analyzer fixes * fix analyzer warning
-
Michael Goderbauer authored
* Add SemanticsNode.isSelected flag * Adds example usage to TabBar See also https://github.com/flutter/engine/pull/3764 * Review comments * whitespace fixes * Fix doc ref and update engine roll
-
Ian Hickson authored
-
Alexander Aprelev authored
* Support 'be' channel so you can download dart-sdk from the tip. This is triggered when you put 'hash/<build hash>' into dart-sdk.version file. For example, 'hash/c0617d20158955d99d6447036237fe2639ba088c' * Add README.md * Fix grammar, spacing, 80 chars, nicer ===
-
xster authored
* works using pageview it’s a bit heavy and scrolls no documentation or test yet * docs and tests * more docs tweak * revert drive by page view changes * swap out the indexed stack for a custom thing * layout everything on the cheap tests pass * add more tests * move back to stack and add docs * review notes * build all the tabs once built
-
Anatoly Pulyaevskiy authored
* Make dividers one device pixel thick as defined in Material design spec * Updated divider test to check stroke width * Clarified dividers with 0 height in the docs * Updated Divider.height docs according to PR feedback
-
Todd Volkert authored
-
Ian Hickson authored
-
Ian Hickson authored
-