1. 18 9月, 2019 4 次提交
  2. 17 9月, 2019 19 次提交
  3. 16 9月, 2019 15 次提交
  4. 14 9月, 2019 2 次提交
    • G
      FlutterViewController notify will dealloc (#12232) · 5075172f
      gaaclarke 提交于
      Made the flutter view controllers dealloc notification more
      generic and started turning off semantics when the view controller
      is remotely deleted.
      5075172f
    • B
      Roll src/third_party/dart a554c8be6b..d0052c1b31 (22 commits) · 1a2c16b3
      Ben Konyi 提交于
      dart-lang/sdk@d0052c1b31 [dart:_http] Fix potentially large List<int> allocation in _WebSocketPerMessageDeflate.processIncomingMessage
      dart-lang/sdk@4aa820bbf5 Reland "[vm/bytecode] Switch kernel service dill to bytecode if building Dart SDK with --bytecode"
      dart-lang/sdk@f20f619050 Add 'variance' experimental flag.
      dart-lang/sdk@139889e2b9 Fix a couple of diagnostic messages and re-order several constants to restore alphabetic ordering
      dart-lang/sdk@daa22105fd More clean up for TypeSystem tests.
      dart-lang/sdk@3129ad9585 Only report a non-const initializer for const variables; fixes #35985
      dart-lang/sdk@f8f7a5a6c1 Migration: add a test case documenting the need for definite assignment integration
      dart-lang/sdk@366b4056e6 Migration: add a test case documenting a problem with back-propagation of non-nullability
      dart-lang/sdk@25401964ab Pass proper file URI under both Windows and not
      dart-lang/sdk@f35f9e8e24 [kernel] Don't lazy load classes when dills are concatenated
      dart-lang/sdk@b65120eae7 [vm/ffi] Update CSP after Enter/ExitSafepoint slow-path stubs on ARM64.
      dart-lang/sdk@2a12c63631 [cfe] Use SuperPropertySet for super assignment
      dart-lang/sdk@4b72fffaaf [cfe] Use VariableSet for variable assignment
      dart-lang/sdk@2153a06b82 [cfe] Use PropertySet for property assignment
      dart-lang/sdk@4fd7bf7356 [cfe] Split inference of super property get from instance property get
      dart-lang/sdk@f8f37c131b [cfe] Split inference of super method invocation from instance method invocation
      dart-lang/sdk@7d2ebd3ce9 [cfe] Introduce InternalExpression
      dart-lang/sdk@2c6f779a76 [cfe] Remove legacyMode
      dart-lang/sdk@392cd3b26f [cfe] Delete InferredTypeVisitor
      dart-lang/sdk@71534fe18c [cfe] Make *Impl classes
      dart-lang/sdk@15ccf4c703 [cfe] Remove unneeded Judgments
      dart-lang/sdk@7985b187ab [cfe] Remove ExpressionJudgment.inferredType
      1a2c16b3