- 02 Oct, 2018 10 commits
-
-
Greg Spencer authored
Merging on read to unbreak the build. TBR= @Hixie
-
Hans Muller authored
Introduce an overall material "color scheme" and to make it possible to redefine how a component's visual properties bind to the color scheme and to the existing material Theme.
-
Gary Qian authored
Add 'restoreSystemUIOverlays' to SystemChrome to allow simple UI restore after System force changes. (#22221) * Add 'restoreSystemUIOverlays' to SystemChrome to allow simple UI restore after System force changes.
-
mockturtl authored
* use RadioListTile in expansion panels demo Fixes #6048. - expose `_Location` - appease analyzer
-
Danny Tuppeny authored
* Change file paths to URIs to fix "Could not run configuration in engine" on Windows Plus unskip test that was failing due to this. Fixes #21348. * Remove unused import
-
Greg Spencer authored
-
Dan Field authored
* Revert "unnecessary this in field initializers (#22522)" This reverts commit 5de96bb7. * Revert "Use unsafePackageSerialization when running tests (#22407)" This reverts commit 4bd6ad73. * Revert "Roll engine f6af1f20ba92..b59c86493159 (3 commits) (#22538)" This reverts commit 85a4591a.
-
Alexandre Ardhuin authored
-
jensjoha authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/f6af1f20ba92...b59c86493159 git log f6af1f20ba92..b59c86493159 --no-merges --oneline b59c86493 Rename the Android fragment support library JAR (flutter/engine#6400) 4213ac19c Add an Android fragment support library to third_party (flutter/engine#6384) a785b25f4 do not count Hidden nodes at the beginning of the scrollable (flutter/engine#6381) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary.
-
- 01 Oct, 2018 11 commits
-
-
https://github.com/flutter/engine/compare/0c2b6dc6e339...f6af1f20ba92liyuqian authored
Manually roll the engine to the last good commit known to the auto-roller. git log 0c2b6dc6e339..f6af1f20ba92 --no-merges --oneline f6af1f20b Roll src/third_party/skia e8e2bb1384ad..3b8b11e1f912 (4 commits) (flutter/engine#6395) 7f2e2ea4f Roll src/third_party/skia bba2921c1970..e8e2bb1384ad (1 commits) (flutter/engine#6394) 4f69beb27 Roll src/third_party/skia 7f3ceba5dc7f..bba2921c1970 (1 commits) (flutter/engine#6392) a4a5449d5 Roll src/third_party/skia 22867ce6fe83..7f3ceba5dc7f (1 commits) (flutter/engine#6391) 31278f0b8 Roll src/third_party/skia ebfbf1d749c1..22867ce6fe83 (1 commits) (flutter/engine#6390) 73409c228 Roll src/third_party/skia 93d71666b2f1..ebfbf1d749c1 (1 commits) (flutter/engine#6389) 6f8c827b2 Dart SDK roll for 2018-09-28 (flutter/engine#6388) 6e96ae542 Roll src/third_party/skia cfa315390f04..93d71666b2f1 (6 commits) (flutter/engine#6386) 39dee5b61 Fix Fuchsia build. (flutter/engine#6383) 560eba1a3 Roll src/third_party/skia 87311c6e565f..cfa315390f04 (9 commits) (flutter/engine#6382)
-
Yegor authored
-
Jason Simmons authored
The asset subsystem uses URIs to represent asset locations. The font manifest should also use URI-encoded paths instead of unencoded paths taken directly from the manifest YAML. Fixes https://github.com/flutter/flutter/issues/19452
-
Jonah Williams authored
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
* compare to null with == * address review comments
-
Jonah Williams authored
This reverts commit b07d986f.
-
Chris Bracken authored
Eliminates the --snapshot and --depfile parameters from the flutter bundle command. The snapshot parameter is unused in Dart 2 -- code is built to kernel .dill files and for profile/release builds, then AOT compiled. While depfiles are still used in Dart 2 (e.g. by the kernel compiler), there are enough assumptions in the code that they lie in the default location (e.g. in the Gradle build) and no reasons to support user-cusomisation that it makes sense to eliminate the --depfile option as well, and always use the default location. This commit also renames 'depFilePath' to 'depfilePath' for consistency across the codebase.
-
jslavitz authored
* Fix internationalization issues with cupertinoTextSelectionControls
-
Tran Huy Phuc authored
Fixes #22247.
-
xster authored
-
- 29 Sep, 2018 1 commit
-
-
Viet Do authored
-
- 28 Sep, 2018 18 commits
-
-
jslavitz authored
* Make Chip press elevation customizable.
-
xster authored
-
Alexander Markov authored
-
Alexander Markov authored
-
shrike69 authored
* Change flutter tool to not require Fuchsia build args * Restore code that was commented out. * Fix style nits.
-
Stanislav Baranov authored
This also involves switching from Core JIT to App JIT snapshot, and replacing per-isolate VM snapshot with the shared VM snapshot. For now there is no separate update bundle file, as the generated update gets packaged directly into the APK for testing purposes.
-
https://github.com/flutter/engine/compare/2a22019a8dd8...7dc6b3a8eeefliyuqian authored
git log 2a22019a8dd8..7dc6b3a8eeef --no-merges --oneline 7dc6b3a8e Skip non-existing libflutters for symbol check (flutter/engine#6374) 0cd9ee372 Add more debug loging to symbol verification script (flutter/engine#6372) fcb3c519b Roll src/third_party/skia b726c89ff8a8..d004e0b55c4a (1 commits) (flutter/engine#6373) 5e3d786d0 Use nm from buildtools (flutter/engine#6371)
-
liyuqian authored
For retained rendering, we don't want to push the offset down to each leaf layer. Otherwise, changing an offset layer on the very high level could cascade the change to too many leaves, which means that we can't retain them. To not push the offset downwards, we simply push a TransformLayer when there's an offset. Skia has a fast path for concatenating scale/translation-only matrix so this operation should be fast (no performance regression is measured on Moto G4). This is our first step towards https://github.com/flutter/flutter/issues/21756
-
Andrew Davies authored
Through some integration testing checks, it looks like it's possible that connecting to a new instance of the Dart VM may fail even after the Dart VM instance has been discovered. This means that _getDartVm should be checked in more than just one place. This changes the function to return a null value in the event of a 'well-known' exception (`HttpException` or `TimeoutException` specifically). As a result, code now calling _getDartVm checks for null and handles it as appropriate, and the DartVm RPC calls are all updated with consistent timeout params.
-
shrike69 authored
-
https://github.com/flutter/engine/compare/2a22019a8dd8...9ae1c14c3515liyuqian authored
git log 2a22019a8dd8..9ae1c14c3515 --no-merges --oneline 9ae1c14c3 Update observatory-port default behavior description. (flutter/engine#6365) 5550fdbc2 Remove cull_rects_ from SceneBuilder (flutter/engine#6352) 75e404f39 Roll src/third_party/skia 656cefe65d62..b726c89ff8a8 (8 commits) (flutter/engine#6370)
-
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/2a22019a8dd8...51de09c7e0e1 git log 2a22019a8dd8..51de09c7e0e1 --no-merges --oneline 51de09c7e Roll src/third_party/skia 10d12834c8db..f88f49d2a52e (1 commits) (flutter/engine#6377) c0b44bc20 Roll src/third_party/skia d004e0b55c4a..10d12834c8db (1 commits) (flutter/engine#6376) 77c30cadd make sure we dont set live regionin api level < 18 (flutter/engine#6375) 7dc6b3a8e Skip non-existing libflutters for symbol check (flutter/engine#6374) 0cd9ee372 Add more debug loging to symbol verification script (flutter/engine#6372) fcb3c519b Roll src/third_party/skia b726c89ff8a8..d004e0b55c4a (1 commits) (flutter/engine#6373) 5e3d786d0 Use nm from buildtools (flutter/engine#6371) 9ae1c14c3 Update observatory-port default behavior description. (flutter/engine#6365) 5550fdbc2 Remove cull_rects_ from SceneBuilder (flutter/engine#6352) 75e404f39 Roll src/third_party/skia 656cefe65d62..b726c89ff8a8 (8 commits) (flutter/engine#6370) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary.
-
Dan Field authored
* fix race in devicelab concurrent hot reload * only complete future once!
-
Dan Field authored
-
Siva authored
This roll contains the following changes 2a22019a8 Roll Dart to version 7f9a9feae181573cca609fd1b8760d7992176699 (#6366) 0fa159a26 Add debug info to figure out why the bots are unhappy (#6369) e031ccef7 Add missing binding for pushOffset (#6367)
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/d80c1de7b53a...8176f4d3c467 git log d80c1de7b53a..8176f4d3c467 --no-merges --oneline 8176f4d3c Roll buildroot to 96d2493887daabe6877142caa8504a2f964b0e7e (flutter/engine#6364) 27f77cbef Document that all MethodChannel callbacks must be called on the main thread. (flutter/engine#6245) e6c173392 Script to verify exported symbols on release binaries (flutter/engine#6363) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary.
-