1. 17 9月, 2019 5 次提交
  2. 16 9月, 2019 15 次提交
  3. 14 9月, 2019 16 次提交
  4. 13 9月, 2019 4 次提交
    • X
      Add some AppLifecycleTests (#11890) · 46ff0534
      xster 提交于
      46ff0534
    • S
      Add an initial macOS version of FlutterAppDelegate (#12230) · ca4c3f6d
      stuartmorgan 提交于
      Creates a starting point for an app delegate. For now it just
      incorporates the menu and window renaming functionality that's currently
      in the FDE example, but in the future this will also do forwarding of
      application lifecycle events to plugins.
      
      Fixes https://github.com/flutter/flutter/issues/32419
      ca4c3f6d
    • A
      Roll dart to d9489622befb638c040975163cf9b8eba2ff057b. (#12255) · 6e6de944
      Alexander Aprelev 提交于
      * Roll dart to d9489622befb638c040975163cf9b8eba2ff057b.
      
      Changes since last dart roll
      ```
      d9489622be Revert "[build] Speed up debug and simulator builds by running steps on the prebuilt VM."
      35d1333c2f [vm] remove token position for ExceptionHandlers
      5beca80bc7 [analyzer] add isNullAware to IndexExpression
      2bc48ad1b6 [analyzer] add isNullAware to propertyAccess
      cfd1efc0d9 [vm/bytecode] Fix getting of target of dynamic invocation forwarder
      68bcc00d10 [analyzer] implement isNullAware for method invocations
      351acd155d [build] Fix application_snapshot.gni for uses outside of utils/xyz.
      7badd807b1 Add a fix to replace an override with the extension name if accessing a static member
      c72a8589d9 Don't use DartType.instantiate() in TypeProviderImpl.
      49de78b708 Convert tests so that they will continue to pass when extension methods are enabled by default
      9d3de982c6 fix for REMOVE_UNUSED_LABEL
      97925ece63 Delete test_runner/tool/co19.dart
      68022510a4 Revert "[vm, service] Remove _collectAllGarbage."
      892187eff7 [dart2js] Ensure JSInvocationMirror.typeArguments is unmodifiable.
      81c9fb8e63 Fix corelib_2/nsm_invocation_generic_test.
      6a2a20207a Auto-CC dart2js on changes to the js_runtime sdk.
      29ce9350d3 Migration: add a test case documenting a problem with "is" checks.
      152fbbb1d9 Migration: add a test case documenting an operator== corner case.
      83930fdc75 Reformatted extension method tests.
      4331e7e5fa Fix bad tests setter_no_getter_test and syntax_test.
      fc2f744d9e Deprecate 'Source.encoding'.
      74cff6c7df [build] Speed up debug and simulator builds by running steps on the prebuilt VM.
      59bcc4ea1e [vm/kernel] record yield positions at streaming flow graph builder
      c74e68e501 Add documentation for more diagnostics
      59008b8692 Skip parts with invalid URIs.
      3b1d3de988 update parser to report out of order "?.." operator
      420b292410 [vm/compiler] More work on the IL serializer.
      ebf1f01ca5 [vm/compiler] Continued work on the IL deserializer.
      bdf237fa77 (origin/base) [cfe] Add a bit to Library to inticate if it's opted in for NNBD
      a350f6e57d [gardening] Always use Dart binary from checked-in sdk when running gen_kernel in vm/dart tests
      94b3a3f2ac [cfe] Don't reuse type parameters of FunctionNode in its functionType
      a9a9765eb3 [gardening] Skip dart/run_appended_aot_snapshot_test on simarm_x64
      8b26ae942f Change name of test configuration on abi test builder.
      ce5556ab36 [kernel] Load classes lazily
      2bfe714d42 [kernel] Make class hierarchy member lists lazy
      a62289451d Update changelog to include the recent breaking change
      60ca2b840d Revert "Enable visibleForTesting on unnamed constructors"
      ```
      6e6de944
    • F
      5c861119