1. 13 8月, 2019 11 次提交
  2. 12 8月, 2019 5 次提交
  3. 11 8月, 2019 3 次提交
  4. 10 8月, 2019 17 次提交
  5. 09 8月, 2019 4 次提交
    • B
      Roll src/third_party/dart 3d9a356f6e..78ce916d82 (7 commits) · 97326b24
      Ben Konyi 提交于
      dart-lang/sdk@78ce916d82 [CFE] Add missing word to spell checking list
      dart-lang/sdk@3312fe3d26 [cfe] Fully support expired flags in CFE
      dart-lang/sdk@5601eabda6 [CFE] Spell check messages and dart code
      dart-lang/sdk@a347973cb2 [vm/ffi] Fix function_gc_test to use correct native for joining a helper thread
      dart-lang/sdk@e627d8b852 [nnbd_migration] use postdominators to do hard edge detection in most cases
      dart-lang/sdk@b614253cdb Test CFE constants in side-effects test
      dart-lang/sdk@6839e0d9f8 Migration: create a simple client of the migration API for early testing.
      97326b24
    • S
      Roll src/third_party/skia b2151310068b..26cedb4c603b (1 commits) (#10804) · 086c0d50
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/b2151310068b..26cedb4c603b
      
      git log b2151310068b..26cedb4c603b --date=short --no-merges --format='%ad %ae %s'
      2019-08-09 egdaniel@google.com Fix emplace on GrTRecorder.
      
      Created with:
        gclient setdep -r src/third_party/skia@26cedb4c603b
      
      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=reed@google.com
      086c0d50
    • S
      Roll src/third_party/skia 059bf776c184..b2151310068b (3 commits) (#10803) · 1c75ee7c
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git/+log/059bf776c184..b2151310068b
      
      git log 059bf776c184..b2151310068b --date=short --no-merges --format='%ad %ae %s'
      2019-08-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 7424fe8b79c3..eb0479e245f0 (16 commits)
      2019-08-09 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
      2019-08-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 2cf71a3eaec3..d9af708ac0cc (369 commits)
      
      Created with:
        gclient setdep -r src/third_party/skia@b2151310068b
      
      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=reed@google.com
      1c75ee7c
    • B
      Roll src/third_party/dart f29f41f1a5..3d9a356f6e (65 commits) · 2611a6ee
      Ben Konyi 提交于
      dart-lang/sdk@3d9a356f6e [dart2js] (New RTI) Check function subtypes after checking for FutureOr.
      dart-lang/sdk@af5a466e3b [dart2js] (Old RTI) Check function subtypes after checking for FutureOr.
      dart-lang/sdk@a6b0cd81e4 [dart2js] new-rti: tweak instanceType for closures
      dart-lang/sdk@62325f95b4 [vm/bytecode] Collect more bytecode token positions for a given script.
      dart-lang/sdk@f7a300fc69 [dart2js] new-rti: signatures for tear-offs with dependent types
      dart-lang/sdk@4080ea787d [vm/fuzzer] Add ia32,arm32,arm64 modes to KBC
      dart-lang/sdk@6d9c651fdd Fix typos in static_extension_internal_resolution tests.
      dart-lang/sdk@8c834efae9 [dartdevc] Skip all tests on DDC for extension methods
      dart-lang/sdk@689388525c [nnbd_migration] Handle do while
      dart-lang/sdk@1f4d251aa4 [vm/fuzzer] Added mode where kbc x64 goes directly "from source"
      dart-lang/sdk@8a0ae573a1 [vm] escape path when creating process on Windows
      dart-lang/sdk@82b06db952 [vm/compiler] Move more common code into type propagator
      dart-lang/sdk@17aa00cf91 [co19] Skip LayoutTests and WebPlatfromTest
      dart-lang/sdk@4d30d9cffc Make TypeSystem.resolveToBound() do what it promised in the documentation.
      dart-lang/sdk@7693da7967 [vm] When dual mapping is enabled map the executable part as RX immediately
      dart-lang/sdk@559f7cd182 Fix selecting URI for import/export configuration with '== true'.
      dart-lang/sdk@f6592223ae [vm] Rephrase changelog entry for 2.4.1 patch release
      dart-lang/sdk@a05f5910fa [vm/ffi] Delete helper thread in ffi/function_gc_test
      dart-lang/sdk@cd3b34f86d [cfe] Don't expect external field to have no initializer
      dart-lang/sdk@7e486efea2 [dartdevc] fix lib name for ddb kernel
      dart-lang/sdk@9b3c693335 [vm/bytecode] Drop ASTs in kernel service if generating bytecode
      dart-lang/sdk@1b0469184e [vm/checker] Keep private method order consistent with header
      dart-lang/sdk@a3f5dfc5ec [vm/gardening] Disable isolate/ping_pause_test
      dart-lang/sdk@bb293ef8cf Fix docs for Window.close() and Window.location=
      dart-lang/sdk@df41391793 [cfe] Add profiling log message for list factory specializer
      dart-lang/sdk@9a71c998f9 [cfe] Rename Declaration and DeclarationBuilder
      dart-lang/sdk@e9a9d9452e [cfe] Build extension methods as toplevel members
      dart-lang/sdk@7bde33139d Add support for extensions to unused import detection
      dart-lang/sdk@b12e2ce0b4 [vm] Make FFI code protection test wait for helper to terminate before continuing.
      dart-lang/sdk@aac8204ad3 [CFE] Error when library and part(s) doesn't agree on language version
      dart-lang/sdk@b9c0f5c09f [CFE] Issue error when .packages specifies wrong language version
      dart-lang/sdk@21b026dd88 [CFE] Issue error when langauge version is specified too high
      dart-lang/sdk@43eb2f74d5 [dart2js] new-rti: Add new-rti type in String.split lowering
      dart-lang/sdk@ccf56d67fe [dart2js] new-rti: store-forward types from instance allocations
      dart-lang/sdk@981160b775 [dart2js] Fix printing for various types in new RTI.
      dart-lang/sdk@08517e10f9 Revert "Make TypeSystem.resolveToBound() do what it promised in the documentation."
      dart-lang/sdk@c572fbf0db [dartdevc] Fix DDK performance regression vs DDC
      dart-lang/sdk@77f50c0910 [vm/fuzzer] Added links to Dust
      dart-lang/sdk@7b63de3c06 Fixes for importing URIs that have 'part of' directives.
      dart-lang/sdk@d2048763d4 Add tests of internal extension method resolution.
      dart-lang/sdk@01a679ba73 [dart2js] new-rti: Fix generator header-body merge optimization
      dart-lang/sdk@59c63139d0 set thisType for functions and void types
      dart-lang/sdk@3f4ccc1076 [vm/bytecode] Replace dynamic with Object in bounds of type parameters
      dart-lang/sdk@7d54324657 Make TypeSystem.resolveToBound() do what it promised in the documentation.
      dart-lang/sdk@06d4cd3284 Add tests to show that combinators work correctly with extensions
      dart-lang/sdk@d19a590687 Extract the lexeme from included suggestion tags when correlating with model results
      dart-lang/sdk@31bb4df3ed Move ExtensionOverride errors into resolveOverride().
      dart-lang/sdk@7b46191f45 Remove incorrect super bounded test, and add tests for bounds violations in extension method applications.
      dart-lang/sdk@c565fbf9d6 Fix a couple of hints in the nnbd migrator
      dart-lang/sdk@bff5732c10 Flow analysis: unify API for handling `== null` and `!= null`.
      dart-lang/sdk@a7af48fdea [cfe] Don't use package:expect in relativize_test
      dart-lang/sdk@27783bd46b Combine inference and choosing the most specific extension.
      dart-lang/sdk@8788d1df9c Add a builder for DDK firefox
      dart-lang/sdk@d1d8f7f60b Change abi bot's results.json configuration field.
      dart-lang/sdk@00bbb5fe75 [vm/bytecode] Avoid eager foreground compilations from InlineCacheMissHandler
      dart-lang/sdk@08205fd62f [cfe] Add implicit as and type arguments to static_type_test
      dart-lang/sdk@7283827b4e [vm/test] Show crash dump in builder logs for Android tests.
      dart-lang/sdk@fa45f91f18 [vm] Switchable calls ignore functions being stepping or having breakpoints
      dart-lang/sdk@31cd2bd75a Ensure LSP completion filterText doesn't include '()' or '(…)'
      dart-lang/sdk@0ce7cc53fe Expose flow analysis operations so they can be reused by NNBD migration
      dart-lang/sdk@83ab0a5ea9 Migration: handle an assignment from a type parameter's bound to its type.
      dart-lang/sdk@7912216cd6 Flow analysis: store all variables in `promoted` map.
      dart-lang/sdk@7893fdbf2f Flow analysis: Rename State to FlowModel.
      dart-lang/sdk@4d6adbf15c Flow analysis: Move join into State and document it.
      dart-lang/sdk@9b5abe523f Re-land "[vm/ffi] Enable creating an ExternalTypedData from a Pointer."
      2611a6ee