1. 25 10月, 2019 1 次提交
    • S
      Roll src/third_party/skia 740f85949db2..6f1c20f01fa9 (16 commits) (#13343) · e6576610
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/740f85949db2..6f1c20f01fa9
      
      git log 740f85949db2..6f1c20f01fa9 --date=short --no-merges --format='%ad %ae %s'
      2019-10-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-10-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-10-24 ethannicholas@google.com Vulkan SkSL code now works in locales which use ',' as the decimal separator.
      2019-10-24 rmistry@google.com Make NUC7i5BNK SkottieWASM/Lottie_Web bots ON_DEMAND
      2019-10-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-10-24 bsalomon@google.com Reland "Allow direct readback for formats in non-ES OpenGL"
      2019-10-24 halcanary@google.com [minor] nanobench: use default member initializer
      2019-10-24 mtklein@google.com remove NEON matrix procs
      2019-10-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-10-24 herb@google.com Change code() to glyphID() on SkGlyph.
      2019-10-24 csmartdalton@google.com Reland "ccpr: Unblacklist Qualcomm with msaa"
      2019-10-24 bsalomon@google.com Make GrSurfaceProxy ref counts thread safe.
      2019-10-24 mtklein@google.com did you mean to leave this in?
      2019-10-24 jvanverth@google.com Reland "Enable Programs (formerly GLPrograms) test for other APIs"
      2019-10-24 bsalomon@google.com GrResourceProvider::MakeApprox() fix after SkISizification
      2019-10-24 robertphillips@google.com Pull tessellation forward into GrTextureOp::onPrePrepareDraws
      
      Created with:
        gclient setdep -r src/third_party/skia@6f1c20f01fa9
      
      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 michaelludwig@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=michaelludwig@google.com
      e6576610
  2. 24 10月, 2019 1 次提交
    • R
      Roll Dart to 635c47b1c9efe86b896d95bd446c6a5e2459037e. (#13315) · dcf7b510
      Ryan Macnak 提交于
      635c47b1c9ef Reland "Update BoringSSL to 4dfd5af70191b068aebe567b8e29ce108cee85ce."
      2be376385cf0 [vm/ffi] Support moves with temp in ffi call
      92c69f224b96 Flow analysis: promote on successful execution of an "as" expression.
      6461e412b63c Flow analysis: call initialize for params after functionExpression_begin.
      5837c65b6e87 Flow analysis: test unreachability for constructor initializers.
      8e23f76ac731 Flow analysis: properly handle promotion of type parameters.
      a7b092edf06e Fix operator== for type parameter types.
      06a8577de223 Flow analysis: recursively annotate unreachable nodes in test
      dcf7b510
  3. 23 10月, 2019 1 次提交
  4. 18 10月, 2019 1 次提交
  5. 16 10月, 2019 2 次提交
  6. 31 8月, 2019 1 次提交
  7. 22 8月, 2019 2 次提交
    • S
      1. Update license files to account for the new Dart License file (#11364) · fc27f80a
      Siva 提交于
      2. Roll src/third_party/dart 027071318f..1279641cdd (65 commits)
      
      dart-lang/sdk@1279641cdd Migration: integrate for-each loops with flow analysis.
      dart-lang/sdk@51cd16ecf0 Flow analysis: support for and for-in elements in collections.
      dart-lang/sdk@47d2794a71 Implement methods that were missing from ExtensionElementForLink
      dart-lang/sdk@a17959b5a0 Log the context in which analysis work is done.
      dart-lang/sdk@9198813a55 Revert "Scaffolding for dart:wasm"
      dart-lang/sdk@4bf5a72ca0 Flow analysis: support functions whose bodies are expressions.
      dart-lang/sdk@b569bf048e Migration: node builder support for new-style typedefs.
      dart-lang/sdk@f39a3f188e Scaffolding for dart:wasm
      dart-lang/sdk@3729b961bb Use SearchedFiles when searching subtypes for 'analysis.implemented'.
      dart-lang/sdk@5d816cbc5d [vm/concurrency] Add FLAG_enable_isolate_groups, still defaulting to true
      dart-lang/sdk@480e481708 Throw HttpException instead of String in http impl
      dart-lang/sdk@9aa48c2e91 Build local elements in initializers of typed constants.
      dart-lang/sdk@af2e729fca Record request / response statistics.
      dart-lang/sdk@7bc9515ac2 Fix CompilationUnitMember doc comment. Fixes #27170
      dart-lang/sdk@ef39492fd6 Fix support for annotations on extensions
      dart-lang/sdk@64efe44e5e Formal parameters of FunctionTypeAlias should be created in @function reference.
      dart-lang/sdk@0323fb97bc Migration: support Function() syntax with type formal parameters.
      dart-lang/sdk@19533094eb Stop deleting the terminating period on diagnostic messages
      dart-lang/sdk@d252efaa49 Migration: node builder support for old-style typedefs
      dart-lang/sdk@468800f9d7 Refine the type of FunctionTypeAlias.declaredElement.
      dart-lang/sdk@c44c2f1b68 Update LSP readme with instructions for shipped SDKs instead of source
      dart-lang/sdk@f2e04caeaf [CFE] Fix CQ race condition with lint status
      dart-lang/sdk@bc16959fc7 Reland "[vm/ffi] Dispatch native callbacks through trampolines if we can't ensure callbacks will always be executable."
      dart-lang/sdk@48edb2362a [CFE] Update lint for explicit types to also look at fields and top level fields
      dart-lang/sdk@5905fe41a9 [CFE] Explicit return types and overrides in constant evaluator
      dart-lang/sdk@698c5b1a36 [CFE] Add 'double import' lint
      dart-lang/sdk@b625152523 [infra] Remove non-essential test expectations from kernel status files
      dart-lang/sdk@c37b5b2edf [vm/ffi] Status: skip test including callbacks on DBC
      dart-lang/sdk@095d1c2835 [infra] Clean up general status files
      dart-lang/sdk@7f9f4ad774 [cfe] Delete legacy tests
      dart-lang/sdk@91c8cf7167 [cfe] Support per folder experimental flags in testcases
      dart-lang/sdk@670d40d808 [vm/ffi] regression test for 37511
      dart-lang/sdk@c651102793 Remove third_party licenses from LICENSE
      dart-lang/sdk@5e5313c8d6 [vm/bytecode] Keep unreachable code for code coverage
      dart-lang/sdk@922c2bfbb0 [vm/bytecode] Include source info and asserts into platform with bytecode
      dart-lang/sdk@457c4349d0 [ package:vm_service ] Prep for 1.1.1 release
      dart-lang/sdk@861cae4853 [vm/fuzzer] Disable stacktrace option on FFI runs
      dart-lang/sdk@f50a566476 Enclose local variables in default values of optional formal parameters.
      dart-lang/sdk@239a6d1449 [vm, bytecode] Annotate super calls and clear lookup caches on reload.
      dart-lang/sdk@ee38a308da thread feature set into linter debug util
      dart-lang/sdk@afc259ea6b [dart2js] Add 'any' to DartType.
      dart-lang/sdk@1d9b6427ef Prepare to publish analyzer version 0.38.1.
      dart-lang/sdk@a5007cde35 Clean up an obsolete TODO comment
      dart-lang/sdk@293eee940b [dart2js] Revert to old Closure.toString() implementation for old RTI.
      dart-lang/sdk@f842b03de5 linter visit hooks for extensions
      dart-lang/sdk@3fe9ba152f Migration: implement Variables._decorateDirectSupertypes.
      dart-lang/sdk@d67eaefe77 Add more tests of the visibility of extension members
      dart-lang/sdk@72923471c4 strict-inference failures for untyped parameters:
      dart-lang/sdk@bfc7f8c4b5 Fix crash parsing invalid constructor initializer
      dart-lang/sdk@3e69627752 Fix type argument parsing crash
      dart-lang/sdk@e2777454cc Fix dartfmt bug
      dart-lang/sdk@d95bb2d74f [ package:vm_service ] Analyze package:vm_service on bots
      dart-lang/sdk@38ca72a3e7 [dart2js] TrivialRuntimeTypesNeed should not say non-generic classes need type arguments.
      dart-lang/sdk@04bd34ed87 Issue 37916. The name of ConstructorName cannot be shadowed.
      dart-lang/sdk@3865187956 [nnbd_migration] already-migrated types with 1:1 type args & params.
      dart-lang/sdk@e2fee9c0dd [pkg:vm_service] fix an issue serializing list args
      dart-lang/sdk@37183f8865 [observatory] Remove stale asserts from heap snapshot processing.
      dart-lang/sdk@396613d884 [pkg:vm_service] be more lenient towards nulls json fields in the java library
      dart-lang/sdk@0fee296130 [vm] Add wasmer to third_party, and support building rust libraries
      dart-lang/sdk@663a8630e6 Revert "[vm/ffi] Dispatch native callbacks through trampolines if we can't ensure callbacks will always be executable."
      dart-lang/sdk@e8c82c6784 [vm/ffi] Suppress irrelevant lint failures in FFI sources.
      dart-lang/sdk@bab592fd28 [vm/ffi] Dispatch native callbacks through trampolines if we can't ensure callbacks will always be executable.
      dart-lang/sdk@e34c4319dc Migration: property decorate implicit bottom types.
      dart-lang/sdk@c6e2497569 Migration: capture more exception information and make it easier to examine stack traces.
      dart-lang/sdk@fc16f8aa58 Apply flutter-engine patch to dump dart_package_config_tag version
      dart-lang/sdk@1e79aa6b7e Update LSP readme to link to dart-vim instructions
      fc27f80a
    • S
      Roll src/third_party/skia 80bff5b3a2d7..9e081d164c81 (16 commits) (#11354) · 3606f7bc
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/80bff5b3a2d7..9e081d164c81
      
      git log 80bff5b3a2d7..9e081d164c81 --date=short --no-merges --format='%ad %ae %s'
      2019-08-21 herb@google.com Don't send strike with no pending glyphs
      2019-08-21 jlavrova@google.com Bug fixes for Flutter
      2019-08-21 brianosman@google.com SkRuntimeShaderMaker -> SkRuntimeShaderFactory
      2019-08-21 egdaniel@google.com Move CopyOps to CopyRenderTask.
      2019-08-21 csmartdalton@google.com Mark mipmaps dirty from makeClosed() rather than opList constructors
      2019-08-21 robertphillips@google.com Remove GrPendingIOResource
      2019-08-21 csmartdalton@google.com Convert GrManyDependentsMipMappedTest to a mock gpu test
      2019-08-21 fmalita@chromium.org [svgcanvas] Don't emit default fill and stroke attributes
      2019-08-21 bsalomon@google.com Fix sk_sp<> for incomplete type build issue
      2019-08-21 bungeman@google.com Simplify gdi handle use with gdi fonts.
      2019-08-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 12b0343d8960..47820316fcec (1 commits)
      2019-08-21 bsalomon@google.com GrSurfaceContext not ref counted.
      2019-08-21 reed@google.com improve verts bench
      2019-08-21 brianosman@google.com Conservatively consider any path with tiny edges to be concave
      2019-08-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 6655095842ec..12b0343d8960 (1 commits)
      2019-08-21 kjlubick@google.com Fix aggregators to use new gold objects
      
      Created with:
        gclient setdep -r src/third_party/skia@9e081d164c81
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff, who should
      be CC'd on the roll, and stop the roller if necessary.
      
      
      Bug: None
      TBR=egdaniel@google.com
      3606f7bc
  8. 21 8月, 2019 1 次提交
  9. 15 8月, 2019 2 次提交
    • B
      7c6e274f
    • J
      [Windows] Alternative Windows shell platform implementation (#9835) · ff484d4f
      James Clarke 提交于
      Start work on flutter/flutter#30726 by adding an alternative win32 shell platform implementation for Windows that is not based on GLFW and that uses LIBANGLE for rendering and native win32 windowing and input. This change does not replace the GLFW implementation but rather runs side by side with it producing a secondary flutter_windows_win32.dll artifact. The following items must be added to attain parity with the GLFW implementation:
      - Custom task scheduling
      - Support for keyboard modifier keys
      - Async texture uploads
      - Correct high DPI handling on Windows versions < 1703
      and will be added in subsequent changes.
      ff484d4f
  10. 08 8月, 2019 1 次提交
  11. 01 8月, 2019 2 次提交
    • S
      Roll fuchsia/sdk/core/linux-amd64 from... · b7c0195b
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/linux-amd64 from fuchsia/sdk/core/linux-amd64:E8lhQA7KKqhzZkfqaF8zKnqOMy88-Z3lf4uBnUNHa4AC to fuchsia/sdk/core/linux-amd64:2k-0epsqEV14oZvIxpS-jHkPhZa837aSNjEj14wd73MC (#10301)
      
      Roll fuchsia/sdk/core/linux-amd64 from fuchsia/sdk/core/linux-amd64:E8lhQA7KKqhzZkfqaF8zKnqOMy88-Z3lf4uBnUNHa4AC to fuchsia/sdk/core/linux-amd64:2k-0epsqEV14oZvIxpS-jHkPhZa837aSNjEj14wd73MC
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff, who should
      be CC'd on the roll, and stop the roller if necessary.
      b7c0195b
    • B
      Roll src/third_party/dart 80c4954d4d..bd049f5b53 (37 commits) (#10294) · 384d6147
      Ben Konyi 提交于
      dart-lang/sdk@bd049f5b53 [llvm] Fix bit target definition on Windows - it needs .exe extension
      dart-lang/sdk@782243640b Fix NPE (issue 37677)
      dart-lang/sdk@2390a25341 [dartdevc] emit base types (void/dynamic) eagerly
      dart-lang/sdk@0451f598cc Warn about UI-as-Code features in const context with low SDK constraint
      dart-lang/sdk@8293e96ba9 Fix INFERENCE_FAILURE_ON_COLLECTION_LITERAL to allow for dynamically-typed elements.
      dart-lang/sdk@3b1cb90146 allow void in extension declaration header
      dart-lang/sdk@9ecd475c03 Copy pkg/analysis_server/language_model to dart-sdk/model for x64 builds
      dart-lang/sdk@58d3d71df4 [fasta] Don't report errors on NNBD features if experiment is enabled
      dart-lang/sdk@6c1523410f Flow analysis: Create definite assignment test cases.
      dart-lang/sdk@973a236558 Fail analyzer ID tests if errors are found.
      dart-lang/sdk@7557a14a74 Move test cases from type_promotion_test.dart into front end.
      dart-lang/sdk@9f2845e39b Resolve index operators from extensions
      dart-lang/sdk@cdf56d7892 [vm] Ensure we wait for the service-isolate to boot-up before communicating with it
      dart-lang/sdk@d3fbbf8b5a Fix the dart-sdk-linux task by not building analysis server on 32 bit ARM architecture
      dart-lang/sdk@3fa3f0e62d Enhance the comment for TypeParameterElement.bounds to capture information from a previous CL
      dart-lang/sdk@8cce940579 [API] Makes Dart_InvokeVMServiceMethod errors more specific.
      dart-lang/sdk@2e197ae4de [vm/compiler] Tweaks and additions to IL serializer/S-expressions.
      dart-lang/sdk@2875b1bcce [kernel][nnbd] Keep declared nullability on type parameter types
      dart-lang/sdk@59aa4cd693 [cfe] Merge more Kernel*Builder classes into *Builder classes
      dart-lang/sdk@fe2f82650b [cfe] Remove generics from Loader and UnresolvedType
      dart-lang/sdk@b7eeacfc24 [infra] Add script to publish results.json to Cloud Pub/Sub
      dart-lang/sdk@0a85a8878d [vm/llvm] Use relative paths in LLVM build rules.
      dart-lang/sdk@20e4c74f7f [fasta][nnbd] Print NNBD type modifiers in Kernel's text representation
      dart-lang/sdk@776f2d34e9 Migration: implement "exact nullability" propagation.
      dart-lang/sdk@40e6954a30 [vm/bytecode] Update error messages for dart:mirrors and dart:ffi
      dart-lang/sdk@1e80e917b6 [ VM / Service ] Update package:vm_service to support service protocol 3.25
      dart-lang/sdk@5f32027e1d [ VM / Service ] Add getInboundReferences, getRetainingPath RPCs and InboundReferences, InboundReference, RetainingPath, RetainingObject objects.
      dart-lang/sdk@e91e3b816b Revert "[vm] Fix deadlock in isolate shutdown."
      dart-lang/sdk@18e4e7830d [ VM / Service ] Bump VM service version to 3.24
      dart-lang/sdk@8591778065 [ VM / Service ] Added 'operatingSystem' property to VM object
      dart-lang/sdk@de013a4b51 Add an optional path parameter to parseString.
      dart-lang/sdk@d8160e0cb1 [vm] Fix deadlock in isolate shutdown.
      dart-lang/sdk@bb34cfeb25 [dart/fuzzer] Extend list of forbidden classes/methods
      dart-lang/sdk@361d27e20b [dart/vm] Fix bug in parallel move/register allocator
      dart-lang/sdk@f166a82b19 [vm/bytecode] Improvements in bytecode debugger.
      dart-lang/sdk@773f8d53ed Reland "[llvm] Add initial scaffolding"
      dart-lang/sdk@f56a6a4246 test_matrix.json changes for simarm_x64
      384d6147
  12. 30 7月, 2019 2 次提交
    • S
      Roll src/third_party/skia a8825f5a8b82..9ef1b771afa7 (8 commits) (#10238) · 1d0623a4
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /compare/a8825f5a8b82..9ef1b771afa7
      
      git log a8825f5a8b822920f30cdb5e2c36ec74ecf98531..9ef1b771afa75968b88c445d83bf60993a0b65c3 --date=short --no-merges --format=%ad %ae %s
      2019-07-29 halcanary@google.com experimental/editor: scroll on cursor movement, Editor::getLocation
      2019-07-29 egdaniel@google.com Remove need for GrVkPipelineLayout class.
      2019-07-26 michaelludwig@google.com Use SkTileMode for blur and matrix convolution filters
      2019-07-29 mtklein@google.com don&#39;t try to format removed files
      2019-07-29 ethannicholas@google.com renamed SkSL texture() and process() to sample()
      2019-07-29 jvanverth@google.com Use shared mode for Metal texture upload buffers.
      2019-07-26 brianosman@google.com Allow defined functions in the SkSL .inc files
      2019-07-26 csmartdalton@google.com skpbench: invoke &#39;adb wait-for-device&#39; lazily
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff (benjaminwagner@google.com), and stop
      the roller if necessary.
      1d0623a4
    • B
      Roll src/third_party/dart 0ca1582afd..1e43d65d4a (50 commits) (#10226) · 134b41a8
      Ben Konyi 提交于
      dart-lang/sdk@1e43d65d4a [cfe] Merge KernelFunctionBuilder into ProcedureBuilder
      dart-lang/sdk@87626888a4 [cfe, dart2js] Constant hashcode improvements.
      dart-lang/sdk@b8614ca613 Revert InheritanceManager3 changes.
      dart-lang/sdk@8b6badda35 [cfe] Add static type test
      dart-lang/sdk@a9ebb5c3c8 Enable running language model unit tests on windows
      dart-lang/sdk@43d6819c28 [js_runtime] Avoid testing subtypes of JSArray in js_array.dart
      dart-lang/sdk@306a592fe4 Add a test for hovers now that doc comments are preserved
      dart-lang/sdk@e57b7f2101 Update member sorter to sort extensions
      dart-lang/sdk@b98d5c424e [dart2js] new-rti: Remove subtype check metering
      dart-lang/sdk@614c0cbb52 [dart2js] new-rti: Impacts for _generalXXX methods
      dart-lang/sdk@030ef7b2b3 [dart2js] new-rti: HAsCheck basic optimization
      dart-lang/sdk@03e5d910ce [dart2js] Register _Universe.addRules as a global impact.
      dart-lang/sdk@05fdac2769 [dart2js] Support optional named parameters in function RTI.
      dart-lang/sdk@bab9e69ad2 Add more tests of extension methods
      dart-lang/sdk@48ce5c2f16 Deprecate isMoreSpecificThan() and isDirectSupertypeOf().
      dart-lang/sdk@0c8a7b12ab [dart2js] Implement evalTypeVariable in new RTI.
      dart-lang/sdk@c5da55311a Fix promoteToNonNull() to support type parameters.
      dart-lang/sdk@c27db7ce6f Preliminary work for INVALID_USE_OF_NEVER
      dart-lang/sdk@5b5ddeda92 Switch EdgeBuilder to InheritanceManager3.
      dart-lang/sdk@4c34d5825b [analyzer] change listPostfixCompletionTemplates to not be async
      dart-lang/sdk@42769d3391 [dartdevc] Update error messages to use new label in github url
      dart-lang/sdk@e76879acc4 Add 'inheritanceManager' to LinterContext.
      dart-lang/sdk@b5871f59bc [analyzer] update the pkg/.gitignore file to ignore the pkg/analysis_server/language_model/ dir
      dart-lang/sdk@575f5c8b90 Revert "[vm] Fix uri/path discrepancy preventing running snapshots via spawnUri"
      dart-lang/sdk@0a73628a20 [ VM ] Fix asan failures in Isolate_getDebugName
      dart-lang/sdk@dceeadae53 [dartdevc] Fix unevaluated constants when building SDK with kernel
      dart-lang/sdk@d60345a77b Move import directive prefix offset into informative data.
      dart-lang/sdk@c4b829ba2c [vm] Fix uri/path discrepancy preventing running snapshots via spawnUri
      dart-lang/sdk@d2f1dde3c7 Merge two codes, improve some messages, and general code cleanup
      dart-lang/sdk@16f7076547 [vm/bytecode] Generate bytecode for expression evaluation
      dart-lang/sdk@6241ea1788 Disable running a test from test_all that breaks when run from a parent directory
      dart-lang/sdk@a0e8fc935e Guard against NPE when checking for an implicit covariance cast in an invocation of an extension method
      dart-lang/sdk@1d14f239b0 Fix one of the language tests
      dart-lang/sdk@75c2c7faf0 [vm/bytecode] Fix number of checked args when calling setters
      dart-lang/sdk@d742779f04 Fix LeastUpperBoundTest tests for mixins.
      dart-lang/sdk@78224f9b0c [cfe+analyzer+dart2js] Support union markers in id-testing
      dart-lang/sdk@bcfe26cba0 [cfe] Fail early on unsupported evaluated constants
      dart-lang/sdk@e1cb626127 Deprecate DartType.isEquivalentTo and replace with '=='.
      dart-lang/sdk@c49eeadd2a Remove workarounds for http://dartbug.com/37587
      dart-lang/sdk@8b81bb8115 Remove some unused imports
      dart-lang/sdk@a42f5a668f Include mixin superclass constraints into superinterfaces.
      dart-lang/sdk@e9220a762b [dart2js] Cache [_ConstantNodeIndexerVisitor] on [_MemberData]
      dart-lang/sdk@27bec56744 Add ExecutableElement(s) based InheritanceManager3, and switch analyzer to it.
      dart-lang/sdk@545afa246c [ VM ] Fix potential races in Isolate_getDebugName
      dart-lang/sdk@f5400e9bcd [ Service ] Update package:vm_service description and homepage
      dart-lang/sdk@b68e5c4338 [vm] Clear native flag on dynamic invocation forwarders.
      dart-lang/sdk@7b850d213c [infra] Make tools/test.py --system=android -ax64 -cdartkp -mreleaes work
      dart-lang/sdk@32bb7441b4 [nit] style in run_vm_tests.cc: func args comments, NULL -> nullptr.
      dart-lang/sdk@d44076efea [vm/compiler] Add S-expression layer to serializer.
      dart-lang/sdk@1365def43f Compare nullabilitySuffix in DartType equality.
      134b41a8
  13. 27 7月, 2019 2 次提交
  14. 26 7月, 2019 2 次提交
    • S
      Roll fuchsia/sdk/core/linux-amd64 from... · a6038d50
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/linux-amd64 from ylNwUxj7tBGga6sghqrKH_gqu3RzfTLxB4rxZhAk2IAC to vHQ3m9W_pv1OLg6ch-uP3bu-VhWS-4PKZm4YrxjP-fAC (#10148)
      
      Roll fuchsia/sdk/core/linux-amd64 from ylNwUxj7tBGga6sghqrKH_gqu3RzfTLxB4rxZhAk2IAC to vHQ3m9W_pv1OLg6ch-uP3bu-VhWS-4PKZm4YrxjP-fAC
      
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff, who should
      be CC'd on the roll, and stop the roller if necessary.
      
      a6038d50
    • B
      Roll src/third_party/dart 0c97c31b6e..a2aec5eb06 (22 commits) (#10139) · 35b62dda
      Ben Konyi 提交于
      dart-lang/sdk@a2aec5eb06 [test] Deflakes, un-excepts http_close_test.
      dart-lang/sdk@dd59b193c7 Revert 52cace8160 as it breaks flutter tests on android nexus 5x.
      dart-lang/sdk@4cba23496a [dart2js] new-rti: Remove no-op evals.
      dart-lang/sdk@a66a42baff Test for default value referencing extension static method.
      dart-lang/sdk@5713caaf09 prepend all remaining scanner error tokens
      dart-lang/sdk@ac6a3d9369 Revert "[dart2js] new-rti: Add 'minified:' tag to minified names"
      dart-lang/sdk@9fe8865f4a [vm, bytecode] Implement ParameterMirror and enable mirror tests.
      dart-lang/sdk@1ac0a36fcb [dart/vm] Fix division-by-zero bug in range analysis
      dart-lang/sdk@939cce78b9 Create analysis server flag --completion-model
      dart-lang/sdk@9e4cf6af14 Add tests for static extension methods.
      dart-lang/sdk@35fb2377c5 [vm/bytecode] Properly handle non-live bytecode frames in debugger.
      dart-lang/sdk@3e3d6473bc Perform more resolution of method invocations involving extension methods
      dart-lang/sdk@bf4bde6ea2 Move test cases from flow_analysis_test.dart into front end.
      dart-lang/sdk@55a4ee8a5d [vm] correctly create connection errors
      dart-lang/sdk@e0ee7cbc7f [dart2js] new-rti: Add 'minified:' tag to minified names
      dart-lang/sdk@3c05b8199b move identifier recovery into scanner
      dart-lang/sdk@c62bd8f3f4 prepend unterminated comment error token and others
      dart-lang/sdk@34ed30f020 prepend unterminated string error code
      dart-lang/sdk@24d1e511df improve missing hex digit recovery
      dart-lang/sdk@3999da0892 Fix paths when run from same directory as manifest
      dart-lang/sdk@9d786640df [dart2js] Use Indexed{Sink/Source} for ConstantValue
      dart-lang/sdk@f38a719933 linter 0.1.95
      35b62dda
  15. 25 7月, 2019 3 次提交
  16. 24 7月, 2019 3 次提交
    • B
      Roll src/third_party/dart 9c148623c5..82f657d7cb (25 commits) · d409df82
      Ben Konyi 提交于
      dart-lang/sdk@82f657d7cb [cfe] Support error testing in annotated tests
      dart-lang/sdk@b9828b5ac7 [cfe] Merge KernelFormalParameterBuilder into FormalParameterBuilder
      dart-lang/sdk@58453dc4c7 Use findMethod() and assertElement() in ExtensionMethodTest.
      dart-lang/sdk@94b34b2b30 Refine how unspecified static error expectations are defined.
      dart-lang/sdk@d767363950 [dart2js] Make _ConstantNodeIndexerVisitor DAG-aware
      dart-lang/sdk@6ccfb4bab1 Update analyzer-cli test for summary2.
      dart-lang/sdk@11f5b34f07 Reland "[dartdevc] Immediately throw when encountering an unevaluated constant"
      dart-lang/sdk@48662bdb94 Report not initialized potentially non-nullable instance fields.
      dart-lang/sdk@030e60e0ef Allow the name of an extension to be accessed while linking
      dart-lang/sdk@46bcc460c0 Support for unnamed extensions in summary2.
      dart-lang/sdk@bd2b0504f1 Search for extension getter/method/setter using FindElement.
      dart-lang/sdk@4d62935fe5 [vm] Fix a small ELF serialization issue for simarm_x64
      dart-lang/sdk@ecaa530faf Collect informative data for extensions.
      dart-lang/sdk@6c43390cd8 Begin running the shared "ID tests" for constants on the analyzer.
      dart-lang/sdk@2ada1edb59 Fix for 'Never' in dart:core and summary1.
      dart-lang/sdk@71cd8a6efa Tests for analyzer_cli and --summary-deps-output results.
      dart-lang/sdk@4c08c5026d Expose DartObjectImpl.toFunctionValue() through the public API
      dart-lang/sdk@c37eebd011 Add a more "isDartCore..." getters to DartType.
      dart-lang/sdk@a082f8ce65 merge ArrayBasedScanner into AbstractScanner
      dart-lang/sdk@e6db859100 [dartdevc] Cleanup unused portions of subtyping rules
      dart-lang/sdk@f66964c66d [vm/concurrency] Ensure library tag handler is set up on the isolate group, shared by all isolates in the group.
      dart-lang/sdk@ce7232cd0f Store type Never in summaries.
      dart-lang/sdk@262e4c4b09 Remove canonicalization_hashing entries from language_2_dart2js.status
      dart-lang/sdk@0bfb943500 [vm] Locate ELF/Mach-O scripts with realpath in dart_precompiled_runtime.
      dart-lang/sdk@5e2a950685 Support accessing the documentation comment of an ExtensionElement
      d409df82
    • S
      Roll fuchsia/sdk/core/linux-amd64 from... · 25e5d597
      skia-flutter-autoroll 提交于
      Roll fuchsia/sdk/core/linux-amd64 from S_24mhItBb7pfUof8zsJPPSctC7xdlfjDEXEtyO25GYC to kU0OwJYlceN477ejdh9RXrl7Mp-wUTNvQozlaV96xmQC (#10079)
      
      Roll fuchsia/sdk/core/linux-amd64 from S_24mhItBb7pfUof8zsJPPSctC7xdlfjDEXEtyO25GYC to kU0OwJYlceN477ejdh9RXrl7Mp-wUTNvQozlaV96xmQC
      
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff, who should
      be CC'd on the roll, and stop the roller if necessary.
      
      25e5d597
    • B
      Roll src/third_party/dart fedd74669a..9c148623c5 (70 commits) (#10066) · 44ec59b7
      Ben Konyi 提交于
      dart-lang/sdk@9c148623c5 prepend missing hex digits error token
      dart-lang/sdk@62674b977d Revert "[dartdevc] Immediately throw when encountering an unevaluated constant"
      dart-lang/sdk@76128480ae fix bug in invalid constructor initializer recovery
      dart-lang/sdk@babefb8c01 [ VM / Service ] Added VMFlagUpdated event to VM stream
      dart-lang/sdk@b41b868797 prepend UnmatchedToken error tokens
      dart-lang/sdk@04a3f9ee9a 2.4 changelog: be more clear and consistent on breaking changes
      dart-lang/sdk@ccdddd2eee Parallel build-mode and DDC changes for summary2.
      dart-lang/sdk@ae5d4973ab Improve a diagnostic message by adding specific type information
      dart-lang/sdk@3605630e8a [dartdevc] don't clear generic type caches on a hot restart
      dart-lang/sdk@7fa49a285a Update the minimum SDK constraint to 2.2.2 for kernel and front_end packages.
      dart-lang/sdk@baaeafa2bb Flow analysis: move into front_end.
      dart-lang/sdk@24c0507d73 Flow analysis: remove the State.exit method.
      dart-lang/sdk@0a2993687b [vm/concurrency] Make all isolates within an isolate group coordinate on GCs
      dart-lang/sdk@9ec6a48613 Flow analysis: document the State class
      dart-lang/sdk@06b7329fc9 [dart2js, gardening]: Fix dart2js/inferrence/type_mask2_test
      dart-lang/sdk@ed38b6d664 Remove KernelMixinApplicationBuilder and KernelNamedTypeBuilder
      dart-lang/sdk@0177076f2f [cfe] Merge KernelBodyBuilder into BodyBuilder
      dart-lang/sdk@05b5883813 [cfe] Add documentation to some Generator implementations
      dart-lang/sdk@c9c0f56f48 [dart/vm] Add 'small string' parameter specifier
      dart-lang/sdk@eebbed2d7a Make PropertyDescription constructor parameters named.
      dart-lang/sdk@68ba8f9198 [WATCHLISTS] Don't CC dart2js on tests/compiler/dartdevc_native.
      dart-lang/sdk@9197c1b021 [dart2js] new-rti: fix TypeEval GVN
      dart-lang/sdk@60a952e261 [vm] Avoid superlinear time canonicalizing deep constants.
      dart-lang/sdk@730d2c6c6c [vm/bytecode] Fix removal of empty scopes in local variable info
      dart-lang/sdk@d3a09dda15 [vm/bytecode] Recognize list factories and set result type for static calls
      dart-lang/sdk@0864980e8c Resolve the call method when used with an extension override
      dart-lang/sdk@17e15ee9a4 Add outline support for extensions
      dart-lang/sdk@41263a4c1a [dart2js] Fix for 37502:  double ~/ x returns int
      dart-lang/sdk@211190e7ec [vm/bytecode] Reuse ConstantEvaluator instance in bytecode generator
      dart-lang/sdk@c2af59f1ea [dart/fuzzer] Add flag to control FP operations
      dart-lang/sdk@ee5a90cb1b Flow analysis: test that all variables are registered with add().
      dart-lang/sdk@477a3c4748 Revert "[ VM / Service ] Pulled in vm_service_drivers from its own repo."
      dart-lang/sdk@722b505316 NNBD migration: Fix an implicit downcast error.
      dart-lang/sdk@d7cb52b863 capture more info to debug 37528
      dart-lang/sdk@d6c85f4e92 rename dartfix "exclude" option to "excludeFix"
      dart-lang/sdk@1e04ff86b0 Mutate Aling(...) and Padding(...) into Container().
      dart-lang/sdk@dbeceb1d06 [ VM / Service ] Pulled in vm_service_drivers from its own repo.
      dart-lang/sdk@76f82bd0ec [dart2js] Split up runtime_types.
      dart-lang/sdk@0352fb2cb7 Fix package dependencies in analyzer_cli, dartfix, nnbd_migration
      dart-lang/sdk@3999369c5f [dart/vm] Display test return code on divergence
      dart-lang/sdk@d16ad91719 Update DATA_VERSION after summary2 changes to support extensions.
      dart-lang/sdk@da58647161 Flow analysis: register loop variables with add().
      dart-lang/sdk@1390201177 Support for 'padding' property, and EdgeInsets type.
      dart-lang/sdk@91eb2f5fd0 [analyzer] rename the dartfix --include <fix> option to dartfix --fix <fix>
      dart-lang/sdk@53bda39466 Create stream timeout timer before ondata() opeartions
      dart-lang/sdk@65d544edea [analyzer] update the analysis server's diagnostic page
      dart-lang/sdk@cddd21dde1 [cfe] Merge ExpressionGenerator into Generator
      dart-lang/sdk@b52328e528 [cfe] Remove unneeded indirect generator construction through Forest
      dart-lang/sdk@2a199f3993 [cfe] Merge KernelExpressionGenerator with ExpressionGenerator
      dart-lang/sdk@948b60f8dc [cfe] Add test for extension member parameters
      dart-lang/sdk@11755e537c [cfe] Add tests for extension members
      dart-lang/sdk@610183d5f9 [cfe] Rename operator[] to getLocalMember on Library/ClassBuilder
      dart-lang/sdk@b3b6533c3d [cfe] Create ClassBuilder for extension declarations
      dart-lang/sdk@7075ae7026 [cfe+dart2js] Move features to CFE
      dart-lang/sdk@b912aebf5c Flow analysis: change tryPromoteToNonNull to promoteToNonNull.
      dart-lang/sdk@7adca0ec5f Flow analysis: Remove "emptySet" argument from markNonNullable
      dart-lang/sdk@7719298616 Flow analysis: fix incorrectly written unit test.
      dart-lang/sdk@073d521131 Update DartType.displayName to display nullability when appropriate
      dart-lang/sdk@fe1da36f12 Change the wording of unused-element
      dart-lang/sdk@977a78b7a0 Flow analysis: expose State and unit test.  Also fix restrict method.
      dart-lang/sdk@90f03db962 Support for extensions in summary2.
      dart-lang/sdk@f23418d9b7 Flow analysis: Refactor some common unit testing code
      dart-lang/sdk@c8587ce199 Flow analysis: don't use `==` to compare types.
      dart-lang/sdk@7b6c667863 Flow analysis: rework tracking of nullability.
      dart-lang/sdk@c2e78e83c6 Flow analysis: fix and unit test joinPromoted.
      dart-lang/sdk@7976bea0df Add `?` suffixes to flow analysis tests.
      dart-lang/sdk@507f404361 Flow analysis: always supply a type parameter for FunctionBodyAccess.
      dart-lang/sdk@851eaad61a Flow analysis: Rename Element to Variable.
      dart-lang/sdk@842812dd0b Flow analysis: Remove unnecessary arg to ifStatement_thenBegin
      dart-lang/sdk@0faa3b7153 Flow analysis: Remove hack preventing variables showing as both nullable and non-nullable.
      44ec59b7
  17. 23 7月, 2019 2 次提交
    • S
      Roll src/third_party/skia ebab03ffbffb..6dc14ded91ea (6 commits) (#10005) · d6970bf3
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /compare/ebab03ffbffb..6dc14ded91ea
      
      git log ebab03ffbffbab2bc61bd125af407961e71e18e4..6dc14ded91ea72c9b7bb8c89453c377be3236c89 --date=short --no-merges --format=%ad %ae %s
      2019-07-22 robertphillips@google.com Revert &#34;hide drawlooper from paint&#34;
      2019-07-22 fmalita@chromium.org [skottie] Expose SG inval controller on seek()
      2019-07-22 reed@google.com hide drawlooper from paint
      2019-07-22 csmartdalton@google.com ccpr: Disable msaa backend on PowerVR
      2019-07-22 senorblanco@chromium.org Update to Dawn ToT.
      2019-07-18 enne@chromium.org Add API for glyph cache read failures
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff (borenet@google.com), and stop
      the roller if necessary.
      d6970bf3
    • B
      Roll src/third_party/dart a089199b93..fedd74669a (8 commits) (#10001) · 68d269e0
      Ben Konyi 提交于
      dart-lang/sdk@fedd74669a [vm/bytecode] Support multiple entry points when compiling from bytecode
      dart-lang/sdk@9cd47ac2e6 [dart2js] new-rti: Generate correct $signature functions for closures
      dart-lang/sdk@ebc180be95 [dart/vm] Fix bug on missed exception in AOT
      dart-lang/sdk@1014272f3b Extent 'alignment' property, copy from Align, virtual Container.
      dart-lang/sdk@75f6822c70 fix for unnamed extensions
      dart-lang/sdk@3756fa6964 [vm] Fix remaining AssemblyImageWriter issues for simarm_x64
      dart-lang/sdk@1ddb120eaa [vm/bytecode] Improve bytecode debugger.
      dart-lang/sdk@4fc387f27e Update doc the generator to convert code blocks
      68d269e0
  18. 19 7月, 2019 1 次提交
  19. 18 7月, 2019 4 次提交
    • S
      Roll src/third_party/skia ea6da6909624..a2e7d5e2b63c (3 commits) (#9910) · c8f35b94
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /compare/ea6da6909624..a2e7d5e2b63c
      
      git log ea6da6909624bc000dbdb235b413f7c7b94d28b3..a2e7d5e2b63c3904ce205ace64cff1ed7a3eed7e --date=short --no-merges --format=%ad %ae %s
      2019-07-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 2e43b0f5efec..e9111885702e (7 commits)
      2019-07-18 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
      2019-07-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src db4701c688c0..a87860686ec4 (449 commits)
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff (nifong@google.com), and stop
      the roller if necessary.
      c8f35b94
    • B
      Roll src/third_party/dart 8cb7e4c237..0506882b37 (3 commits) · 72893549
      Ben Konyi 提交于
      dart-lang/sdk@0506882b37 [vm] Fix a couple more host vs target architecture bugs
      dart-lang/sdk@227ff83571 Add a diagnostic when an extension override is used to access a static member.
      dart-lang/sdk@c3043367cd [vm] Fail more gracefully when reload removes a static target.
      72893549
    • S
      Roll src/third_party/skia e574f1e409aa..d7639aff1001 (16 commits) (#9889) · 0fcf3b3e
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /compare/e574f1e409aa..d7639aff1001
      
      git log e574f1e409aa3a030d84cd1122abc5348c30f9eb..d7639aff1001736bc6072da539b31f911bb3788a --date=short --no-merges --format=%ad %ae %s
      2019-07-17 halcanary@google.com Samples: clean up cruft
      2019-07-17 fmalita@chromium.org [skottie] Remove deprecated loadImageAsset API
      2019-07-17 mtklein@google.com split deaths() out of other analysis
      2019-07-17 reed@google.com search for &#39;main&#39; explicitly
      2019-07-17 egdaniel@google.com Revert &#34;First draft of Dawn backend: clears are working.&#34;
      2019-07-17 fmalita@chromium.org [skottie] De-dupe sequential cubic mappers
      2019-07-17 egdaniel@google.com Remove RG32F color type and pixel config.
      2019-07-17 reed@google.com change colorfilter signature back to just inout color
      2019-07-17 senorblanco@chromium.org First draft of Dawn backend: clears are working.
      2019-07-17 fmalita@chromium.org [skottie] Fix default cubic controls detection
      2019-07-16 reed@google.com use same signature for shader/colorfilters in sksl
      2019-07-17 ethannicholas@google.com add support for ctype=SkPMColor4f to GrSkSLFP
      2019-07-17 egdaniel@google.com Move verified color attachment flag to FormatInfo.
      2019-07-17 bsalomon@google.com Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable.
      2019-07-16 egdaniel@google.com Move renderable flag and valid samplecounts in GrGLCaps to FormatInfo.
      2019-07-16 egdaniel@google.com Add comment regarding gl BGRA format and renderability.
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff (nifong@google.com), and stop
      the roller if necessary.
      0fcf3b3e
    • B
      Roll src/third_party/dart 24725a8559..2b3336b51e (108 commits) (#9883) · 91e7a767
      Ben Konyi 提交于
      dart-lang/sdk@2b3336b51e [vm/compiler] Initial IL serialization implementation.
      dart-lang/sdk@a66a3e321e [cfe+dart2js] Handle duplicated references in constant nodes.
      dart-lang/sdk@d68b482f26 [cfe] Handle constructor from external libraries
      dart-lang/sdk@78d87bde9a Fix docs for parseIPv6Address
      dart-lang/sdk@d14d5f1a0c Better check for TextStyle opt-in for nested properties.
      dart-lang/sdk@5765c3d231 [VM/runtime] Enable FLAG_unopt_megamorphic_calls by default, this fixes              the recent regression seen in flutter hot reload benchmarks 	     after the roll of Dart BE into flutter post 1.7 release.
      dart-lang/sdk@1eaaca642d Revert "[vm/compiler] Use pragmas instead of separately-maintained lists for inlining."
      dart-lang/sdk@27001fb289 Revert "[vm/compiler] Implement new inlining pragmas."
      dart-lang/sdk@83d2aaa072 Revert "[dart] Enable constant-update-2018"
      dart-lang/sdk@9d98dfcb49 Resolve operators whose left operand is an extension override
      dart-lang/sdk@202379aaee Implement getWidgetDescription and setPropertyValue in Flutter domain.
      dart-lang/sdk@d624848b5c Fix resolution when there are multiple extensions in one unit
      dart-lang/sdk@96fc1b4ade [dart2js] Support positional optional params in function RTI.
      dart-lang/sdk@6d9da3612c [dart2js] Polyfill Object.assign()
      dart-lang/sdk@ae9c8d00fe Add a diagnostic when extension overrides do not have exactly one argument
      dart-lang/sdk@46eaf4b039 Extract PropertyDescription, support for nested properties.
      dart-lang/sdk@1509d9ad41 [vm] initialize sigaction for msan
      dart-lang/sdk@9749a83f56 [vm/websocket] check status of streamcontroller before adding
      dart-lang/sdk@11e3897b23 Resolve extension overrides referencing a geter or setter
      dart-lang/sdk@b93a98284e Add an error if an undefined extension method is invoked
      dart-lang/sdk@664c61db34 [ VM / Service ] Handle case where a JSON RPC notification results in an error
      dart-lang/sdk@2dbd6dc83b Clean up the tests for extension overrides
      dart-lang/sdk@6d95cb72e2 [dart2js] Test type directives
      dart-lang/sdk@b2ed4b3c7b [dart2js] More error tests on pragma annotations
      dart-lang/sdk@dfa12c7456 [cfe+dart2js] Support library and error ids in annotated tests
      dart-lang/sdk@24f5d1d9d8 improve applicable extension checking
      dart-lang/sdk@aa14ff1bd0 correlate typo
      dart-lang/sdk@5c3691e9e8 [vm] Use absolute file path to snapshot in dart_precompiled_runtime2 tool.
      dart-lang/sdk@e80f779914 Add context messages for equal map keys and set elements
      dart-lang/sdk@33a757284b [vm/compiler] Use pragmas instead of separately-maintained lists for inlining.
      dart-lang/sdk@629f38cf87 [vm/compiler] Implement new inlining pragmas.
      dart-lang/sdk@1c4ad14fa3 Revert recent changes to File.openRead() and HttpClientResponse APIs
      dart-lang/sdk@4cd16d3954 [analyzer+cfe] Use more shared code for annotated code testing.
      dart-lang/sdk@d5af4ed8c2 [cfe] Remove KernelTypeBuilder and KernelFunctionTypeBuilder
      dart-lang/sdk@0661c452cd [vm] skip profile test for simdbc
      dart-lang/sdk@f4b4147381 extension method resolution
      dart-lang/sdk@c6bc0031f3 [vm, bytecode] Field initializer for schema changes.
      dart-lang/sdk@fab9b9f71f [gardening] Move language_2/conditional_rewrite_test
      dart-lang/sdk@700195642a Initial implementation of extension override resolution
      dart-lang/sdk@65f8cd4365 Start implementing widget properties.
      dart-lang/sdk@555075ba54 [dart2js] Support functions in new RTI.
      dart-lang/sdk@6eb357c7fe [vm] Print better error message if trying to use class which is not loaded yet
      dart-lang/sdk@d0cb753ebd [dartdevc] fix ddb directories and source maps
      dart-lang/sdk@52cace8160 Reland "[vm/ffi] Support structs on 32bit architectures"
      dart-lang/sdk@d76238dfca [vm] Bump oldest supported ABI version
      dart-lang/sdk@45591cd123 [dartdevc] fix sdk source map paths
      dart-lang/sdk@11bdc5ceab Send context messages from server and plugins
      dart-lang/sdk@f0b119c1b4 Add nameLocation/valueLocation to FlutterOutlineAttribute.
      dart-lang/sdk@3eb25b60d4 Convert relative Posix path to the target MemoryResourceProvider path style.
      dart-lang/sdk@db7ab14167 [cfe] Handle invariance in non-covariant checks
      dart-lang/sdk@8678df0c4d ffi example: android.md - fix example code
      dart-lang/sdk@87ab724f10 Streamline a few flow analysis tests
      dart-lang/sdk@ebbfb48e15 Followups to https://dart-review.googlesource.com/c/sdk/+/108265
      dart-lang/sdk@68124e9f63 Attempt to fix the mac and windows bots
      dart-lang/sdk@900d02cce6 [vm] Avoid crash when type argument is missing during instantiation.
      dart-lang/sdk@375adbfbe0 Enable "comment_references" lint and fix violations.
      dart-lang/sdk@117c65c901 [vm/bytecode] Fix CollectBytecodeFunctionTokenPositions for functions without bytecode
      dart-lang/sdk@6c03c1a47c Support static error tests on Fasta.
      dart-lang/sdk@70bafa8864 Revert "[vm/ffi] Support structs on 32bit architectures"
      dart-lang/sdk@2048e0a064 Rewrite extension overrides, improve resolution, remove unused method
      dart-lang/sdk@78a8f670eb [vm/bytecode] Initial support for bytecode generation in incremental compiler
      dart-lang/sdk@1112cc6bf5 [gardening] Skip vm/dart/transferable_test on debug win ia32 bot.
      dart-lang/sdk@85adf76abe [dartdevc] implement assertInterop
      dart-lang/sdk@e3663195c7 [dartdevc] Add more subtype tests
      dart-lang/sdk@f02a00359a dartfixes for collection api lints
      dart-lang/sdk@434a7a7681 [vm] Revert unnecessary changes to precompiler2
      dart-lang/sdk@8b012ac780 Replace package mock in strings with files in tests/mock_packages.
      dart-lang/sdk@8e094cd94f extension element factory helper
      dart-lang/sdk@178cfe6111 Avoid warnings in pkg/js_ast
      dart-lang/sdk@e82ca2f366 [fasta] Unconditionally enable asserts in const constructors
      dart-lang/sdk@e4eea58ac9 [gardening] Update language_2/constructor12_test for strong checking
      dart-lang/sdk@5d7bdc3cae extension method tests (and fix for duplicate entries)
      dart-lang/sdk@e7fab5eacc Fix bugs in `>>>` test now that it has been implemented.
      dart-lang/sdk@3ee54f8305 Move more diagnostic tests
      dart-lang/sdk@9bbd3192f4 [dart] Enable constant-update-2018
      dart-lang/sdk@cbaf890f88 [kernel] Few more tweaks to ast_to_text for Constant nodes.
      dart-lang/sdk@28f95fcd24 [cfe] Track dependencies in the incremental compiler
      dart-lang/sdk@afac6b1d50 [kernel] Fix text serialization for Constant nodes
      dart-lang/sdk@b64ab73b02 [cfe] Shard front-end tests
      dart-lang/sdk@4686393ccb [cfe] Add test for the id testing system.
      dart-lang/sdk@e4689c9302 [dart2js] Use new pragma directive syntax.
      dart-lang/sdk@07a53a3cc9 Set onDiagnostic in DDCs incremental compiler code path
      dart-lang/sdk@464a5a640f Issue 37401. Support for const Set default values in mocks.
      dart-lang/sdk@55b67e9eae [vm/bytecode] Ignore source positions not denoting a debug point in debugger.
      dart-lang/sdk@96906936b4 [vm/bytecode] Fix writing and reading of nested function types in bytecode
      dart-lang/sdk@55078c0d2f [dartdevc] Fix emitting double constants from the SDK
      dart-lang/sdk@1e4b799a58 It is an error for an extension to declare an abstract method
      dart-lang/sdk@28962e1e80 Support static fields in extensions
      dart-lang/sdk@7cadd70696 Fix language_2/ct_const_test
      dart-lang/sdk@a917043332 APIs for editing Flutter widget properties.
      dart-lang/sdk@09b93b7ea0 [fasta] Tweak fasta unit tests setup in anticipation of constant update 2018
      dart-lang/sdk@3c3dc09d47 Test that ! on void is a compile time error
      dart-lang/sdk@7139a2ab3a [vm] Fix function resolution so that it stops when it finds target even if it can't add method extractor.
      dart-lang/sdk@d1bd3a2f43 [gardening] Fix language_2/generic_instanceof2_test
      dart-lang/sdk@3dcaea5a25 [vm/aot/tfa] Update TFA unit tests to work with constants-update-2018
      dart-lang/sdk@e95b1f7bf0 Make UNNECESSARY_NULL_AWARE_CALL a warning
      dart-lang/sdk@2c26ece3cf [gardening] Fix non-web-integer in corelib_2/num_parse_test
      dart-lang/sdk@1eb1520702 [vm/bytecode] Prevent triggering optimizing compilation from interpreter
      dart-lang/sdk@ed764e5688 [gardening] Delete legacy parser_quirks_test
      dart-lang/sdk@723bb0eee1 [dartdevc] make nullable_inference_test resilient to const refactor
      dart-lang/sdk@f521f38b57 [vm/kernel] Handle InvalidExpression in constant contexts
      dart-lang/sdk@0c9abb8816 [vm/ffi] Support structs on 32bit architectures
      dart-lang/sdk@25bac04503 [tests] Delete temporary const tests
      dart-lang/sdk@f40aac1b75 [cfe] Move general testcases into general/ subfolder
      dart-lang/sdk@14ea27e65b [vm/concurrency] Make thread_registry not depend on [Isolate], move mutator thread from thread registry to isolate
      dart-lang/sdk@97587b554f Update the element model to support extension methods
      dart-lang/sdk@a8331cd109 Remove the STRONG_MODE_ prefix from error codes
      dart-lang/sdk@4c5028d139 [vm/concurrency] Make an IsolateGroup object which will contain group-specific resources
      91e7a767
  20. 16 7月, 2019 2 次提交
    • B
      eb4793ab
    • B
      Roll src/third_party/dart 24725a8559..cbaf890f88 (33 commits) (#9826) · e105a898
      Ben Konyi 提交于
      dart-lang/sdk@cbaf890f88 [kernel] Few more tweaks to ast_to_text for Constant nodes.
      dart-lang/sdk@28f95fcd24 [cfe] Track dependencies in the incremental compiler
      dart-lang/sdk@afac6b1d50 [kernel] Fix text serialization for Constant nodes
      dart-lang/sdk@b64ab73b02 [cfe] Shard front-end tests
      dart-lang/sdk@4686393ccb [cfe] Add test for the id testing system.
      dart-lang/sdk@e4689c9302 [dart2js] Use new pragma directive syntax.
      dart-lang/sdk@07a53a3cc9 Set onDiagnostic in DDCs incremental compiler code path
      dart-lang/sdk@464a5a640f Issue 37401. Support for const Set default values in mocks.
      dart-lang/sdk@55b67e9eae [vm/bytecode] Ignore source positions not denoting a debug point in debugger.
      dart-lang/sdk@96906936b4 [vm/bytecode] Fix writing and reading of nested function types in bytecode
      dart-lang/sdk@55078c0d2f [dartdevc] Fix emitting double constants from the SDK
      dart-lang/sdk@1e4b799a58 It is an error for an extension to declare an abstract method
      dart-lang/sdk@28962e1e80 Support static fields in extensions
      dart-lang/sdk@7cadd70696 Fix language_2/ct_const_test
      dart-lang/sdk@a917043332 APIs for editing Flutter widget properties.
      dart-lang/sdk@09b93b7ea0 [fasta] Tweak fasta unit tests setup in anticipation of constant update 2018
      dart-lang/sdk@3c3dc09d47 Test that ! on void is a compile time error
      dart-lang/sdk@7139a2ab3a [vm] Fix function resolution so that it stops when it finds target even if it can't add method extractor.
      dart-lang/sdk@d1bd3a2f43 [gardening] Fix language_2/generic_instanceof2_test
      dart-lang/sdk@3dcaea5a25 [vm/aot/tfa] Update TFA unit tests to work with constants-update-2018
      dart-lang/sdk@e95b1f7bf0 Make UNNECESSARY_NULL_AWARE_CALL a warning
      dart-lang/sdk@2c26ece3cf [gardening] Fix non-web-integer in corelib_2/num_parse_test
      dart-lang/sdk@1eb1520702 [vm/bytecode] Prevent triggering optimizing compilation from interpreter
      dart-lang/sdk@ed764e5688 [gardening] Delete legacy parser_quirks_test
      dart-lang/sdk@723bb0eee1 [dartdevc] make nullable_inference_test resilient to const refactor
      dart-lang/sdk@f521f38b57 [vm/kernel] Handle InvalidExpression in constant contexts
      dart-lang/sdk@0c9abb8816 [vm/ffi] Support structs on 32bit architectures
      dart-lang/sdk@25bac04503 [tests] Delete temporary const tests
      dart-lang/sdk@f40aac1b75 [cfe] Move general testcases into general/ subfolder
      dart-lang/sdk@14ea27e65b [vm/concurrency] Make thread_registry not depend on [Isolate], move mutator thread from thread registry to isolate
      dart-lang/sdk@97587b554f Update the element model to support extension methods
      dart-lang/sdk@a8331cd109 Remove the STRONG_MODE_ prefix from error codes
      dart-lang/sdk@4c5028d139 [vm/concurrency] Make an IsolateGroup object which will contain group-specific resources
      e105a898
  21. 13 7月, 2019 2 次提交
    • B
      Revert "Roll src/third_party/dart 24725a8559..28f95fcd24 (32 commits)" (#9817) · 8abe85bb
      Ben Konyi 提交于
      This reverts commit 67d284d4.
      8abe85bb
    • B
      Roll src/third_party/dart 24725a8559..28f95fcd24 (32 commits) · 67d284d4
      Ben Konyi 提交于
      dart-lang/sdk@28f95fcd24 [cfe] Track dependencies in the incremental compiler
      dart-lang/sdk@afac6b1d50 [kernel] Fix text serialization for Constant nodes
      dart-lang/sdk@b64ab73b02 [cfe] Shard front-end tests
      dart-lang/sdk@4686393ccb [cfe] Add test for the id testing system.
      dart-lang/sdk@e4689c9302 [dart2js] Use new pragma directive syntax.
      dart-lang/sdk@07a53a3cc9 Set onDiagnostic in DDCs incremental compiler code path
      dart-lang/sdk@464a5a640f Issue 37401. Support for const Set default values in mocks.
      dart-lang/sdk@55b67e9eae [vm/bytecode] Ignore source positions not denoting a debug point in debugger.
      dart-lang/sdk@96906936b4 [vm/bytecode] Fix writing and reading of nested function types in bytecode
      dart-lang/sdk@55078c0d2f [dartdevc] Fix emitting double constants from the SDK
      dart-lang/sdk@1e4b799a58 It is an error for an extension to declare an abstract method
      dart-lang/sdk@28962e1e80 Support static fields in extensions
      dart-lang/sdk@7cadd70696 Fix language_2/ct_const_test
      dart-lang/sdk@a917043332 APIs for editing Flutter widget properties.
      dart-lang/sdk@09b93b7ea0 [fasta] Tweak fasta unit tests setup in anticipation of constant update 2018
      dart-lang/sdk@3c3dc09d47 Test that ! on void is a compile time error
      dart-lang/sdk@7139a2ab3a [vm] Fix function resolution so that it stops when it finds target even if it can't add method extractor.
      dart-lang/sdk@d1bd3a2f43 [gardening] Fix language_2/generic_instanceof2_test
      dart-lang/sdk@3dcaea5a25 [vm/aot/tfa] Update TFA unit tests to work with constants-update-2018
      dart-lang/sdk@e95b1f7bf0 Make UNNECESSARY_NULL_AWARE_CALL a warning
      dart-lang/sdk@2c26ece3cf [gardening] Fix non-web-integer in corelib_2/num_parse_test
      dart-lang/sdk@1eb1520702 [vm/bytecode] Prevent triggering optimizing compilation from interpreter
      dart-lang/sdk@ed764e5688 [gardening] Delete legacy parser_quirks_test
      dart-lang/sdk@723bb0eee1 [dartdevc] make nullable_inference_test resilient to const refactor
      dart-lang/sdk@f521f38b57 [vm/kernel] Handle InvalidExpression in constant contexts
      dart-lang/sdk@0c9abb8816 [vm/ffi] Support structs on 32bit architectures
      dart-lang/sdk@25bac04503 [tests] Delete temporary const tests
      dart-lang/sdk@f40aac1b75 [cfe] Move general testcases into general/ subfolder
      dart-lang/sdk@14ea27e65b [vm/concurrency] Make thread_registry not depend on [Isolate], move mutator thread from thread registry to isolate
      dart-lang/sdk@97587b554f Update the element model to support extension methods
      dart-lang/sdk@a8331cd109 Remove the STRONG_MODE_ prefix from error codes
      dart-lang/sdk@4c5028d139 [vm/concurrency] Make an IsolateGroup object which will contain group-specific resources
      67d284d4
  22. 12 7月, 2019 2 次提交
    • S
      Roll src/third_party/skia f9fcf7ffa89a..7825d4983f90 (6 commits) (#9788) · 833f6b4f
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /compare/f9fcf7ffa89a..7825d4983f90
      
      git log f9fcf7ffa89a4b64b013f825f459dd4e9f3344e4..7825d4983f90c29aead6f5c57716cc281cdca47f --date=short --no-merges --format=%ad %ae %s
      2019-07-10 benjaminwagner@google.com Add comparison of rendered SkPictures to Serialization unit test
      2019-07-11 egdaniel@google.com Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded.
      2019-07-03 halcanary@google.com Sample/Camera: make it work without /skimages
      2019-07-11 mtklein@google.com rename to bt709_luminance_or_luma_to_alpha
      2019-07-11 jlavrova@google.com Fix for Windows specific compiler issues (constexpr).
      2019-07-10 halcanary@google.com experimental/tools: set-change-id-hook
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff (fmalita@google.com), and stop
      the roller if necessary.
      833f6b4f
    • B
      Roll src/third_party/dart 09fc76bc51..24725a8559 (43 commits) · 7e65b81c
      Ben Konyi 提交于
      dart-lang/sdk@24725a8559 [cfe] Fix handling of private names in expression evaluation.
      dart-lang/sdk@cb93b8d813 [vm] Plumb enable_asserts to CFE through VM and kernel_front_end
      dart-lang/sdk@bae176b073 [cfe+dart2js] Add shared constant evaluation test.
      dart-lang/sdk@fdd3822e3c [cfe+dart2js] Move annotation testing logic to front_end
      dart-lang/sdk@910064b416 [cfe] Prepare compiler_common for use in annotated code tests
      dart-lang/sdk@84c7929c1f Small fixes.
      dart-lang/sdk@d16c0a127e [cfe] Change supportSetLiterals default value to true
      dart-lang/sdk@d1fcefc13a [vm] Add Dart_KillIsolate API function.
      dart-lang/sdk@11da803fe9 [dartdevc] build the ddk sdk with dartdevc
      dart-lang/sdk@8e3a75c3fe [ VM / Observatory ] Fixed getInstances invocation still using 'classId' instead of 'objectId' parameter.
      dart-lang/sdk@c2ff2ca16d collection API use de-linting
      dart-lang/sdk@205b7787df skip tests in precompiled obfuscated bot
      dart-lang/sdk@d49bf6f25a [vm] Remove misleading usings.
      dart-lang/sdk@0104a62595 Enable "prefer final fields" lint and fix violations.
      dart-lang/sdk@2a2d41658f Update DDC import prefix for path package
      dart-lang/sdk@4a56e6169e Update test expectation for enabled constant-update-2018
      dart-lang/sdk@eceef5e809 Fix unneeded braces in interpolation and enable lint for it.
      dart-lang/sdk@c00d5ceb33 [fasta] Include initializers for parameters of instance methods into outline
      dart-lang/sdk@1f718b2dcf upgrade dartdoc to 0.28.4
      dart-lang/sdk@2e8f642ece [dartdevc] shard ddc/ddk tests
      dart-lang/sdk@52abcd3dd2 apply prefer_equal_for_default_values
      dart-lang/sdk@318a482eea [vm/aot/tfa] Improve handling of recursive calls in TFA
      dart-lang/sdk@016061d159 libray imported extensions
      dart-lang/sdk@ce79d63c58 bump to linter 0.1.94
      dart-lang/sdk@2c2364c3b4 Use a Map to avoid duplicate items in OverlayFileSystem.getChildren
      dart-lang/sdk@81b677cd80 Turn on a bunch of linter rules for the test_runner.
      dart-lang/sdk@790d18a1bd Update IsolateReload_DirectSubclasses_* to account for lazier finalization with bytecode.
      dart-lang/sdk@9a07c4a817 [dartdevc] Properly encode Windows-style paths and paths with spaces for source maps
      dart-lang/sdk@7820e807a6 Add missed type annotations and sort
      dart-lang/sdk@8027d9cba4 support error code based lint fixes in dartfix
      dart-lang/sdk@0de18dce6c [ VM / Service ] Make _registerService and related streams / events public
      dart-lang/sdk@de2ff7eebb Split out the remaining HintCode tests
      dart-lang/sdk@24d57fb745 [benchmark] Add top level benchmarks directory.
      dart-lang/sdk@90088a386b [vm/kernel] Remove Function parameters from Local type parameters
      dart-lang/sdk@f743594375 Handle flags at member level
      dart-lang/sdk@8f90265176 de-lint collection size checks
      dart-lang/sdk@ac41a20081 Update language_2/nested_generic_closure_test.dart.
      dart-lang/sdk@52858391e6 [frontend/ffi] Remove const Pointer()
      dart-lang/sdk@e3d5966b7b Add missing child declarations to LSP completion
      dart-lang/sdk@3a8d755989 Change the delimiters used to mark highlight ranges in diagnostic documentation
      dart-lang/sdk@449b799c21 Test that null cannot be used because its potentially nullable
      dart-lang/sdk@c3a1670c00 Attempt to fix the windows bot again
      dart-lang/sdk@8bb8a29f8b refactor dartfix lint fixes
      7e65b81c