1. 20 9月, 2019 2 次提交
  2. 19 9月, 2019 7 次提交
    • S
      Roll src/third_party/skia 6344cbd1df76..18531cde2ab7 (2 commits) (#12358) · 1cada0a6
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/6344cbd1df76..18531cde2ab7
      
      git log 6344cbd1df76..18531cde2ab7 --date=short --no-merges --format='%ad %ae %s'
      2019-09-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 a7003d5fc306..bf4268a3963b (7 commits)
      2019-09-19 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
      
      Created with:
        gclient setdep -r src/third_party/skia@18531cde2ab7
      
      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 brianosman@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=brianosman@google.com
      1cada0a6
    • S
      Roll src/third_party/skia e2a903e18b59..6344cbd1df76 (3 commits) (#12357) · bf3af4d1
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/e2a903e18b59..6344cbd1df76
      
      git log e2a903e18b59..6344cbd1df76 --date=short --no-merges --format='%ad %ae %s'
      2019-09-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src b1c1d2844bd1..b8149cbe28ad (423 commits)
      2019-09-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 61a2765940a7..e9b6f28fdd71 (3 commits)
      2019-09-19 mtklein@google.com fold srcover coverage with SkVMBlitter
      
      Created with:
        gclient setdep -r src/third_party/skia@6344cbd1df76
      
      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 brianosman@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=brianosman@google.com
      bf3af4d1
    • B
      Roll src/third_party/dart cb80ea7ba9..ea969c358e (52 commits) · 9ead1be5
      Ben Konyi 提交于
      dart-lang/sdk@ea969c358e [vm/assembler] Split popcnt and lzcnt tests over feature set
      dart-lang/sdk@c9d187ec9c [vm/bytecode] Finalize type parameters while reading bytecode
      dart-lang/sdk@397c7e4d9a Revert "[vm/bytecode] Enable bytecode compiler by default in Dart SDK"
      dart-lang/sdk@108fe9cbcf Revert "[fuchsia] migrate from ioctls to FIDL"
      dart-lang/sdk@ad7374fcdb assist to insert null checks
      dart-lang/sdk@51d6145e77 [vm/assembler] Skip tests on hosts without POPCNT/LZCNT
      dart-lang/sdk@27c127db86 Use Process.start in ddb
      dart-lang/sdk@7305ae6c35 Revert "Update BoringSSL to 4dfd5af70191b068aebe567b8e29ce108cee85ce."
      dart-lang/sdk@93793a4ee8 Migration: add tests to document missing `required` keyword functionality.
      dart-lang/sdk@8acd1fe517 Update build rules to point to Fuchsia SDK rather than Flutter's buildroot
      dart-lang/sdk@39ff937afa [vm] Rename _LocalXMirror to _XMirror.
      dart-lang/sdk@bcca3c483b [vm/bytecode] Enable bytecode compiler by default in Dart SDK
      dart-lang/sdk@b988928c33 Declare type system fields as Dart2TypeSystem where we cast them.
      dart-lang/sdk@2e34231c8e [vm] Do not mirror default values of parameters of abstract methods
      dart-lang/sdk@771ee9f9ba Pass the output directory to dartfix and install a listener when output should be generated
      dart-lang/sdk@93f1324449 Update BoringSSL to 4dfd5af70191b068aebe567b8e29ce108cee85ce.
      dart-lang/sdk@0ad30fafc1 [vm/assembler] Added cpufeatures, added LZCNT (IA32/X64)
      dart-lang/sdk@4d9792668c Flow anaylsis: fix definite assignment tracking for for-each loop vars
      dart-lang/sdk@b43bb452f0 [vm/concurrency] Fix asan memory leak caused by longjmp over std::function<> objects
      dart-lang/sdk@f057e2506e [dart2js] Extended structured clone algorithm to JSObject.
      dart-lang/sdk@b699852e6d Add 'out'/'inout' keywords for variance.
      dart-lang/sdk@a1fdfb8fc8 Move ClassElement.thisType to API.
      dart-lang/sdk@4102e63f37 Deprecate TypeProvider.listType/mapType
      dart-lang/sdk@f1afb34924 Move strict-raw-type tests; add tests for extensions
      dart-lang/sdk@4fcef04d61 Deprecate TypeProvider.iterableType/streamType
      dart-lang/sdk@74af5f3496 Add a representation of the information captured from an nnbd migration
      dart-lang/sdk@bd28bad820 [dartdevc] add modular tests for old ddc
      dart-lang/sdk@9f4f0acb9e [vm/bytecode] Generate dependencies in front-end server in bytecode mode
      dart-lang/sdk@678f561ea6 Syntax tests for disabled variance flag.
      dart-lang/sdk@b510b91424 [vm] Bump abi version.
      dart-lang/sdk@998a421128 Migration: expose fix reasons through the instrumentation interface.
      dart-lang/sdk@a5683dfb62 Migration: add a repro for an issue with field formal parameters.
      dart-lang/sdk@dce98a23d1 Fix a typo in a diagnostic message (issue 38449)
      dart-lang/sdk@d4f1b8f8db Deprecate TypeProvider.futureType/futureOrType
      dart-lang/sdk@546440074a Stop reporting diagnostics on synthetic identifiers (issue 38448)
      dart-lang/sdk@f3b54fae0a Information for the migration result pages
      dart-lang/sdk@205b90f0de Take 3 for '[vm/ffi] Implement FFI callbacks on AOT for ELF and Asm snapshots (excl. blobs).'
      dart-lang/sdk@3731cfdef9 [vm] source report marks all const field as executed
      dart-lang/sdk@a56b4ee790 [cfe] Thread nullability from source for function types
      dart-lang/sdk@0c948521ca Update expectations in static_extesion_operators_test
      dart-lang/sdk@ce6f40bccc [dartdevc] fix for const / overridden fields
      dart-lang/sdk@38c6152884 [vm/concurrency] Add IsolateGroup::RunWithStoppedMutators and use it in various places
      dart-lang/sdk@97b561a8de [cfe] Update CoreTypes to handle raw types with it
      dart-lang/sdk@0281f9c425 [cfe] Add members to construct nullability in Library and LibraryBuilder
      dart-lang/sdk@6a27310b87 Reland "[build] Speed up debug and simulator builds by running steps on the prebuilt VM."
      dart-lang/sdk@4f1b0fdd0f [dart2js] (New RTI) Check all subtypes for trivial substitutions only when necessary.
      dart-lang/sdk@12c1b43365 Substitute bounds of fresh type parameters using all fresh type parameters.
      dart-lang/sdk@1a812bb6bb Deprecate TypeProvider.setType
      dart-lang/sdk@4b6ab33cfa [SDK] Reland: Remove dart:profiler library which has been deprecated since Dart 1.2       and remove all references to it in tests and the SDK build scripts.
      dart-lang/sdk@30d24335a8 [vm] Fix all wasm exception memory leaks
      dart-lang/sdk@bab399b5ae [vm, arm64] Add missing store barrier to PushArrayOfArguments.
      dart-lang/sdk@085f81224a [fuchsia] migrate from ioctls to FIDL
      9ead1be5
    • S
      Roll src/third_party/skia f19f9caab2b4..e2a903e18b59 (1 commits) (#12351) · 92afbfdf
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/f19f9caab2b4..e2a903e18b59
      
      git log f19f9caab2b4..e2a903e18b59 --date=short --no-merges --format='%ad %ae %s'
      2019-09-18 csmartdalton@google.com Reland "Reorder msaa and mipmap resolves to happen all at once"
      
      Created with:
        gclient setdep -r src/third_party/skia@e2a903e18b59
      
      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 brianosman@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=brianosman@google.com
      92afbfdf
    • D
      Add missing CL, fix targets for Fuchsia (#12338) · 00a12c41
      Dan Field 提交于
      00a12c41
    • S
      Roll src/third_party/skia 8391bac5c6f0..f19f9caab2b4 (8 commits) (#12341) · de1e7415
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/8391bac5c6f0..f19f9caab2b4
      
      git log 8391bac5c6f0..f19f9caab2b4 --date=short --no-merges --format='%ad %ae %s'
      2019-09-18 bsalomon@google.com Handle F16Norm clamping in SkPaint->GrPaint conversion.
      2019-09-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-09-18 mtklein@google.com move skvm debug tools back to core
      2019-09-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-09-18 herb@google.com Reland "SkZip - synchronized indexing of several pointers"
      2019-09-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-09-18 robertphillips@google.com Last tranche of new SkColorTypes
      2019-09-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      
      Created with:
        gclient setdep -r src/third_party/skia@f19f9caab2b4
      
      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 brianosman@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=brianosman@google.com
      de1e7415
    • S
      Roll src/third_party/skia dd0dff1c35d2..8391bac5c6f0 (8 commits) (#12337) · d5225dfc
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/dd0dff1c35d2..8391bac5c6f0
      
      git log dd0dff1c35d2..8391bac5c6f0 --date=short --no-merges --format='%ad %ae %s'
      2019-09-18 bsalomon@google.com Add F16Norm mode to viewer
      2019-09-18 bsalomon@google.com blurrect_compare GM: draw "masks" in white for RGBA fallback.
      2019-09-18 csmartdalton@google.com Weed out duplicates from the proxy version of addDependency
      2019-09-18 mtklein@google.com faster PNG encoding in skottie_tool
      2019-09-18 csmartdalton@google.com Revert "Use a "decal" domain for filterMaskGPU"
      2019-09-18 csmartdalton@google.com Revert "Abolish absClear"
      2019-09-18 bsalomon@google.com Use mipmapping/protected to lookup scratch textures.
      2019-09-18 jvanverth@google.com Reland "Add ETC2 support to Metal backend."
      
      Created with:
        gclient setdep -r src/third_party/skia@8391bac5c6f0
      
      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 brianosman@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=brianosman@google.com
      d5225dfc
  3. 18 9月, 2019 5 次提交
    • S
      Roll src/third_party/skia d545bfbb94ca..dd0dff1c35d2 (25 commits) (#12334) · 22890727
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/d545bfbb94ca..dd0dff1c35d2
      
      git log d545bfbb94ca..dd0dff1c35d2 --date=short --no-merges --format='%ad %ae %s'
      2019-09-18 kjlubick@google.com [canvaskit] roll to 0.7.0
      2019-09-18 csmartdalton@google.com Abolish absClear
      2019-09-18 csmartdalton@google.com Revert "Reorder msaa and mipmap resolves to happen all at once"
      2019-09-18 csmartdalton@google.com Reorder msaa and mipmap resolves to happen all at once
      2019-09-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 d32dae1bb37c..a7003d5fc306 (11 commits)
      2019-09-18 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
      2019-09-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src c6edebc270af..b1c1d2844bd1 (382 commits)
      2019-09-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 30847688f059..61a2765940a7 (7 commits)
      2019-09-18 herb@google.com Revert "SkZip - synchronized indexing of several pointers"
      2019-09-18 csmartdalton@google.com Use a "decal" domain for filterMaskGPU
      2019-09-17 herb@google.com SkZip - synchronized indexing of several pointers
      2019-09-17 ethannicholas@google.com fixed an SkSL parse issue
      2019-09-17 bungeman@google.com Properly subset the run in ShapeThenWrap.
      2019-09-17 csmartdalton@google.com Reland "Use "clamp" when reexpanding gaussian blurs"
      2019-09-17 ethannicholas@google.com Additional SkSL swizzle optimizations
      2019-09-17 brianosman@google.com Update SkParticleEffect comments based on review feedback
      2019-09-17 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-09-17 bsalomon@google.com Respect ImageSetEntry alpha in one-at-a-time code path
      2019-09-17 brianosman@google.com Fix standalone SkSL build after adding SkOnce to SkSLByteCode
      2019-09-17 herb@google.com A fix and unit test for jagged characters
      2019-09-17 brianosman@google.com Move raster hack for color type on layers with image filters to device
      2019-09-17 halcanary@google.com experimental/minimal_ios_mtl_skia_app
      2019-09-17 brianosman@google.com Make SkSL::ByteCodeFunction::preprocess thread-safe
      2019-09-17 bsalomon@google.com Pass color types when creating texture with initial data.
      2019-09-17 bsalomon@google.com Fix bug where coverage on interior of stroked rects is applied twice
      
      Created with:
        gclient setdep -r src/third_party/skia@dd0dff1c35d2
      
      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 brianosman@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=brianosman@google.com
      22890727
    • B
      Roll src/third_party/dart f22f62c85d..cb80ea7ba9 (8 commits) · fce8be3a
      Ben Konyi 提交于
      dart-lang/sdk@cb80ea7ba9 [vm/bytecode] Avoid using stale bytecode after expression evaluation
      dart-lang/sdk@765651b079 Fix some diagnostics in ddb tool
      dart-lang/sdk@fc4021b68d [vm/assembler] add support for bsf, bsr, popcnt (IA32/X64)
      dart-lang/sdk@0a5d6a5263 [ VM / Service ] Add --write-service-info=<filename> flag to allow for writing VM service connection information to a file
      dart-lang/sdk@37016a7397 Migration: use virtual dispatch to compute nullability fix descriptions.
      dart-lang/sdk@5fc5c68c87 [vm/fuzzer] Deprecate DBC from DartFuzz tools
      dart-lang/sdk@e32706ec05 Remove '--use-summary2' from DAS.
      dart-lang/sdk@f342d07b0d Report an error if an extension override is used in a cascade (issue 38417)
      fce8be3a
    • B
      Roll src/third_party/dart 7505b3a5f0..f22f62c85d (5 commits) · ecab4f8e
      Ben Konyi 提交于
      dart-lang/sdk@f22f62c85d [vm/bytecode] Fix assertion in simdbc version of Environment::DropArguments
      dart-lang/sdk@f7e0968955 [vm] Remove redundant classes from wasm.cc
      dart-lang/sdk@b0fa0aebb7 [build] Ensure kernel service trains on the source.
      dart-lang/sdk@d4fd853523 fix for unused_element
      dart-lang/sdk@6e76bdac38 [vm, gc] Provide more information when VisitPointers/HeapSize fails.
      ecab4f8e
    • S
      Roll fuchsia/sdk/core/linux-amd64 from RRgw-... to F-g18... (#12326) · 6a964174
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/linux-amd64 from RRgw-... to F-g18...
      
      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
      6a964174
    • B
      Roll src/third_party/dart dd1969a43a..7505b3a5f0 (39 commits) · 1bdcca67
      Ben Konyi 提交于
      dart-lang/sdk@7505b3a5f0 [vm] Boilerplate for wasm types.
      dart-lang/sdk@4adbc8f1e6 Use single TypeSystem.inferGenericFunctionOrType(), avoid using full generic DartType.
      dart-lang/sdk@7f90b562be Migration: clean up nomenclature of graph edge "sources".
      dart-lang/sdk@9bb9c05f92 Rename EdgeInfo.hard to EdgeInfo.isHard
      dart-lang/sdk@478e3cfe87 Migration: test and fix a few more instrumentation corner cases.
      dart-lang/sdk@9753a397bf Allow responses with no "type" field to succeed for ServiceExtensionConsumers.
      dart-lang/sdk@e00c8f3cb7 Add a command-line option to dartfix to specify the output directory
      dart-lang/sdk@b87c9afb82 Revert "Reland "[build] Speed up debug and simulator builds by running steps on the prebuilt VM.""
      dart-lang/sdk@9f0872847d [VM] Linux with symbolic link to dart: still find kernel-service snapshot
      dart-lang/sdk@f309ca5faa improvements to remove_unused_local_variable
      dart-lang/sdk@9385a879e5 Status file cleanup.
      dart-lang/sdk@dd83ded1e9 Add output directory field to dartfix API
      dart-lang/sdk@93980b75ce Add TypeProvider.xyzType2() for platform classes with type parameters.
      dart-lang/sdk@035c428b31 Delete language_2/config_import_test.
      dart-lang/sdk@1222a97e46 [nnbd_migration] principle is check types non-null, component types nullable
      dart-lang/sdk@114fdbc50b Fix the messages associated with the invalid_override diagnostic
      dart-lang/sdk@eb208b1074 Move inference-failure-on-collection-literal tests
      dart-lang/sdk@74fb313c78 nodeInList utility
      dart-lang/sdk@631e547c2f [vm/bytecode] Setup initial scope before the first CheckStack
      dart-lang/sdk@6a9d792454 Move NullabilitySuffix to API.
      dart-lang/sdk@4ae145e173 Migration: Introduce an instrumentation interface.
      dart-lang/sdk@90b44e77d8 Report strict-inference issues with function return types
      dart-lang/sdk@c1d0ca7518 [vm/bytecode] Minor cleanup.
      dart-lang/sdk@ecc99cca3b Fix lib_2/async/stream_distinct_test.
      dart-lang/sdk@0d0630bf52 Compile with -lpthread by default on linux.
      dart-lang/sdk@405ff47ebe Add ClassElement.isDartCoreObject, use instead of 'classElement.type.isObject'.
      dart-lang/sdk@3290912366 Remove code reference to Never
      dart-lang/sdk@46f2603781 Reland "[build] Speed up debug and simulator builds by running steps on the prebuilt VM."
      dart-lang/sdk@07cd62af19 [ package:vm_service ] 2.0.0 Release: Added named parameters to VM service object constructors
      dart-lang/sdk@188ad65b2d [vm] Support serializaing PcDescriptors in kFull snapshots.
      dart-lang/sdk@e978b32a7e Stop using '.type' in analysis_server.
      dart-lang/sdk@87ba885a45 Delete language_2/call_method_implicit_tear_off_implements_function_test.
      dart-lang/sdk@b53b425195 Migration: change EdgeOrigin classes to store AST nodes rather than offsets.
      dart-lang/sdk@233189e598 Migration: clean up EdgeOrigin class hierarchy.
      dart-lang/sdk@74db01f1c2 Migration: Remove edge origins from GraphEdge data structure.
      dart-lang/sdk@963b98715d [vm/fuzzer] Reduce limit on emitted classes
      dart-lang/sdk@ec1b9615b1 fix for unused_field
      dart-lang/sdk@c5c2c1bcca Migration: Fix assignment of FutureOr<T> to FutureOr<U>.
      dart-lang/sdk@f470695875 Stop using ClassElement/TypeParameterElement.type in tests.
      1bdcca67
  4. 17 9月, 2019 8 次提交
  5. 16 9月, 2019 11 次提交
  6. 14 9月, 2019 6 次提交
    • B
      Roll src/third_party/dart a554c8be6b..d0052c1b31 (22 commits) · 1a2c16b3
      Ben Konyi 提交于
      dart-lang/sdk@d0052c1b31 [dart:_http] Fix potentially large List<int> allocation in _WebSocketPerMessageDeflate.processIncomingMessage
      dart-lang/sdk@4aa820bbf5 Reland "[vm/bytecode] Switch kernel service dill to bytecode if building Dart SDK with --bytecode"
      dart-lang/sdk@f20f619050 Add 'variance' experimental flag.
      dart-lang/sdk@139889e2b9 Fix a couple of diagnostic messages and re-order several constants to restore alphabetic ordering
      dart-lang/sdk@daa22105fd More clean up for TypeSystem tests.
      dart-lang/sdk@3129ad9585 Only report a non-const initializer for const variables; fixes #35985
      dart-lang/sdk@f8f7a5a6c1 Migration: add a test case documenting the need for definite assignment integration
      dart-lang/sdk@366b4056e6 Migration: add a test case documenting a problem with back-propagation of non-nullability
      dart-lang/sdk@25401964ab Pass proper file URI under both Windows and not
      dart-lang/sdk@f35f9e8e24 [kernel] Don't lazy load classes when dills are concatenated
      dart-lang/sdk@b65120eae7 [vm/ffi] Update CSP after Enter/ExitSafepoint slow-path stubs on ARM64.
      dart-lang/sdk@2a12c63631 [cfe] Use SuperPropertySet for super assignment
      dart-lang/sdk@4b72fffaaf [cfe] Use VariableSet for variable assignment
      dart-lang/sdk@2153a06b82 [cfe] Use PropertySet for property assignment
      dart-lang/sdk@4fd7bf7356 [cfe] Split inference of super property get from instance property get
      dart-lang/sdk@f8f37c131b [cfe] Split inference of super method invocation from instance method invocation
      dart-lang/sdk@7d2ebd3ce9 [cfe] Introduce InternalExpression
      dart-lang/sdk@2c6f779a76 [cfe] Remove legacyMode
      dart-lang/sdk@392cd3b26f [cfe] Delete InferredTypeVisitor
      dart-lang/sdk@71534fe18c [cfe] Make *Impl classes
      dart-lang/sdk@15ccf4c703 [cfe] Remove unneeded Judgments
      dart-lang/sdk@7985b187ab [cfe] Remove ExpressionJudgment.inferredType
      1a2c16b3
    • S
      Roll src/third_party/skia 043dba039e0d..cf4deab60e30 (5 commits) (#12278) · e340a344
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/043dba039e0d..cf4deab60e30
      
      git log 043dba039e0d..cf4deab60e30 --date=short --no-merges --format='%ad %ae %s'
      2019-09-13 ethannicholas@google.com Improved skslc depth tracking
      2019-09-13 michaelludwig@google.com Always create an approx-size texture for approx-fit proxies
      2019-09-13 ethannicholas@google.com SkSL now supports constant 1/0 in all swizzle channels, as well as "LTRB" as an alias for "xyzw" / "rgba".
      2019-09-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-09-13 mtklein@google.com test we already have SkPicture::drawsNothing()
      
      Created with:
        gclient setdep -r src/third_party/skia@cf4deab60e30
      
      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
      e340a344
    • S
      Roll fuchsia/sdk/core/linux-amd64 from 6a4X4... to Xfeuz... (#12261) · 0897b50c
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/linux-amd64 from 6a4X4... to Xfeuz...
      
      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
      0897b50c
    • S
      Roll src/third_party/skia be194479d27f..043dba039e0d (23 commits) (#12262) · 186014ce
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/be194479d27f..043dba039e0d
      
      git log be194479d27f..043dba039e0d --date=short --no-merges --format='%ad %ae %s'
      2019-09-13 michaelludwig@google.com Revert "Use "clamp" when reexpanding gaussian blurs"
      2019-09-13 kjlubick@google.com [canvaskit] expose SkColorFilter and add SkColorMatrix helpers
      2019-09-13 reed@google.com Pull path nested types out to root level
      2019-09-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 f421e0e33e66..b1580a276713 (5 commits)
      2019-09-13 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
      2019-09-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 4712e39822ec..465489971eea (366 commits)
      2019-09-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 5a5ffe52a944..adb0d51ca672 (7 commits)
      2019-09-13 reed@google.com make rectcontour and nestedrects private
      2019-09-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-09-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-09-12 fmalita@chromium.org [skottie] Avoid reshaping text unnecessarily
      2019-09-12 senorblanco@chromium.org Tiny Dawn fix: don't submit empty list of command buffers to the queue.
      2019-09-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-09-12 senorblanco@chromium.org Update Dawn backend to recent GrGpu::onCreateTexture() change.
      2019-09-12 jvanverth@google.com Fix ETC1 support on iOS.
      2019-09-12 csmartdalton@google.com Use "clamp" when reexpanding gaussian blurs
      2019-09-12 robertphillips@google.com Add bench for SkDDLRecorder detach
      2019-09-12 bsalomon@google.com Make blurrect_compare GM work on GPUs without renderable A8
      2019-09-12 bsalomon@google.com Update fully lazy proxy checks to look for negative w/h
      2019-09-12 mtklein@google.com rewrite tricky loop to avoid -Wsizeof-array-div
      2019-09-12 robertphillips@google.com Add kRG_1616 and kAlpha_16 SkColorTypes
      2019-09-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 0b8eca795349..f421e0e33e66 (6 commits)
      2019-09-12 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
      
      Created with:
        gclient setdep -r src/third_party/skia@043dba039e0d
      
      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
      186014ce
    • S
      Roll fuchsia/sdk/core/mac-amd64 from JVZ_i... to gVBCH... (#12260) · 4debdda6
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/mac-amd64 from JVZ_i... to gVBCH...
      
      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
      4debdda6
    • B
      Roll src/third_party/dart d9489622be..a554c8be6b (10 commits) · 9e7bd05c
      Ben Konyi 提交于
      dart-lang/sdk@a554c8be6b Fix language_2/flatten_test.
      dart-lang/sdk@95d7749f48 [vm/compiler] OSR on non-empty stack integrity
      dart-lang/sdk@683dca0e9a [vm/fuzzer] Fix an inconsistency with local names
      dart-lang/sdk@7516af7237 Add support for test requirements.
      dart-lang/sdk@1cd6518897 Revert "[vm/bytecode] Workaround for incorrect type parameters in function types"
      dart-lang/sdk@d7dc524b5f [vm, bytecode] Use call-scoped temporaries for NativeArguments to reduce the frame size of Interpreter::Call.
      dart-lang/sdk@9f778d69f4 Fix language_2/external_test.
      dart-lang/sdk@a09845fe3d [vm/fuzzer] Track and print invalid test cases
      dart-lang/sdk@c138b505be Update TypeSystem tests to reuse AbstractTypeSystemTest.
      dart-lang/sdk@c858519064 Delete lib_2/async/timer_not_available_test.
      9e7bd05c
  7. 13 9月, 2019 1 次提交
    • A
      Roll dart to d9489622befb638c040975163cf9b8eba2ff057b. (#12255) · 6e6de944
      Alexander Aprelev 提交于
      * Roll dart to d9489622befb638c040975163cf9b8eba2ff057b.
      
      Changes since last dart roll
      ```
      d9489622be Revert "[build] Speed up debug and simulator builds by running steps on the prebuilt VM."
      35d1333c2f [vm] remove token position for ExceptionHandlers
      5beca80bc7 [analyzer] add isNullAware to IndexExpression
      2bc48ad1b6 [analyzer] add isNullAware to propertyAccess
      cfd1efc0d9 [vm/bytecode] Fix getting of target of dynamic invocation forwarder
      68bcc00d10 [analyzer] implement isNullAware for method invocations
      351acd155d [build] Fix application_snapshot.gni for uses outside of utils/xyz.
      7badd807b1 Add a fix to replace an override with the extension name if accessing a static member
      c72a8589d9 Don't use DartType.instantiate() in TypeProviderImpl.
      49de78b708 Convert tests so that they will continue to pass when extension methods are enabled by default
      9d3de982c6 fix for REMOVE_UNUSED_LABEL
      97925ece63 Delete test_runner/tool/co19.dart
      68022510a4 Revert "[vm, service] Remove _collectAllGarbage."
      892187eff7 [dart2js] Ensure JSInvocationMirror.typeArguments is unmodifiable.
      81c9fb8e63 Fix corelib_2/nsm_invocation_generic_test.
      6a2a20207a Auto-CC dart2js on changes to the js_runtime sdk.
      29ce9350d3 Migration: add a test case documenting a problem with "is" checks.
      152fbbb1d9 Migration: add a test case documenting an operator== corner case.
      83930fdc75 Reformatted extension method tests.
      4331e7e5fa Fix bad tests setter_no_getter_test and syntax_test.
      fc2f744d9e Deprecate 'Source.encoding'.
      74cff6c7df [build] Speed up debug and simulator builds by running steps on the prebuilt VM.
      59bcc4ea1e [vm/kernel] record yield positions at streaming flow graph builder
      c74e68e501 Add documentation for more diagnostics
      59008b8692 Skip parts with invalid URIs.
      3b1d3de988 update parser to report out of order "?.." operator
      420b292410 [vm/compiler] More work on the IL serializer.
      ebf1f01ca5 [vm/compiler] Continued work on the IL deserializer.
      bdf237fa77 (origin/base) [cfe] Add a bit to Library to inticate if it's opted in for NNBD
      a350f6e57d [gardening] Always use Dart binary from checked-in sdk when running gen_kernel in vm/dart tests
      94b3a3f2ac [cfe] Don't reuse type parameters of FunctionNode in its functionType
      a9a9765eb3 [gardening] Skip dart/run_appended_aot_snapshot_test on simarm_x64
      8b26ae942f Change name of test configuration on abi test builder.
      ce5556ab36 [kernel] Load classes lazily
      2bfe714d42 [kernel] Make class hierarchy member lists lazy
      a62289451d Update changelog to include the recent breaking change
      60ca2b840d Revert "Enable visibleForTesting on unnamed constructors"
      ```
      6e6de944