1. 22 6月, 2019 5 次提交
    • G
      Update harfbuzz to 2.5.2 (#9406) · 780343a2
      Gary Qian 提交于
      780343a2
    • A
      delegate checkInputConnectionProxy to the relevant platform view (#9426) · 3757f199
      Amir Hardon 提交于
      The previous logic allowed proxying for any view that belonged to one of the platform views' virtual displays which may lead to us allowing proxying for a view that the platform view isn't allowing proxying for, previous logic also didn't account for unattached views.
      
      This change instead delegates the decision to the platform view.
      
      We use the fact that each virtual display has its unique context to associate any view with its relevant virtual display.
      
      A nice side effect of calling the platform view's checkInputConnectionProxy for webviews is that the plugin now has a way to get a handle to the ThreadedInputConnectionProxyView, which may be useful for getting keyboard working on webview's prior to Android N.
      3757f199
    • S
      Roll src/third_party/skia 8676929c0a13..893403fb3896 (6 commits) (#9421) · d9dfad3b
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/8676929c0a13..893403fb3896
      
      git log 8676929c0a13560d874e6c274df64f89b0769045..893403fb389695fc3517aae7f74e5c895f716e82 --date=short --no-merges --format=%ad %ae %s
      2019-06-21 mtklein@google.com clarify can-we-call-JIT logic
      2019-06-21 mtklein@google.com rearrange who mprotects
      2019-06-20 robertphillips@google.com Fix up wacky_yuv_formats GM
      2019-06-20 herb@google.com Start using new APIs for bounds and glyph lookup
      2019-06-21 nifong@google.com Reland "Deserialize MultiPictureDocument based SKP files (with image sharing proc) in wasm debugger."
      2019-06-21 jvanverth@google.com Fix Mac viewer on command line launch.
      
      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 (bsalomon@google.com), and stop
      the roller if necessary.
      d9dfad3b
    • G
      Made the license check ignore the .vscode directory. (#9398) · 91e31dca
      gaaclarke 提交于
      * Made the license check ignore the .vscode directory.
      
      * updated license hash
      
      * updated signature
      91e31dca
    • S
      Roll src/third_party/skia a1d26a807798..8676929c0a13 (9 commits) (#9416) · 24c3f513
      skia-flutter-autoroll 提交于
      
      https://skia.googlesource.com/skia.git
      /%2Blog/a1d26a807798..8676929c0a13
      
      git log a1d26a807798e13291aea700412840ee8ac9bfc5..8676929c0a13560d874e6c274df64f89b0769045 --date=short --no-merges --format=%ad %ae %s
      2019-06-21 brianosman@google.com ByteCode: Faster eval in getLocation, add safety for double side-effects
      2019-06-21 mtklein@google.com rearrange code,data -> data,code
      2019-06-21 fmalita@chromium.org Add SkShaderMaskFilter.h to public header list
      2019-06-21 brianosman@google.com ByteCode: Better signature for innerRun, avoid memory stomping
      2019-06-19 herb@google.com Simplify intercepts
      2019-06-21 fmalita@chromium.org [skottie] Radial swipe effect
      2019-06-20 brianosman@google.com ByteCode: Support out params in local function calls
      2019-06-20 robertphillips@google.com Cleanup some legacy instantiate calls
      2019-06-21 borenet@google.com [infra] Remove stephana@ from OWNERS
      
      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 (bsalomon@google.com), and stop
      the roller if necessary.
      24c3f513
  2. 21 6月, 2019 14 次提交
  3. 20 6月, 2019 12 次提交
  4. 19 6月, 2019 9 次提交