- 21 Dec, 2018 6 commits
-
-
Pranay Airan authored
* adding support for android app bundle. * removing the debug statement. * fixing formatting and code review changes. * Revert "fixing formatting and code review changes." This reverts commit 2041d459f335242555a0b75e445343134c245494. * Fixing code formatting issues. * updating review comments fixing comments and spacing. * changing and to & to rerun the CI and tests. * updating the comment to re-run the test updating the comment to re-run the test * fixing the formatting. * updating comments to re-trigger build updating comments to re-trigger build
-
Ian Hickson authored
This reverts commit 76f70810.
-
Ian Hickson authored
* Remove many timeouts. These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time. * Get the attach tests to pass. * Apply review comments from Todd * More review comment fixes * Put back the extended timeouts here now that I know why we have them...
-
xster authored
-
Stanislav Baranov authored
* Switch over to the new name for compilation trace native function. Also see: https://github.com/flutter/engine/pull/7256 * rename * roll the engine
-
xster authored
-
- 20 Dec, 2018 9 commits
-
-
xster authored
-
Dan Field authored
* fix crash * default baseline
-
Justin McCandless authored
* Fix bug in calculation of downstream text distance when aligned: right * After having affinity explained to me, match getOffset and tests to expected behavior * Clean up test formatting and fix analyze errors * Improve test comments and reorganize a bit * Specify logical pixels
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/5ec8ef850934...dbdb5e6f8c9f git log 5ec8ef850934..dbdb5e6f8c9f --no-merges --oneline dbdb5e6f8 Roll src/third_party/skia 428ec1e55c05..44539be30ef8 (1 commits) (flutter/engine#7265) cf11d86bf Roll src/third_party/skia 21ee517391bc..428ec1e55c05 (3 commits) (flutter/engine#7264) 2d2b9d753 Re-run license tool on all source when it changes (flutter/engine#7260) 5fa1d5980 Roll src/third_party/skia 7757bba636d8..21ee517391bc (1 commits) (flutter/engine#7263) 6a1f01724 Roll src/third_party/skia ce9a901a76eb..7757bba636d8 (4 commits) (flutter/engine#7262) 079d60452 Add a system message channel for controlling the Skia resource cache size (flutter/engine#7257) 41222d055 Update usage of some Android APIs that are deprecated in API level 28 (flutter/engine#7261) 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 (liyuqian@google.com), and stop the roller if necessary.
-
Stanislav Baranov authored
-
Hans Muller authored
-
jslavitz authored
* adds Force Press gesture detector and recognizer
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/9edb4f72b914...5ec8ef850934 git log 9edb4f72b914..5ec8ef850934 --no-merges --oneline 5ec8ef850 Remove unused GrContext in AndroidSurfaceGL (flutter/engine#7258) c08a80ada Roll src/third_party/skia 8d23a584fc43..ce9a901a76eb (10 commits) (flutter/engine#7259) 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 (liyuqian@google.com), and stop the roller if necessary.
-
Stanislav Baranov authored
-
- 19 Dec, 2018 12 commits
-
-
Gary Qian authored
-
xster authored
-
Stanislav Baranov authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/526e0e3afb2c...9edb4f72b914 git log 526e0e3afb2c..9edb4f72b914 --no-merges --oneline 9edb4f72b Update dynamic patching terminilogy to match that of the flutter tool (flutter/engine#7248) 2c9fc872d Roll src/third_party/skia 1a237195b527..8d23a584fc43 (8 commits) (flutter/engine#7255) 8b73b9d42 Fix javadoc for Android-28 (flutter/engine#7254) 2e4a02719 Roll src/third_party/skia 192d66440910..1a237195b527 (1 commits) (flutter/engine#7253) ccaac1af3 Roll src/third_party/skia b933285ebb4e..192d66440910 (3 commits) (flutter/engine#7252) 8939e2abe Fix a misspelling (flutter/engine#7234) ada6748d0 Extract function to collect licenses for component (flutter/engine#7250) 9f10b10a0 Roll src/third_party/skia 67761eb35f97..b933285ebb4e (1 commits) (flutter/engine#7251) cfbc94864 Roll buildroot to support Android SDK 28 (flutter/engine#7245) 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 (liyuqian@google.com), and stop the roller if necessary.
-
Stanislav Baranov authored
This version honors flutter tool's --build-number/--build-name flags.
-
Alexandre Ardhuin authored
-
engine-flutter-autoroll authored
* 8190e939f Simplify conversion of numeric types in the message codec on iOS (flutter/engine#7097) * 42c62a944 Fix destruction of the child object list in the iOS accessibility bridge (flutter/engine#7108) * 951edf3e1 Simplify nested try-with-resources statements (flutter/engine#7239) * f79f7f631 Allow inferred types using diamond syntax (flutter/engine#7237) * 5c63303c2 Revert spelling correction in licence matcher (flutter/engine#7242) * fbce2bf14 Fix linter errors in ResourceUpdater (flutter/engine#7240) * ba117366e Compute cull_rect and optimize in Layer::Preroll (flutter/engine#6923) * e8f4968d6 Update iOS unit test for the removal of hex string encoding of uint64 data (flutter/engine#7246) * 370cc67d9 Roll src/third_party/skia e6f635476da3..4b75254560d4 (61 commits) (flutter/engine#7247) * 526e0e3af Roll src/third_party/skia 4b75254560d4..67761eb35f97 (6 commits) (flutter/engine#7249)
-
MH Johnson authored
* Themable elevation on dialogs. * AlertDialogs Title/Content text styles * Themable elevation on dialogs. AlertDialogs Title/Content text styles * finish merging change * fixing tests * Docs fixes * Change const to final to fix analyzer errors * Fix analyzer errors * Remove dart:ui import * Hans Comments
-
tonyzhao1 authored
-
Stanislav Baranov authored
-
xster authored
-
- 18 Dec, 2018 13 commits
-
-
Hans Muller authored
* Video Demo instrumentation * Video Demo instrumentation * Updated per review * Fixed a typo
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/5af435098d34...08465e800035 git log 5af435098d34..08465e800035 --no-merges --oneline 08465e800 Verify RunConfiguration is valid before running (flutter/engine#6922) f986a12e2 Correct spelling in doc comments (flutter/engine#7179) 67cd7d4d3 Compile embedder unit test Dart to kernel (flutter/engine#7231) 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 (liyuqian@google.com), and stop the roller if necessary.
-
Stanislav Baranov authored
This version honors flutter tool's --build-number/--build-name flags.
-
Stanislav Baranov authored
-
Stanislav Baranov authored
-
Alexandre Ardhuin authored
-
Hans Muller authored
-
Stanislav Baranov authored
These tests were actually failing, but were silently ignored due overly broad exception catching logic.
-
Gary Qian authored
-
Gary Qian authored
-
Michael Goderbauer authored
-
Justin McCandless authored
* InputDecorator param for alignment of label * Put baseline/center code in the right place where label is layed out * Fix existing test * Test top label positioning * Rename to alignLabelWithHint, and make it a bool * Test for TextField with and without alignLabelWithHint set * alignLabelWithHint in theme as well * debugFillProperties addition and test * Small style fixes for review * Fix analyze const error
-
Hans Muller authored
-