1. 02 6月, 2018 7 次提交
  2. 01 6月, 2018 9 次提交
    • S
      Roll src/third_party/skia c4952be..22f673d (4 commits) (#5438) · 9be67586
      skia-flutter-autoroll 提交于
      Auto-roller completed checks. Merging.
      9be67586
    • S
      Roll src/third_party/skia db33ee1..c4952be (1 commits) (#5437) · 7b6acfd1
      skia-flutter-autoroll 提交于
      Auto-roller completed checks. Merging.
      7b6acfd1
    • S
      Roll src/third_party/skia e70c5fb..db33ee1 (1 commits) (#5436) · 1b30d460
      skia-flutter-autoroll 提交于
      Auto-roller completed checks. Merging.
      1b30d460
    • C
      Eliminate arm64 restriction in iOS framework plist (#5435) · 6cef5195
      Chris Bracken 提交于
      Eliminates the declaration that only arm64 is supported in
      Flutter.framework's Info.plist. This causes Xcode's app thinning tools
      to remove Flutter.framework in thinned archives for armv7 devices.
      6cef5195
    • S
      Roll src/third_party/skia 458f40a..e70c5fb (4 commits) (#5433) · de02aaf4
      skia-flutter-autoroll 提交于
      Auto-roller completed checks. Merging.
      de02aaf4
    • L
      Call SkAutoCanvasRestore with doSave = true (#5432) · 508884af
      liyuqian 提交于
      Although we do have a save before this SkAutoCanvasRestore so we
      can theoretically send in doSave = false, it's safer to set doSave
      to true to prevent future breakage.
      
      As discussed with mtklein@google.com and reed@google.com, saving
      canvas is very cheap in Skia so this should have no performance
      impact. Skia is also considering remove doSave argument from
      SkAutoCanvasRestore and always save the canvas.
      508884af
    • A
      Roll Dart SDK to 1a185867a996a91be5fdd1535d89e7d3750d0050 (#5431) · e8fd58a5
      Alexander Markov 提交于
      dart-lang/sdk@1a18586 Search for element declarations in discovered available files.
      dart-lang/sdk@7e899d0 Add fix-all in file fixes for the 2 additional dart analysis server fix types: USE_NOT_EQ_NULL and USE_EQ_EQ_NULL
      dart-lang/sdk@eb82559 Reapply "[vm] Add tests for determinism of script and AppJIT snapshots."
      dart-lang/sdk@f66769c Add duplicate shown/hidden name analyzer note to changelog
      dart-lang/sdk@95afe41 Add an implementation of the UnresolvedNameGenerator for analyzer
      dart-lang/sdk@fcb41fb Replace more calls to parseTypeVariablesOpt with computeTypeParamOrArg
      dart-lang/sdk@8e00451 Add fix-all in file fixes for the 3 additional dart analysis server fix types: ADD_NE_NULL, REMOVE_UNNECESSARY_CAST, REPLACE_BOOLEAN_WITH_BOOL
      dart-lang/sdk@b75da96 Move all type mask code to inferrer/typemasks and use it via an AbstractValueStrategy
      dart-lang/sdk@7ce2432 Add UnlinkedScope
      dart-lang/sdk@8e92598 [infra] Add config for custom hunk text when using git diff on status files
      dart-lang/sdk@14b9d7f [infra] Prepare test.py for the --preview-dart-2 VM flag flip
      dart-lang/sdk@00f75ad Emit a compile-time error on incorrect types of initializing formals
      dart-lang/sdk@b62b438 Infer Object members for dynamic receivers
      dart-lang/sdk@b3bae42 Fix a batch of long lines
      dart-lang/sdk@796f530 Report FieldInitializerOutsideConstructor error in BodyBuilder
      dart-lang/sdk@e1ffb22 Remove Declaration.prepareTopLevelInference
      dart-lang/sdk@ff8100d [infra] Add dartk reload/rollback configurations to test matrix
      dart-lang/sdk@b851714 Remove Declaration.computeLibraryUri
      dart-lang/sdk@5ecd782 [kernel] Add an option to the cloner for cloning annotations
      dart-lang/sdk@bb0808d Replace Builder by Declaration
      dart-lang/sdk@39b0efd Handle generic jsinterop classes as type arguments.
      dart-lang/sdk@c6129f7 Use AbstractValue in the rest of type inference
      dart-lang/sdk@947760f Use AbstractValue in much of inference
      dart-lang/sdk@3dd70ce Usa AbstractValue in the rest of ssa
      dart-lang/sdk@bbef9ae Use AbstractValue in most of ssa
      dart-lang/sdk@aecf8e8 Use AbstractValue in KernelToTypeInferenceMap and KernelTypeGraphBuilder
      dart-lang/sdk@032925c Remove obsolete features
      dart-lang/sdk@715c14c Added changelog entry for member conflict updates
      dart-lang/sdk@08c893d Simplify class member conflict rules.
      dart-lang/sdk@377eb52 [vm/kernel/bytecode] Add library reference and invocation kind to ConstantICData
      dart-lang/sdk@a53b585 Fix more Analyzer tests
      dart-lang/sdk@fa9ff9a Fix regression in deferred loading.
      dart-lang/sdk@2911f1f More dart2js strong mode cleanup.
      dart-lang/sdk@b6d20fa Enable the fix-all feature for the DartFixKind.ADD_EXPLICIT_CAST fix, tests been added as well.
      dart-lang/sdk@a1f6aa8 improve speed of dartdevk SDK and ddc test package summary build
      dart-lang/sdk@9e3842d Observatory strong mode fix: fix type errors with onDisconnect.
      dart-lang/sdk@3027302 [VM] Fix for issue 33277 (skip HasAttemptedReload check for kernel      isolate too).
      dart-lang/sdk@0e3ca9a Fix strong mode runtime error in dart2js.
      dart-lang/sdk@3d2b660 Reland "[vm] Support definition of entry-points via @pragma('vm.extern') annotations.""
      dart-lang/sdk@fb4f887 [vm/kernel/aot] Fix recognition of native methods after annotations are constant evaluated
      dart-lang/sdk@753d954 Move to dartdoc 0.20.0 and enable preview-dart-2.
      dart-lang/sdk@39d902b Update pubspec to indicate that analyzer_plugin supports the latest analyzer.
      dart-lang/sdk@bfeb80a Observatory strong mode fixes: fix some int/double mismatches.
      dart-lang/sdk@7fc88c4 Observatory strong mode fix: add required calls to .toList().
      dart-lang/sdk@fe3bba8 Switch integration tests to use a snapshot for the analysis server.
      dart-lang/sdk@cc9c8f9 Add HintCode for duplicate shown/hidden names
      dart-lang/sdk@e7bad54 Make dart2js only run with 64 bit ints, not the larger ints from the vm.
      e8fd58a5
    • S
      Roll src/third_party/skia 0390d3e..458f40a (14 commits) (#5430) · 0b3118d3
      skia-flutter-autoroll 提交于
      Auto-roller completed checks. Merging.
      0b3118d3
    • S
      Roll src/third_party/skia e45752e..0390d3e (8 commits) (#5429) · 15ddcd44
      skia-flutter-autoroll 提交于
      Auto-roller completed checks. Merging.
      15ddcd44
  3. 31 5月, 2018 6 次提交
    • C
      call existing ostream operator for SkMatrix (#5427) · 89eb6a37
      cary-clark 提交于
      This permits removing the call to SkMatrix::toString(), which is deprecated.
      89eb6a37
    • S
      Roll src/third_party/skia 588f879..e45752e (24 commits) (#5428) · 83605530
      skia-flutter-autoroll 提交于
      Auto-roller completed checks. Merging.
      83605530
    • G
      Synchronizes analysis_options.yaml files, and turns on Function typedef lint. (#5419) · 6bfd413b
      Greg Spencer 提交于
      Addresses flutter/flutter#18028 for the engine repo, and synchronizes the analysis_options.yaml files between the engine and the flutter/flutter repo.
      6bfd413b
    • B
      Dart SDK roll for 2018/05/30 (#5421) · c8378e40
      Ben Konyi 提交于
      3b6caa3517b Split UnresolvedNameGenerator
      f50873d3451 [fuchsia] Renaming component FIDL to fuchsia.sys.
      13987b073d6 Add Forest method to access the name of a variable
      declaration
      3b86f823d0a [vm/corelib] Remove GrowableArrayMarker hack.
      88127f10e4f Clean up num#toStringAsPrecision docs
      1eb1885c62d tools/addlatexhash.dart: Remove unused import
      03cb46a2290 [vm/perf] Fix JITDUMP integration.
      9d9eff44c99 Support sharing function signatures in deferred parts for
      fast startup
      ae9f5d2a1b1 Add Forest API for logical expressions
      66c590d3ad3 Add json/utf8 BOM support in changelog.
      d116e62d76d Improve catch parameter recovery
      aa8e2ee178d Revert "[vm] Add tests for determinism of script and AppJIT
      snapshots."
      ec47e524bc9 Switch to non-alpha versions for analyzer/front_end/kernel.
      aac0478fada [vm] Add tests for determinism of script and AppJIT
      snapshots.
      6cc7aa803a1 Change names/declarations tasks in AnalysisDriver sync.
      c30af41b96c Reapply "[mirrors] Add IsolateMirror.loadUri."
      a40993a6aff Observatory strong mode fix: Fix incorrect types in
      DebuggerStackElement.
      0fdfc9aa3b6 Observatory strong mode fix: Add a needed implements clause.
      209029ab8ee Observatory strong mode fix: Pass through a type parameter
      in the implements clause for GuardedMock.
      1d323687b39 Use selection to decide whether EXTRACT_LOCAL_VARIABLE and
      EXTRACT_METHOD are available.
      c8378e40
    • L
      Remove unnecessary saveLayer (#5420) · d174c4ff
      liyuqian 提交于
      saveLayer is slow so we should avoid it as much as possible. If
      there are artifacts without saveLayer, then we should report that
      to Skia for the fix instead of slowing the performance with
      saveLayer.
      
      This PQ makes average rasterizer time drop from 25ms to 18ms in
      flutter_gallery transitions perf test on a Nexus 5X.
      
      This partially fixes flutter/flutter#13736 .
      We probably still need some work in the opacity layer to squize
      all the performance improvements.
      d174c4ff
    • S
      Roll src/third_party/skia 137b874..588f879 (6 commits) (#5418) · b41c2ae4
      skia-flutter-autoroll 提交于
      Auto-roller completed checks. Merging.
      b41c2ae4
  4. 30 5月, 2018 11 次提交
  5. 29 5月, 2018 7 次提交