1. 15 5月, 2019 1 次提交
  2. 14 5月, 2019 15 次提交
  3. 13 5月, 2019 4 次提交
  4. 12 5月, 2019 2 次提交
  5. 11 5月, 2019 6 次提交
  6. 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
  7. 09 5月, 2019 6 次提交