6472 Commits

Author SHA1 Message Date
skia-flutter-autoroll
b3a9efd2be Roll src/third_party/skia d8f79a27b06b..e2439cc929f9 (11 commits) (flutter/engine#9465)
https://skia.googlesource.com/skia.git
/%2Blog/d8f79a27b06b..e2439cc929f9

git log d8f79a27b06b5bce7a27f89ce2d43d39f8c058dc..e2439cc929f9f049fb7e05cc9f4acfe878fd2583 --date=short --no-merges --format=%ad %ae %s
2019-06-24 rmistry@google.com Add to lottieweb blacklist
2019-06-24 rmistry@google.com Do not retry G3 tryjobs
2019-06-22 nigeltao@google.com Pause Wuffs' getFrameCount in incremental decode
2019-06-17 jvanverth@google.com Reland "Prefer using GrOvalOpFactory over GrFillRRect for circles and axis-aligned circular roundrects."
2019-06-24 bsalomon@google.com Fix GrColorType name for half float RG.
2019-06-24 egdaniel@google.com Add defaults for GrProtected on createBackendTexture.
2019-06-24 csmartdalton@google.com Rename "preferredInternalSampleCount" to "internalMultisampleCount"
2019-06-24 herb@google.com Remove getGlyphIDMatrics type calls.
2019-06-24 rmistry@google.com [lottie-web-perf] Make similar to skottie-wasm-perf
2019-06-24 rmistry@google.com [skottie-wasm-perf] Make sure we are drawing to 1000x1000
2019-06-24 bsalomon@google.com Fix EGLImageTest asserts on Android

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 (djsollen@google.com), and stop
the roller if necessary.
2019-06-24 22:22:23 -04:00
gaaclarke
f205d9e6e0 ios-unit-tests: Fixed ocmock system header search paths. (flutter/engine#9469) 2019-06-24 17:04:44 -07:00
gaaclarke
ba5e0f9c6e Forgot a usage of a variable in our script. (flutter/engine#9467) 2019-06-24 16:49:19 -07:00
gaaclarke
7490ffddf1 Added shebangs to ios unit test scripts. (flutter/engine#9464) 2019-06-24 14:02:38 -07:00
Amir Hardon
110c63afaf Don't hang to a platform view's input connection after it's disposed (flutter/engine#9423)
Addresses the crash reported in https://github.com/flutter/flutter/issues/19718#issuecomment-504174596
2019-06-24 13:13:00 -07:00
liyuqian
ac90c31ae4 Remove unused/unimplemented shell constructor (flutter/engine#9459) 2019-06-24 12:59:54 -07:00
Jason Simmons
3a8f8a7275 Remove variants of ParagraphBuilder::AddText that are not used within the engine (flutter/engine#9403) 2019-06-24 12:41:01 -07:00
liyuqian
8bd7715e9c Send timings of the first frame without batching (flutter/engine#9424)
For https://github.com/flutter/flutter/issues/34867

Test added:
* ReportTimingsIsCalledImmediatelyAfterTheFirstFrame
2019-06-24 12:40:38 -07:00
skia-flutter-autoroll
6450a461af Roll src/third_party/skia 91032f8cd7ea..d8f79a27b06b (16 commits) (flutter/engine#9457)
https://skia.googlesource.com/skia.git
/%2Blog/91032f8cd7ea..d8f79a27b06b

git log 91032f8cd7eaf5ab5d562b6bf8b726000ae33709..d8f79a27b06b5bce7a27f89ce2d43d39f8c058dc --date=short --no-merges --format=%ad %ae %s
2019-06-24 robertphillips@google.com Reduce GrCaps' reliance on GrPixelConfig
2019-06-24 brianosman@google.com Install runtime check error handler in RTC builds
2019-06-24 bsalomon@google.com GrColorSpaceInfo stores SkAlphaType.
2019-06-20 halcanary@google.com experimental/editor: progress on newlines
2019-06-24 benjaminwagner@google.com Shuffle jobs to the NVIDIA_Shield (2 of 2)
2019-06-24 mtklein@google.com fix Dockerfile?
2019-06-23 mtklein@google.com add bit_clear
2019-06-24 fmalita@chromium.org [skottie] Run resources "GMs" on Lottie bots
2019-06-24 emircan@google.com Enable creating protected vulkan backend
2019-06-23 mtklein@google.com split out Analysis struct from Instruction
2019-06-23 mtklein@google.com embed val_to_reg in Builder::Instruction
2019-06-23 mtklein@google.com refactor to remove the need for death schedule
2019-06-22 mtklein@google.com split ID -> Reg,Val
2019-06-22 mtklein@google.com simplify instructions back to one immediate
2019-06-24 benjaminwagner@google.com Shuffle jobs to the NVIDIA_Shield (1 of 2)
2019-06-24 brianosman@google.com Particles: SkScalar -> float

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 (djsollen@google.com), and stop
the roller if necessary.
2019-06-24 15:10:00 -04:00
gaaclarke
47658b3bb5 Made sure that the run_tests script returns the right error code. (flutter/engine#9456) 2019-06-24 11:22:41 -07:00
Shi-Hao Hong
b47f8090be Convert RRect.scaleRadii to public method (flutter/engine#9452)
* convert RRect.scaleRadii to public method

* Add scaleRadii tests
2019-06-24 11:20:25 -07:00
Chris Bracken
009ba77bda Eliminate unused import in FlutterView (flutter/engine#9439)
Eliminates an unused import in FlutterView.java. Fixes import ordering.
2019-06-24 11:17:18 -07:00
liyuqian
7606eb25fb Generate weak pointers only in the platform thread (flutter/engine#9431) 2019-06-24 10:33:34 -07:00
skia-flutter-autoroll
333fe08b9c Roll src/third_party/skia 6ce447a4ec20..91032f8cd7ea (5 commits) (flutter/engine#9455)
https://skia.googlesource.com/skia.git
/%2Blog/6ce447a4ec20..91032f8cd7ea

git log 6ce447a4ec200834d1b34cb31eb7c50cfdad193e..91032f8cd7eaf5ab5d562b6bf8b726000ae33709 --date=short --no-merges --format=%ad %ae %s
2019-06-21 djsollen@google.com Fix typo to track sdk level not release property.
2019-06-24 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-06-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 bf4cfa77c4bf..dfd760055152 (10 commits)
2019-06-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 31223069ea1d..91f69e5c58f5 (388 commits)
2019-06-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader a7edc1cd1d8f..900e1dac1b2d (2 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 (djsollen@google.com), and stop
the roller if necessary.
2019-06-24 11:37:24 -04:00
skia-flutter-autoroll
4f665636d3 Roll src/third_party/skia 089f13f98286..6ce447a4ec20 (1 commits) (flutter/engine#9453)
https://skia.googlesource.com/skia.git
/%2Blog/089f13f98286..6ce447a4ec20

git log 089f13f9828628701ae57e1ee942dce22c10dc0f..6ce447a4ec200834d1b34cb31eb7c50cfdad193e --date=short --no-merges --format=%ad %ae %s
2019-06-23 csmartdalton@google.com Eliminate mixed samples as an FBO type or AA type

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 (djsollen@google.com), and stop
the roller if necessary.
2019-06-24 00:44:36 -04:00
skia-flutter-autoroll
c1bca5250a Roll src/third_party/skia 38daf0be45e4..089f13f98286 (2 commits) (flutter/engine#9451)
https://skia.googlesource.com/skia.git
/%2Blog/38daf0be45e4..089f13f98286

git log 38daf0be45e49a7a6e0014a334cde9160db4392e..089f13f9828628701ae57e1ee942dce22c10dc0f --date=short --no-merges --format=%ad %ae %s
2019-06-23 mtklein@google.com Allow SkTHash functions to return size_t.
2019-06-23 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version

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 (djsollen@google.com), and stop
the roller if necessary.
2019-06-23 19:11:43 -04:00
skia-flutter-autoroll
2123416d73 Roll src/third_party/skia 8b5cf82dca37..38daf0be45e4 (1 commits) (flutter/engine#9448)
https://skia.googlesource.com/skia.git
/%2Blog/8b5cf82dca37..38daf0be45e4

git log 8b5cf82dca3797066e5acc212381a0c8bd3debd9..38daf0be45e49a7a6e0014a334cde9160db4392e --date=short --no-merges --format=%ad %ae %s
2019-06-23 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps

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 (djsollen@google.com), and stop
the roller if necessary.
2019-06-23 15:23:44 -04:00
liyuqian
52ab236c7e Revert "Roll fuchsia/sdk/core/linux-amd64 from udf6w2VmM5E8PyQm5ggugW_jjiEdWs-Xl6efeLf2JdkC to jQ8awqEtcZVdusV29crejq9iQikDKImqn-HGtb4h3dwC (#9443)" (flutter/engine#9449)
Reverts flutter/engine#9443

Reason: this PR breaks LUCI bots

TBR: @cbracken
2019-06-23 11:44:19 -07:00
skia-flutter-autoroll
72ec7c5546 Roll fuchsia/sdk/core/linux-amd64 from udf6w2VmM5E8PyQm5ggugW_jjiEdWs-Xl6efeLf2JdkC to jQ8awqEtcZVdusV29crejq9iQikDKImqn-HGtb4h3dwC (flutter/engine#9443)
Roll fuchsia/sdk/core/linux-amd64 from udf6w2VmM5E8PyQm5ggugW_jjiEdWs-Xl6efeLf2JdkC to jQ8awqEtcZVdusV29crejq9iQikDKImqn-HGtb4h3dwC


The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine

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.
2019-06-22 19:08:26 -04:00
skia-flutter-autoroll
4881211773 Roll src/third_party/skia 641d2b6e62d9..8b5cf82dca37 (1 commits) (flutter/engine#9444)
https://skia.googlesource.com/skia.git
/%2Blog/641d2b6e62d9..8b5cf82dca37

git log 641d2b6e62d9609aa4c9ce9b674e6a99dae09fe4..8b5cf82dca3797066e5acc212381a0c8bd3debd9 --date=short --no-merges --format=%ad %ae %s
2019-06-22 mtklein@google.com add SkVM_Overhead bench, simple improvements

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.
2019-06-22 19:02:57 -04:00
skia-flutter-autoroll
d0da89d0cd Roll src/third_party/skia 31d587474367..641d2b6e62d9 (1 commits) (flutter/engine#9441)
https://skia.googlesource.com/skia.git
/%2Blog/31d587474367..641d2b6e62d9

git log 31d58747436781d486bf622af90d22833372abe7..641d2b6e62d9609aa4c9ce9b674e6a99dae09fe4 --date=short --no-merges --format=%ad %ae %s
2019-06-21 rmistry@google.com Add new SkottieTracing GPU bot to match SkottieWASM and LottieWeb

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.
2019-06-22 09:02:37 -04:00
skia-flutter-autoroll
9e847159b3 Roll src/third_party/skia 6bbeb4ab7222..31d587474367 (1 commits) (flutter/engine#9440)
https://skia.googlesource.com/skia.git
/%2Blog/6bbeb4ab7222..31d587474367

git log 6bbeb4ab722279aa20f1b4c793dbe5fbc0afadcc..31d58747436781d486bf622af90d22833372abe7 --date=short --no-merges --format=%ad %ae %s
2019-06-22 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps

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.
2019-06-22 02:58:42 -04:00
Chris Bracken
865d3e2775 Update README.md for consistency with framework (flutter/engine#9428)
Updates our README.md to use consistent wording with that of the
framework.

Mostly though, this is intended to trigger a build that verifies that
we're correctly building Fuchsia build products on Linux and Mac LUCI
infrastructure.

See: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1671747
2019-06-21 23:42:49 -07:00
skia-flutter-autoroll
2a089a5df8 Roll src/third_party/skia f3881b278e69..6bbeb4ab7222 (1 commits) (flutter/engine#9438)
https://skia.googlesource.com/skia.git
/%2Blog/f3881b278e69..6bbeb4ab7222

git log f3881b278e69f149a4dd27fb489f087e956555a7..6bbeb4ab722279aa20f1b4c793dbe5fbc0afadcc --date=short --no-merges --format=%ad %ae %s
2019-06-21 mtklein@google.com remove xbyak

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.
2019-06-21 23:18:26 -04:00
gaaclarke
b4532b93f2 Ios unit tests choose engine (flutter/engine#9432)
* Split out the run_tests script to a build_and_run_tests script to make
it easier to run the tests on luci.

* Made build and run pass in its argument to run.
2019-06-21 16:43:35 -07:00
skia-flutter-autoroll
802ba0e2e0 Roll src/third_party/skia 893403fb3896..f3881b278e69 (9 commits) (flutter/engine#9434)
https://skia.googlesource.com/skia.git
/%2Blog/893403fb3896..f3881b278e69

git log 893403fb389695fc3517aae7f74e5c895f716e82..f3881b278e69f149a4dd27fb489f087e956555a7 --date=short --no-merges --format=%ad %ae %s
2019-06-21 mtklein@google.com vmovq
2019-06-21 mtklein@google.com vpmovzxbd
2019-06-21 mtklein@google.com vmovups, both ways
2019-06-21 mtklein@google.com jne
2019-06-21 michaelludwig@google.com Fix subset behavior in makeWithFilter.
2019-06-21 herb@google.com Add API for glyph image data
2019-06-21 mtklein@google.com vpshufb
2019-06-21 michaelludwig@google.com Handle non-finite quads in attemptQuadOptimization
2019-06-21 mtklein@google.com vbroadcastss

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.
2019-06-21 19:42:31 -04:00
Matt Carroll
084284d533 Resolves embedding log chattyness by gating verbose, debug, and info logs by level (#34876). (flutter/engine#9425) 2019-06-21 16:40:32 -07:00
Amir Hardon
2203181ff2 delegate checkInputConnectionProxy to the relevant platform view (flutter/engine#9426)
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.
2019-06-21 14:30:58 -07:00
skia-flutter-autoroll
3666ae00ff Roll src/third_party/skia 8676929c0a13..893403fb3896 (6 commits) (flutter/engine#9421)
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.
2019-06-21 15:54:06 -04:00
gaaclarke
5d78d93340 Made the license check ignore the .vscode directory. (flutter/engine#9398)
* Made the license check ignore the .vscode directory.

* updated license hash

* updated signature
2019-06-21 11:26:12 -07:00
skia-flutter-autoroll
c8ba4af479 Roll src/third_party/skia a1d26a807798..8676929c0a13 (9 commits) (flutter/engine#9416)
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.
2019-06-21 12:16:41 -04:00
skia-flutter-autoroll
1686c2850e Roll src/third_party/skia e3beb99f39f0..a1d26a807798 (1 commits) (flutter/engine#9411)
https://skia.googlesource.com/skia.git
/%2Blog/e3beb99f39f0..a1d26a807798

git log e3beb99f39f0d8095c288f535fbeea5e9f04682a..a1d26a807798e13291aea700412840ee8ac9bfc5 --date=short --no-merges --format=%ad %ae %s
2019-06-21 borenet@google.com Roll recipe dependencies (nontrivial).

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.
2019-06-21 08:42:23 -04:00
skia-flutter-autoroll
eac30fafd5 Roll src/third_party/skia 5549cb00a2cf..e3beb99f39f0 (4 commits) (flutter/engine#9410)
https://skia.googlesource.com/skia.git
/%2Blog/5549cb00a2cf..e3beb99f39f0

git log 5549cb00a2cf93261b37cf7e68216616fdbd5d96..e3beb99f39f0d8095c288f535fbeea5e9f04682a --date=short --no-merges --format=%ad %ae %s
2019-06-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 4aa4fcd61334..a7edc1cd1d8f (10 commits)
2019-06-21 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-06-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 8f8d2c8d5447..31223069ea1d (408 commits)
2019-06-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 c5c937e1e8bd..bf4cfa77c4bf (9 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 (bsalomon@google.com), and stop
the roller if necessary.
2019-06-21 03:51:20 -04:00
skia-flutter-autoroll
bc5d410b19 Roll src/third_party/skia 0c64a545176a..5549cb00a2cf (1 commits) (flutter/engine#9408)
https://skia.googlesource.com/skia.git
/%2Blog/0c64a545176a..5549cb00a2cf

git log 0c64a545176a0f0231bca2f9acc247bd3177588e..5549cb00a2cf93261b37cf7e68216616fdbd5d96 --date=short --no-merges --format=%ad %ae %s
2019-06-20 mtklein@google.com semaphore_wait() until KERN_SUCCESS

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.
2019-06-20 22:44:24 -04:00
Michael Klimushyn
7dad09a5d7 Clamp when overflowing z bounds (flutter/engine#9402) 2019-06-20 18:20:35 -07:00
gaaclarke
5ff4512832 Added unit tests for the ios code. (flutter/engine#9388)
* Added unit tests for the ios code.

* Moved the tests to live next to the source.

* Added mocking library.

* Fixed formatting and removed third_party from the format check.

* fixed formatting 2

* Removed ocmock from third_party.

* Added ocmock to third_party, compile from source.

* removed ocmock from license checking

* updated licenses_flutter

* updated tool_signature
2019-06-20 17:37:03 -07:00
Matt Carroll
78bd3aa73b Android Embedding Refactor PR35: Ensure all JNI methods are in FlutterJNI (#34751). (flutter/engine#9391) 2019-06-20 17:13:58 -07:00
Simon Lightfoot
2b66f64511 Avoid a full screen overlay within virtual displays (flutter/engine#9343)
Add views that are added directly to a platform view's window as siblings to the platform view's container view, rather than as children of a full screen container.

This prevents a false-negative for a visibility check from a specific ads SDK (Teads), which [reported the following warning](https://github.com/flutter/flutter/issues/12114#issuecomment-500906158):
```
W/teads#Visibility(17978): The Teads AdView is visible at 0%, hidded by 1 View(s):
W/teads#Visibility(17978):   -  View of class io.flutter.plugin.platform.SingleViewPresentation$FakeWindowViewGroup, with id: -1, with contentDescription: null, with a size of: [width: 1050, height: 875] is hidding 100% of the ad
```
2019-06-20 16:46:26 -07:00
skia-flutter-autoroll
7cd0bc946b Roll src/third_party/skia 384981be3dd2..0c64a545176a (11 commits) (flutter/engine#9404)
https://skia.googlesource.com/skia.git
/%2Blog/384981be3dd2..0c64a545176a

git log 384981be3dd2f98226a748628ace453a481050f9..0c64a545176a0f0231bca2f9acc247bd3177588e --date=short --no-merges --format=%ad %ae %s
2019-06-20 mtklein@google.com two register ops
2019-06-20 mtklein@google.com two register + immediate ops
2019-06-20 mtklein@google.com remaining 3-reg ops
2019-06-19 jlavrova@google.com Adding TestFontCollection
2019-06-20 michaelludwig@google.com Add lighting, alpha threshold, and tile image filters to GM
2019-06-20 senorblanco@chromium.org Revert "GPU: always use TopLeft origin for saveLayer render targets."
2019-06-20 jvanverth@google.com Fix ASAN issue.
2019-06-20 brianosman@google.com ByteCode: Fixes for TRACE
2019-06-20 senorblanco@chromium.org GPU: always use TopLeft origin for saveLayer render targets.
2019-06-20 brianosman@google.com ByteCode: Allow calls to functions that return void
2019-06-20 jvanverth@google.com Revert "Prefer using GrOvalOpFactory over GrFillRRect for circles and"

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.
2019-06-20 19:04:28 -04:00
Jason Simmons
0e29357616 Remove build flags for dynamic patching (flutter/engine#9394) 2019-06-20 15:25:04 -07:00
skia-flutter-autoroll
743e0e7cce Roll src/third_party/skia 4918bbcbfd54..384981be3dd2 (13 commits) (flutter/engine#9395)
https://skia.googlesource.com/skia.git
/%2Blog/4918bbcbfd54..384981be3dd2

git log 4918bbcbfd5444919b4f11c3fa3d4422cf3b1236..384981be3dd2f98226a748628ace453a481050f9 --date=short --no-merges --format=%ad %ae %s
2019-06-20 bsalomon@google.com Revert "Deserialize MultiPictureDocument based SKP files (with image sharing proc) in wasm debugger."
2019-06-20 benjaminwagner@google.com Update NVIDIA_Shield
2019-06-20 egdaniel@google.com Add FormatInfo struct to GrGLCaps.
2019-06-20 mtklein@google.com first VEX ymm vector ops
2019-06-20 fmalita@chromium.org [sksg] Clear the context mask filter when applied via layers
2019-06-17 nifong@google.com Deserialize MultiPictureDocument based SKP files (with image sharing proc) in wasm debugger.
2019-06-20 reed@google.com runtime shaders
2019-06-20 jvanverth@google.com Switch Metal dynamic buffer allocations to use a ring buffer.
2019-06-20 bsalomon@google.com Revert "Revert "Make SkASSERT not break build in constexpr GrSwizzle method on GCC""
2019-06-20 rmistry@google.com [lottie-web-perf] Add LottieWeb CPU and GPU bots
2019-06-20 mtklein@google.com forward-declare Program::Instruction
2019-06-20 robertphillips@google.com Fix up wacky_yuv_formats GM and GL caps
2019-06-20 mtklein@google.com no -ffoo-sections on Darwin

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.
2019-06-20 15:31:56 -04:00
Chris Yang
725e33773d Workaround fix the platform view dismiss crash related to gl (flutter/engine#9377) 2019-06-20 11:52:52 -07:00
Jason Simmons
9943600684 libtxt: remove obsolete font_manager_available defines (flutter/engine#9376) 2019-06-20 11:04:59 -07:00
Francisco Magdaleno
900692eb09 [glfw] Implement SystemNavigator.pop (flutter/engine#9365)
* [glfw] Implement SystemNavigator.pop

* Exit the program

* Add success result
2019-06-20 09:55:12 -07:00
skia-flutter-autoroll
fabdb6ea5f Roll src/third_party/skia b520476ee6dc..4918bbcbfd54 (4 commits) (flutter/engine#9393)
https://skia.googlesource.com/skia.git
/%2Blog/b520476ee6dc..4918bbcbfd54

git log b520476ee6dcde51054d14c183c8e2c12c7602f5..4918bbcbfd5444919b4f11c3fa3d4422cf3b1236 --date=short --no-merges --format=%ad %ae %s
2019-06-19 rmistry@google.com Rename recipe from perf_skottie_wasm to perf_skottiewasm_lottieweb
2019-06-19 benjaminwagner@google.com Update GPU driver for Intel Skylake and later
2019-06-19 senorblanco@chromium.org Rename a shader variable to please MSL.
2019-06-19 egdaniel@google.com Switch from querying swizzle on caps to using swizzles stored on proxies.

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.
2019-06-20 12:00:15 -04:00
skia-flutter-autoroll
e9020005ac Roll src/third_party/skia e08b443f9bda..b520476ee6dc (5 commits) (flutter/engine#9392)
https://skia.googlesource.com/skia.git
/%2Blog/e08b443f9bda..b520476ee6dc

git log e08b443f9bda453c016d0cc4f73ad93352d539f3..b520476ee6dcde51054d14c183c8e2c12c7602f5 --date=short --no-merges --format=%ad %ae %s
2019-06-19 robertphillips@google.com Swap GrSurfaceProxy over to being held via sk_sp
2019-06-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 88e0322122f2..c5c937e1e8bd (5 commits)
2019-06-20 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-06-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src a69f99029b91..8f8d2c8d5447 (406 commits)
2019-06-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 62bb5edfe0a6..4aa4fcd61334 (5 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 (bsalomon@google.com), and stop
the roller if necessary.
2019-06-20 08:21:47 -04:00
Matt Carroll
1959c3d907 Android Embedding Refactor PR34: Fill in missing nullability annotations. (flutter/engine#9384) 2019-06-19 23:44:15 -07:00
skia-flutter-autoroll
27c4f76c18 Roll src/third_party/skia 0233b1edf242..e08b443f9bda (1 commits) (flutter/engine#9387)
https://skia.googlesource.com/skia.git
/%2Blog/0233b1edf242..e08b443f9bda

git log 0233b1edf242ed972e2531da0578efdf2b7d48fe..e08b443f9bda453c016d0cc4f73ad93352d539f3 --date=short --no-merges --format=%ad %ae %s
2019-06-19 michaelludwig@google.com Make rt bounds dependent on stencil settings for quad optimizations

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.
2019-06-19 21:36:25 -04:00
Chris Bracken
415af58f49 Add Dart SDK > 2.3.0 constraint to license script (flutter/engine#9385)
The license script uses Set literals among other Dart 2.3.0 features.
2019-06-19 15:52:30 -07:00
Chinmay Garde
9788d1289a Update Metal backend to account for Skia updates. (flutter/engine#9383)
Also makes it so that folks don't have to patch the buildroot manually when
building for Metal.
2019-06-19 15:24:26 -07:00