1. 31 10月, 2019 3 次提交
    • M
      Revert "Turn on RasterCache based on view hierarchy (#13360)" (#13442) · e609577d
      Michael Klimushyn 提交于
      This caused EmbedderTest.VerifyB143464703 to fail after merging into
      master.
      
      ```
      ../../flutter/shell/platform/embedder/tests/embedder_unittests.cc:3111: Failure
      Value of: ImageMatchesFixture("verifyb143464703.png", renderered_scene)
        Actual: false
      Expected: true
      [  FAILED  ] EmbedderTest.VerifyB143464703 (2507 ms)
      ```
      
      This reverts commit 3ad3bc76.
      e609577d
    • M
      Turn on RasterCache based on view hierarchy (#13360) · 3ad3bc76
      Michael Klimushyn 提交于
      Previously the cache was disabled on whether or not PlatformViews were
      globally enabled. Instead track their existence in the view hierarchy
      and only disable RasterCache if a PlatformView is actually present.
      3ad3bc76
    • B
      Roll src/third_party/dart d3a5b82355..f30b494035 (9 commits) · acff7b5a
      Ben Konyi 提交于
      dart-lang/sdk@f30b494035 Flow analysis: add the ability to defer storing node info in AssignedVariables.
      dart-lang/sdk@6812504f08 [CFE] Error when an extension operation is used in a constant expression
      dart-lang/sdk@3ccdb01fc9 [cfe] Handle extensions exported through multiple libraries
      dart-lang/sdk@92d3098b92 [CFE] Make spell checker more friendly
      dart-lang/sdk@9be1920abf Flow analysis: Fix AssignedVariables handling of try/catch/finally in analyzer.
      dart-lang/sdk@c791aa880c [CFE] Fix parser crash when recovering from missing operator and having a return type
      dart-lang/sdk@f0561cb75e Sort declarations in flow_analysis.dart.
      dart-lang/sdk@5837107613 Flow analysis: add AssignedVariables.discardNode method
      dart-lang/sdk@ee9ec9c3e0 [cfe] Report error on builtin identifier as extension name
      acff7b5a
  2. 30 10月, 2019 28 次提交
  3. 29 10月, 2019 9 次提交