Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

skia-flutter-autoroll
Copy link
Contributor

https://dart.googlesource.com/sdk.git/+log/d6fed1f62444..29c00e28f350

git log d6fed1f..29c00e2 --date=short --first-parent --format='%ad %ae %s'
2020-05-13 rnystrom@google.com Don't look for the forked SDK in the migration script.
2020-05-13 scheglov@google.com Use single flag in ElementDisplayStringBuilder, make it required.
2020-05-13 rmacnak@google.com [infra] Accept 1 as a test exit code only in UBSAN configurations.
2020-05-13 sortie@google.com [benchmark] Add sdk_nnbd directory to benchmark builds.
2020-05-13 askesc@google.com Chunk UTF-8 decoding for JS to avoid long concatenation sequences.
2020-05-13 paulberry@google.com Re-apply some recent parser fixes.
2020-05-13 sstrickl@google.com [vm] Ensure line information in DWARF is unsigned.
2020-05-13 scheglov@google.com Implement futureValueType() operation.
2020-05-13 scheglov@google.com The formal spec has a typo around async functions and void.
2020-05-13 scheglov@google.com Add debug information to a potential reason for linking crash.
2020-05-13 askesc@google.com [dart2js/ddc] Use TextDecoder directly for more cases of UTF-8 decoding.
2020-05-13 jensj@google.com Fix flutter-frontend bot by updating script to NNBD
2020-05-13 vegorov@google.com [vm/compiler] Include tests for parsing of --print_instruction_sizes_to output
2020-05-13 sstrickl@google.com [vm] Fix issue with alignment before BSS sections.
2020-05-13 fmil@google.com [vm] Fixes Fuchsia dependencies for inspect
2020-05-13 davidmorgan@google.com Revert "[ VM / DartDev ] Run all debugging sessions via 'dart run'"

Created with:
gclient setdep -r src/third_party/dart@29c00e28f350

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@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

Bug: None
Tbr: dart-vm-team@google.com

https://dart.googlesource.com/sdk.git/+log/d6fed1f62444..29c00e28f350

git log d6fed1f..29c00e2 --date=short --first-parent --format='%ad %ae %s'
2020-05-13 rnystrom@google.com Don't look for the forked SDK in the migration script.
2020-05-13 scheglov@google.com Use single flag in ElementDisplayStringBuilder, make it required.
2020-05-13 rmacnak@google.com [infra] Accept 1 as a test exit code only in UBSAN configurations.
2020-05-13 sortie@google.com [benchmark] Add sdk_nnbd directory to benchmark builds.
2020-05-13 askesc@google.com Chunk UTF-8 decoding for JS to avoid long concatenation sequences.
2020-05-13 paulberry@google.com Re-apply some recent parser fixes.
2020-05-13 sstrickl@google.com [vm] Ensure line information in DWARF is unsigned.
2020-05-13 scheglov@google.com Implement futureValueType() operation.
2020-05-13 scheglov@google.com The formal spec has a typo around async functions and void.
2020-05-13 scheglov@google.com Add debug information to a potential reason for linking crash.
2020-05-13 askesc@google.com [dart2js/ddc] Use TextDecoder directly for more cases of UTF-8 decoding.
2020-05-13 jensj@google.com Fix flutter-frontend bot by updating script to NNBD
2020-05-13 vegorov@google.com [vm/compiler] Include tests for parsing of --print_instruction_sizes_to output
2020-05-13 sstrickl@google.com [vm] Fix issue with alignment before BSS sections.
2020-05-13 fmil@google.com [vm] Fixes Fuchsia dependencies for inspect
2020-05-13 davidmorgan@google.com Revert "[ VM / DartDev ] Run all debugging sessions via 'dart run'"

Created with:
  gclient setdep -r src/third_party/dart@29c00e28f350

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@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

Bug: None
Tbr: dart-vm-team@google.com
@skia-flutter-autoroll skia-flutter-autoroll added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label May 13, 2020
@fluttergithubbot fluttergithubbot merged commit 0385664 into flutter:master May 13, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 14, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 14, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 14, 2020
iskakaushik pushed a commit to flutter/flutter that referenced this pull request May 14, 2020
* 9e3e3ba [web] Represent CSS identity transforms as 'none' instead of null (flutter/engine#18288)

* 80fa77e Roll src/third_party/skia 3ebadcc98eab..056d543c91e0 (8 commits) (flutter/engine#18344)

* 480d8e4 Fix scenario platform view tests on Android (flutter/engine#18332)

* 0385664 Roll src/third_party/dart d6fed1f62444..29c00e28f350 (16 commits) (flutter/engine#18347)

* 8371b44 Roll src/third_party/skia 056d543c91e0..71903997254f (7 commits) (flutter/engine#18350)

* f321613 Add guards on FlValue methods to check for NULL values (flutter/engine#18226)

* dc93db5 Move FlutterLoader disk I/O to a background thread to comply with Android strict mode (flutter/engine#18241)

* bf1287c null-annotate lerp.dart, annotations.dart, channel_buffers.dart, hash_codes.dart (flutter/engine#18348)

* 9600354 Add FlBasicMessageChannel (flutter/engine#18189)

* df2dfac Roll src/third_party/skia 71903997254f..6c3db04c8b03 (9 commits) (flutter/engine#18361)

* 5ad4f9e Add FlJsonMessageCodec (flutter/engine#18221)

* 84ea892 Roll src/third_party/skia 6c3db04c8b03..7156db260239 (4 commits) (flutter/engine#18370)

* f848069 Roll src/third_party/dart 29c00e28f350..f99631b12c4a (29 commits) (flutter/engine#18373)

* c791ce9 Roll src/fuchsia/sdk/mac from gOhJW... to Vepm4... (flutter/engine#18377)

* 5b62a63 Roll src/third_party/dart f99631b12c4a..e0257265d34e (2 commits) (flutter/engine#18378)

* 0b41009 Roll src/third_party/skia 7156db260239..5b2ede3d0d44 (8 commits) (flutter/engine#18380)

* 08b61ce Delete unused decode UTF-8, JSON functions (flutter/engine#18360)

* 73d835c Roll src/third_party/dart e0257265d34e..2676764792b2 (4 commits) (flutter/engine#18383)

* 9e166fb Roll src/third_party/skia 5b2ede3d0d44..39ec60aa8348 (5 commits) (flutter/engine#18384)

* 2cdbc7f Remove pipeline in favor of layer tree holder (flutter/engine#18285)

* 47513a7 Roll src/third_party/skia 39ec60aa8348..79c5674a4ca1 (3 commits) (flutter/engine#18389)
wandyers pushed a commit to wandyers/engine that referenced this pull request May 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants