1. 28 2月, 2019 8 次提交
  2. 27 2月, 2019 15 次提交
  3. 26 2月, 2019 14 次提交
    • B
      Roll src/third_party/dart f7e435ac26..0f9a5198bd (2 commits) · 13109182
      Ben Konyi 提交于
      0f9a5198bd Finish implementing IsFutureOrSubtypeOf
      a52ac7d27b Correct LSP canParse functions for classes containing restricted enums
      13109182
    • S
      Roll src/third_party/skia 346e10e8ae1a..8abc84294571 (1 commits) (#7962) · ef1e21f5
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/346e10e8ae1a..8abc84294571
      
      git log 346e10e8ae1afc705dd61c0ec006e652cee22ee5..8abc8429457128456866b52bb0bebaa800319d91 --date=short --no-merges --format=%ad %ae %s
      2019-02-26 kjlubick@google.com [pathkit] fix perf
      
      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 (scroggo@google.com), and stop
      the roller if necessary.
      ef1e21f5
    • S
      Roll src/third_party/skia ac6d4c0c8eae..346e10e8ae1a (3 commits) (#7959) · fa7a25ae
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/ac6d4c0c8eae..346e10e8ae1a
      
      git log ac6d4c0c8eae8a90185da16ab01c81921669cc1f..346e10e8ae1afc705dd61c0ec006e652cee22ee5 --date=short --no-merges --format=%ad %ae %s
      2019-02-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 377d493a0847..9a16248dedf3 (2 commits)
      2019-02-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 53c8957c337d..377d493a0847 (1 commits)
      2019-02-26 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset
      
      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 (scroggo@google.com), and stop
      the roller if necessary.
      fa7a25ae
    • M
    • M
    • S
      Roll src/third_party/skia bcfbf6e94c22..ac6d4c0c8eae (1 commits) (#7958) · 3962bbdc
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/bcfbf6e94c22..ac6d4c0c8eae
      
      git log bcfbf6e94c2272b0a030a8763e2abcfe4b55395c..ac6d4c0c8eae8a90185da16ab01c81921669cc1f --date=short --no-merges --format=%ad %ae %s
      2019-02-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 9b433073ba38..53c8957c337d (1 commits)
      
      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 (scroggo@google.com), and stop
      the roller if necessary.
      3962bbdc
    • B
      Roll src/third_party/dart 7a63d31151..f7e435ac26 (252 commits) · cb9e6734
      Ben Konyi 提交于
      f7e435ac26 [ VM / Windows ] Removed call to SetThreadDescription which is only supported in new Win 10 builds
      bf7ecc40f9 [vm] Fix some compilation events to respect SUPPORT_TIMELINE instead of PRODUCT.
      fa0ba2220e [vm/compiler] Fix bug in Cid range computation
      afb8747fc2 [vm/tools] Add option in Graph Explorer to rewrite the graph to be more hierarchical.
      bf0568c548 Document restrictions on LSP refactors/code fixes
      73e544ed0b Improve errors when LSP integration tests fail to spawn server
      380cec1708 Wait for LSP server to be ready before sending exit command in integration test
      1e60ddbc5b Make more LSP enum classes support "any value"
      3dfa610694 Work around #35993 by allowing ints to be assigned to doubles in constants.
      32eedccdcd [gardening] Fix patches restored in earlier commit.
      38259ca3c8 [Kernel] Change block expression to have a block body
      b37de47842 [gardening] Restore flutter '--package' and dartjs_info_tag engine patch
      76e3dfe096 Remove TypeEnvironment.legacyMode
      20da48c7cf Remove unused legacyMode from constant transformer
      ceb998ecc0 Remove unused TargetFlags
      6af24a2490 Move LSP diagnostic server test -> integration
      34614ef995 Exit LSP server with exitCode=1 if there was no shutdown notification
      e7d263b05f [fasta] Transform set literals in annotations.
      65698e2c2f Support mixin applications in type parser
      e395cdb1ad Support mutually recursive types
      393c1df600 Improve performance of scope creation in type parser
      03ee0fea51 [infra] Temporarily support both the old latest build step names.
      944544137b Fix path to step log in approve_results.dart.
      55c07c6d7a [vm] Fix null checks when CodeSourceMap is missing
      a481832df9 Add a failing test for recovery in typedef
      010052cb2b Add an assist to convert conditional expressions to a null aware operator (issue 35691)
      646c1f679a [tests] Minor fixes in control flow collections for tests
      f0155931a9 Fix null reference exception in _constantValuesEqual
      5192cd1008 Narrowing improvements in dart2js global inference.
      ed796fcc3e Reland "Flatten constant operations to implement JS semantics by default."
      8fface97f0 Reland "Eliminate singleton/static access to the constant system and expose its functionality at the top level."
      e40b0e04c9 Reland "Merge the JavaScript constant system into the base constant system and flatten the inheritance hierarchy."
      6bdd38ae84 Reland "Move the JavaScript constant system into constants/constant_system.dart in preparation to merge it with the base constant system and flatten the constant system hierarchy."
      960b08a969 Reland "Remove the Dart constant system and move all required classes into the JavaScript constant system."
      6532b24d71 Implementing constant visitors.
      d9c05534de [dartdevc] Add helper methods to emit `For` and `ForOf` loops
      620862fb13 [dartdevc] Support SetOrMapLiteral nodes
      9b55682a5c Prepare to publish analyzer 0.35.2
      e1992e0178 Revert "Remove the Dart constant system and move all required classes into the"
      05d9c60a22 Revert "Move the JavaScript constant system into constants/constant_system.dart"
      388f8e7731 Revert "Merge the JavaScript constant system into the base constant system and"
      2c3dfa9e71 Revert "Eliminate singleton/static access to the constant system and expose its"
      163c49fef9 Revert "Flatten constant operations to implement JS semantics by default."
      8172270c95 Flatten constant operations to implement JS semantics by default.
      027b76ecbf Eliminate singleton/static access to the constant system and expose its functionality at the top level.
      cf51eb2fba Merge the JavaScript constant system into the base constant system and flatten the inheritance hierarchy.
      1702b986c8 Move the JavaScript constant system into constants/constant_system.dart in preparation to merge it with the base constant system and flatten the constant system hierarchy.
      5af8de8954 Remove the Dart constant system and move all required classes into the JavaScript constant system.
      272f58e543 Revise parser to generate handleLiteralSetOrMap
      30b47d24e6 [sdk] Remove unused --packages flag no longer recognized by gen_snapshot.
      0ad7caa5af [testing] Improve multitest error messages
      58cea93953 Update BodyBuilder to use handleLiteralSetOrMap
      8e2fcf7782 Advanced tracking of field initialization
      60e4f194b0 Recognize and inline effectively constant fields
      db62dc5323 Remove hardcoded precedence integers in front end.
      5aba7b7b85 Normalize expression precedence between analyzer and front_end.
      ff265bb5ae remove dead default lint registration API
      2087d6db46 initializeFromComponent has to include platform
      7f2a83ee07 BenchMaker: collect used type parameters
      b3c9aa624e BenchMaker: print call operators
      74f0a36579 BenchMaker: Print function type arguments correctly
      6b29680b12 Enable collection of type checks for benchmarking
      c9b8bae4e6 [Kernel] Add BlockExpression to the Kernel language
      e4d1b28698 Incremental compiler should respect omitPlatform setting
      25bd6a1bd8 [CFE] Remove dead code for boolean method invocation.
      128acb264b [VM] Decouple compile_type.h from runtime by making it only use runtime_api.h
      93eca7745a Don't invalidate the entry point for no reason
      af65aec21f [dart2js] Fix assignment chaining
      bb8396592b [dart2js] Add tracing for codegen phases
      3e304def65 switch dartdevc to kernel and fix path in rules.
      b60a55510b [dart2js] Disable assignment chaining optimization
      eff286becd Fix errors in mock SDK.
      4a50b02364 [dartdevc] fix #36001, non-generic classes and recursive supertypes
      d253642f25 [standalone] Fix isolate messages for processes that a creating an AppJIT snapshot.
      f97f759ef3 Update the implementation of for loops
      2b9e57e4b2 Move assignment chaining to own pass
      627e96c9c1 [dartdevc] simplify microtask scheduling using JS Promise
      ee32f8c87e [VM] Rehash sets after they are read from a snapshot.
      0e99581c35 [gardening] Restore flutter '--package' patch, add dartjs_info_tag engine patch
      a6f6c55dc8 [timeline] In newer versions of Catapult, arguments to an async end event override those in the async begin event.
      4cff5a4fd6 [ VM / Service ] Dynamically load source from linked-in platform kernel
      bc53c4dcda Update AstBuilder unified collection parsing to reduce error messages
      e3b8065625 Add support for --dump-info=binary
      372537f1e4 Add first support for strict-inference as an analysis option.
      c49537e743 Support for 'double' fields in summaries.
      9cdc189280 Fix bugs in list literals and add some inference tests
      75ee523f91 [VM] Remove flutter/flutter patch for 3head, the issue has been fixed upstream
      4013b0eece [gardening] Add adjusted fix to flutter test patch.
      69d46587cf [gardening] Add fix to flutter test patch.
      f5d43c45ea Include 'linterVersion' into AnalysisOption signature.
      e58b7cd59e [gardening] Fix flutter patch.
      22e70ed48f [gardening] Patch flutter/flutter to fix hhh buildbot
      dc2422ef84 [vm, gc] Fix accounting of external sizes in the class table.
      bdb52a8f33 Fix 'Organize Directives' handling end-of-line comments.
      371d244273 linter version support
      435a52eafa [ VM / Service ] Fixed inconsistencies in service protocol spec.
      8ac6114028 Sort AvailableDeclaration fields.
      48a9eb87ba [analyzer] Add hint for unnecessary ?.
      ccb2e2d293 [analyzer] Report dead code for x ?? y where x is non-null
      004dd969b0 Remove mock_type.dart, it looks that it is not used.
      266ce73e28 Remove CompletionSuggestion.elementUri, replaced with AvailableSuggestionSet.
      7ebb0411f3 Rework DartFix listener interface to separate edits from suggestions.
      1c576b66bc Generalize FixCodeTask to handle arbitrary numbers of phases.
      fd377a4d6f Sort file non_nullable_fix.dart
      98af688787 Sort dartfix_listener.dart
      5ddd157809 fix uris for libraries to allow the breakpoint to lookup scripts.
      7ebd02cdaa Work around for #35908.
      3068192450 [vm] Remove deferred canonicalization from isolate message serialization.
      0e453c637b [dart2js] Chain static assignments
      8b0dd94e11 Revise AstBuilder to generate the new set-or-map AST structure
      5e2529c82e Remove 'importUri' from CompletionSuggestion.
      1699562dfc Remove unused AbstractSingleUnitTest.
      27a805bde8 Add fast case for ASCII in Utf8Decoder, it significantly increases decoding speed
      7edb7dddd8 Merge allocator analysis with collection of elided fields
      6f8415245d [fasta] Transform set literals in initializers and default values.
      9b10476092 [kernel/ffi] fix library paths
      ef9592a9c7 [kernel] Add (de)serialization for ExpressionStatements
      187d6ceb20 [kernel] Add statements to Kernel (de)serialization verifier
      395c0e4b98 [kernel] Add text (de)serialization for NamedTypes
      14f5936468 [kernel] Simplify (de)serialization encoding for FunctionTypes
      5e3e633d5d [kernel] Add text (de)serialization for TypeParameterTypes
      923cea6652 [kernel] Add Bind and Binder combinators
      c19af8cee9 [kernel] Cleanup code for (De)SerializationEnvironment
      d60354b521 [kernel] Add binders and close terms as separate operations
      a3736868c0 [kernel] Add text (de)serialization for type parameters
      d76293a75a [testing] Add shared options on the test.py commandline.
      596e0aa645 Include FieldInitializer in allocator analysis
      8db489cb10 [vm/aot] Remove unnecessary closurization of some entry-points.
      c635896e1b [vm] Fix langauge_2_kernel.status after 93301
      273856c6e3 Issue 3204. Support for local mixins as types.
      45cb49108f Issue 3204. Include mixin(s) into top-level declaration for import Quick Fix.
      6cf71022a8 Add a test for type promotion in "if" collection elements.
      7df88e5755 Fix the lack of '`' in the doc.
      b83bcf59f2 Call dart::StubCode::Cleanup in AOT mode as well.
      5722ca3126 Include defaultArgumentListString / defaultArgumentListTextRanges into AvailableSuggestion(s).
      56356d426a Set 'displayUri' to IncludedSuggestionSet with file:// URIs.
      43c4749f7e [dart2js] Turn on local aliases optimization
      1ed9a34513 Add defaultArgumentListString / defaultArgumentListTextRanges to Declaration.
      c338941801 [ddc] Elide continue to next switch case
      3a0ded6d54 Use _ExecutableParameters to access named parameter names.
      4c1025493a Enhance available suggestions protocol.
      28eb8604e3 Correctly handle invocations of top-level functions with an import prefix
      0ef30fb86e Protocol for IncludedSuggestionSet.displayUri.
      bcd2c7fb96 Fix ListLiteral construction and add comments
      d3fde891bf [VM] Fix deadlock between mutator and BG compiler
      a85ae4e919 [vm/ffi] fix sizeOf on subtypes of Pointer
      98bc608202 [testing] Blacklist tests and repeat options from reproduction commands
      48beacfd78 Remove Kernel-based mixin inference
      e2b7f48333 Implement ClassHierarchyBuilder.getLegacyLeastUpperBound
      d19d50f45f Support async in LUB test
      6a65f84a63 Implement longest path to Object
      0720888236 Temporarily ignore context of errors in expression_test
      6ccdffdb35 Test for expression compilation, type variables and initialize from dill
      4bcc97a3d6 Don't run 'unbindCanonicalNames' in writeComponentToFile
      c9ef5be8d7 Issue 124524319. Improve getElementDeclaration to support invalid code with synthetic names.
      f9bb790f43 Add a fix to change invalid named argument names to an existing parameter name
      1d1654592a Do not compute any imports for use on paste if import directives are being copied
      03932bb852 Convert more diagnostic tests to DriverResolutionTest
      e1d3186ed9 Make declarations in provisional_api_test.dart private.
      bb76970857 Sort provisional_api_test.dart
      db71576ef3 [dart2js] Generator bodies can be on super mixin applications
      711dd8e82e [dart2js] Avoid generating 'return' statement in setter
      f4b649ca4f [CFE] Propagate unevaluated constants upward.
      5e70883859 [CFE] Refactor unevaluatedArguments
      cba4168da3 [CFE] Use _evaluateSubexpression in more places.
      8e5f644d0a Use constant evaluation in allocator analysis
      bfa6041801 Add allocator analysis test for the J model
      620743fb6b [vm/ffi] void functions
      885f1cbe31 Fix constant folding of type literal equality
      3638e433ce Change how DDC writes text when summarize-text is enabled
      26970f370c Move source out of PotentialModification.
      f20ee58aa7 Remove references to the set-literals experiment
      7d7d85ffa2 Change the default assumption for named parameters to "assume nullable".
      fa8c552fd9 Propagate non-null intent from callee to caller.
      ab38cf7897 Allow non-nullable usage to imply non-null intent.
      24928ffcef [dartdevc] hide summarize-text option and change default to off
      15e7457519 [dartdevc] change browser tests to wait longer for async completion
      6b5424a7e7 Use SSA nodes to infer map key/value types.
      ec599a5977 [VM] Remove retry logic from close(fd) calls
      1ac61b0c35 [dart2js] Basic chaining of field assignments
      8cb4d00b0b Remove compareXyz() methods from ResynthesizeTestHelpers.
      936b1c0404 Rename _mockOr to _either.
      046928d502 [vm/kernel] Ignore package URIs when converting main script to package URI
      99a5057bca Add set tracing.
      c291757bed Finish handling SetLiterals in the inferrer and SSA builder kernels.
      d11dd982dd Add typeinfo for sets and their elements and start tracing them in the inferrer.
      61ab8e7816 Add kernel and backend impacts for set literals.
      d87482a3e1 Add SetLiteralUse and start tracking them in resolution.
      97bfcd4a3a Add remaining support for sets to the abstract value domain. This lets us create set values and access their element types in the inferrer.
      e53cd30112 Add SetTypeMask.
      15cd12beb4 Add SetConstantValue and SetConstantExpression plus their visitors.
      c841f050c0 Add set types to the abstract value domain. We cannot yet allocate sets.
      51db39a6ae Implement basic SetLiteral visitors. Builder kernels will come later.
      a164e95582 Update CommonElements with set types.
      cd53e3b4df Patch factories for generating set literals into LinkedHashSet.
      6846a7c486 Fix flutter analyzer bot by disabling lint prefer_collection_literals.
      cf63db2594 [VM/infra] Archive kernel-service.dart.snapshot together with coredumps
      015cf88ef6 Disable set literal warning until engine rolls into flutter/flutter
      fd8b546800 Issue 35940. Clear evaluation results for constants in the library being analyzed.
      39afa4e555 Revert "Add ExecutableElement(s) based InheritanceManager3, and switch analyzer to it."
      078f8e67f8 Tests for invalid library id, and requested name.
      122aa43ef6 Convert ListLiteral and remove uses of ListLiteral2
      6df253db27 Update parse/tryParse documentation.
      5622925369 Test of class hierachy from dill file
      f4379435dd Implement DillClassBuilder.typeVariables
      d1abd84944 [infra] Add named configuration option to test.dart.
      20c3cd62fc Revert adding dart:ffi to core_types and fasta kernel_target
      185c0f3e89 [gardening] status file entry for entrypoints_verification_test
      b15fe3a994 pkg:kernel: fix path to pkg:test in pubspec
      763589472e [VM / vmservice] - Change setting of silentObservatory to a non const expression
      0e62060be4 [test] Mark standalone_2/io/arguments_test as failing due to a bug in the test harness.
      eb73f132c1 [vm] Add macro for fallthrough annotations
      b66dc30334 [VM/interpreter] Skip tests enabling interpreter when not supported (fixes #35943).
      65290f6e6a Add an option for reusing the previous compiler state in a worker
      794e1e3a09 [gen_snapshot] Allow for multiple kernel inputs.
      c8abe45b00 Retry 'getSuggestionDetails' on InconsistentAnalysisException.
      54dbc0068a Migrate resynthesizer tests from task model.
      79b4b558ec [vm/tlab] Abandon tlab when thread gets descheduled. Allow all threads to allocate from tlab. Add tlab test.
      59efe201fd Fix mistake in CHANGELOG.
      48f7364d7b Remove the UX experiment 2 flag from the Dart Analysis Server.
      6c96ff0145 Test case reproducing issue #35940
      3b2144fa93 [vm] Respect entry-point annotation on constructors during obfuscation.
      d1b15cc92c Support for FieldFormalParameter in SyntacticScopeNamesCollector.
      ed94feb30e Update dartdoc version to 0.28.2.
      223eaa6fbb Report noSuchMethod forwarders as synthetic in the mirror api
      5d6bab4ed2 Add ExecutableElement(s) based InheritanceManager3, and switch analyzer to it.
      ae7bf9e999 [vm] Support closurization of methods through @pragma entry-points.
      a5d396cd25 [vm/extensions] Fix native extensions in hot-reload and running from snapshot.
      4daabe69c3 [vm/gardening] Mark convert/base64_test/01 as flaky
      69a952b195 remove parseSetLiterals flag from tests
      3abc7d34d7 [vm/ffi] Remove platform specific logic from DynamicLibrary.open
      6a5c9597c6 Revert adding enclosingLibrary to ast.dart
      8333c8a4d0 Revert adding dart:ffi to devc libraries
      e9f239777f Split test so Kernel ClassHierarchy isn't required
      25ee9b9d47 Rename test
      837145a7c7 Properly restore state of _inConditionalControlFlow upon entering new function/method.
      dfda06061a Restore state safely in migration visitors.
      765e6338a8 [docs] classify dart:ffi as vm on docs site, and exclude it for now
      70e300fea0 [co19] DEPS updated
      7ff5be0ceb Convert LUB test to use type parser
      763035eb40 Clean up and merge dev CHANGELOG entries for stable release.
      92460b8923 Migration: use non-null assertions as a hint for parameters that should not be nullable.
      80798fad97 [tests] Add missing parenthesis on <list|map|set>Equals() calls
      46aa511b49 Improve the message when using a prefix to reference an undefined name (issue 35936)
      f4ec983fec Migrate the rest of element_test from task model.
      94d8e730fb Remove parser enableSetLiterals flag
      9b45c14c65 First stage cleanup of MapLiteral2 and SetLiteral2
      486238df49 Remove the UX experiment 1 flag from the Dart Analysis Server.
      fa092aa77b [vm/compiler] actual string constant propagation
      44eb626186 [VM} Fix script URLs for dart:* libraries
      9ca9e66c1b [dartdevc] fix #35928, type literals are now instantiated to bounds
      0f24b9e7ae [standalone] Name dart:io threads, take 2.
      cb9e6734
    • M
    • S
      Roll src/third_party/skia 0b2c05470bab..bcfbf6e94c22 (8 commits) (#7956) · a61056aa
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/0b2c05470bab..bcfbf6e94c22
      
      git log 0b2c05470bab8ac250d510384f3511574ca35444..bcfbf6e94c2272b0a030a8763e2abcfe4b55395c --date=short --no-merges --format=%ad %ae %s
      2019-02-25 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 c63d95525cde..0546b5380780 (4 commits)
      2019-02-25 bungeman@google.com Add full definition of SkStreamAsset.
      2019-02-25 csmartdalton@google.com sksl: Negate dFdy when the Y axis is flipped
      2019-02-25 csmartdalton@google.com Revert &#34;Stack-allocate pipelines for GrMeshDrawOp&#34;
      2019-02-25 recipe-roller@chromium.org Roll recipe dependencies (trivial).
      2019-02-25 bungeman@google.com SkTypeface::onOpenStream to return unique_ptr.
      2019-02-25 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 8c1e8f1fb771..9b433073ba38 (1 commits)
      2019-02-25 kjlubick@google.com [pathkit][canvaskit] roll versions
      
      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 (scroggo@google.com), and stop
      the roller if necessary.
      a61056aa
    • B
      Roll src/third_party/dart c92d5ca288..7a63d31151 (6 commits) (#7955) · b36f9034
      Ben Konyi 提交于
      7a63d31151 Improve the message when importing a deprecated library (issue 35922)
      30f9f5b1c7 Add SetOrMapLiteral to support the code-as-ui features
      1c534d852c Clean up the tutorial related to implementing a visitor
      7f2f840a91 Don't include constants of private enums.
      7329247892 [vm/tools] Add Graph Explorer to visualize output of --write_v8_snapshot_profile_to.
      5d71308b78 [vm/tools] Don't duplicate "problems" metadata into split package files.
      b36f9034
    • J
      1d0615af
    • J
      Do not clear FlutterJNI state when a FlutterView is detached (#7929) · fd6c3fc7
      Jason Simmons 提交于
      If an app is using retainFlutterNativeView or a plugin wants to keep the
      FlutterNativeView active, then the FlutterNativeView should not drop its
      handle to the corresponding native platform view.
      
      Fixes https://github.com/flutter/flutter/issues/26931
      fd6c3fc7
    • S
      Roll src/third_party/skia 507158f88d4d..0b2c05470bab (19 commits) (#7952) · dff323d2
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/507158f88d4d..0b2c05470bab
      
      git log 507158f88d4dd90d09588ea8c870b76defdfa91a..0b2c05470bab8ac250d510384f3511574ca35444 --date=short --no-merges --format=%ad %ae %s
      2019-02-25 ethannicholas@google.com fixed SPIR-V constant swizzling
      2019-02-21 csmartdalton@google.com Stack-allocate pipelines for GrMeshDrawOp
      2019-02-25 herb@google.com Calculate SDFT strike in common code
      2019-02-25 recipe-roller@chromium.org Roll recipe dependencies (trivial).
      2019-02-25 brianosman@google.com Change particle affector to work on N particles
      2019-02-25 brianosman@google.com Add &#34;enabled&#34; flag to affectors, fix curve interaction with stable random
      2019-02-25 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 1776af77065f..8c1e8f1fb771 (1 commits)
      2019-02-22 scroggo@google.com Reland &#34;Treat kWEBP encode with quality=100 as lossless&#34;
      2019-02-25 scroggo@google.com Add a wuffs Release bot
      2019-02-25 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 5efe61188243..1776af77065f (1 commits)
      2019-02-25 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader e2d8b1286ce3..5efe61188243 (1 commits)
      2019-02-25 bungeman@google.com Remove fuzz samples.
      2019-02-25 ethannicholas@google.com fixed SkSL float literals in Arabic locale
      2019-02-23 bungeman@google.com Remove defunct SkJSCanvas
      2019-02-22 jvanverth@google.com Check for zero offsets for PolyUtils
      2019-02-25 borenet@google.com [infra] Make the presubmit bot use recipes from CIPD
      2019-02-25 fmalita@chromium.org [skottie] Layer blend mode support
      2019-02-23 reed@google.com fill the layer if there is a backdrop filter
      2019-02-24 nigeltao@google.com Update Wuffs version
      
      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 (scroggo@google.com), and stop
      the roller if necessary.
      dff323d2
    • S
      Roll src/third_party/skia 478d7d46f8d7..507158f88d4d (1 commits) (#7949) · 5fcc6aca
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/%2Blog/478d7d46f8d7..507158f88d4d
      
      git log 478d7d46f8d7e14fa940fd7318f38e6cbc8bc19f..507158f88d4dd90d09588ea8c870b76defdfa91a --date=short --no-merges --format=%ad %ae %s
      2019-02-25 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader b47c816ad7e6..e2d8b1286ce3 (1 commits)
      
      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 (scroggo@google.com), and stop
      the roller if necessary.
      5fcc6aca
  4. 25 2月, 2019 3 次提交