1. 06 6月, 2020 5 次提交
  2. 05 6月, 2020 20 次提交
  3. 04 6月, 2020 12 次提交
    • S
    • S
      52b20a2a
    • S
    • S
      Roll Dart SDK from 54adfeb93f0b to e5b2cb0b02ae (53 revisions) (#18806) · cde417ff
      skia-flutter-autoroll 提交于
      https://dart.googlesource.com/sdk.git/+log/54adfeb93f0b..e5b2cb0b02ae
      
      2020-06-04 scheglov@google.com Fix for filtering name argument suggestions for Cider.
      2020-06-03 rnystrom@google.com Print a count of how many language subdirectories have been migrated.
      2020-06-03 zichangguo@google.com Unlink file before Unix socket binds
      2020-06-03 kaushikiska@google.com Revert "Replaces fuchsia.deprecatedtimezone"
      2020-06-03 jonasfj@google.com Bumped pub revision
      2020-06-03 sra@google.com Update DEPS for package:fixnum
      2020-06-03 rmacnak@google.com [vm, gc] Use the standard out-of-memory message when the scavenger fails to copy.
      2020-06-03 rnystrom@google.com Migrate language_2/nosuchmethod_forwarding to NNBD.
      2020-06-03 paulberry@google.com Remove the analysis server's DartFixListener.addDetail.
      2020-06-03 paulberry@google.com Prepare to publish package nnbd_migration
      2020-06-03 alexmarkov@google.com [vm/nnbd] Finish migration of vm/cc tests to NNBD
      2020-06-03 rnystrom@google.com Migrate language_2/mixin_constructor_forwarding to NNBD.
      2020-06-03 nathanrogers@google.com [fuchsia] Avoid unnecessary zx_clock_get(ZX_CLOCK_THREAD, ...) calls
      2020-06-03 rnystrom@google.com Add an option to the migration test runner to compare legacy results.
      2020-06-03 rnystrom@google.com Migrate language_2/no_such_method to NNBD.
      2020-06-03 brianwilkerson@google.com An initial naive approach to integrating the new relevance computations and the available declarations support.
      2020-06-03 mit@google.com Clarify migration guidance
      2020-06-03 19204050+creativecreatorormaybenot@users.noreply.github.com [nnbd_migration] Fix typos/mistakes
      2020-06-03 devoncarew@google.com Revert "[nnbd_migration] handle multiple contexts"
      2020-06-03 joshualitt@google.com [dart2js] Move tests/compiler/dart2js_extra to tests/dart2js_2.
      2020-06-03 udeepbahadur7@gmail.com Fix docs typo.
      2020-06-03 vegorov@google.com [vm/compiler] Handle phis specially in TryCreateConstantReplacementFor.
      2020-06-03 sortie@google.com [benchmark] Fix dart2 files importing dart files.
      2020-06-03 mit@google.com Clarify terms for environment declerations
      2020-06-03 lrn@google.com Migrate void tests to Null Safety.
      2020-06-03 paulberry@google.com Add a pubspec dev_dependency from analyzer to linter.
      2020-06-03 mfairhurst@google.com [nnbd_migration] Fix #42117, cannot load edit details on windows.
      2020-06-03 dacoharkes@google.com [nnbd] Make PRESUBMIT.py not warn about status files
      2020-06-03 sortie@google.com [benchmark] Synchronize Calls benchmark changes to dart2 implementation.
      2020-06-03 sortie@google.com [benchmark] Format all benchmarks.
      2020-06-03 jensj@google.com [parser] Update parser tests for using keywords as methods/fields/typedefs
      2020-06-03 athom@google.com [release] Add release notes for 2.8.4 to the changelog
      2020-06-03 johnniwinther@google.com [cfe] Add regress test for issue39666
      2020-06-03 johnniwinther@google.com Reland: [cfe] Embed and use allowed experiments in CFE
      2020-06-03 scheglov@google.com Add CiderCompletionResult.performance
      2020-06-03 paulberry@google.com Prepare to publish analyzer 0.39.10
      2020-06-03 rnystrom@google.com Migrate language_2/malbounded to NNBD.
      2020-06-03 rnystrom@google.com Migrate language_2/new to NNBD.
      2020-06-03 rnystrom@google.com Migrate language_2/method to NNBD.
      2020-06-03 scheglov@google.com Fix the breaking change in SummaryBuilder.
      2020-06-03 rnystrom@google.com Migrate language_2/list to NNBD.
      2020-06-03 rnystrom@google.com Migrate language_2/mixin to NNBD.
      2020-06-02 alexmarkov@google.com [vm/nnbd] Migate runtime/tests/vm/dart/* tests to NNBD
      2020-06-02 parkermeronat@gmail.com [pkg/analyzer] Update pedantic to 1.9.0
      2020-06-02 rmacnak@google.com [vm, api] Add Dart_UpdateExternalSize to the embedding API.
      2020-06-02 mit@google.com Add -t abbreviation for consistency with flutter create:
      2020-06-02 alexmarkov@google.com [vm/nnbd] Support NNBD weak mode in vm/cc tests
      2020-06-02 paulberry@google.com Prepare to publish analyzer 0.39.9 and _fe_analyzer_shared 4.0.0.
      2020-06-02 alexmarkov@google.com [tests/nnbd] Remove mixed mode test cases from language/nnbd/subtyping/type_casts_strong_test
      2020-06-02 danny@tuppeny.com Retain original LSP registrations so unregistrations use the same IDs
      2020-06-02 bkonyi@google.com [ DDS ] Fix issue where forwarding requests with no RPC parameters would return an error
      2020-06-02 paulberry@google.com Migration: fix pubspec deps.
      2020-06-02 zichangguo@google.com Revert "[dart:io] Fixes the FileIO performance regression"
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/dart-sdk-flutter-engine
      Please CC dart-vm-team@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
      cde417ff
    • R
      Mark symbols that should be public (#18802) · 6e378cf6
      Robert Ancell 提交于
      6e378cf6
    • D
      Live region announcements for iOS (#18798) · 343af333
      Dan Field 提交于
      343af333
    • S
      Don't export embedder API in desktop embeddings (#18735) · a95882ba
      stuartmorgan 提交于
      The embedder.h API layer is an implementation detail of the desktop
      embeddings, not part of the public API surface, so should not be part of
      the public symbol list for those libraries.
      a95882ba
    • N
    • G
    • N
      [web] Remove connection close on blur for desktop browsers (#18743) · 895ef337
      nturgut 提交于
      * Do not close the text editing connection when an input text element is blurred (upon clicking another element on the page) on a desktop browser. keep the current behaviour for mobile browsers
      
      * change the unit tests for blur
      
      * refocus after blur so that the user can keep inputing text to the TextFormField
      
      * skipping failing firefox check. active element didn't get updated in firefox in the automated test. manually checks working
      895ef337
    • D
      Implement GetAllocationSize for Vertices (#18756) · 25054fb4
      Dan Field 提交于
      * Implement GetAllocationSize for Vertices
      
      * Reflect vertex buffer size in pictures
      25054fb4
    • S
      Revert "null-annotate SemanticsUpdateBuilder.updateNode (#18552)" (#18785) · 77617e47
      stuartmorgan 提交于
      This reverts commit cc08940e.
      77617e47
  4. 03 6月, 2020 3 次提交