1. 30 7月, 2019 7 次提交
    • S
      Roll fuchsia/sdk/core/mac-amd64 from... · 8c716455
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/mac-amd64 from Uv8yRYHSzrBmLEIl6U1CHrkEiH9SQ7Qi7NMvZHronSYC to sunWb7JJi5zUOh8XlRW21powybWJlKqvR51LC9u2WRUC (#10237)
      
      Roll fuchsia/sdk/core/mac-amd64 from Uv8yRYHSzrBmLEIl6U1CHrkEiH9SQ7Qi7NMvZHronSYC to sunWb7JJi5zUOh8XlRW21powybWJlKqvR51LC9u2WRUC
      
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
      
      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.
      
      8c716455
    • M
      Deprecate FlutterView#enableTransparentBackground (#10235) · 839f9a27
      Michael Klimushyn 提交于
      The API breaks accessibility highlighting because of
      SurfaceView#setZOrderOnTop. Deprecate it since the underlying issue is
      an Android SDK one that can't be worked around from within a
      SurfaceView.
      839f9a27
    • P
      Add gclient_gn_args_file to DEPS (#10153) · 2711d3d0
      Petr Hosek 提交于
      Flutter uses its own DEPS file to checkout dart. To unblock
      https://dart-review.googlesource.com/c/sdk/+/107837 Dart GN needs to not
      fail to find build/config/gclient_args.gni even when flutter checks it
      out. To fix this, this change just adds the same change to Flutter's
      DEPS so that Flutter will generate the needed GN file for Dart. After
      this change lands we can reland 107837.
      2711d3d0
    • B
      Roll src/third_party/dart 0ca1582afd..1e43d65d4a (50 commits) (#10226) · 134b41a8
      Ben Konyi 提交于
      dart-lang/sdk@1e43d65d4a [cfe] Merge KernelFunctionBuilder into ProcedureBuilder
      dart-lang/sdk@87626888a4 [cfe, dart2js] Constant hashcode improvements.
      dart-lang/sdk@b8614ca613 Revert InheritanceManager3 changes.
      dart-lang/sdk@8b6badda35 [cfe] Add static type test
      dart-lang/sdk@a9ebb5c3c8 Enable running language model unit tests on windows
      dart-lang/sdk@43d6819c28 [js_runtime] Avoid testing subtypes of JSArray in js_array.dart
      dart-lang/sdk@306a592fe4 Add a test for hovers now that doc comments are preserved
      dart-lang/sdk@e57b7f2101 Update member sorter to sort extensions
      dart-lang/sdk@b98d5c424e [dart2js] new-rti: Remove subtype check metering
      dart-lang/sdk@614c0cbb52 [dart2js] new-rti: Impacts for _generalXXX methods
      dart-lang/sdk@030ef7b2b3 [dart2js] new-rti: HAsCheck basic optimization
      dart-lang/sdk@03e5d910ce [dart2js] Register _Universe.addRules as a global impact.
      dart-lang/sdk@05fdac2769 [dart2js] Support optional named parameters in function RTI.
      dart-lang/sdk@bab9e69ad2 Add more tests of extension methods
      dart-lang/sdk@48ce5c2f16 Deprecate isMoreSpecificThan() and isDirectSupertypeOf().
      dart-lang/sdk@0c8a7b12ab [dart2js] Implement evalTypeVariable in new RTI.
      dart-lang/sdk@c5da55311a Fix promoteToNonNull() to support type parameters.
      dart-lang/sdk@c27db7ce6f Preliminary work for INVALID_USE_OF_NEVER
      dart-lang/sdk@5b5ddeda92 Switch EdgeBuilder to InheritanceManager3.
      dart-lang/sdk@4c34d5825b [analyzer] change listPostfixCompletionTemplates to not be async
      dart-lang/sdk@42769d3391 [dartdevc] Update error messages to use new label in github url
      dart-lang/sdk@e76879acc4 Add 'inheritanceManager' to LinterContext.
      dart-lang/sdk@b5871f59bc [analyzer] update the pkg/.gitignore file to ignore the pkg/analysis_server/language_model/ dir
      dart-lang/sdk@575f5c8b90 Revert "[vm] Fix uri/path discrepancy preventing running snapshots via spawnUri"
      dart-lang/sdk@0a73628a20 [ VM ] Fix asan failures in Isolate_getDebugName
      dart-lang/sdk@dceeadae53 [dartdevc] Fix unevaluated constants when building SDK with kernel
      dart-lang/sdk@d60345a77b Move import directive prefix offset into informative data.
      dart-lang/sdk@c4b829ba2c [vm] Fix uri/path discrepancy preventing running snapshots via spawnUri
      dart-lang/sdk@d2f1dde3c7 Merge two codes, improve some messages, and general code cleanup
      dart-lang/sdk@16f7076547 [vm/bytecode] Generate bytecode for expression evaluation
      dart-lang/sdk@6241ea1788 Disable running a test from test_all that breaks when run from a parent directory
      dart-lang/sdk@a0e8fc935e Guard against NPE when checking for an implicit covariance cast in an invocation of an extension method
      dart-lang/sdk@1d14f239b0 Fix one of the language tests
      dart-lang/sdk@75c2c7faf0 [vm/bytecode] Fix number of checked args when calling setters
      dart-lang/sdk@d742779f04 Fix LeastUpperBoundTest tests for mixins.
      dart-lang/sdk@78224f9b0c [cfe+analyzer+dart2js] Support union markers in id-testing
      dart-lang/sdk@bcfe26cba0 [cfe] Fail early on unsupported evaluated constants
      dart-lang/sdk@e1cb626127 Deprecate DartType.isEquivalentTo and replace with '=='.
      dart-lang/sdk@c49eeadd2a Remove workarounds for http://dartbug.com/37587
      dart-lang/sdk@8b81bb8115 Remove some unused imports
      dart-lang/sdk@a42f5a668f Include mixin superclass constraints into superinterfaces.
      dart-lang/sdk@e9220a762b [dart2js] Cache [_ConstantNodeIndexerVisitor] on [_MemberData]
      dart-lang/sdk@27bec56744 Add ExecutableElement(s) based InheritanceManager3, and switch analyzer to it.
      dart-lang/sdk@545afa246c [ VM ] Fix potential races in Isolate_getDebugName
      dart-lang/sdk@f5400e9bcd [ Service ] Update package:vm_service description and homepage
      dart-lang/sdk@b68e5c4338 [vm] Clear native flag on dynamic invocation forwarders.
      dart-lang/sdk@7b850d213c [infra] Make tools/test.py --system=android -ax64 -cdartkp -mreleaes work
      dart-lang/sdk@32bb7441b4 [nit] style in run_vm_tests.cc: func args comments, NULL -> nullptr.
      dart-lang/sdk@d44076efea [vm/compiler] Add S-expression layer to serializer.
      dart-lang/sdk@1365def43f Compare nullabilitySuffix in DartType equality.
      134b41a8
    • S
      Roll fuchsia/sdk/core/linux-amd64 from... · fd935a6a
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/linux-amd64 from KhcryD0YeydlbRewVsOuzjjkLZPrmk_FPE-azRL8TDQC to sQ5TssOYkLV0Zvpky28saiz-2od53FpNCwFel7ijAHYC (#10236)
      
      Roll fuchsia/sdk/core/linux-amd64 from KhcryD0YeydlbRewVsOuzjjkLZPrmk_FPE-azRL8TDQC to sQ5TssOYkLV0Zvpky28saiz-2od53FpNCwFel7ijAHYC
      
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
      
      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.
      
      fd935a6a
    • S
      Roll src/third_party/skia 33f77d35ca2c..a8825f5a8b82 (7 commits) (#10234) · 79018005
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /compare/33f77d35ca2c..a8825f5a8b82
      
      git log 33f77d35ca2cf082f4f2eb015a566df6b3da9bb3..a8825f5a8b822920f30cdb5e2c36ec74ecf98531 --date=short --no-merges --format=%ad %ae %s
      2019-07-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-07-29 senorblanco@chromium.org Update Dawn backend to ToT Skia.
      2019-07-28 benjaminwagner@google.com Omit test that sometimes causes Chromebook to die
      2019-07-29 egdaniel@google.com Fix valgrind crash in TransferFrom test.
      2019-07-29 jvanverth@google.com Use raw MTLBuffer for texture uploads.
      2019-07-26 brianosman@google.com Finish and document particle public API
      2019-07-26 robertphillips@google.com Switch BackendAllocationTests from GrPixelConfig to GrColorType
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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 (benjaminwagner@google.com), and stop
      the roller if necessary.
      79018005
    • S
      Roll fuchsia/sdk/core/mac-amd64 from... · fa4931fd
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/mac-amd64 from ZaT3pR9-jXSEqauyWqQmJ--eFFajbY_4NcqGqCn_8ysC to Uv8yRYHSzrBmLEIl6U1CHrkEiH9SQ7Qi7NMvZHronSYC (#10233)
      
      Roll fuchsia/sdk/core/mac-amd64 from ZaT3pR9-jXSEqauyWqQmJ--eFFajbY_4NcqGqCn_8ysC to Uv8yRYHSzrBmLEIl6U1CHrkEiH9SQ7Qi7NMvZHronSYC
      
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
      
      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.
      
      fa4931fd
  2. 29 7月, 2019 18 次提交
  3. 28 7月, 2019 12 次提交
  4. 27 7月, 2019 3 次提交