- 14 Jan, 2020 11 commits
-
-
Jonah Williams authored
-
engine-flutter-autoroll authored
fd269f60b Use Skia's CSS3 style matcher for dynamically loaded font sets (flutter/engine#15468) (#48784) https://github.com/flutter/engine/compare/0235a5084389...fd269f60bfc6 git log 0235a5084389..fd269f60bfc6 --first-parent --oneline 2020-01-14 jason-simmons@users.noreply.github.com Use Skia's CSS3 style matcher for dynamically loaded font sets (flutter/engine#15468) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC garyq@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
-
xster authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/157772a31597...0235a5084389 git log 157772a31597..0235a5084389 --first-parent --oneline 2020-01-14 jason-simmons@users.noreply.github.com Change the value of EXTRA_INITIAL_ROUTE to match the value used by the old embedding and flutter_tools (flutter/engine#15569) 2020-01-13 jason-simmons@users.noreply.github.com [SkParagraph] Copy font features to the Skia layout engine text style (flutter/engine#15562) 2020-01-13 jason-simmons@users.noreply.github.com Add a type parameter to SavedState.Creator in the new embedding (flutter/engine#15563) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC garyq@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
-
Jonah Williams authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/73d2fb374ccb...157772a31597 git log 73d2fb374ccb..157772a31597 --first-parent --oneline 2020-01-13 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from Xh8_9... to oxHfW... (flutter/engine#15547) 2020-01-13 skia-flutter-autoroll@skia.org Roll src/third_party/dart 32ce9c7872e2..28c335d5a201 (2 commits) (flutter/engine#15513) 2020-01-13 garyq@google.com Trivial typo fix to kick tests. (flutter/engine#15557) 2020-01-11 skia-flutter-autoroll@skia.org Roll src/third_party/skia 0a1923e50752..69ace2a0adbe (1 commits) (flutter/engine#15507) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC garyq@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
-
Zachary Anderson authored
-
Michel Feinstein authored
-
Jonah Williams authored
-
Dan Field authored
-
Prerak Mann authored
-
- 13 Jan, 2020 11 commits
-
-
Zachary Anderson authored
This reverts commit 03496606.
-
Jacob MacDonald authored
* support mapping /packages/<package>/<path> requests to package:<package>/<path> uris in the web device file server
-
Zachary Anderson authored
-
Tianguang authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/88935ca3c4fe...73d2fb374ccb git log 88935ca3c4fe..73d2fb374ccb --first-parent --oneline 2020-01-11 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from 75iyW... to Xh8_9... (flutter/engine#15506) 2020-01-11 skia-flutter-autoroll@skia.org Roll src/third_party/dart b3457c8cc2c1..32ce9c7872e2 (7 commits) (flutter/engine#15504) 2020-01-11 skia-flutter-autoroll@skia.org Roll src/third_party/skia 3723fb7e85bb..0a1923e50752 (6 commits) (flutter/engine#15500) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC garyq@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
-
Kate Lovett authored
-
Greg Spencer authored
This changes the behavior of requestFocus when it is called on a FocusNode that does not yet have a parent, so that it defers requesting focus until it receives a parent. Before this change, calling requestFocus before it had a parent was a no-op. This allows scenarios where a widget is newly added and wishes to immediately request the focus. Previously, it was very hard to make that work because requesting focus before the widget's focus node had a parent was ignored, so the developer had to wait until two frames later to request focus (one for the widget's node to be added to the focus tree, and one to request the focus). Now, in order to have a widget be focused when initially added, you just need to call requestFocus on its node when you create it, and as soon as it is added, it will automatically request focus. This is different from the autofocus attribute on the Focus widget, because it unconditionally requests focus when added (autofocus will only request focus if nothing else in the scope has focus).
-
Zachary Anderson authored
-
Michael Goderbauer authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/3d37d39d95ad...88935ca3c4fe git log 3d37d39d95ad..88935ca3c4fe --first-parent --oneline 2020-01-11 nurhan@google.com Support Clipboard.getData and Clipboard.setData for Flutter for web (flutter/engine#15455) 2020-01-11 skia-flutter-autoroll@skia.org Roll src/third_party/dart 395daaa3ecfc..b3457c8cc2c1 (66 commits) (flutter/engine#15485) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC garyq@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
-
Ian Hickson authored
-
- 11 Jan, 2020 6 commits
-
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/7ef88f85d572...3d37d39d95ad git log 7ef88f85d572..3d37d39d95ad --first-parent --oneline 2020-01-11 skia-flutter-autoroll@skia.org Roll src/third_party/skia 67d0f3fd725c..3723fb7e85bb (25 commits) (flutter/engine#15466) 2020-01-10 sjindel@google.com Re-land "Use ELF for Dart AOT snapshots on Fuchsia. #13896" (flutter/engine#15360) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC garyq@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
-
Ian Hickson authored
Let's try simplifying the template to see if people are able to give us the information we actually need. Things like target platform should be in the logs so if they give us that we don't need to ask for it specifically. People seem to generally be good about saying "iOS only" etc. They don't seem to be good about giving us repro test cases.
-
Dan Field authored
-
Zachary Anderson authored
-
Chris Yang authored
-
Gary Qian authored
-
- 10 Jan, 2020 12 commits
-
-
Angjie Li authored
-
Kate Lovett authored
-
Emmanuel Garcia authored
-
Zachary Anderson authored
-
Zachary Anderson authored
-
Maya authored
-
Tim Sneath authored
-
LongCatIsLooong authored
-
Shi-Hao Hong authored
* Add currency formatting for l10n tool, fix positional vs named params
-
Emmanuel Garcia authored
-
Gerrit authored
-
Ben Konyi authored
-