10682 Commits

Author SHA1 Message Date
Gary Qian
9d4e65e8a5 Trivial typo fix to kick tests. (flutter/engine#15557) 2020-01-13 13:37:49 -08:00
skia-flutter-autoroll
4a83e7e6a2 Roll src/third_party/skia 0a1923e50752..69ace2a0adbe (1 commits) (flutter/engine#15507)
https://skia.googlesource.com/skia.git/+log/0a1923e50752..69ace2a0adbe

git log 0a1923e50752..69ace2a0adbe --date=short --first-parent --format='%ad %ae %s'
2020-01-11 reed@google.com sample3d

Created with:
  gclient setdep -r src/third_party/skia@69ace2a0adbe

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
2020-01-11 18:55:57 -05:00
skia-flutter-autoroll
4bb054e26e Roll fuchsia/sdk/core/linux-amd64 from 75iyW... to Xh8_9... (flutter/engine#15506)
Roll fuchsia/sdk/core/linux-amd64 from 75iyW... to Xh8_9...

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
2020-01-11 18:10:08 -05:00
skia-flutter-autoroll
60bde63fdd Roll src/third_party/dart b3457c8cc2c1..32ce9c7872e2 (7 commits) (flutter/engine#15504)
https://dart.googlesource.com/sdk.git/+log/b3457c8cc2c1..32ce9c7872e2

git log b3457c8cc2c1..32ce9c7872e2 --date=short --first-parent --format='%ad %ae %s'
2020-01-11 brianwilkerson@google.com Enable prefer_collection_literals in three packages
2020-01-11 brianwilkerson@google.com Hook up the fix for use_function_type_syntax_for_parameters
2020-01-11 brianwilkerson@google.com Add a fix for prefer_iterable_whereType
2020-01-11 scheglov@google.com Stop passing ContextBuilder to Workspace(s).
2020-01-11 scheglov@google.com Use ElementTypeProvider in MethodInvocationResolver.
2020-01-11 scheglov@google.com Extract BinaryExpressionResolver.
2020-01-11 scheglov@google.com Issue 40062. Restore check for extededType subtype.

Created with:
  gclient setdep -r src/third_party/dart@32ce9c7872e2

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
2020-01-11 17:18:08 -05:00
skia-flutter-autoroll
68b73a5c38 Roll src/third_party/skia 3723fb7e85bb..0a1923e50752 (6 commits) (flutter/engine#15500)
https://skia.googlesource.com/skia.git/+log/3723fb7e85bb..0a1923e50752

git log 3723fb7e85bb..0a1923e50752 --date=short --first-parent --format='%ad %ae %s'
2020-01-11 csmartdalton@google.com Disable QCOM_tiled_rendering while we wait for test devices
2020-01-11 reed@google.com Override didTranslate, and add virtual for didScale
2020-01-11 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-10 reed@google.com Revert "Revert "forward concat44 in nway canvas""

Created with:
  gclient setdep -r src/third_party/skia@0a1923e50752

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
2020-01-11 14:49:49 -05:00
Nurhan Turgut
25cc166ede Support Clipboard.getData and Clipboard.setData for Flutter for web (flutter/engine#15455)
* copy/paste solution for chrome. copy solution for firefox. using clipboardAPI.

* addressing PR comments

* update licences file
2020-01-11 09:42:40 -08:00
skia-flutter-autoroll
7bee69250d Roll src/third_party/dart 395daaa3ecfc..b3457c8cc2c1 (66 commits) (flutter/engine#15485)
https://dart.googlesource.com/sdk.git/+log/395daaa3ecfc..b3457c8cc2c1

git log 395daaa3ecfc..b3457c8cc2c1 --date=short --first-parent --format='%ad %ae %s'
2020-01-11 fishythefish@google.com [dart2js] Fork the RTI subtyping algorithm into legacy and NNBD variants.
2020-01-11 regis@google.com [VM//nnbd] Update code generation of 'is instance of' for NNBD.
2020-01-11 sigmund@google.com (dart2js) initialize the receiver type to its static type during inference
2020-01-11 sigmund@google.com (dart2js) remove unnecessary uses of receiverMask
2020-01-11 sigmund@google.com (dart2js) rename typeOfSend, delete unused typeOfGetter
2020-01-10 rmacnak@google.com [vm, service] Fix broken references to dual-mapped Instructions in heap snapshots.
2020-01-10 pquitslund@google.com quickfix for hash_and_equals
2020-01-10 scheglov@google.com The invoked type cannot be InterfaceType at this point.
2020-01-10 scheglov@google.com Use implementation from InvocationInferenceHelper in MethodInvocationResolver.
2020-01-10 bkonyi@google.com [ dartfuzz ] Disable operator / for  Float64x2 and Float32x4
2020-01-10 scheglov@google.com Use analyzer's Packages for GnWorkspace.
2020-01-10 scheglov@google.com Move FunctionExpressionInvocation inference to InvocationInferenceHelper.
2020-01-10 paulberry@google.com Split EditPlan into a base and derived class.
2020-01-10 rnystrom@google.com Show subdirectories in test migration progress report.
2020-01-10 fmil@google.com Sets the loading path for tzdata
2020-01-10 scheglov@google.com Provide packages map to PackageBuildWorkspace.
2020-01-10 aaclarke@google.com Added note about memory management of passed in strings to Dart_SetVMFlags.
2020-01-10 aaclarke@google.com Updated docstring for Dart_IsVMFlagSet.
2020-01-10 rmacnak@google.com [vm, gc] Sweep non-executable large pages concurrently.
2020-01-10 brianwilkerson@google.com Make AtomicEdit concrete and remove subclasses
2020-01-10 paulberry@google.com Migration: annotate API tests that assume dead code is commented out.
2020-01-10 mfairhurst@google.com [nnbd_migration] Make list constructor nullable if specified length
2020-01-10 fishythefish@google.com [dart2js] Remove redundant (incorrect) assert from evalTypeVariable.
2020-01-10 pquitslund@google.com remove unused local
2020-01-10 paulberry@google.com Migration: move finalize method into EditPlanner.
2020-01-10 jakemac@google.com remove --bazel-mappings support since it is no longer used
2020-01-10 artem.serov@arm.com [runtime/vm] ARM64: Use shared stubs for BoxInt64Instr.
2020-01-10 artem.serov@arm.com [vm/compiler] Fix Mint allocation stub runtime entry and test.
2020-01-10 artem.serov@arm.com [vm/compiler] ARM64: Improve compare and branch with zero.
2020-01-10 pquitslund@google.com fix override change edit for super operators
2020-01-10 scheglov@google.com Remove unused private ForStatementImpl constructor.
2020-01-10 vsm@google.com [dartdevc,nnbd] fix static async errors
2020-01-10 scheglov@google.com Separate inference with and without type arguments in FunctionExpressionInvocationResolver.
2020-01-10 vsm@google.com [dartdevc,nnbd] restore bound on JS helper
2020-01-10 nshahan@google.com [dart:async] Cleanup workaround in NNBD fork
2020-01-10 jonahwilliams@google.com [http] cleanups in sdk/sdk_nnbd
2020-01-10 pquitslund@google.com stop proposing `new`
2020-01-10 dmitryas@google.com [cfe] Report errors on missing required named parameters at call sites
2020-01-10 sstrickl@google.com [vm/compiler] Clean up ELF creation code.
2020-01-10 johnniwinther@google.com [analyzer,cfe,dart2js] An indices to annotations preserve original order in id_generation
2020-01-10 johnniwinther@google.com [analyzer,cfe,dart2js] Use id_generation to show annotation diff
2020-01-10 jnherder@google.com Adds Dart embedder API for creating 'vm-service' isolate when Dart VM is running in AOT mode.
2020-01-10 jensj@google.com [parser] Fix 'late' used as 'var'
2020-01-10 athom@google.com [co19] Roll co19 to 6d84d8db719f2076e0c2bbc41db9297e803ab445
2020-01-10 jensj@google.com [parser] bang before type arguments
2020-01-10 dmitryas@google.com [cfe] Synthesize null initializer for required named parameters
2020-01-10 kathyw@google.com Link from CONTRIBUTING to the code of conduct.
2020-01-10 sra@google.com [dart2js] Fix over-eager NullCheck removal
2020-01-10 sigmund@google.com Ensure native methods default to have all side-effects
2020-01-10 srawlins@google.com Migrator: edge between extension 'on' type and invocation targets; #40023
2020-01-10 fishythefish@google.com [dart2js] Implement new subtype algorithm structure for DartTypes.
2020-01-10 fishythefish@google.com [dart2js] New RTI: Use new algorithm structure for runtime subtype checks.
2020-01-10 jwren@google.com Cleanup- remove the Dart Editor directories from the .gitignore file
2020-01-10 aam@google.com [vm/gardening] Fix service/isolate_lifecycle_test.
2020-01-10 vsm@google.com [dartdevc] regression test for dart:* nnbd static errors on bots
2020-01-09 sra@google.com [dart2js] nnbd: Implement NullCheck
2020-01-09 scheglov@google.com Issue 37122. Fix for downwards inference for FunctionExpressionInvocation.
2020-01-09 scheglov@google.com Issue 40033. Fix for 'bool' context type for '!' prefix expression.
2020-01-09 rnystrom@google.com Migrate lib_2/async to NNBD.
2020-01-09 scheglov@google.com Issue 37122. Fix inference for FunctionExpressionInvocation.
2020-01-09 nbosch@google.com Remove isKernel argment tracking
2020-01-09 scheglov@google.com Extract PrefixExpressionResolver.
2020-01-09 scheglov@google.com First steps in cleaning up FunctionExpressionInvocationResolver.
2020-01-09 athom@google.com [infra] Fix cfe NNBD builder
2020-01-09 paulberry@google.com Migration: begin integrating FixBuilder.
2020-01-09 bkonyi@google.com [ dartfuzz ] Properly filter Float32x4.fromInt32x4Bits from being emitted in programs generated by DartFuzz

Created with:
  gclient setdep -r src/third_party/dart@b3457c8cc2c1

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
2020-01-11 12:36:39 -05:00
skia-flutter-autoroll
7204b94137 Roll src/third_party/skia 67d0f3fd725c..3723fb7e85bb (25 commits) (flutter/engine#15466)
https://skia.googlesource.com/skia.git/+log/67d0f3fd725c..3723fb7e85bb

git log 67d0f3fd725c..3723fb7e85bb --date=short --first-parent --format='%ad %ae %s'
2020-01-10 reed@google.com Revert "forward concat44 in nway canvas"
2020-01-10 bsalomon@google.com Fix mac TSAN build
2020-01-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-10 herb@google.com Simplify text op vertex generation loop
2020-01-10 bsalomon@google.com Enable transfer from texture to buffer on ANGLE.
2020-01-10 nifong@google.com Revert "Reland "Add vis of android device clip restriction, fix regular clip vis on gpu""
2020-01-10 nifong@google.com Reland "Add vis of android device clip restriction, fix regular clip vis on gpu"
2020-01-10 jvanverth@google.com Revert "Add vis of android device clip restriction, fix regular clip vis on gpu"
2020-01-10 jvanverth@google.com Revert "Fix san error by initializing new bool in debugcanvas"
2020-01-10 reed@google.com forward concat44 in nway canvas
2020-01-10 kjlubick@google.com [canvaskit] Roll to 0.11.0
2020-01-10 nifong@google.com Fix san error by initializing new bool in debugcanvas
2020-01-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-10 jlavrova@google.com height_override without a multiplier
2020-01-10 halcanary@google.com tools/git-sync-deps works with either python
2020-01-10 brianosman@google.com SkRuntimeEffect: Fix 'in' variables in CPU backend
2020-01-10 nifong@google.com Add vis of android device clip restriction, fix regular clip vis on gpu
2020-01-10 jlavrova@google.com Ellipsis attached to cluster, not word
2020-01-10 reed@google.com Revert "new virtuals for canvas ctm"
2020-01-10 reed@google.com new virtuals for canvas ctm
2020-01-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 5d178c93fd5b..e8ce929aea0d (425 commits)
2020-01-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 c431d59626e1..12ce8f687d23 (8 commits)
2020-01-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 77c89ff847b6..110236f3ce70 (5 commits)
2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-09 reed@google.com remove cruft bools from canvas

Created with:
  gclient setdep -r src/third_party/skia@3723fb7e85bb

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
2020-01-11 11:41:49 -05:00
sjindel-google
51357bd501 Re-land "Use ELF for Dart AOT snapshots on Fuchsia. #13896" (flutter/engine#15360)
The bug in the original CL was that we were not running replace_as_executable in OpenVmo if the namespace was not provided.

This was a divergence in behavior for MappedResource::LoadFromNamespace compared to the current implementation.
2020-01-10 14:34:59 +01:00
Wu Zhong
06b81e9f3a Fixes leak of url in FlutterObservatoryPublisher (flutter/engine#14822) 2020-01-09 18:08:03 -08:00
Miguel
3b09b3866a [fuchsia] Add diagnostics directory to the remote dirs and ensure entry exists (flutter/engine#15258)
This reverts commit 866b257d21b1df2e2342459da71312d19a30c581.

Once https://fuchsia-review.googlesource.com/c/topaz/+/351729 lands, the
diagnostics directory will be present, this would be safe to do and the
roller won't be blocked again.
2020-01-09 17:28:16 -08:00
skia-flutter-autoroll
1550f1efb7 Roll src/third_party/skia 04e77813f8f4..67d0f3fd725c (41 commits) (flutter/engine#15377)
https://skia.googlesource.com/skia.git/+log/04e77813f8f4..67d0f3fd725c

git log 04e77813f8f4..67d0f3fd725c --date=short --first-parent --format='%ad %ae %s'
2020-01-09 jvanverth@google.com Revert "Remove GrPaint::addColorTextureProcessor"
2020-01-09 robertphillips@google.com Move GrVkFormatColorTypePairIsValid assert back into GrVkGpu::check_image_info
2020-01-09 rmistry@google.com Add retries to Android compile bot for when GS returns 502s
2020-01-09 csmartdalton@google.com Speed up get_contour_count in GrTessellator.cpp
2020-01-09 herb@google.com Make SubRun accessible for GrAtlasTextOp
2020-01-09 jvanverth@google.com Hide MakeFromMTKView behind an availability flag
2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-09 herb@google.com Combine result calculation from both legs of if statement
2020-01-09 bsalomon@google.com Remove GrPaint::addColorTextureProcessor
2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-09 brianosman@google.com Fix ByteCodeGenerator's handling of specialized programs
2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-09 bsalomon@google.com Allow implicit conversion from GrSamplerState::Filter to GrSamplerState
2020-01-09 brianosman@google.com Add CachingHint to makeRasterImage, default to kDisallow
2020-01-09 mtklein@google.com add back src-in-gamut tracking
2020-01-09 herb@google.com Add first, last and subspan to SkEnumerate
2020-01-09 rmistry@google.com Update go.skia.org/infra in go.mod/go.sum
2020-01-09 reed@google.com Remove legacy canvas-matrix impl
2020-01-09 robertphillips@google.com Improve handling of anisotropic scaling for stroked rects
2020-01-09 mtklein@google.com add vroundps, impl Op::floor on x86
2020-01-09 reed@google.com Optimize concat44 on canvas
2020-01-09 mtklein@google.com add x-macro over SkVM::Ops
2020-01-09 kjlubick@google.com [canvaskit] Create an SkImage from a frame of an SkAnimatedImage
2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 61f03e9a10c0..5d178c93fd5b (411 commits)
2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 45a4d0f36bd6..77c89ff847b6 (13 commits)
2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 db49bc7dd075..c431d59626e1 (7 commits)
2020-01-08 mtklein@google.com JIT today's new _imm ops
2020-01-08 herb@google.com Hoist calculations up to regenerate
2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-08 mtklein@google.com skip no-op masks
2020-01-08 egdaniel@google.com Move the remainder of GrRenderTargetContext factories.
2020-01-08 mtklein@google.com refactor bit ops
2020-01-08 mtklein@google.com add add/sub/min/max w/ constant ops
2020-01-08 michaelludwig@google.com Reland "Avoid loop-dependent behavior in GrMemoryPoolBench"
2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-08 mtklein@google.com clamp to [0,1] before blending with normalized
2020-01-08 brianosman@google.com Expose the Input variable and Child name collections in SkRuntimeEffect
2020-01-08 mtklein@google.com Streamline skvm bilerp.
2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-08 egdaniel@google.com Reland "Move makeDeferredRenderTargetContext calls to factory on RTC."
2020-01-08 jvanverth@google.com Add method to delay drawable acquisition from MTKView

Created with:
  gclient setdep -r src/third_party/skia@67d0f3fd725c

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
2020-01-09 18:02:49 -05:00
Nurhan Turgut
0e59dd9f6d modify test_runner.dart for windows to fix test build errors (flutter/engine#15326) 2020-01-09 14:58:01 -08:00
skia-flutter-autoroll
6d0f0f9cf0 Roll fuchsia/sdk/core/linux-amd64 from _gFH2... to 75iyW... (flutter/engine#15373)
Roll fuchsia/sdk/core/linux-amd64 from _gFH2... to 75iyW...

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
2020-01-09 17:55:45 -05:00
Mouad Debbar
85784e59e3 [web] Tests for browser history implementation (flutter/engine#15324) 2020-01-09 14:53:03 -08:00
skia-flutter-autoroll
ff4e53de29 Roll src/third_party/dart c0ca187f2699..395daaa3ecfc (84 commits) (flutter/engine#15374)
https://dart.googlesource.com/sdk.git/+log/c0ca187f2699..395daaa3ecfc

git log c0ca187f2699..395daaa3ecfc --date=short --first-parent --format='%ad %ae %s'
2020-01-09 sra@google.com Revert "Remove HInstruction.isControlFlow()"
2020-01-09 jcollins@google.com Upgrade dartdoc to 0.30.0.
2020-01-09 markzipan@google.com Cleaning up NNBD tests and migrations.
2020-01-09 jakemac@google.com Reland of https://dart-review.googlesource.com/c/sdk/+/130134
2020-01-09 paulberry@google.com Sort declarations in trial_migration.dart
2020-01-09 paulberry@google.com EditPlanner: add the ability to comment out code rather than removing it.
2020-01-09 srawlins@google.com Migrator: initial support for extensions; #40023
2020-01-09 dmitryas@google.com [cfe] Fix type inference for ?? operator in Null Safety
2020-01-09 athom@google.com [infra] Add cfe NNBD builder to the test matrix
2020-01-09 kustermann@google.com [vm/nnbd] Second set of changes for migrating VM patch files for NNBD
2020-01-09 srawlins@google.com Migrator preview: Prevent initial inline request of root; causing 404s
2020-01-09 srawlins@google.com Do not complain about a lone unused private constructor
2020-01-09 karlklose@google.com [infra] Remove script to generate custom try builds on cl-*-try builders
2020-01-09 nbosch@google.com Remove redundant detail from doc comment
2020-01-09 jensj@google.com [VM] Ignore dart scheme scripts in isolate reload
2020-01-09 paulberry@google.com Create a factory interface for creating EditPlans: EditPlanner.
2020-01-09 paulberry@google.com Change NodeChange.apply to accept a FixAggregator rather than a callback.
2020-01-09 paulberry@google.com Migration: simplify "extract" edit plans by always deferring change computation.
2020-01-09 paulberry@google.com Migration: Teach FixBuilder not to append `?` to `void` type.
2020-01-09 sra@google.com Remove HInstruction.isControlFlow()
2020-01-09 fishythefish@google.com [dart2js] Handle nullability correctly in UnionTypeMask.locateSingleMember().
2020-01-09 asiva@google.com [VM/Library] Opt-in all the patch files of core libraries for NNBD
2020-01-09 alexmarkov@google.com [vm/compiler] Remove PushArgument instructions from IL up to AllocateRegisters
2020-01-09 alexmarkov@google.com [vm/compiler] Remove PushArguments from AllocateObjectInstr
2020-01-09 rmacnak@google.com [vm, gc] Add missing check to begin concurrent marking during large page allocation.
2020-01-09 mfairhurst@google.com [nnbd_migration] fix flow analysis for function declarations
2020-01-08 sigmund@google.com Fix typo from migrating stream_controller
2020-01-08 scheglov@google.com Extract FunctionExpressionInvocationResolver.
2020-01-08 bkonyi@google.com [ dartfuzz ] Temporarily prevent Float32x4.fromInt32x4Bits from being emitted in generated programs.
2020-01-08 paulberry@google.com Prepare to publish analyzer 0.39.4
2020-01-08 srawlins@google.com analysis_server: Make private fields final where possible
2020-01-08 nbosch@google.com Enforce and fix lint prefer_single_quotes
2020-01-08 scheglov@google.com Extract TypePropertyResolver and use in ElementResolver.
2020-01-08 nbosch@google.com Refactor arg list to use conditional elements
2020-01-08 nbosch@google.com Enable null aware lints
2020-01-08 pquitslund@google.com fix for avoid_redundant_argument_values
2020-01-08 nshahan@google.com [dartdevc] Ensure `null is Object*` evaluates to true
2020-01-08 danny@tuppeny.com Add valueRange field to LSP Flutter Outline attributes
2020-01-08 vsm@google.com [dartdevc] fix nnbd static errors on sdk
2020-01-08 regis@google.com [VM/nnbd] Simplify NNBDMode enum class.
2020-01-08 pquitslund@google.com linter 0.1.108
2020-01-08 brianwilkerson@google.com Gracefully handle a race condition in code completion (issue 40008)
2020-01-08 asiva@google.com [VM/runtime] - Remove DART_NO_SNAPSHOT
2020-01-08 rmacnak@google.com [observatory] Visualize differences between two heap snapshots.
2020-01-08 scheglov@google.com Inline getType() in TypedLiteralResolver.
2020-01-08 jcollins@google.com Fix a problem where '?.call()' could propagate a non-legacy type.
2020-01-08 scheglov@google.com Remove now unused 'isNullAware' from ElementResolver.
2020-01-08 scheglov@google.com Inline getType() in TypeNameResolver.
2020-01-08 nshahan@google.com [dartdevc] Update extractTypeArguments to handle nullability wrappers
2020-01-08 scheglov@google.com Replace assertElementTypeString with assertType.
2020-01-08 scheglov@google.com Merge some resolution assertions.
2020-01-08 paulberry@google.com Flow analysis: adjust nomenclature to match spec draft.
2020-01-08 paulberry@google.com Sort methods in flow_anlalysis.dart
2020-01-08 scheglov@google.com Remove unnecessary casts to TypeImpl.
2020-01-08 paulberry@google.com Remove deprecated "author" section from _fe_analyzer_shared pubspec.yaml.
2020-01-08 alexmarkov@google.com [vm/aot/tfa] Type check parameters before joining variable values
2020-01-08 paulberry@google.com Stop using package:expect in _fe_analyzer_shared.
2020-01-08 nshahan@google.com [dart:_internal] Update signature of extractTypeArguments()
2020-01-08 whesse@google.com [infra] Handle missing boolean fields in get_builder_status
2020-01-08 sstrickl@google.com [vm] Populate VM isolate group source data and instruction pointers.
2020-01-08 johnniwinther@google.com [analyzer,cfe,dart2js] Add skipMap to id-testing
2020-01-08 johnniwinther@google.com [analyzer,cfe,dart2js] Improve offset of generated library/class/member annotations
2020-01-08 dmitryas@google.com [cfe] Make .{thisF,f}unctionType nullability-aware
2020-01-08 whesse@google.com Revert "Reland "Reland "[infra] Add failing test to test CI systems and approvals workflow"""
2020-01-08 dmitryas@google.com [cfe] Report error on required named parameters having default values
2020-01-08 johnniwinther@google.com [dart2js] Remove ConstantExpression/Constructor/Evaluation
2020-01-08 johnniwinther@google.com [dart2js] Use CFE constant evaluator for non-required constants
2020-01-08 johnniwinther@google.com [dart2js] Remove code dependent on non-cfe-constants
2020-01-08 scheglov@google.com Deprecate DartType.name
2020-01-08 scheglov@google.com InterfaceTypeImpl has one constructor.
2020-01-08 scheglov@google.com Resolve with Never and Never? receivers.
2020-01-08 rmacnak@google.com [vm, service] Speed up generation and transmission of heap snapshots.
2020-01-08 mfairhurst@google.com [nnbd_migration] Fix Enum.toString(), the last exception in flutter.
2020-01-08 paulberry@google.com Analyzer: add some deprecation messages.
2020-01-07 scheglov@google.com Fix deferredPrefix.loadLibrary() resolution to check for extra arguments.
2020-01-07 srawlins@google.com Report unused constructors
2020-01-07 srawlins@google.com migrator: Fix HTML-rendered text in navigation and tooltips
2020-01-07 paulberry@google.com Prepare to publish analyzer 0.39.3
2020-01-07 scheglov@google.com Always return a type from getReadType(), possibly dynamic.
2020-01-07 fishythefish@google.com [dart2js] Add TYPE_REF<T>().
2020-01-07 fishythefish@google.com [dart2js] Represent nullability as its own bit on UnionTypeMasks.
2020-01-07 scheglov@google.com Fix TypeParameterType.== when reloaded elements and recursive bounds.
2020-01-07 markzipan@google.com [dartdevc] Emitting nullability wrappers for generic classes and type parameters.
2020-01-07 sjindel@google.com [vm] Enable multiple entry-points on IA32.

Created with:
  gclient setdep -r src/third_party/dart@395daaa3ecfc

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
2020-01-09 17:51:45 -05:00
Gary Qian
76624cbdea Revert "Roll src/third_party/skia 04e77813f8f4..92ca3baba6a5 (15 commits) (#15330)" (flutter/engine#15376)
This reverts commit ee5aeb533d2749644477e2879884c5197a81e1ce.
2020-01-09 13:41:19 -08:00
skia-flutter-autoroll
ece541ae90 Roll src/third_party/skia 92ca3baba6a5..a92320d4e6a5 (18 commits) (flutter/engine#15375)
https://skia.googlesource.com/skia.git/+log/92ca3baba6a5..a92320d4e6a5

git log 92ca3baba6a5..a92320d4e6a5 --date=short --first-parent --format='%ad %ae %s'
2020-01-09 bsalomon@google.com Remove GrPaint::addColorTextureProcessor
2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-09 brianosman@google.com Fix ByteCodeGenerator's handling of specialized programs
2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-09 bsalomon@google.com Allow implicit conversion from GrSamplerState::Filter to GrSamplerState
2020-01-09 brianosman@google.com Add CachingHint to makeRasterImage, default to kDisallow
2020-01-09 mtklein@google.com add back src-in-gamut tracking
2020-01-09 herb@google.com Add first, last and subspan to SkEnumerate
2020-01-09 rmistry@google.com Update go.skia.org/infra in go.mod/go.sum
2020-01-09 reed@google.com Remove legacy canvas-matrix impl
2020-01-09 robertphillips@google.com Improve handling of anisotropic scaling for stroked rects
2020-01-09 mtklein@google.com add vroundps, impl Op::floor on x86
2020-01-09 reed@google.com Optimize concat44 on canvas
2020-01-09 mtklein@google.com add x-macro over SkVM::Ops
2020-01-09 kjlubick@google.com [canvaskit] Create an SkImage from a frame of an SkAnimatedImage
2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 61f03e9a10c0..5d178c93fd5b (411 commits)
2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 45a4d0f36bd6..77c89ff847b6 (13 commits)
2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 db49bc7dd075..c431d59626e1 (7 commits)

Created with:
  gclient setdep -r src/third_party/skia@a92320d4e6a5

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
2020-01-09 16:27:38 -05:00
Chris Bracken
7ae74235a1 Revert "Add support for on/off switch labels when built on iOS 13. (#12467)" (flutter/engine#15370)
Broke a fake implementation of Accessibility features in the framework.
While this change is unlikely to break any users in the wild, this is a
breaking change by the standards set out in our documentation and
should follow the breaking change announcement process. Details can be
found at https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes.

The error in question:

    Missing concrete implementation of 'getter AccessibilityFeatures.onOffSwitchLabels' • packages/flutter_test/test/window_test.dart:252:7 • non_abstract_class_inherits_abstract_member

This reverts commit 4fa39f86cb7de95e5a58152f4957c3476469eb9f.
2020-01-09 10:33:51 -08:00
Matt Carroll
2d86c18a75 Make BackgroundMode public. (#45747) (flutter/engine#14673) 2020-01-08 21:41:34 -08:00
chunhtai
1571512735 Add shell api to set default for windows data (flutter/engine#14002) 2020-01-08 19:36:10 -08:00
skia-flutter-autoroll
ee5aeb533d Roll src/third_party/skia 04e77813f8f4..92ca3baba6a5 (15 commits) (flutter/engine#15330)
https://skia.googlesource.com/skia.git/+log/04e77813f8f4..92ca3baba6a5

git log 04e77813f8f4..92ca3baba6a5 --date=short --first-parent --format='%ad %ae %s'
2020-01-08 mtklein@google.com JIT today's new _imm ops
2020-01-08 herb@google.com Hoist calculations up to regenerate
2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-08 mtklein@google.com skip no-op masks
2020-01-08 egdaniel@google.com Move the remainder of GrRenderTargetContext factories.
2020-01-08 mtklein@google.com refactor bit ops
2020-01-08 mtklein@google.com add add/sub/min/max w/ constant ops
2020-01-08 michaelludwig@google.com Reland "Avoid loop-dependent behavior in GrMemoryPoolBench"
2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-08 mtklein@google.com clamp to [0,1] before blending with normalized
2020-01-08 brianosman@google.com Expose the Input variable and Child name collections in SkRuntimeEffect
2020-01-08 mtklein@google.com Streamline skvm bilerp.
2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-08 egdaniel@google.com Reland "Move makeDeferredRenderTargetContext calls to factory on RTC."
2020-01-08 jvanverth@google.com Add method to delay drawable acquisition from MTKView

Created with:
  gclient setdep -r src/third_party/skia@92ca3baba6a5

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
2020-01-08 21:29:02 -05:00
brandondiamond
4fa39f86cb Add support for on/off switch labels when built on iOS 13. (flutter/engine#12467) 2020-01-08 18:26:44 -08:00
Chris Bracken
5500747f71 Add missing super.onNewIntent() call (flutter/engine#15328)
From the onNewIntent docs:

    If you are handling new intents and may be making changes to the
    fragment state, you want to be sure to call through to the
    super-class here first. Otherwise, if your state is saved but the
    activity is not stopped, you could get an onNewIntent() call which
    happens before onResume() and trying to perform fragment operations
    at that point will throw IllegalStateException because the fragment
    manager thinks the state is still saved.
2020-01-08 18:07:36 -08:00
Jenn Magder
50a48df729 Revert "Add a deprecation javadoc note to the old FlutterActivity (#15156)" (flutter/engine#15331)
This reverts commit 542c671358e0982acd2ed7f38574b2a50aad83c4.
2020-01-08 18:04:49 -08:00
Ferhat
43bfde2203 Fix devicepixel ratio reset problem when replaying clip stack (flutter/engine#15327)
* Fix devicepixel ratio reset problem when replaying clip stack
* Simplify setTransform
2020-01-08 17:52:29 -08:00
Ferhat
23af0166af Enable BackdropFilter for most browsers (flutter/engine#15321) 2020-01-08 17:12:13 -08:00
Nurhan Turgut
8b62b5f23a add warning message for clipboard api (flutter/engine#15304) 2020-01-08 16:23:02 -08:00
Jason Simmons
dcc0266219 [SkParagraph] Cache the font collection created for use by the Skia text shaper library (flutter/engine#15317) 2020-01-08 15:21:35 -08:00
Mouad Debbar
a6d41c0bbb Reland "[web] Calculate align offset for each paragraph line (LineMetrics.left)" (#14537) (flutter/engine#15151) 2020-01-08 15:08:12 -08:00
skia-flutter-autoroll
38d30a4399 Roll src/third_party/skia f811fc331a14..04e77813f8f4 (7 commits) (flutter/engine#15312)
https://skia.googlesource.com/skia.git/+log/f811fc331a14..04e77813f8f4

git log f811fc331a14..04e77813f8f4 --date=short --first-parent --format='%ad %ae %s'
2020-01-08 rmistry@google.com Revert "Prevent de-duplication of Housekeeper-PerCommit-BuildTaskDrivers"
2020-01-08 kjlubick@google.com [canvaskit] Add webp support
2020-01-08 egdaniel@google.com Add debug gpu abandon bots and fix yuv crash.
2020-01-08 halcanary@google.com Reland "GrGLMakeNativeInterface_{iOS,mac,win}: clean up"
2020-01-08 mtklein@google.com add Brian's fiddle as gm/bicubic
2020-01-08 reed@google.com Revert "Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API.""
2020-01-08 michaelludwig@google.com Revert "Avoid loop-dependent behavior in GrMemoryPoolBench"

Created with:
  gclient setdep -r src/third_party/skia@04e77813f8f4

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
2020-01-08 17:15:23 -05:00
skia-flutter-autoroll
81c7865a3e Roll fuchsia/sdk/core/linux-amd64 from oNKzr... to _gFH2... (flutter/engine#15311)
Roll fuchsia/sdk/core/linux-amd64 from oNKzr... to _gFH2...

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
2020-01-08 17:12:55 -05:00
Ferhat
87ee28ad96 Move html window.devicePixelRatio access to EngineWindow and fix WebOS issue (flutter/engine#15315) 2020-01-08 12:52:41 -08:00
Ferhat
8131de3e75 Fix Path.from. (flutter/engine#15268)
* Fix Path.from to deep copy. Add regression test.
2020-01-08 12:48:35 -08:00
LongCatIsLooong
530cf1c010 Reland "Bump simulator version in IosUnitTests & scenario app in preparation for luci xcode 11 migration (#15316)", Reverted in #15313
This reverts commit e1c106dc703463880013285c0c137540dc3ceec4.
2020-01-08 12:06:15 -08:00
Harry Terkelsen
0ed2450659 Throw an exception in Image.toByteData rather than hang forever. (flutter/engine#15152) 2020-01-08 11:20:27 -08:00
Harry Terkelsen
feb5125ef9 Implement Path.from in the CanvasKit backend (flutter/engine#14468) 2020-01-08 11:19:39 -08:00
LongCatIsLooong
e1c106dc70 Revert "Bump simulator version in IosUnitTests & scenario app in preparation for luci xcode 11 migration (#15154)" (flutter/engine#15313)
This reverts commit ea4661f61bf51848c6436777c0feb0c7c4bd00fa.
2020-01-08 10:43:32 -08:00
gaaclarke
01cd18efc9 Made it so you can specify the old gen heap size. (flutter/engine#15259) 2020-01-08 10:20:52 -08:00
skia-flutter-autoroll
3cc28218e8 Roll fuchsia/sdk/core/mac-amd64 from gL-XG... to rTJJV... (flutter/engine#15308)
Roll fuchsia/sdk/core/mac-amd64 from gL-XG... to rTJJV...

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
2020-01-08 13:18:58 -05:00
xster
542c671358 Add a deprecation javadoc note to the old FlutterActivity (flutter/engine#15156) 2020-01-08 10:06:58 -08:00
LongCatIsLooong
ea4661f61b Bump simulator version in IosUnitTests & scenario app in preparation for luci xcode 11 migration (flutter/engine#15154) 2020-01-08 10:05:56 -08:00
skia-flutter-autoroll
083c3d4ab0 Roll src/third_party/skia 91e0d7526944..f811fc331a14 (32 commits) (flutter/engine#15306)
https://skia.googlesource.com/skia.git/+log/91e0d7526944..f811fc331a14

git log 91e0d7526944..f811fc331a14 --date=short --first-parent --format='%ad %ae %s'
2020-01-08 michaelludwig@google.com Avoid loop-dependent behavior in GrMemoryPoolBench
2020-01-08 borenet@google.com [infra] Fix build_task_drivers.sh, update infra dep
2020-01-08 brianosman@google.com Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API."
2020-01-08 jvanverth@google.com Revert "Move makeDeferredRenderTargetContext calls to factory on RTC."
2020-01-08 borenet@google.com [recipes] Remove unnecessary depot_tools dependency in flavor module
2020-01-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 55a27186b7de..61f03e9a10c0 (434 commits)
2020-01-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 51e653f03f26..db49bc7dd075 (8 commits)
2020-01-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 068dd89cab31..45a4d0f36bd6 (5 commits)
2020-01-07 herb@google.com Seperate out quad updating from atlas updating
2020-01-07 herb@google.com regenTextureCoordinates is always true when calling doRegen
2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-07 benjaminwagner@google.com Reland "Fixes for Vulkan Debug layers"
2020-01-07 mtklein@google.com bicubic in skvm image shader
2020-01-07 egdaniel@google.com Move makeDeferredRenderTargetContext calls to factory on RTC.
2020-01-07 herb@google.com Simplify the atlas update inner loop
2020-01-07 benjaminwagner@google.com Revert "Fixes for Vulkan Debug layers"
2020-01-07 csmartdalton@google.com Add a path renderer that uses GPU tessellation
2020-01-07 benjaminwagner@google.com Update remote access documentation for Win2019
2020-01-07 mtklein@google.com tolerate alpha slightly out of [0,1]
2020-01-07 brianosman@google.com In SkRuntimeEffect, guard against programs not compiling with GPU caps
2020-01-07 nifong@google.com Fix typo where width/height were swapped in new debug layer manager
2020-01-07 bsalomon@google.com Reland "Rename GrSimpleTextureEffect->GrTextureEffect"
2020-01-07 mtklein@google.com one option for fixing bilerp asserts
2020-01-07 mtklein@google.com upgrade debugging tools
2020-01-07 reed@google.com Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API.
2020-01-07 halcanary@google.com public.bzl: add SKOTTIE_IOS_LIB_SDK_FRAMEWORKS
2020-01-07 robertphillips@google.com Improve debug information provided when backend format and GrColorType don't match
2020-01-07 benjaminwagner@google.com Fixes for Vulkan Debug layers
2020-01-07 mtklein@google.com add SkVM_fwd.h
2020-01-07 mtklein@google.com handle kLow/kMedium in skvm image shader
2020-01-07 benjaminwagner@google.com Add NativeFonts job for Mac 10.15 CPU
2020-01-07 bsalomon@google.com Revert "Rename GrSimpleTextureEffect->GrTextureEffect"

Created with:
  gclient setdep -r src/third_party/skia@f811fc331a14

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
2020-01-08 12:17:10 -05:00
Nurhan Turgut
6e33e9d443 adding windows platform to felt. fixing signal (flutter/engine#15111) 2020-01-08 06:30:57 -08:00
skia-flutter-autoroll
feefc883d5 Roll fuchsia/sdk/core/mac-amd64 from nbeLe... to gL-XG... (flutter/engine#15253)
Roll fuchsia/sdk/core/mac-amd64 from nbeLe... to gL-XG...

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
2020-01-08 00:36:20 -05:00
stuartmorgan
b5a0d966f7 Add plugin_registrar_windows.h to published wrapper (flutter/engine#15265) 2020-01-07 21:33:02 -08:00
skia-flutter-autoroll
effd642c89 Roll src/third_party/dart bebc7d3af5bd..c0ca187f2699 (37 commits) (flutter/engine#15252)
https://dart.googlesource.com/sdk.git/+log/bebc7d3af5bd..c0ca187f2699

git log bebc7d3af5bd..c0ca187f2699 --date=short --first-parent --format='%ad %ae %s'
2020-01-07 kustermann@google.com Revert "Create the frontend_server snapshot as a part of the sdk"
2020-01-07 karlklose@google.com [infra] Improve error reporting in test.dart
2020-01-07 jensj@google.com [CFE] Fix incremental compiler and incremental serialization when package changes path
2020-01-07 whesse@google.com [infra] Improve output messages of get_builder_status.dart
2020-01-07 dmitryas@google.com [cfe] Fix upper bound algorithm for optional positional parameters
2020-01-07 johnniwinther@google.com [cfe] Use structural equality for generic function types
2020-01-07 srawlins@google.com new analyzer compile-time error: load_library_takes_no_arguments
2020-01-07 brianwilkerson@google.com Unify two diagnostics for documentation purposes and improve the highlighting range associated with them
2020-01-07 brianwilkerson@google.com Improve the selection range for return_without_value
2020-01-07 sra@google.com [dart2js] Add sourcemap test for chained calls in generated code.
2020-01-06 nbosch@google.com Add types to uninitialized variables in DDC
2020-01-06 regis@google.com [VM/nnbd] Implement weak and strong mode type checking in runtime.
2020-01-06 jakemac@google.com Create the frontend_server snapshot as a part of the sdk
2020-01-06 mfairhurst@google.com [nnbd_migration] Fix compound downcasts involving Object -> void
2020-01-06 mfairhurst@google.com [nnbd_migration] Unwrap legacy member elements into their NNBD declarations
2020-01-06 aam@google.com [vm/fieldtable] Move current field values out of Field object into separate table.
2020-01-06 mfairhurst@google.com [nnbd_migration] preserve type formals in DecoratedType.withNode()
2020-01-06 scheglov@google.com Remove duplicate type substitution in TypeSystem.
2020-01-06 scheglov@google.com Rewrite most getDisplayString() to ElementDisplayStringBuilder.
2020-01-06 jensj@google.com Make flutter-frontend test pass again
2020-01-06 dmitryas@google.com [cfe] Choose parameter's bound of LHS in lower / upper bounds algorithms
2020-01-06 58489007+franklinyow@users.noreply.github.com Update breaking-changes.md
2020-01-06 kustermann@google.com [vm] Read causal-async-stacks/lazy-async-stacks from snapshot (instead of requiring AOT runtime to pass same flags as in compiler)
2020-01-06 karlklose@google.com [infra] Use resolved configuration names instead of those provided as argument
2020-01-06 dmitryas@google.com [cfe] Add upper / lower bounds tests with generic functions
2020-01-06 athom@google.com [release/homebrew] Always use x64 binaries on macOS
2020-01-06 brianwilkerson@google.com Enable prefer_conditional_assignment in several packages
2020-01-06 srawlins@google.com analyzer: Add failing test for #38162
2020-01-05 brianwilkerson@google.com Improve the range selected for const_constructor_with_non_final_field
2020-01-05 scheglov@google.com Directly instantiate none/star collection.
2020-01-05 scheglov@google.com Remove unused fields from TypeNameResolver.
2020-01-05 scheglov@google.com Remove unused TypeSystem.instantiateTypeFormalsToBounds2()
2020-01-05 brianwilkerson@google.com Unify two error codes from the perspective of documentation
2020-01-05 brianwilkerson@google.com Enable prefer_equal_for_default_value in several packages
2020-01-05 brianwilkerson@google.com Add a fix for prefer_collection_literals by extracting the assists to make them reusable
2020-01-04 scheglov@google.com Merge instantiating ClassElement(s) in TypeNameResolver into _instantiateElement().
2020-01-04 srawlins@google.com analyzer: Add failing test for #38200

Created with:
  gclient setdep -r src/third_party/dart@c0ca187f2699

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
2020-01-08 00:29:30 -05:00
skia-flutter-autoroll
add43186f3 Roll fuchsia/sdk/core/linux-amd64 from xYmDF... to oNKzr... (flutter/engine#15257)
Roll fuchsia/sdk/core/linux-amd64 from xYmDF... to oNKzr...

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
2020-01-08 00:28:32 -05:00
George Wright
efe18ad9a6 Migrate flutter_runner from flutter_runner::{Thread,Loop} to fml::{Thread,MessageLoop} (flutter/engine#15118) 2020-01-07 19:24:45 -08:00
Ferhat
c848cb7c93 Refactor BitmapCanvas, lazily allocate canvas, fix image composition bug. (flutter/engine#15153)
* Refactor BitmapCanvas. Fix image compositing bug. Allocate canvas lazily
* Fix recording canvas test by restoring context save
* Update recording canvas test for drawColor to show multiply blend
2020-01-07 15:36:48 -08:00