1. 05 2月, 2019 5 次提交
    • L
      DCHECK that clip layer's behavior isn't none (#7659) · 4812a2af
      liyuqian 提交于
      This will further guard that the framework won't forget to set the
      clip behavior.
      
      This has been tested with the flutter/flutter framework
      `flutter test --local-engine=host_debug_unopt`
      to ensure a successful engine roll.
      4812a2af
    • L
      Retained rendering in Fuchsia PhysicalShapeLayer (#6558) · eaae8a67
      liyuqian 提交于
      For flutter/flutter#23535
      
      When this lands/rolls into Fuchsia, a manual roll with https://fuchsia-review.googlesource.com/c/topaz/+/241557 is needed.
      eaae8a67
    • M
      19460829
    • B
      Roll src/third_party/dart 71bee8f05e..3e5ed47777 (83 commits) · 85492c3e
      Ben Konyi 提交于
      3e5ed47777 Implement 'completion.getSuggestionDetails'.
      38aadd71df Rework DecoratedType substitution.
      087c6e3eb7 Add associatedErrorCodes API to AssistKind
      8a45b5eb57 Move environment handling into the front-end constant evaluator.
      8010fad320 [infra] Fix incorrect shell function syntax
      1bfc3816d8 [infra] Extend 3head patching to apply patches for flutter/flutter depending on pinned engine commit
      e4b809f0e6 Add unit testing of (some) invoke dynamic specializers
      0fd1679620 Sort named parameters in native methods by declaration.
      8c891ec25e Include type parameters into suggested code completions.
      2efd22271e Use included suggestions only when free standing identifiers are allowed.
      0d075031fa allow custom analysis options in lint driving
      f89acfa374 Issue 35621. Part files should use their own transitive signatures.
      133d83eede Protect against override completion outside workspace.
      849285276d Extract and migrate ElementLocator tests.
      d45a6ec893 Split Variables class into two interface classes and create DecoratedType.forElement constructor.
      b9c89c9fb5 More test cases for the migration prototype.
      a6e7361fa8 Add documentation comments to the migration prototype.
      67ff7a6ef3 Remove unused import
      53ba159aa4 Add assists to convert to list, map and set literals
      a9c84ab887 Verify nullability of dynamic in DecoratedType constructor.
      eaeffd2695 Rename ConstraintsTest to match the class it's testing
      af303a277c Add some assists for the code-as-ui features
      c4dcd85b3a Tests for control flow collections.
      fe585471e3 Add DartFileEditBuilder.importLibraryElement().
      460d69d08f Update 'Convert to StatefulWidget' to create private State classes.
      509ac0648c Update non-nullability migration algorithm to handle missing types
      b01697ba5a [vm/compiler] Continued graph checker development
      00c6f6b584 Document InheritanceManager deprecations.
      3802a6d7eb Experimental prototype of a non-nullability migration algorithm.
      931051814c Partial implementation of the 'available suggestion sets' protocol.
      1c173c2ce7 Enhance dartfix to allow including and excluding specific fixes
      971733a08b [kernel] Add a class to track variance of type parameters
      967b5fbac3 Finish implementing IsFunctionSubtypeOf
      0d7bdd734a Ensure that top types are equivalent.
      d44724d0af Compute default type arguments in Fasta types.
      d55f95e344 Add Types.isSameTypeKernel
      7fa0376af7 Implement subtype rules for Null in Fasta types
      d9072d5272 Re-issue all problems in the incremental compiler
      b6dc18e21e Remove legacyMode parameter and delete obsolete version of test
      33f167b039 Complete the implemention of IsInterfaceSubtypeOf.
      534825020a Check intersection types in subtype tests
      ea0d98d98a Check FutureOr in subtype tests
      014124e763 (Some) DiagnosticMessages can be serialized to/from json.
      eb956a2516 Add synthetic bit to Library flags
      e9597684fe Fix for incremental compiler swallowing certain errors
      68d110ac2a Add test for codegen of optional parameters on native functions.
      5737b452b8 [vm/gc] Update initial TLAB size calculation.
      37a1f79360 [dart2js] Move letBindings to StackFrame
      ec343169e7 Skip the spread tests on platforms that aren't using the new test workflow.
      598515f031 [vm/compiler] Fix another missing incremental DOM update
      d6f9d2da6f Add pkg/analysis_server/pubspec.yaml so that it is identified as a pub package.
      9f8a9dc9f4 First stab at tests for "Spread Collections".
      2c25cf016d [vm, gc] Use work stealing for the slices of the root set.
      9308cac681 [vm] Simplify VirtualMemory::Truncate
      e717ecdc92 [vm] Maintain view-ness of bytecode instructions in snapshots.
      d4b8e0696d Add the capability in analysis server protocol for clients to express interest in receiving not yet imported code completions from specific packages and libraries.
      7a95930bee Add a "summary-deps-output" option to build mode.
      aaf97448b0 Extract EnumListParameter values before checking for matches
      20fc81470e Fix override_on_non_overriding_method hint
      ca4978e363 Add pkg:analysis_tool as an SDK-only set of utils
      e5164be27e Issue 35127. Fixes for mixin implements / overrides.
      fdd477721d [infra] Run co19_2 tests on DDC Linux and Windows builders
      c31627b778 Remove the unused TypeOverrideManager
      485a41bb12 Include superclass constraints into mixin type suggestions.
      8f12035f36 Clean up the diagnostic tests
      14b2255584 Status update after c3c5250
      c3c525079b Demonstrate bug for the VMs way of doing initializers in face of mixins
      d6608f19c0 Check function types in subtype tests
      a6a9d4854b Start checking type arguments in subtype tests
      dd70ecd5c0 Substitute type variables when computing class hierarchy
      85c5082cf4 Support Kernel classes in ClassHierarchyBuilder
      18ff842341 Start testing Fasta types implementation
      db44a727e5 Extend the edit.dartfix protocol
      40fca03d07 [vm/compiler] fix assert failure on minint64
      6c96d8fdaf Fix crashing analysis_server with some defensive null checks
      3b5c1012e9 Update CodeChecker to handle the code-as-ui features
      b8fc017778 Replace convertAbsolutePathToUri() with toUriStr().
      f903ee6dc0 Don't crash on formal parameters without name, exclude private SDK lbiraries.
      118bdcc1f6 backlink to language docs for customized analysis
      bc2a5a6789 Generate some of the code-as-ui diagnostics; implement more resolution
      e8a0a209e3 Include into Declaration data that we will need for pre-cached suggestions.
      0bb1aee3ff AstBuilder cleanup
      ec13e61df3 Move `question` getter from GenericFunctionType and NamedType to their common base class.
      85492c3e
    • S
      Roll src/third_party/skia 8c14038e56c3..d7a5a1d27e1d (5 commits) (#7683) · 74839e20
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/8c14038e56c3..d7a5a1d27e1d
      
      git log 8c14038e56c37e5b41c066c1b1825fe32c257d01..d7a5a1d27e1d3ecc1ef4dfa1cef38195daf99f67 --date=short --no-merges --format=%ad %ae %s
      2019-02-04 csmartdalton@google.com Add a central skiagm::GM::DrawFailureMessage for error messages
      2019-02-04 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader cd610c9a9dbc..3f5a479280cc (1 commits)
      2019-02-04 scroggo@google.com Remove temporarily_sanitize
      2019-02-04 mtklein@google.com use std::underlying_type
      2019-02-04 reed@google.com remove legacy includes
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
      the roller if necessary.
      74839e20
  2. 04 2月, 2019 5 次提交
  3. 03 2月, 2019 4 次提交
  4. 02 2月, 2019 7 次提交
  5. 01 2月, 2019 8 次提交
  6. 31 1月, 2019 11 次提交