1. 11 5月, 2019 6 次提交
  2. 10 5月, 2019 6 次提交
    • S
      Roll src/third_party/skia 4f6eb15178d8..6eeaf927e381 (12 commits) (#8932) · bf17478a
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/4f6eb15178d8..6eeaf927e381
      
      git log 4f6eb15178d80041c296a665749932b608573bf1..6eeaf927e38162088f3994b32ff01d24e3dc089c --date=short --no-merges --format=%ad %ae %s
      2019-05-09 bsalomon@google.com Promote circle clipping to full float
      2019-05-09 bsalomon@google.com Fix DDL tests when MIP map support not available
      2019-05-09 brianosman@google.com Only enable the interpreter particle affector with GPU support
      2019-05-09 bsalomon@google.com Revert "Reland "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA.""
      2019-05-09 bsalomon@google.com Reland "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA."
      2019-05-09 robertphillips@google.com Revert "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA."
      2019-05-09 csmartdalton@google.com Fix a spurious MSVC compiler warning
      2019-05-09 egdaniel@google.com Add option to GrContext::flush for GrPrepareForExternalIORequests.
      2019-05-09 brianosman@google.com Prototype interpreter particle affector
      2019-05-09 csmartdalton@google.com ccpr: Add a GrOctoBounds class
      2019-05-09 bsalomon@google.com Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA.
      2019-05-09 brianosman@google.com Add setInputs to SkSL::Interpreter
      
      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 (robertphillips@google.com), and stop
      the roller if necessary.
      bf17478a
    • C
      Fix the iOS accessibility tree structure of platform views. (#8731) · d8646ed0
      Chris Yang 提交于
      Partially fix the issue in flutter/flutter#30804. This only fixes the focus issue for other platform views (Google maps and other custom platform views), but the same issue on WebView is not fixed.
      
      Before the change, the a11y tree with platform view looks like
      
      ```
      <some parent a11y container>
           <SemanticsObject for platform view>
           <FlutterPlatformViewSemanticsContainer>
                <platform view>
      ```
      After the change, it looks like
      
      ```
      <some parent a11y container>
           <FlutterPlatformViewSemanticsContainer>
                <SemanticsObject>
                <platform view>
      ```
      
      This PR also updated the implementation of FlutterPlatformViewSemanticsContainer to use A11yContainer protocol to implement the details on various a11y attribute including the accessibilityFrame and accessibilityScroll.
      d8646ed0
    • S
      Roll src/third_party/skia dbded16fadde..4f6eb15178d8 (7 commits) (#8922) · b3e32e73
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/dbded16fadde..4f6eb15178d8
      
      git log dbded16fadde7924ad23687ca13ad9134a60e7f8..4f6eb15178d80041c296a665749932b608573bf1 --date=short --no-merges --format=%ad %ae %s
      2019-05-09 fmalita@chromium.org [skottie] Add resize-to-fit text alignment extension
      2019-05-09 rmistry@google.com [Android compile bot] Display returned infra error from bot
      2019-05-09 bsalomon@google.com Revert &#34;Large circle clipping gm.&#34;
      2019-05-09 bsalomon@google.com Reland &#34;Add flush() to SkImage.&#34;
      2019-05-09 bsalomon@google.com Large circle clipping gm.
      2019-05-09 bsalomon@google.com Revert &#34;Add flush() to SkImage.&#34;
      2019-05-09 bsalomon@google.com Add flush() to SkImage.
      
      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 (robertphillips@google.com), and stop
      the roller if necessary.
      b3e32e73
    • Z
      f1f95f91
    • Z
    • B
      Roll src/third_party/dart a0290f823c..c1e2df8f36 (3 commits) · 6ed91ce8
      Ben Konyi 提交于
      c1e2df8f36 [infra] Update checked in SDKs to 2.3.0
      b2949d3436 fix Flutter build for "[vm/ffi] DBC support on x64 Linux/MacOS hosts"
      a8b93d9e78 [vm/ffi] DBC support on x64 Linux/MacOS hosts
      6ed91ce8
  3. 09 5月, 2019 14 次提交
    • S
      Standardize TimePoint implementaion on std::chrono (#8913) · 644db5a4
      stuartmorgan 提交于
      In practice, the implementations of std::chrono seem to match our
      implementations, so this makes the code simpler and easier to maintain,
      as well as potentially improving over time without changes on our part.
      644db5a4
    • J
      Make sure Window.dpr still has a setter (#8912) · 1c8e31b4
      Jonah Williams 提交于
      1c8e31b4
    • B
      Roll src/third_party/dart 678f4bb926..a0290f823c (1 commits) · ad02f3cc
      Ben Konyi 提交于
      a0290f823c [fasta] Report invalid-type errors eagerly when possible
      ad02f3cc
    • S
      Roll src/third_party/skia dfda5f57bf25..dbded16fadde (1 commits) (#8918) · ccfc02a8
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/dfda5f57bf25..dbded16fadde
      
      git log dfda5f57bf25ad3ca027fdc5fd9a05ae564b0003..dbded16fadde7924ad23687ca13ad9134a60e7f8 --date=short --no-merges --format=%ad %ae %s
      2019-05-09 rmistry@google.com [Android compile bot] Add links to force sync the checkout
      
      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 (robertphillips@google.com), and stop
      the roller if necessary.
      ccfc02a8
    • S
      Roll src/third_party/skia b9330017c070..dfda5f57bf25 (2 commits) (#8917) · f901126c
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/b9330017c070..dfda5f57bf25
      
      git log b9330017c0702b83329fbfd8e382720a8889c2c0..dfda5f57bf25ad3ca027fdc5fd9a05ae564b0003 --date=short --no-merges --format=%ad %ae %s
      2019-05-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 19905aea14e0..ebab670cb32d (11 commits)
      2019-05-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src d5837fbd88aa..589d8ec2fcaa (402 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 (robertphillips@google.com), and stop
      the roller if necessary.
      f901126c
    • B
      Roll src/third_party/dart ef0c812b0d..678f4bb926 (11 commits) · c12b917e
      Ben Konyi 提交于
      678f4bb926 Give featureSet to analysis options to fix resynthesis tests.
      3ad32e4287 [vm] Revert 1db1ac48632df42d1569a80859b9db7a82293eab.
      58f3098650 Issue 36890. Improve importing elements when incomplete code.
      454b98c490 Some additional tests in variable_name_contributor_test.dart to cover all the doIncludePrivateVersion cases
      1407e59079 Add preliminary NNBD support to the summary linker.
      34d2fd42bd Add summary deserialization support for nullability.
      8dc57acc52 Use the full URI for DDK library debug names
      147523b744 Add failing tests of operator semantics under nnbd
      299bf667ac Get codeOffset/codeLength through LazyNode.
      39858b1225 Remove CompilationUnitImpl.isNonNullableLibrary
      802712795e [vm/bytecode] Cleanup obsolete bytecode format v2
      c12b917e
    • S
      Roll src/third_party/skia 15c91422339a..b9330017c070 (11 commits) (#8915) · ee45100b
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/15c91422339a..b9330017c070
      
      git log 15c91422339a0383a6ae366d9bf55c69e304b303..b9330017c0702b83329fbfd8e382720a8889c2c0 --date=short --no-merges --format=%ad %ae %s
      2019-05-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader d5ed0a31ce88..ecfeede6014c (17 commits)
      2019-05-08 jvanverth@google.com Add FenceSync support to Metal
      2019-05-08 brianosman@google.com Propagate third_party public_include_dirs to include_dirs
      2019-05-08 brianosman@google.com Use better widget for multiline strings in particle GUI
      2019-04-22 bsalomon@google.com Increase number of clip stack elements to examine in isRRect.
      2019-05-08 fmalita@chromium.org [skottie] Text line height support
      2019-05-07 herb@google.com Remove tracking glyphs in remote cache
      2019-05-08 fmalita@chromium.org [skottie] Cleanup: relocate text sources
      2019-05-08 bsalomon@google.com Separate GrCaps for semaphores and fence syncs.
      2019-05-08 brianosman@google.com Add support for float remainder to interpreter
      2019-05-07 bungeman@google.com Use SkFontHinting instead of macros.
      
      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 (robertphillips@google.com), and stop
      the roller if necessary.
      ee45100b
    • S
      Fix TimePoint on Windows (#8910) · 812616a6
      stuartmorgan 提交于
      Addresses overflow issues with timer multiplication by using std::chrono
      instead of QueryPerformanceCounter. The Windows implementation of
      std::chrono uses QPC, so this should have no impact on performance or
      clock resolution.
      
      Fixes #32121
      812616a6
    • B
      Roll src/third_party/dart f7bf890ff7..ef0c812b0d (13 commits) · 30885db9
      Ben Konyi 提交于
      ef0c812b0d Add support for loading a modular test folder and specifying deps in yaml
      51fe641e82 Create a SynchronousSession class.
      520ba89658 [vm] Remove IsolateSpawnState::package_root
      7e58fb155a Sort declarations in fix_lint_task.dart
      ab84e36989 [dartfix] refactor the dartfix cli UI a bit
      ce2bbd4108 [dartfix] refactor dartfix pubspec.yaml
      a91cc6c701 [observatory] Remove use of custom elements.
      d0f9c9c1a7 [vm/compiler/bytecode] Infer receiver type in bytecode functions
      e9bec21d13 [vm/bytecode] Cleanup after switching to compact bytecode instructions
      68de477535 [vm/bytecode] Compact encoding of bytecode instructions (part 3/3)
      6fe73e4544 [vm/bytecode] Support compact bytecode instructions in VM (part 2/3)
      1cc4003e5a [vm/interpreter] Support misaligned bytecodes (compact bytecodes 1/3)
      a31594b9af [dartdevc] Cleanup ddb script
      30885db9
    • J
      Add web sdk implementation. (#8891) · 78adbf78
      Jonah Williams 提交于
      78adbf78
    • C
      Roll buildroot to bb316a9e. (#8889) · 3ef5007d
      Chinmay Garde 提交于
      3ef5007d
    • K
      Expose API to decode images to specified dimensions (#8596) · e7e6689b
      Kaushik Iska 提交于
      * Dart side resize primitives exposed
      
      * Write the codec side changes
      
      * return un-scaled image if we can not allocate bitmap
      
      * Format _instantiateImageCodec calls to be single lined
      
      Move null check for size to be inner
      
      * Address CR comments and make image resize dimensions container
      
      * Round not trunc, also format
      
      * Add tests, remove ImageResizeDims from api surface
      
      * Make placeholder value public
      
      * Make the api side changes
      
      * Add a feature to resize pixels and also add tests
      
      * Fix grammar and add more info
      e7e6689b
    • B
      Roll src/third_party/dart f80f0bfcfd..f7bf890ff7 (2 commits) · 026df8e4
      Ben Konyi 提交于
      f7bf890ff7 Improve the convert-to-package-uri assist
      13fa51ed54 [vm] Make Library::FindPragma a static method.
      026df8e4
    • B
      Roll src/third_party/dart 0e2e186262..f80f0bfcfd (4 commits) · 0a2d18da
      Ben Konyi 提交于
      f80f0bfcfd Reland "Implement the type Never"
      9203ad5e89 Include receiver method invocation receiver type in static type test
      5ce8402b0d Handle let variable like normal variables in static type computation
      27d806b5a2 Add CodegenResult as the result of FunctionCompiler.compile
      0a2d18da
  4. 08 5月, 2019 14 次提交