1. 28 8月, 2019 16 次提交
    • B
      Roll src/third_party/dart 9b23c483ba..5cbcc88304 (17 commits) · f8c4546e
      Ben Konyi 提交于
      dart-lang/sdk@5cbcc88304 [vm/bytecode] Add DebugCheck for variable set with as-expression RHS
      dart-lang/sdk@1017a562d7 [vm/bytecode] Fix crash while querying parameter descriptors for static implicit closure
      dart-lang/sdk@352dc749b1 [nnbd_migration] change implicit method parameters test to use edge matchers
      dart-lang/sdk@0da7763bae [vm, gc] Fix racy access to the growth policy in ForceGrowthSafepointOperationScope.
      dart-lang/sdk@7b37cddbe8 rename ClassKind to DeclarationKind
      dart-lang/sdk@52e732b786 fix constructor in extension error
      dart-lang/sdk@1765a19b03 [Test tool] Pass bytecode option to generate debugger stops
      dart-lang/sdk@451a7dd4ea [vm/assembler] Add IMUL with implicit operands
      dart-lang/sdk@040fdf22c5 [vm, gc] Run old space GC when the allocation limit is crossed during NotifyIdle, even if it would exceed the idle deadline.
      dart-lang/sdk@726762c4bd [vm/bytecode] Remove source information from setAsyncThreadStackTrace in prolog.
      dart-lang/sdk@fee3fffc59 [nnbd_migration] handle prefixes
      dart-lang/sdk@91400d6422 Guard against an NPE when computing completions (issue 38006)
      dart-lang/sdk@a28fcb59bf [nnbd_migration] handle dynamic property access
      dart-lang/sdk@21021651a0 Migration: rework edge builder tests to reduce boilerplate.
      dart-lang/sdk@5f5d44c4dd Migration: sort declarations in migration_visitor_test_base.dart.
      dart-lang/sdk@3604f75cd4 Gracefully degrade if annotation uses (non-serializable) FunctionExpression.
      dart-lang/sdk@c7fbf0dc35 [nnbd_migration] Handle method calls with inferred type arguments
      f8c4546e
    • B
      Roll src/third_party/dart 2bc0f49c00..9b23c483ba (1 commits) · c030ccc5
      Ben Konyi 提交于
      dart-lang/sdk@9b23c483ba Revert "Make package:expect NNBD agnostic"
      c030ccc5
    • J
    • D
      4ceaafc0
    • B
      Roll src/third_party/dart f17d0563fa..2bc0f49c00 (10 commits) · 85810f88
      Ben Konyi 提交于
      dart-lang/sdk@2bc0f49c00 [vm, gc] Add timeline event for growth policy updates.
      dart-lang/sdk@86ad613bf7 [vm/fuzzer] Enable package:pedantic analysis options
      dart-lang/sdk@0328e8a7b6 sort ForwardingListener and ForwardingTestListener
      dart-lang/sdk@aeb5e732fd split endClass/Mixin/ExtensionFactoryMethod event
      dart-lang/sdk@e5b0ff494b Adding an offset field to TokenDetails to return token offset as part of listTokenDetails
      dart-lang/sdk@35f8a8bf00 Gracefully degrade when FunctionTypeAlias uses FieldFormalParameter.
      dart-lang/sdk@78bd2bbaca [test] Re-enable background compilation in debug mode.
      dart-lang/sdk@f2ab9478ee [vm/bytecode] Avoid extra DebugCheck in variable declaration
      dart-lang/sdk@10c212f910 Make package:expect NNBD agnostic
      dart-lang/sdk@d61daa79d3 Add more specific warnings to analyzer for @required on parameters
      85810f88
    • M
      Add check to enable metal for import (#11537) · ccdadb1d
      Maurice Parrish 提交于
      ccdadb1d
    • P
      Update label of Fuchsia FIDL targets. (#11514) · aba340af
      P.Y. Laligand 提交于
      aba340af
    • B
      Roll src/third_party/dart 4015a79210..f17d0563fa (5 commits) · f93b9cbf
      Ben Konyi 提交于
      dart-lang/sdk@f17d0563fa split class/mixin/extension member parsing
      dart-lang/sdk@d2ad7d1f91 [dartdevc] support compile-only/run-only on ddb tool
      dart-lang/sdk@d44ada3c52 [vm] Remove constant evaluator calls in the VM and bytecode generator.
      dart-lang/sdk@497765f59f [vm] Move VM constant patching before constant evaluation.
      dart-lang/sdk@a6596cfd40 [cfe] Allow backend target to specify extra libraries to be indexed.
      f93b9cbf
    • D
      77882ece
    • D
      Bitcode only for release (#11520) · 0cfee1f6
      Dan Field 提交于
      0cfee1f6
    • D
      Strip bitcode from gen_snapshot (#11528) · bb25e5c0
      Dan Field 提交于
      bb25e5c0
    • C
      Reuse texture cache in ios_external_texture_gl (#11524) · 37a4af0c
      Chris Bracken 提交于
      In current implementation, external texture data flow is a
      producer-consumer model. When painting external texture, it always asks
      registered external texture object to produce new CVPixelBuffer, then
      transforms it to texture. `MarkNewFrameAvailable` function is ignored.
      This commit changes the dataflow. Now ios_external_texture_gl caches
      previous opengl texture, if no new frame are available, it do not
      `copyPixelBuffer` method, just uses cached opengl texture to draw.
      
      This is a re-land of flutter/engine#9806, which was previously reverted
      in flutter/engine#11522.
      37a4af0c
    • S
      Roll src/third_party/skia 4b5d65561943..6064ecf7e993 (1 commits) (#11500) · 3ab68dd8
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/4b5d65561943..6064ecf7e993
      
      git log 4b5d65561943..6064ecf7e993 --date=short --no-merges --format='%ad %ae %s'
      2019-08-27 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      
      Created with:
        gclient setdep -r src/third_party/skia@6064ecf7e993
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC stani@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=stani@google.com
      3ab68dd8
    • M
      0287144f
    • B
      Roll src/third_party/dart e878bdafe9..4015a79210 (15 commits) · a5953999
      Ben Konyi 提交于
      dart-lang/sdk@4015a79210 [kernel] Fixes to binary.md
      dart-lang/sdk@bbbd6cdbcb Migration: update trial_migration.dart to show exceptions per package.
      dart-lang/sdk@c604e58a9b Migration: add support for dynamic method dispatches.
      dart-lang/sdk@c7ac27bf50 [vm/ffi] Refactor and fix pipeline for force-optimized code.
      dart-lang/sdk@71f1a615f4 [dart2js] Handle non-identifier characters in member names
      dart-lang/sdk@7c6cab995a [vm] Adds Update method to hash maps.
      dart-lang/sdk@e7614adedb [cfe] Add Windows work-around for git diff in expectation testing
      dart-lang/sdk@7dbf8eed3b [cfe] Support sharding in pkg/testing tests
      dart-lang/sdk@6c67280e44 [vm] Move C-string-based hash maps to hash_map.h.
      dart-lang/sdk@4a01dc1341 [vm/compiler] Remove load_invalidation_gen logic
      dart-lang/sdk@202340f550 Reland "[dartdevc] Remove explicit calls of the constant evaluator in DDC."
      dart-lang/sdk@21cf0f5f90 [cfe] Clean out all uses of expired flags.
      dart-lang/sdk@a7b470f51f [cfe] Fix use of ExtensionBuilder.target
      dart-lang/sdk@fda435a056 [CFE] Add more incremental compiler compiler test
      dart-lang/sdk@c6cd0c4890 Rename SourceLibraryBuilder to LibraryBuilder and move it up.
      a5953999
    • C
      Revert "Reuse texture cache in ios_external_texture_gl. (#9806)" (#11522) · bf779661
      Chris Bracken 提交于
      Broke iOS builds:
      
          ../../flutter/shell/platform/darwin/ios/ios_external_texture_gl.mm:56:28: error: out-of-line definition of 'NeedUpdateTexture' does not match any declaration in 'flutter::IOSExternalTextureGL'
          bool IOSExternalTextureGL::NeedUpdateTexture(bool freeze) {
                                 ^~~~~~~~~~~~~~~~~
      
      This reverts commit 94b31749.
      bf779661
  2. 27 8月, 2019 19 次提交
  3. 26 8月, 2019 5 次提交