1. 07 1月, 2020 5 次提交
  2. 04 1月, 2020 4 次提交
    • S
      Roll src/third_party/dart 2f57602411b3..76e3faa9824e (37 commits) (#15143) · ea16489e
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/2f57602411b3..76e3faa9824e
      
      git log 2f57602411b3..76e3faa9824e --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
      ea16489e
    • S
      Roll fuchsia/sdk/core/mac-amd64 from Vk6uT... to Kom_K... (#15142) · 3851981b
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/mac-amd64 from Vk6uT... to Kom_K...
      
      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
      3851981b
    • S
      Roll src/third_party/skia 7ac038f302f2..6791ee2f8059 (20 commits) (#15141) · cbdc7bde
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/7ac038f302f2..6791ee2f8059
      
      git log 7ac038f302f2..6791ee2f8059 --date=short --first-parent --format='%ad %ae %s'
      2020-01-04 rosasco@google.com Add logger service.
      2020-01-03 herb@google.com Use fCurrGlyph as the looping variable.
      2020-01-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2020-01-03 nifong@google.com Support using an externally manage list of images in UrlDataManager for wasm debugger.
      2020-01-03 mtklein@google.com remove FAAA/FSAA bots
      2020-01-03 mtklein@google.com remove redundant Debug bots that have ASAN bots
      2020-01-03 bsalomon@google.com Some GrTypes cleanup.
      2020-01-03 brianosman@google.com Remove SkRuntimeColorFilterFactory
      2020-01-03 benjaminwagner@google.com [infra] Upgrade Win to 2019
      2020-01-03 egdaniel@google.com Updated proxy isProtected to return a GrProtected enum.
      2020-01-03 mtklein@google.com remove almost all Release ASAN bots
      2020-01-03 brianosman@google.com split CPU BonusConfigs SAN bots out explicitly
      2020-01-03 ethannicholas@google.com SkSL description methods are now only present in debug mode
      2020-01-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms ab3cf9c7bd22..605b00d7728f (1 commits)
      2020-01-03 brianosman@google.com Tweak the CanvasKit interface to SkRuntimeEffect
      2020-01-03 mtklein@google.com one more flourish
      2020-01-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 cbbfa2f28a0e..1fdf6ca5141d (1 commits)
      2020-01-03 mtklein@google.com ultimate retry for image shader cleanup
      2020-01-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 81693dc9aabc..a12a9d87841e (186 commits)
      2020-01-03 benjaminwagner@google.com [infra] Use POSIX paths for Docker containers
      
      Created with:
        gclient setdep -r src/third_party/skia@6791ee2f8059
      
      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 nifong@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: nifong@google.com
      cbdc7bde
    • M
      [web] Fix right click issues (#15103) · eb139936
      Mouad Debbar 提交于
      eb139936
  3. 03 1月, 2020 4 次提交
    • S
      Roll src/third_party/dart 05e70d5b38cb..2f57602411b3 (44 commits) (#15100) · 58585191
      skia-flutter-autoroll 提交于
      
      https://dart.googlesource.com/sdk.git/+log/05e70d5b38cb..2f57602411b3
      
      git log 05e70d5b38cb..2f57602411b3 --date=short --first-parent --format='%ad %ae %s'
      2020-01-02 nshahan@google.com [dartdevc] Update is, as, and _check methods for null safety
      2020-01-02 markzipan@google.com [dartdevc] Removing nullability wrappers from const __proto__ fields.
      2020-01-02 pquitslund@google.com Validate incompatible lint rules
      2020-01-02 mfairhurst@google.com [nnbd_migration] Fix return Bottom from async function.
      2020-01-02 rmacnak@google.com [vm, service] Account for image pages in the capacity reported by heap snapshots.
      2020-01-02 mfairhurst@google.com [nnbd_migration] handle enum `values` getter
      2020-01-02 scheglov@google.com Extract individual assists / fixes into separate classes.
      2020-01-02 bkonyi@google.com [ package:vm_service ] Fix issue where `TimelineEvent.toJson` always returned an empty map
      2020-01-02 nbosch@google.com Enforce that `allowInterop` is used in DDC
      2020-01-02 scheglov@google.com Report unchecked nullable for explicit / implicit 'this' in extensions.
      2020-01-02 scheglov@google.com Use NullableDereferenceVerifier in ErrorVerifier.
      2020-01-02 scheglov@google.com Remove BUILT_IN_IDENTIFIER_AS_TYPE error code for 'addAsync' quick fix.
      2020-01-02 alexmarkov@google.com [vm/compiler] Remove PushArguments from ThrowInstr, ReThrowInstr
      2020-01-02 alexmarkov@google.com [vm/compiler] Refactor PolymorphicInstanceCallInstr
      2020-01-02 scheglov@google.com Remove ResolutionTest.assertErrorsWithCodes().
      2020-01-02 danny@tuppeny.com Don't statically register LSP capabilities that will be dynamically registered
      2020-01-02 jcollins@google.com Add --migrate-dependencies hidden option for dartfix.
      2020-01-02 danny@tuppeny.com Unskip LSP integration tests that were skipped for being flaky
      2020-01-02 pquitslund@google.com Add deprecated member messages
      2020-01-02 scheglov@google.com Remove assertTestErrorsWithCodes() and assertNoTestErrors().
      2020-01-02 kustermann@google.com [vm/nnbd] First start on migrating VM patch files for NNBD
      2020-01-02 dacoharkes@google.com [vm] Fix IntConverter canonicalization
      2020-01-02 scheglov@google.com Use ErrorReporter in TypeNameResolver.
      2020-01-02 scheglov@google.com Simplify 'void' resolution in TypeNameResolver.
      2020-01-02 brianwilkerson@google.com Disable a lint in the LSP generated code and re-run the generator
      2020-01-02 brianwilkerson@google.com Enable avoid_return_types_on_setters in analysis_server_client
      2020-01-02 pquitslund@google.com Remove unnecessary `const` modifiers
      2020-01-01 scheglov@google.com Extract error reporting from TypeNameResolver.
      2020-01-01 brianwilkerson@google.com Enable annotate_overrides in several packages
      2020-01-01 brianwilkerson@google.com Minor cleanup of DartFixInfo
      2020-01-01 brianwilkerson@google.com Improve the fix for avoid_init_to_null to match the lint
      2020-01-01 scheglov@google.com Deprecate assertNoTestErrors() and replace with assertNoErrorsInCode().
      2020-01-01 scheglov@google.com Stop using Identifier in several Scope.lookup() methods.
      2020-01-01 scheglov@google.com Add Element.getDisplayString(withNullability), use it in analyzer.
      2020-01-01 scheglov@google.com Deprecate 'ErrorReporter.source' setter.
      2019-12-31 scheglov@google.com Use WRONG_NUMBER_OF_TYPE_ARGUMENTS instead of two other equivalent error codes.
      2019-12-31 scheglov@google.com Tweaks for DuplicateDefinitionVerifier.
      2019-12-31 scheglov@google.com Simplify getNullability(hasQuestion).
      2019-12-31 scheglov@google.com Remove almost all uses of assertTestErrorsWithCodes().
      2019-12-31 scheglov@google.com Update TypedLiteralResolver.computeElementType()
      2019-12-31 scheglov@google.com TypeNameResolver refactoring - extract Element instantiation.
      2019-12-31 scheglov@google.com Remove unnecessary methods to record errors or tokens and nodes.
      2019-12-31 scheglov@google.com Remove 'isNonNullableByDefault' from TypeSystem.inferGenericFunctionOrType
      2019-12-30 scheglov@google.com Use DartType.isDartCoreList in analysis_server.
      
      Created with:
        gclient setdep -r src/third_party/dart@2f57602411b3
      
      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
      58585191
    • S
      Roll fuchsia/sdk/core/linux-amd64 from AVtRQ... to MwGkB... (#15110) · 8b133818
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/linux-amd64 from AVtRQ... to MwGkB...
      
      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
      8b133818
    • S
      Roll fuchsia/sdk/core/mac-amd64 from zkzoZ... to Vk6uT... (#15104) · d0d64c06
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/mac-amd64 from zkzoZ... to Vk6uT...
      
      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
      d0d64c06
    • S
      Roll src/third_party/skia 107c66669d37..7ac038f302f2 (30 commits) (#15102) · d35a4b30
      skia-flutter-autoroll 提交于
      https://skia.googlesource.com/skia.git/+log/107c66669d37..7ac038f302f2
      
      git log 107c66669d37..7ac038f302f2 --date=short --first-parent --format='%ad %ae %s'
      2020-01-02 benjaminwagner@google.com Move Android GPU ASAN jobs to NVIDIA_Shield.
      2020-01-02 herb@google.com Document fBrokenRun in VertexRegenerator.
      2020-01-02 benjaminwagner@google.com Add xSAN jobs for Vulkan
      2020-01-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 25234a0a9c2c..ab3cf9c7bd22 (1 commits)
      2020-01-02 mtklein@google.com add some useful Debug/ASAN bots
      2020-01-02 mtklein@google.com build libjpeg-turbo with -DUSE_CLZ_INTRINSIC
      2020-01-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms ec78f685becd..25234a0a9c2c (1 commits)
      2020-01-02 brianosman@google.com Move SkRuntimeEffect.h to include/effects
      2020-01-02 brianosman@google.com Fix asserts in SkRuntimeEffect color filter benchmarks
      2020-01-02 benjaminwagner@google.com Enable Vulkan Debug layers
      2020-01-02 mtklein@google.com reland "clarify that there's no kMedium here"
      2020-01-02 mtklein@google.com Reland "pass more information to shaders"
      2020-01-02 brianosman@google.com Add SkRuntimeEffect::makeColorFilter
      2020-01-02 bsalomon@google.com Fix GrColorMatrixFragmentProcessor handling of premul transparent black.
      2020-01-02 benjaminwagner@google.com Fix asan_device_setup path
      2020-01-02 kjlubick@google.com [canvaskit] Update compile.sh with initial code size findings
      2020-01-02 benjaminwagner@google.com [infra] Handle failure from addr2line
      2020-01-02 bryct@amazon.com Add instructions for compiling CanvasKit and viewing example page.
      2020-01-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src e0db4afcadab..81693dc9aabc (33 commits)
      2020-01-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 942d91520aa8..cbbfa2f28a0e (1 commits)
      2020-01-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 39f22a4ba7a2..e0db4afcadab (60 commits)
      2019-12-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 fca5a005aa88..942d91520aa8 (5 commits)
      2019-12-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 59465799210b..10a900e5ffaf (1 commits)
      2019-12-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 4d93cdf1ccf7..39f22a4ba7a2 (126 commits)
      2019-12-31 mtklein@google.com Revert "refresh image shader cs/at logic"
      2019-12-31 mtklein@google.com Revert "clarify that there's no kMedium here"
      2019-12-31 mtklein@google.com Revert "pass more information to shaders"
      2019-12-31 csmartdalton@google.com Rename GpuPathRenderers::kAll to kDefault
      2019-12-31 csmartdalton@google.com Add a mechanism to insert framebuffer barriers for NVIDIA tessellation
      2019-12-31 mtklein@google.com pass more information to shaders
      
      Created with:
        gclient setdep -r src/third_party/skia@7ac038f302f2
      
      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 nifong@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: nifong@google.com
      d35a4b30
  4. 02 1月, 2020 4 次提交
  5. 31 12月, 2019 1 次提交
  6. 30 12月, 2019 1 次提交
  7. 28 12月, 2019 7 次提交
  8. 27 12月, 2019 6 次提交
  9. 26 12月, 2019 1 次提交
  10. 24 12月, 2019 7 次提交