1. 17 1月, 2020 7 次提交
    • D
      Fix Opacity performance regression on Fuchsia (#15573) · 04274160
      David Worsham 提交于
      * Add more profile markers
      
      * Revert FuchsiaSystemCompistedLayer changes
      
      * Re-add opacity w/o elevation changes
      
      * Fix formatting
      04274160
    • N
      [web] edge launcher for windows (#15690) · 76b36e05
      Nurhan Turgut 提交于
      * edge launcher for windows
      
      * addressing PR comments
      
      * url mistake
      
      * remove uncessary import
      
      * initialization error fix
      
      * format
      76b36e05
    • J
      [web] Add BoxHeightStyle.strut (#15694) · bcb27fdd
      Jason Simmons 提交于
      bcb27fdd
    • S
      Roll src/third_party/skia 2900040bc4a0..2cd5d43f022c (5 commits) (#15695) · 839b34cc
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/2900040bc4a0..2cd5d43f022c
      
      git log 2900040bc4a0..2cd5d43f022c --date=short --first-parent --format='%ad %ae %s'
      2020-01-16 halcanary@google.com [minor] docs/examples: cleanup
      2020-01-16 mtklein@google.com Revert "Simplify VertexRegenerator GrStrikeCache handling"
      2020-01-16 herb@google.com Simplify VertexRegenerator GrStrikeCache handling
      2020-01-16 herb@google.com Handle color and translation outside of VertexRegenerator
      2020-01-16 reed@google.com move SkV3 into header
      
      Created with:
        gclient setdep -r src/third_party/skia@2cd5d43f022c
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC mtklein@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: mtklein@google.com
      839b34cc
    • S
      Roll src/third_party/dart 009537bbf0ff..e33b9e2d265a (30 commits) (#15693) · 55cd7359
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/009537bbf0ff..e33b9e2d265a
      
      git log 009537bbf0ff..e33b9e2d265a --date=short --first-parent --format='%ad %ae %s'
      2020-01-16 liama@google.com [vm, test] Update dart_api_impl_test to be nnbd clean
      2020-01-16 bkonyi@google.com [ dart:vmservice ] Cleanup dart:vmservice to better conform to recommended Dart styling
      2020-01-16 rnystrom@google.com Migrate tests/lib_2/convert -> tests/lib/convert.
      2020-01-16 rnystrom@google.com Allow tab completion to test suites in subdirectories.
      2020-01-16 scheglov@google.com Revert "Remove StrongModeCode.IMPLICIT_DYNAMIC codes."
      2020-01-16 scheglov@google.com Report LATE_FINAL_LOCAL_ALREADY_ASSIGNED also for prefix / postfix expressions.
      2020-01-16 scheglov@google.com Remove imports (unused) to package_config.
      2020-01-16 jonahwilliams@google.com [sdk] remove (hopefully) dead type checks
      2020-01-16 jwren@google.com Don't include comment references by default in the completion metrics test.
      2020-01-16 pquitslund@google.com extension completions w/o dotTarget
      2020-01-16 dmitryas@google.com [cfe] Report errors on method calls with potentially nullable receiver
      2020-01-16 sigurdm@google.com Bump pub revision in DEPS
      2020-01-16 danny@tuppeny.com Only call applyFileRemoved for analyzable files
      2020-01-16 sjindel@google.com Reland "[vm/aot] Only patch call-sites to monomorphic entry-points when the receiver is proven to be a heap object."
      2020-01-16 brianwilkerson@google.com Add edits for more fixes in the preview tool
      2020-01-16 jensj@google.com [CFE] Cleanup no longer used 'normalize' for types
      2020-01-16 kustermann@google.com [vm/async] Ensure all service tests run with both, --causal-async-stacks/--lazy-async-stacks
      2020-01-16 athom@google.com [testing] Pass the experiment flags to all batch runners
      2020-01-16 victor.agnez@hotmail.com [vm] Ensure abstract classes are marked as such and get a size of 0 in shared class table.
      2020-01-16 athom@google.com [infra] Add dart2js NNBD builder to the test matrix
      2020-01-16 dmitryas@google.com [cfe] Fix type inference for various if-null nodes
      2020-01-16 jensj@google.com [CFE] Version 2 of incremental compiler invalidation strategy
      2020-01-16 srawlins@google.com NNBD preview: alert user to disconnected preview server
      2020-01-16 jwren@google.com Introduce _doExpectKeywordCompletions in ExpectedCompletionsVisitor
      2020-01-16 jwren@google.com Improve the print output from completion_metrics.dart to match the expected input of the Files dialog in IntelliJ.
      2020-01-16 paulberry@google.com Migration: add FixBuilder support for IfElement.
      2020-01-16 paulberry@google.com Create an abstract layer to customize querying collection elements.
      2020-01-16 nshahan@google.com [tests] Copy test for dart:* nnbd static errors to analyzer bot
      2020-01-16 bkonyi@google.com [ dart:vmservice / NNBD ] Fixed NNBD analysis issues
      2020-01-16 srawlins@google.com NNBD preview: Change navigation to be a tree; not interactive yet #40109
      
      Created with:
        gclient setdep -r src/third_party/dart@e33b9e2d265a
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/dart-sdk-flutter-engine
      Please CC dart-vm-team@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: dart-vm-team@google.com
      55cd7359
    • H
      6693dd75
    • S
      More efficient decoding for down-sampled Flutter images using cache(Width|Height) (#15372) · c7d0fb78
      Sebastian Jeltsch 提交于
      When down-scaling images, decode encoded images into smaller images
      closer to the target size before finally down-scaling them to their
      target size. For very large images this can avoid inflating the image
      into its full size first before throwing it away. This can help to
      significantly reduce peak memory utilization.
      
      On a tangent, we could be even more efficient, if we'd interpret the
      cache(Width|Height) as sizing hints.
      
      I also opportunistically added warnings, I don't think a "caching" API
      should support scaling images up or changing their aspect ratio.
      c7d0fb78
  2. 16 1月, 2020 18 次提交
    • S
      Roll src/third_party/dart 515d4bd7adb1..009537bbf0ff (1 commits) (#15687) · e0fe8342
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/515d4bd7adb1..009537bbf0ff
      
      git log 515d4bd7adb1..009537bbf0ff --date=short --first-parent --format='%ad %ae %s'
      2020-01-16 whesse@google.com [infra] Empty SDK commit, to validate a fix for approval copying
      
      Created with:
        gclient setdep -r src/third_party/dart@009537bbf0ff
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/dart-sdk-flutter-engine
      Please CC dart-vm-team@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: dart-vm-team@google.com
      e0fe8342
    • S
      Roll fuchsia/sdk/core/linux-amd64 from UlOSN... to YPYqb... (#15689) · 998cc7c7
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/linux-amd64 from UlOSN... to YPYqb...
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
      Please CC  on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      998cc7c7
    • S
      Roll src/third_party/skia 7edb0eb8a458..2900040bc4a0 (3 commits) (#15686) · c84fad95
      skia-flutter-autoroll 提交于
      https://skia.googlesource.com/skia.git/+log/7edb0eb8a458..2900040bc4a0
      
      git log 7edb0eb8a458..2900040bc4a0 --date=short --first-parent --format='%ad %ae %s'
      2020-01-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 146e16f68fdc..5fc197dc7669 (10 commits)
      2020-01-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 86f730971751..a7b91502cd7f (2 commits)
      2020-01-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src b83f9414fec4..98818e570034 (437 commits)
      
      Created with:
        gclient setdep -r src/third_party/skia@2900040bc4a0
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC mtklein@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: mtklein@google.com
      c84fad95
    • S
      Roll src/third_party/dart 862d5012ae9c..515d4bd7adb1 (18 commits) (#15683) · d00b43ef
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/862d5012ae9c..515d4bd7adb1
      
      git log 862d5012ae9c..515d4bd7adb1 --date=short --first-parent --format='%ad %ae %s'
      2020-01-15 markzipan@google.com [dartdevc] Emitting equality checks that disregard 'legacy' wrappers for type objects.
      2020-01-15 jwren@google.com In completion_metrics.dart, print out line numbers instead of character offsets.
      2020-01-15 scheglov@google.com Fix for crash: type 'DefaultParameterElementImpl' is not a subtype of type 'FieldFormalParameterElementImpl'
      2020-01-15 jwren@google.com Improve printPercentage(..) in pkg/analysis_server/lib/src/status/pages.dart to take an optional fractionDigits to pass to num.toStringAsFixed(..)
      2020-01-15 mfairhurst@google.com [nnbd_migration] Mark implicit dynamic for type params as nullable
      2020-01-15 scheglov@google.com Report LATE_FINAL_LOCAL_ALREADY_ASSIGNED.
      2020-01-15 jwren@google.com Rename a class in pkg/analysis_server/tool/completion_metrics/completion_metrics.dart
      2020-01-15 jwren@google.com Improve the print output from the completion_metrics.dart tool, output for collection is now: Summary for /usr/local/google/home/jwren/github/collection: Total number of completion tests   = 11487 Number of successful completions   = 9945 (86.6%) Number of unsuccessful completions = 1542 (13.4%)
      2020-01-15 jwren@google.com Implement the rest of the visit* methods in pkg/analysis_server/tool/completion_metrics/visitors.dart, members sorted.
      2020-01-15 nshahan@google.com [dart:async] Fix error in NNBD fork
      2020-01-15 asiva@google.com [VM/isolate] Migrate 'dart:isolate' and patch files for NNBD
      2020-01-15 pquitslund@google.com linter bump to 0.1.109
      2020-01-15 whesse@google.com [infra] Use analyzer-unittest-asserts and cfe-unittest-asserts configurations
      2020-01-15 johnniwinther@google.com [cfe] Avoid crash on late field override
      2020-01-15 paulberry@google.com Migration: small simplification to _PassThroughBuilderImpl.
      2020-01-15 paulberry@google.com Migration: test removal of all list elements when there is a trailing separator
      2020-01-15 johnniwinther@google.com [cfe] Add opt-out version of general testcases
      2020-01-15 dmitryas@google.com [cfe] Use nullable context on LHS of if-null expressions
      
      Created with:
        gclient setdep -r src/third_party/dart@515d4bd7adb1
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/dart-sdk-flutter-engine
      Please CC dart-vm-team@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: dart-vm-team@google.com
      d00b43ef
    • S
      Roll src/third_party/skia 7655168e6865..7edb0eb8a458 (16 commits) (#15682) · 49e2bf84
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/7655168e6865..7edb0eb8a458
      
      git log 7655168e6865..7edb0eb8a458 --date=short --first-parent --format='%ad %ae %s'
      2020-01-15 jvanverth@google.com Revert "Reland "Add new method for storing DrawOpAtlas texture index.""
      2020-01-15 jlavrova@google.com RTL Paragraph + all it causes
      2020-01-15 herb@google.com Redo glyph quad regeneration
      2020-01-15 mtklein@google.com fix SkMatrixConvolutionImageFilter unpremul
      2020-01-15 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-15 csmartdalton@google.com Add a temporary job to test GrGpuTessellationPathRenderer
      2020-01-15 reed@google.com experimental: saveCamera()
      2020-01-15 halcanary@google.com docs/examples: REG_FIDDLE_ANIMATED
      2020-01-15 jlavrova@google.com Fixing the cache
      2020-01-15 jvanverth@google.com Reland "Add new method for storing DrawOpAtlas texture index."
      2020-01-15 herb@google.com Simplify translation calculation for mustRegenerate
      2020-01-15 mtklein@google.com add a note about P3 gamuts
      2020-01-15 egdaniel@google.com Remove various uses of GrPixelConfig from GrSurfaceProxy.
      2020-01-15 bryct@amazon.com rm CanvasKit.HEAPU8.buffer caching (fix UAF bug).
      2020-01-15 kjlubick@google.com Add support for reading .skp files in CanvasKit.
      2020-01-15 adlai@google.com Add a new gm for large kernel matrix convolution
      
      Created with:
        gclient setdep -r src/third_party/skia@7edb0eb8a458
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC mtklein@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: mtklein@google.com
      49e2bf84
    • V
    • Y
      fix text blurriness in HTML-rendered text (#15649) · 8c855dba
      Yegor 提交于
      * fix text blurriness in HTML-rendered text
      8c855dba
    • M
      [web] Freeze window.defaultRouteName (#15565) · 09d892b3
      Mouad Debbar 提交于
      09d892b3
    • H
      Upgrade to CanvasKit 0.11 (#15677) · a67d1d24
      Harry Terkelsen 提交于
      a67d1d24
    • N
      [web] Exec command copy (#15675) · be20fb66
      Nurhan Turgut 提交于
      * clipboard support with range
      
      * changing the implementation to work on Safari
      
      * addressing PR comments
      
      * changing value back to text
      
      * when textarea.value is used select was also working
      be20fb66
    • C
      bbdafe09
    • S
      Roll src/third_party/dart fe666ce592cb..862d5012ae9c (48 commits) (#15672) · 4dc03029
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/fe666ce592cb..862d5012ae9c
      
      git log fe666ce592cb..862d5012ae9c --date=short --first-parent --format='%ad %ae %s'
      2020-01-15 johnniwinther@google.com [cfe] Handle explicit opt-out in nnbd-not-enabled message
      2020-01-15 johnniwinther@google.com [dart2js,cfe] Move filenames.dart to _fe_analyzer_shared
      2020-01-15 dacoharkes@google.com [vm/ffi] Migrate dart:ffi to nnbd
      2020-01-15 jensj@google.com [vmservice] Make sure one can request several heap snapshots
      2020-01-15 johnniwinther@google.com [cfe] Insert member signatures for nnbd aware inheritance
      2020-01-15 jwren@google.com Special case in completion_metrics.dart, some keyword suggestions come out of the DAS completion engine such as "import '';", instead of "import"
      2020-01-15 scheglov@google.com Fix failing tests on unittest-asserts-release-win after analyzer Packages change.
      2020-01-15 vsm@google.com Reland "De-dup js_util between ddc and dart2js"
      2020-01-15 scheglov@google.com Downgrade receiver of type Never to hint.
      2020-01-15 bkonyi@google.com [ VM / dart:vmservice ] Migrate dart:vmservice to NNBD, cleanup outdated code
      2020-01-15 rmacnak@google.com [vm] Update dart:mirrors for Dart 3.
      2020-01-15 pquitslund@google.com completions for yield statements
      2020-01-14 liama@google.com [vm, test] Copy dart:wasm tests from lib_2/wasm to lib/wasm
      2020-01-14 pquitslund@google.com closure arg code completion
      2020-01-14 jwren@google.com API improvement in completion_metrics.dart to introduce ExpectedCompletion.matches(CompletionSuggestion)
      2020-01-14 nshahan@google.com [dartdevc] Update NNBD subtype tests to avoid wrapping legacy types
      2020-01-14 jwren@google.com Add completion kind and element kind assertions on matching expected completions from the analysis server in completion_metrics.dart
      2020-01-14 scheglov@google.com Issue 40057. Fix for Never as setter receiver.
      2020-01-14 sra@google.com [dart2js] Remove unused method
      2020-01-14 jwren@google.com This is a failing test for http://dartbug.com/37907 using the new DartCompletionManagerTest
      2020-01-14 paulberry@google.com Pass TypeSystem and TypeProvider into TypedLiteralResolver.
      2020-01-14 paulberry@google.com Migration: wire up elimination of dead if branches to FixBuilder.
      2020-01-14 paulberry@google.com Migration: Add logic to FixAggregator to eliminate dead "if" branches.
      2020-01-14 paulberry@google.com Migration: add the ability to create EditPlans that remove source code.
      2020-01-14 paulberry@google.com Migration: Add tests for the algorithm used by EditPlaner.passThrough.
      2020-01-14 paulberry@google.com Migration: Remove _incorporateParent method.
      2020-01-14 jwren@google.com Nit completion_metrics.dart cleanup from comments in https://dart-review.googlesource.com/c/sdk/+/131600
      2020-01-14 scheglov@google.com Issue 39059. Check for minor / major version overflow.
      2020-01-14 leafp@google.com Convert late field syntax test to static error test
      2020-01-14 asiva@google.com [Dart/CLI] : Migrate dart:cli for NNBD.
      2020-01-14 scheglov@google.com Extract AssignmentExpressionResolver.
      2020-01-14 liama@google.com [vm, library] Migrate dart:wasm to NNBD
      2020-01-14 jwren@google.com Improve the String output of the double percents.
      2020-01-14 jwren@google.com Split completion_metrics.dart into two files.
      2020-01-14 scheglov@google.com Use analyzer Packages in analyzer_cli.
      2020-01-14 askesc@google.com [vm] Fix some issues with round trip serialization.
      2020-01-14 sjindel@google.com Revert "[vm/aot] Only patch call-sites to monomorphic entry-points when the receiver is proven to be a heap object."
      2020-01-14 johnniwinther@google.com [cfe] ClassHierarchyBuilder cleanup before adding member signatures
      2020-01-14 johnniwinther@google.com [cfe] Handle type variable typed late fields and locals
      2020-01-14 johnniwinther@google.com [cfe] Report error on `await` in late local initializer
      2020-01-14 sjindel@google.com [vm/aot] Only patch call-sites to monomorphic entry-points when the receiver is proven to be a heap object.
      2020-01-14 sjindel@google.com [vm] Clone boxes for unboxed numeric fields upon rematerialization.
      2020-01-14 dacoharkes@google.com [vm/ffi] Test alignment of small stack arguments
      2020-01-14 johnniwinther@google.com [cfe] Add canonical way to detect the synthesized redirecting factory field
      2020-01-14 lrn@google.com Fix bug in NNBD stream controller.
      2020-01-14 dmitryas@google.com [cfe] Add more tests for compile-time errors related to Null Safety
      2020-01-14 jwren@google.com Refactor the 3 implementations of Comparator<CompletionSuggestion> down to a single implementation.
      2020-01-14 sra@google.com List copy benchmark
      
      Created with:
        gclient setdep -r src/third_party/dart@862d5012ae9c
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/dart-sdk-flutter-engine
      Please CC dart-vm-team@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: dart-vm-team@google.com
      4dc03029
    • G
      Fix hardware keyboard enter so it triggers an action. (#15568) · 73cdd0ef
      Greg Spencer 提交于
      This changes the InputConnectionAdaptor so that it will execute an IME action when ENTER is pressed. Prior to this, pressing ENTER on a hardware keyboard did nothing.
      73cdd0ef
    • T
      Use iOS 13 dark content status bar style (#13119) · 81011362
      Tan Jay Jun 提交于
      81011362
    • S
      Roll fuchsia/sdk/core/linux-amd64 from oxHfW... to UlOSN... (#15670) · 08fd50ae
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/linux-amd64 from oxHfW... to UlOSN...
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
      Please CC  on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      08fd50ae
    • S
      Roll src/third_party/skia e45c5cd03eeb..7655168e6865 (29 commits) (#15671) · 12bd2df6
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/e45c5cd03eeb..7655168e6865
      
      git log e45c5cd03eeb..7655168e6865 --date=short --first-parent --format='%ad %ae %s'
      2020-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 8b3a0fa81050..86f730971751 (12 commits)
      2020-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src e2015449184d..b83f9414fec4 (758 commits)
      2020-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f6d3cbb28303..146e16f68fdc (18 commits)
      2020-01-15 bsalomon@google.com Revert "Make SkGpuBlurUtils take SkTileMode"
      2020-01-15 mtklein@google.com make sure each sample() call uses the same uniforms
      2020-01-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-14 robertphillips@google.com Update compressed texturing GM
      2020-01-14 mtklein@google.com add dumpJIT() to disassemble
      2020-01-14 mtklein@google.com Revert "Pass in a SkColorType into SkImage_Gpu ctor."
      2020-01-14 bsalomon@google.com Make SkGpuBlurUtils take SkTileMode
      2020-01-14 mtklein@google.com add --skvm to nanobench and fm
      2020-01-14 egdaniel@google.com Pass in a SkColorType into SkImage_Gpu ctor.
      2020-01-14 robertphillips@google.com Expand SkImage::MakeFromCompressed to support mipMapping
      2020-01-14 jvanverth@google.com Revert "Add new method for storing DrawOpAtlas texture index."
      2020-01-14 halcanary@google.com [minor] tools/skottie_ios_app/Skia*Context: remember to cast
      2020-01-14 jvanverth@google.com Add new method for storing DrawOpAtlas texture index.
      2020-01-14 halcanary@google.com add more docs/examples from named fiddles.
      2020-01-14 mtklein@google.com improve scalar gather32
      2020-01-14 mtklein@google.com impl gather32 for x86
      2020-01-14 halcanary@google.com skottie_ios_app: Add OpenGL.
      2020-01-14 reed@google.com clean-up 3d sample's use of matrices
      2020-01-14 mtklein@google.com remove obsolete presubmit checks
      2020-01-14 egdaniel@google.com Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews.
      2020-01-14 mtklein@google.com try running public API checks early
      2020-01-14 nifong@google.com fix msan issue by init all new members
      2020-01-14 mtklein@google.com manually roll swiftshader
      2020-01-14 borenet@google.com [infra] Fix bin/try
      2020-01-14 borenet@google.com [infra] Make bin/try work in any (Skia) repo
      2020-01-14 borenet@google.com [infra] Change CMake build to use a temporary directory
      
      Created with:
        gclient setdep -r src/third_party/skia@7655168e6865
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC mtklein@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: mtklein@google.com
      12bd2df6
    • D
      Fix embedder mutation order (#15566) · 1d6766f9
      dnicoara 提交于
      The mutator list sent to the embedder is in reverse order from the
      MutatorsStack. The root display transformation then needs to be appended
      at the end of the list.
      
      Given that these transforms are applied to a layer in display space the
      list needs to be reversed as well such that transforms can be applied in
      the right order to get from display space to surface space.
      
      Bug: b/143612326
      1d6766f9
    • K
  3. 15 1月, 2020 6 次提交
    • D
      try 10 times (#15653) · a48ac35f
      Dan Field 提交于
      a48ac35f
    • N
      [web] Add Edge support for Flutter Engine unit-tests. (#15641) · bc41ab51
      Nurhan Turgut 提交于
      * Add Edge support for Flutter Engine unit-tests. This does not include the launcher
      
      * Add mapping from browser name to platform.
      
      * remove ie from supported browser maps
      bc41ab51
    • G
      32915417
    • B
      Add back sky_engine/LICENSE (#15631) · ddaa9dc9
      Ben Konyi 提交于
      ddaa9dc9
    • S
      Roll src/third_party/skia 69ace2a0adbe..e45c5cd03eeb (23 commits) (#15584) · 0c35a6bb
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/69ace2a0adbe..e45c5cd03eeb
      
      git log 69ace2a0adbe..e45c5cd03eeb --date=short --first-parent --format='%ad %ae %s'
      2020-01-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 ed074852bf07..8b3a0fa81050 (8 commits)
      2020-01-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src d7523c24c465..e2015449184d (593 commits)
      2020-01-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-14 mtklein@google.com add movq
      2020-01-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-13 mtklein@google.com add vgatherdps
      2020-01-13 stani@google.com Improve shader compile tracing with Android framework
      2020-01-13 ethannicholas@google.com fix texture projection and fmod on metal
      2020-01-13 robertphillips@google.com Compressed texture API cleanup
      2020-01-13 bungeman@google.com Turn off automatic application of 'trak' on macOS.
      2020-01-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-13 bsalomon@google.com Reland "Remove GrPaint::addColorTextureProcessor"
      2020-01-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-13 egdaniel@google.com On ARM disable blend when src-over has src with alpha of 1.
      2020-01-13 reed@google.com Revert "Reland "Revert "allow clients to opt into new didTranslate/didScale"""
      2020-01-13 jlavrova@google.com Formatting paragraph with width=0
      2020-01-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 12ce8f687d23..ed074852bf07 (12 commits)
      2020-01-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src e8ce929aea0d..d7523c24c465 (417 commits)
      2020-01-12 reed@google.com Reland "Revert "allow clients to opt into new didTranslate/didScale""
      2020-01-12 reed@google.com Revert "Revert "allow clients to opt into new didTranslate/didScale""
      2020-01-12 reed@google.com Revert "allow clients to opt into new didTranslate/didScale"
      2020-01-12 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
      2020-01-12 reed@google.com allow clients to opt into new didTranslate/didScale
      
      Created with:
        gclient setdep -r src/third_party/skia@e45c5cd03eeb
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-flutter-autoroll
      Please CC mtklein@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      Bug: None
      Tbr: mtklein@google.com
      0c35a6bb
    • B
      Roll src/third_party/dart 83fba7bd54..fe666ce592 (3 commits) (#15619) · 82a851cf
      Ben Konyi 提交于
      fe666ce Report unused public static members of private classes by Sam Rawlins · 14 hours ago
      43ceb5c Revert "De-dup js_util between ddc and dart2js" by Vijay Menon · 15 hours ago
      04e2c97 NNBD preview: Fix the position of the navigation by Sam Rawlins · 17 hours ago
      83fba7b [ VM ] Move vmservice_io code from runtime/bin to dart:_internal/vm/bin by Ben Konyi · 18 hours ago
      c0b1a0a Switch analyzer perf to using analyzer Packages. by Konstantin Shcheglov · 18 hours ago
      5b391ba [tests] Break the monolithic async* tests into multiple files by Nicholas Shahan · 19 hours ago
      980a200 [vm/vmservice] Make sure writing service info file is awaited by Alexander Markov · 19 hours ago
      7997162 Fix getHover test on Windows. by Konstantin Shcheglov · 19 hours ago
      301a3a2 Fix incorrect .packages files in DAS tests. by Konstantin Shcheglov · 19 hours ago
      c41812b Incremental work in the completion_metrics.dart file. by Jaime Wren · 19 hours ago
      5169a52 Use @patch for List.of factory constructor by Stephen Adams · 20 hours ago
      2a7789d De-dup js_util between ddc and dart2js by Vijay Menon · 20 hours ago
      aaaaa47 [dartjs] Remove unsound `contains` method from AbstractValueDomain. by Mayank Patke · 20 hours ago
      fd9d3f9 relevance test re-structure by pq · 20 hours ago
      5d96b23 [dartdevc] Fix analysis error in runtime library by Nicholas Shahan · 20 hours ago
      2c121e4 Migration: modify pass through edit plans to integrate up the tree stepwise. by Paul Berry · 21 hours ago
      6669849 Initial commit with some work starting the metrics collection around code completion metrics gathering. by Jaime Wren · 21 hours ago
      c6d6eed Include type arguments when converting to a stateful widget (issue 40095) by Brian Wilkerson · 22 hours ago
      b9c5798 Support latest analyzer in analyzer_plugin by Simon Binder · 22 hours ago
      16f07ea Revert "Use nullable context type for operand of null-check operator." by Konstantin Shcheglov · 23 hours ago
      c8f2683 Add a reason to the MakeNullable change and plumb it through to the AtomicEdit by Brian Wilkerson · 23 hours ago
      5357052 [vm/compiler] Fix handling of function types in type tests for type parameters by Alexander Markov · 23 hours ago
      8a1a4e7 Add flag to specify which null-safety semantics to use for codegen by Sigmund Cherem · 23 hours ago
      b3c6af3 [vm/compiler] Introduce base class for instance calls in IL by Alexander Markov · 24 hours ago
      67f3cf3 Revert "[vm, gc] Sweep non-executable large pages concurrently." by Ryan Macnak · 24 hours ago
      00a6b52 Test that invocation of a method on a nullable interface type prefers nullable extension. by Konstantin Shcheglov · 24 hours ago
      b5f4351 Move ABSTRACT_SUPER_MEMBER_REFERENCE tests. by Konstantin Shcheglov · 25 hours ago
      ca31f1d Refactor FunctionExpressionInvocationResolver to support Never. by Konstantin Shcheglov · 25 hours ago
      4495c2b [vm, gc] Run weak processing in parallel for old-space GCs. by Ryan Macnak · 26 hours ago
      2dd37b6 Add findPackagesFrom(). by Konstantin Shcheglov · 27 hours ago
      abe7c1a When NNBD, use nullable iterable type for null-aware spreads. by Konstantin Shcheglov · 27 hours ago
      6f1bcee Extract ifNull resolution in BinaryExpressionResolver. by Konstantin Shcheglov · 27 hours ago
      9c9c283 [vm, gc] Remove dead allocation stats code. by Ryan Macnak · 27 hours ago
      a4207fd [vm/aot] Avoid loading the code register (in bare-AOT) and zeroing IC data reg (in AOT) for closure calls by Martin Kustermann · 33 hours ago base
      4cb8816 [gardening] Also ignore OSError in verify_http_timeline_test. by Teagan Strickland · 34 hours ago
      d1e11f0 Enable prefer_final_fields in three packages by Brian Wilkerson · 2 days ago
      856a270 Use nullable context type for operand of null-check operator. by Konstantin Shcheglov · 2 days ago
      da6696b Use analyzer Packages. by Konstantin Shcheglov · 2 days ago
      5b1065a Enable avoid_init_to_null in analysis_server by Brian Wilkerson · 2 days ago
      99cdbee Use getDisplayString() for hover. by Konstantin Shcheglov · 2 days ago
      04b5bd9 Extract null check in PostfixExpressionResolver. by Konstantin Shcheglov · 2 days ago
      ac8a2a6 Enable avoid_init_to_null in analyzer_plugin by Brian Wilkerson · 2 days ago
      f1c81da Add a fix for unnecessary_null_in_of_null_operators by Brian Wilkerson · 2 days ago
      9254683 Remove packageMap and hasFlutterDependency from Workspace interface. by Konstantin Shcheglov · 2 days ago
      ecebc29 Do negation resolution in one method. by Konstantin Shcheglov · 2 days ago
      489c0be Extract PostfixExpressionResolver. by Konstantin Shcheglov · 2 days ago
      113f034 completion manager test harness by pq · 2 days ago
      7ed7bff Fix some hints caused by previous CL and add some failing tests by Brian Wilkerson · 3 days ago
      82a851cf
  4. 14 1月, 2020 8 次提交
  5. 12 1月, 2020 1 次提交