- 06 Nov, 2018 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit 71e9bd6f.
-
Jonah Williams authored
-
- 16 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
* Future<void> main * Future<void>.delayed * prefer_void_to_Null * address review comments
-
- 04 Oct, 2018 1 commit
-
-
Gary Qian authored
git log 7e3b41dc7ba6..74e68ff8b108 --no-merges --oneline 74e68ff8b Roll src/third_party/skia 7b7805581733..66a973493468 (4 commits) (#6436) 58fbd1fd1 Roll src/third_party/skia 4442e3138927..7b7805581733 (1 commits) (#6435) 83151d9fc Roll src/third_party/skia 4dd17156c6e4..4442e3138927 (1 commits) (#6434) 5fe7e377d Roll src/third_party/skia 8841085abeb9..4dd17156c6e4 (1 commits) (#6432) 5340f4224 Revert "Use single_root_scheme when compiling platform (#6402)" (#6431) 37fd43d43 Add deadline_now_delta argument to Engine::NotifyIdle's trace (#6419) 4af077b29 Roll src/third_party/skia 4504a652c071..8841085abeb9 (1 commits) (#6429) 165f3dd1c Update //third_party/benchmark dependency to 21f1eb (ToT). (#6427) 34bd0ef87 Don’t build benchmarking binaries on Windows. (#6428) ae4db4469 Ensure setViewIdResourceName has the correct version guard (#6404) 2c5d0c407 [rapidjson] Fix import statements (#6418) c2128fc80 Create a benchmarking target for the shell. (#6420) 30f78af91 Raise errors on non-zero exits while creating artifacts on the bots. (#6424) 191168cec Disable line_height tests on Windows (#6423) 061cc6643 Fix ideographic baseline to match spec. (#6422) 74eac1f56 Roll src/third_party/skia bfa76f20bfcf..4504a652c071 (14 commits) (#6421) 10b45405b Implement ParagraphStyle.line_height and add tests for line_height and baselines. (#6417)
-
- 21 Sep, 2018 1 commit
-
-
Gary Qian authored
-
- 20 Sep, 2018 1 commit
-
-
Yegor authored
* add a test for single- and multi-line paragraph layout * use flutter_test * use closeTo for double comparison
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 15 Aug, 2018 1 commit
-
-
Ian Hickson authored
* Upgrade everything except matcher. * Roll matcher (and test) * Adjust tests that depend on flutter:test directly to depend on a shim * Require use of package:test shim and remove other references to package:test
-
- 02 Aug, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Jul, 2018 1 commit
-
-
Todd Volkert authored
It was causing problems rolling Flutter into Fuchsia
-
- 23 Jul, 2018 1 commit
-
-
Alexandre Ardhuin authored
* re-enable lint unnecessary_const * remove trailling whitespaces * remove unnecessary const (after merge)
-
- 16 Jul, 2018 2 commits
-
-
Ian Hickson authored
This reverts commit cc1cf13e.
-
Alexandre Ardhuin authored
-
- 18 Jun, 2018 1 commit
-
-
Florian Loitsch authored
* Roll the engine. This engine includes a VM that defaults to sync-async. flutter/engine@c8eeee4 Roll the Dart VM.
-
- 29 May, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 28 May, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 12 Mar, 2018 1 commit
-
-
Jason Simmons authored
-
- 01 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 17 Nov, 2017 1 commit
-
-
Chris Bracken authored
Adds a test that verifies that the microtask queue is flushed between engine event loop iterations. Related issue: https://github.com/flutter/flutter/issues/9998
-
- 31 Oct, 2017 1 commit
-
-
Ian Hickson authored
-
- 24 Sep, 2017 1 commit
-
-
Ian Hickson authored
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 09 Dec, 2016 1 commit
-
-
Alexandre Ardhuin authored
-
- 25 Oct, 2016 1 commit
-
-
Jason Simmons authored
-
- 09 Jun, 2016 1 commit
-
-
Adam Barth authored
Instead of using getTotalMatrix and setMatrix, we can just use save/restore, which is more idiomatic. The getTotalMatrix/setMatrix pattern was introduced to improve performance, but the original code was calling getTotalMatrix/setMatrix at every node in the sprite tree, which is much slower than the normal save/transform/restore pattern. Related to #4254
-
- 29 Apr, 2016 1 commit
-
-
Adam Barth authored
Turns out there were more clients of the old paragraph API than I expected. This patch migrates them to the new API.
-
- 14 Feb, 2016 1 commit
-
-
- 12 Feb, 2016 1 commit
-
-
Hixie authored
I'm guessing the recent changes to the bindings fixed this crash. Closes https://github.com/flutter/flutter/issues/248.
-
- 11 Feb, 2016 1 commit
-
-
Ian Hickson authored
Each layer is supposed to reexport the parts of the previous layer that are part of its API. - In painting.dart, export from dart:ui all the Canvas-related APIs that make sense to be used at higher levels, e.g. PaintingStyle. - Delete painting/shadows.dart. It was dead code. - In rendering/object.dart, export all of painting.dart. - In widgets/basic.dart, export all of painting.dart and animation.dart. Some classes in animation/ are renamed to make this less disruptive and confusing to the namespace. - Split out Stocks back into an import model rather than a part model, so that it's easier to manage its dependencies on a per-file basis. - Move Ticker to scheduler library. - Remove as many redundant imports as possible now. - Some minor nit picking cleanup in various files.
-
- 16 Dec, 2015 1 commit
-
-
Ian Hickson authored
-