1. 26 9月, 2019 9 次提交
    • B
      Roll src/third_party/dart 69b5681546..6c81690c3a (38 commits) · 6d14c798
      Ben Konyi 提交于
      dart-lang/sdk@6c81690c3a Flow analysis: add tests of things that shouldn't be promoted.
      dart-lang/sdk@39a1baef6b Prepare to publish analyzer 0.38.4
      dart-lang/sdk@3e71f286f6 [vm/fuzzer] Add auto minimization tool
      dart-lang/sdk@5f74cc1e59 test for eof comment completions
      dart-lang/sdk@b31e71e990 Revert "Issue 37608. Use instantiated FunctionType for tear-off(s)."
      dart-lang/sdk@b325f8e965 Update checker.dart to use less Element.type
      dart-lang/sdk@7235115f36 statement completion for expression bodies
      dart-lang/sdk@2bd2392e2a Remove EngineTestCase.
      dart-lang/sdk@f5ce531db3 [dartdevc] Allow ddc modular suite to apply SDK patch files from forked directory
      dart-lang/sdk@c3bbd6a247 Added parser recovery for multiple variance modifiers.
      dart-lang/sdk@9a683de40d [vm] Support testing assembly snapshots for ARM.
      dart-lang/sdk@a2803a1b2d Add documentation for more diagnostics
      dart-lang/sdk@bf361ebe19 Replace addTestFile()/resolveTestFile() pair with resolveTestCode().
      dart-lang/sdk@bd1ca04b79 add meta dependency to kernel and front_end
      dart-lang/sdk@7972c61aab fix detection of dart sdk lines in stack traces to recognize the ddk sdk
      dart-lang/sdk@60328ca858 [vm] Restore _getHash/_setHash asm intrinsics
      dart-lang/sdk@41dd8b522c [SDK] Further adjusts flags for dart2native.
      dart-lang/sdk@9f0258f4b6 Include more information for 'Missing library'.
      dart-lang/sdk@e034104f04 [cfe] Remove TypeEnvironment.*Type getters
      dart-lang/sdk@463894f986 [cfe] Remove NullabilityBuilder.legacy
      dart-lang/sdk@4209c50587 [cfe] Remove NullabilityBuilder.pendingImplementation
      dart-lang/sdk@fdc34003e9 await futures
      dart-lang/sdk@8cbc4f3982 [benchmark] Add support for benchmarking DDC.
      dart-lang/sdk@b03d472e4c [cfe] Handle default values on extension methods
      dart-lang/sdk@1ffbebe07a Revert "[cfe/vm] Enable prefer_final lints in pkg/vm"
      dart-lang/sdk@12f6cbb7b1 [cfe] Thread nullability modifiers for TypeParameterTypes from source
      dart-lang/sdk@13fcf27c25 [cfe] Implement library-specific NullabilityBuilder getters
      dart-lang/sdk@db3bf8f509 [cfe] Preserve abstraction level in TypeDeclarationBuilder.buildType
      dart-lang/sdk@adbfe7ce05 [cfe] Update the rules for TypeParameterType.nullability
      dart-lang/sdk@f2743fceee Fix language_2/extension_methods/basic_static_extension_test
      dart-lang/sdk@7b9bcd08b4 [cfe] Correctly substitute function types from extension on-clauses
      dart-lang/sdk@2f7ad92ee4 [cfe] Handle null aware explicit extension application
      dart-lang/sdk@763421a88e Add a first test of the InfoBuilder
      dart-lang/sdk@9754f19eb6 [dart2js] dead code elimination can create GVN candidates
      dart-lang/sdk@0fe9634425 Skip wasm tests on dart2js
      dart-lang/sdk@6d86779288 Make the NNBD fork not stomp on the other build.
      dart-lang/sdk@35748514c7 [ VM / Service ] Added additional tests for package:vm_service and fixed service bugs
      dart-lang/sdk@79cc54e519 [kernel] Avoid trampling sources when loading split components.
      6d14c798
    • S
      Roll fuchsia/sdk/core/mac-amd64 from avi05... to KcXAg... (#12449) · 06c765ae
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/mac-amd64 from avi05... to KcXAg...
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
      Please CC  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
      06c765ae
    • G
      Send TYPE_VIEW_FOCUSED for views with input focus. (#12410) · c1773f3c
      Greg Spencer 提交于
      This change modifies the accessibility bridge so that if a node has input focus, then it will tell TalkBack so that it will request the accessibility focus for the view.
      
      It also sets the content change types bit field to include CONTENT_CHANGE_TYPE_SUBTREE to indicate that the subtree for the view has changed for API levels after, and including, KitKat (19)
      c1773f3c
    • Y
      [web] filter test targets; cache host.dart compilation (#12445) · 3360d861
      Yegor 提交于
      * filter test targets; cache host.dart compilation
      3360d861
    • M
      Work around Samsung keyboard issue (#12432) · efb7bf43
      Michael Klimushyn 提交于
      Samsung's Korean keyboard has a bug where it always attempts to combine
      characters based on its internal state, ignoring if and when the cursor
      is moved programmatically. EG typing "ㄴㅇ" and then moving the cursor
      back to the front of the text and typing "ㄴ" again would result in
      "ㄴㅇㄴ", not "ㄴㄴㅇ".
      
      Fully restarting the IMM works around this because it flushes the
      keyboard's internal state and stops it from trying to incorrectly
      combine characters. However this also has some negative performance
      implications, so we only apply the workaround on Samsung devices set
      to use Korean input.
      
      This also effectively disables the feature on Samsung keyboards that
      allowed users to re-open a composing region for previously typed
      characters. See https://github.com/flutter/flutter/issues/29341#issuecomment-531283508.
      
      Fixes flutter/flutter#29341.
      efb7bf43
    • Y
      Force exit felt tool on sigint, sigterm (#12443) · 0bfca375
      Yegor 提交于
      0bfca375
    • S
      Roll src/third_party/skia 6abaff3041a3..559ffe4a23ce (2 commits) (#12444) · d7c69c16
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/6abaff3041a3..559ffe4a23ce
      
      git log 6abaff3041a3..559ffe4a23ce --date=short --no-merges --format='%ad %ae %s'
      2019-09-25 brianosman@google.com Particles: Added particle flags for tracking state (one-time triggers, etc)
      2019-09-25 mtklein@google.com poor man's contention profiler
      
      Created with:
        gclient setdep -r src/third_party/skia@559ffe4a23ce
      
      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 bungeman@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=bungeman@google.com
      d7c69c16
    • D
      [fuchsia] Wire up OpacityLayer to Scenic (#11322) · fcc4ab32
      David Worsham 提交于
      On Fuchsia, add a build flag for compositing OpacityLayers using the system
      compositor vs Skia, which exposes a fastpath for opacity via Scenic.
      This will only work under certain circumstances, in particular nested
      OpacityLayers will not render correctly!
      
      On Fuchsia, add a build flag for compositing PhysicalShapeLayers using
      the system compositor vs Skia. Set to off by default, which restores
      performant shadows on Fuchsia.
      
      Remove the opacity exposed from ChildView, as that was added mistakenly.
      
      Finally, we centralize the logic for switching between the
      system-composited and in-process-composited paths inside of
      ContainerLayer. We also centralize the logic for computing elevation
      there. This allows the removal of many OS_FUCHSIA-specific code-paths.
      
      Test: Ran workstation on Fuchsia; benchmarked before and after
      Bug: 23711
      Bug: 24163
      
      * Fix broken tests
      fcc4ab32
    • Y
      delete golden files; switch to flutter/goldens (#12434) · c3bfbec9
      Yegor 提交于
      Delete golden files from flutter/engine; switch to flutter/goldens
      c3bfbec9
  2. 25 9月, 2019 15 次提交
  3. 24 9月, 2019 16 次提交