- 16 May, 2017 10 commits
-
-
Ian Hickson authored
Previously we used logical pixels. This made the accessibility metrics tiny on modern devices, since the OS works in physical units. Also add a bit more debugging info and some docs.
-
Adam Barth authored
Previously we threw an exception to require a non-null value. Now we just treat null as the common case of not stopping propagation.
-
Ian Hickson authored
-
Hans Muller authored
-
Ian Hickson authored
Rather than complain about these in a code review I figured I'd just fix them. :-)
-
Ian Hickson authored
-
stevemessick authored
-
Collin Jackson authored
-
Collin Jackson authored
Fixes #10106
-
Todd Volkert authored
For some reaosn, when we discovered our URI, we were re-instantiating the `Completer` instance variable whose future we listen to in `nextUri()`. This led to a race between a caller calling `nextUri()` and us discovering the URI. If we happened to discover our URI before a caller called `nextUri()`, then they would be left waiting on a future from the newly allocated `Completer` (which would never complete). Fixes #10064
-
- 15 May, 2017 10 commits
-
-
Ian Hickson authored
Requires https://github.com/flutter/engine/pull/3688
-
Ian Hickson authored
Also: * Make TextPainter.preferredLineHeight honour root fontSize * Remove bogus docs. * More aggressively track dirty state for RenderEditable. * Some tests.
-
xster authored
* blind wrote everything except the user prompt * works * Add some logical refinements * Make certificates unique and add more instructinos * print more info * Add test * use string is empty * review notes * some formatting around commands * add a newline
-
Jason Simmons authored
-
Adam Barth authored
-
-
Hans Muller authored
-
Mikkel Nygaard Ravn authored
-
Alexandre Ardhuin authored
* try use_to_and_as_if_applicable lint * address review comments
-
Alexandre Ardhuin authored
-
- 14 May, 2017 1 commit
-
-
Adam Barth authored
If the caller doesn't explicitly give the brightness of the primary color, we now estimate it using an algorithm from the Web Content Accessibility Guidelines. Also, this patch contains a function that converts RGB colors to HSVColors. I was originally going to use that, but the WCAG algorithm ended up seeming like a better choice. The patch still includes this function because it's generally useful. Fixes #5718
-
- 13 May, 2017 3 commits
-
-
Adam Barth authored
-
Alexandre Ardhuin authored
-
Adam Barth authored
Fixes #9989
-
- 12 May, 2017 16 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
-
-
Jason Simmons authored
-
Ian Hickson authored
-
P.Y. Laligand authored
-
Alexandre Ardhuin authored
-
Ian Hickson authored
This way, you can test things even with a VerboseLogger.
-
Chris Bracken authored
During SDK version updates, output the commands used to tag the repo with the SDK version.
-
Hans Muller authored
-
Adam Barth authored
The new assets have been optipng'ed.
-
Adam Barth authored
Previously, we would strand the old route in the overlay even though it had been removed from the history.
-
Adam Barth authored
The default is topCenter, which is sensible, but someone might want to use a bottomCenter alignment, for example.
-
Chris Bracken authored
-
Jason Simmons authored
-