Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3851981b863a
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3f52888b3bcf
Choose a head ref
  • 7 commits
  • 17 files changed
  • 2 contributors

Commits on Jan 4, 2020

  1. Roll src/third_party/dart 2f57602..76e3faa (37 commits) (#15143)

    https://dart.googlesource.com/sdk.git/+log/2f57602411b3..76e3faa9824e
    
    git log 2f57602..76e3faa --date=short --first-parent --format='%ad %ae %s'
    2020-01-04 scheglov@google.com Resolve MethodInvocation(s) with Never and Never? receivers.
    2020-01-04 sigmund@google.com (dart2js): enable new-rti by default
    2020-01-03 mfairhurst@google.com [nnbd_migration] Fix ConditionalModification on IfElement
    2020-01-03 scheglov@google.com Remove duplication in checking elements in TypeNameResolver.
    2020-01-03 mfairhurst@google.com [nnbd_migration] handle yoda conditions with null literals
    2020-01-03 mfairhurst@google.com [nnbd_migration] handle Object better, to fix void -> Object assignments
    2020-01-03 fishythefish@google.com [dart2js] Treat type variable bounds checks as implicit is-tests.
    2020-01-03 scheglov@google.com Resolve MethodInvocation fully in MethodInvocationResolver.
    2020-01-03 scheglov@google.com Report error during constant evaluation for ForElement.
    2020-01-03 alexmarkov@google.com [vm/compiler] Do not use specualtive unboxing for Phi instructions in AOT
    2020-01-03 mfairhurst@google.com [nnbd_migration] Save enum `index` getter in the node builder
    2020-01-03 johnniwinther@google.com [analyzer,cfe,dart2js] Do not generate annotations for empty values.
    2020-01-03 mfairhurst@google.com [nnbd_migration] Support mixins, specifically `super` on a mixin.
    2020-01-03 bkonyi@google.com [ package:vm_service ] Export dart:io service extensions through package_vm_service
    2020-01-03 markzipan@google.com Inlining list copy in Queue.toList.
    2020-01-03 alexmarkov@google.com [vm/compiler] Fix crash in StringInterpolateInstr::Canonicalize
    2020-01-03 scheglov@google.com Check for MigrationResolutionHooks directly in StaticTypeAnalyzer and ResolverVisitor.
    2020-01-03 nshahan@google.com [tests] Update test expectations
    2020-01-03 kustermann@google.com [vm/compiler] Consistently use pc-offsets of pointing to instruction after call in static calls table, to ensure unique offsets
    2020-01-03 bkonyi@google.com [ package:vm_service ] Added methods to allow for HttpClient.enableTimelineLogging to be set via package:vm_service
    2020-01-03 scheglov@google.com Stop using assertHasTestErrors() where possible.
    2020-01-03 danny@tuppeny.com Show parens in LSP workspace symbols for methods/functions
    2020-01-03 danny@tuppeny.com Don't include end of comment markers in TODO range
    2020-01-03 scheglov@google.com Remove unnecessary climbing up when reporting non-type element.
    2020-01-03 scheglov@google.com Remove _checkElementOfType().
    2020-01-03 johnniwinther@google.com [cfe] Include nullability in implicit tearoff
    2020-01-03 johnniwinther@google.com [cfe] Replace isImplicitCall with ExpressionInvocation node
    2020-01-03 sjindel@google.com [vm/tfa] Use pragma to pass type arguments to exact return types.
    2020-01-03 johnniwinther@google.com [analyzer,cfe,dart2js] Support annotated code generation
    2020-01-03 alexmarkov@google.com [vm/tfa] Cleanup unused entry points json files
    2020-01-03 sigmund@google.com (dart2js) release some data-structures after resolution.
    2020-01-03 fishythefish@google.com [dart2js] Add redirections for unneeded native classes in ruleset.
    2020-01-02 fishythefish@google.com [dart2js] Add new RTI impact for is-tests and type checks.
    2020-01-02 nshahan@google.com [dartdevc] Cleanup violations of always_declare_return_types lint
    2020-01-02 rmacnak@google.com [vm, timeline] Following switch from Duration events to Begin-End event pairs, avoid separate native call transitions to query the monotonic and thread clocks.
    2020-01-02 pquitslund@google.com typos
    2020-01-02 asiva@google.com [VM/Runtime] Propagate error from Loader::InitForSnapshot instead of asserting
    
    Created with:
      gclient setdep -r src/third_party/dart@76e3faa9824e
    
    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
    skia-flutter-autoroll authored Jan 4, 2020
    Configuration menu
    Copy the full SHA
    ea16489 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Roll src/third_party/dart 76e3faa..bebc7d3 (1 commits) (#15146)

    https://dart.googlesource.com/sdk.git/+log/76e3faa9824e..bebc7d3af5bd
    
    git log 76e3faa..bebc7d3 --date=short --first-parent --format='%ad %ae %s'
    2020-01-04 srawlins@google.com analyzer: Add a failing test for #38188
    
    Created with:
      gclient setdep -r src/third_party/dart@bebc7d3af5bd
    
    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
    skia-flutter-autoroll authored Jan 6, 2020
    Configuration menu
    Copy the full SHA
    9598dea View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia 6791ee2..d445e2b (1 commits) (#15148)

    https://skia.googlesource.com/skia.git/+log/6791ee2f8059..d445e2b6fcf1
    
    git log 6791ee2..d445e2b --date=short --first-parent --format='%ad %ae %s'
    2020-01-05 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
    
    Created with:
      gclient setdep -r src/third_party/skia@d445e2b6fcf1
    
    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 jvanverth@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: jvanverth@google.com
    skia-flutter-autoroll authored Jan 6, 2020
    Configuration menu
    Copy the full SHA
    c070cf3 View commit details
    Browse the repository at this point in the history
  3. Roll fuchsia/sdk/core/mac-amd64 from Kom_K... to nbeLe... (#15149)

    Roll fuchsia/sdk/core/mac-amd64 from Kom_K... to nbeLe...
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/fuchsia-mac-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
    skia-flutter-autoroll authored Jan 6, 2020
    Configuration menu
    Copy the full SHA
    a426e5f View commit details
    Browse the repository at this point in the history
  4. Roll fuchsia/sdk/core/linux-amd64 from MwGkB... to xYmDF... (#15145)

    Roll fuchsia/sdk/core/linux-amd64 from MwGkB... to xYmDF...
    
    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
    skia-flutter-autoroll authored Jan 6, 2020
    Configuration menu
    Copy the full SHA
    41e2fa3 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Font subset (#14828)

    dnfield authored Jan 7, 2020
    Configuration menu
    Copy the full SHA
    abaac56 View commit details
    Browse the repository at this point in the history
  2. Roll src/third_party/skia d445e2b..91e0d75 (44 commits) (#15232)

    https://skia.googlesource.com/skia.git/+log/d445e2b6fcf1..91e0d7526944
    
    git log d445e2b..91e0d75 --date=short --first-parent --format='%ad %ae %s'
    2020-01-07 mtklein@google.com rm gm/skvm.cpp
    2020-01-07 mtklein@google.com thread an SkArenaAlloc into shaders
    2020-01-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 1031d2c..51e653f (10 commits)
    2020-01-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 10a900e5ffaf..068dd89cab31 (7 commits)
    2020-01-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 3beaf136b459..55a27186b7de (337 commits)
    2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
    2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
    2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
    2020-01-07 mtklein@google.com handle unpremul in skvm blitter
    2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
    2020-01-06 benjaminwagner@google.com Add missing Metal jobs
    2020-01-06 mtklein@google.com support kDecal in skvm image shader
    2020-01-06 mtklein@google.com expand skvm image shader
    2020-01-06 herb@google.com Make fBrokenRun local to doRegen.
    2020-01-06 bsalomon@google.com Rename GrSimpleTextureEffect->GrTextureEffect
    2020-01-06 benjaminwagner@google.com Remove Win2016 jobs.
    2020-01-06 bsalomon@google.com Remove SkIRect::EmptyIRect
    2020-01-06 herb@google.com Move the exit code to a common switch
    2020-01-06 brianosman@google.com Add a few more SkRuntimeEffect unit tests
    2020-01-06 bsalomon@google.com Revert "Revert "Clean up GrSimpleTextureEffect.""
    2020-01-06 mtklein@google.com first foray into SkVM image shaders
    2020-01-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
    2020-01-06 bsalomon@google.com Remove unused varying type param from GrGLSLShaderBuilder texture methods.
    2020-01-06 brianosman@google.com Remove SkRuntimeShaderFactory
    2020-01-06 robertphillips@google.com Add GrCompressedDimensions helper function
    2020-01-06 csmartdalton@google.com Move "set_path_pt" from SampleAAGeometry into ToolUtils
    2020-01-06 kjlubick@google.com [canvaskit] Remove support for T1 fonts and reduce code size
    2020-01-06 kjlubick@google.com Make tracing data a compile-time option
    2020-01-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
    2020-01-06 fmalita@chromium.org [skottie] cleanup: move transform & camera adapters to own CUs
    2020-01-06 jlavrova@google.com Fix a bug with unresolved text
    2020-01-06 csmartdalton@google.com Add a commandline flag to force offscreen rendering in viewer
    2020-01-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
    2020-01-06 bsalomon@google.com Handle insane number of glyphs in GrAtlasTextOp.
    2020-01-06 mtklein@google.com minor SkVMBlitter TODOs
    2020-01-06 mtklein@google.com in gm/skvm.cpp, Fade doesn't need to wrap a shader
    2020-01-06 jcgregorio@google.com Don't use CIPD_PKG_CPYTHON for P30.
    2020-01-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
    2020-01-06 kjlubick@google.com [canvaskit] Update test to use correct metrics
    2020-01-06 jlavrova@google.com Small bug fixes: leading spaces affect all width measurements, longest line and so on.
    2020-01-06 kjlubick@google.com [canvaskit] Add npm release target to ship smaller binaries
    2020-01-06 kjlubick@google.com [canvaskit] Add build flag for pathops
    2020-01-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 1fdf6ca..1031d2c (5 commits)
    2020-01-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src a12a9d87841e..3beaf136b459 (315 commits)
    
    Created with:
      gclient setdep -r src/third_party/skia@91e0d7526944
    
    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 jvanverth@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: jvanverth@google.com
    skia-flutter-autoroll authored and brianosman committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    3f52888 View commit details
    Browse the repository at this point in the history
Loading