George Wright
4d8deabab5
Manage resource and onscreen contexts using separate IOSGLContext objects ( flutter/engine#12277 )
...
Manage resource and onscreen contexts using separate IOSGLContext objects.
FlutterView owns the onscreen context, and PlatformViewIOS owns the resource context.
2019-09-16 16:17:46 -07:00
Michael Goderbauer
a94cccbeee
Cleanup in web_ui ( flutter/engine#12307 )
2019-09-16 16:04:12 -07:00
gaaclarke
68c0c11bad
Made flutter startup faster by allowing initialization to be parallelized ( flutter/engine#10182 )
...
Made flutter startup faster by allowing initialization to be parallelized. This resulting in a 15% decrease in startup time (~0.05ms)
2019-09-16 15:04:51 -07:00
skia-flutter-autoroll
429755ddfd
Roll src/third_party/skia c22498502cda..b47704b0bd34 (16 commits) ( flutter/engine#12304 )
...
https://skia.googlesource.com/skia.git/+log/c22498502cda..b47704b0bd34
git log c22498502cda..b47704b0bd34 --date=short --no-merges --format='%ad %ae %s'
2019-09-16 brianosman@google.com Fix license comment in skottie_ios
2019-09-16 jvanverth@google.com Revert "Add ETC2 support to Metal backend."
2019-09-16 reed@google.com update videoencoder, add scale option, remove motion-blur hack
2019-09-16 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-16 halcanary@google.com experimental/skottie_ios: Skottie iOS/Metal App
2019-09-16 nifong@google.com Add a wasm debugger test that uses a WebGL surface
2019-09-16 kjlubick@google.com [canvaskit] Add test for skottie to catch framebuffer issues
2019-09-16 halcanary@google.com gn: split out iOS templates to gn/ios.gni
2019-09-16 jvanverth@google.com Add ETC2 support to Metal backend.
2019-09-16 brianosman@google.com Particle effect scripting update
2019-09-16 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-16 brianosman@google.com Fix precompiling shaders on GLES / Android
2019-09-16 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-16 halcanary@google.com BUILD/iOS-App: simplify bundle
2019-09-16 brianosman@google.com android_gdbserver: Don't fail when trying to locate nonexistent files
2019-09-16 nigeltao@google.com Remove a deprecated Wuffs io_buffer::reader call
Created with:
gclient setdep -r src/third_party/skia@b47704b0bd34
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC brianosman@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=brianosman@google.com
2019-09-16 17:37:44 -04:00
Jonah Williams
ba1ef5f758
Include firefox in check to quote font families ( flutter/engine#12288 )
2019-09-16 14:17:17 -07:00
Ben Konyi
743098bce0
Roll src/third_party/dart 7799f424f4..dd1969a43a (2 commits)
...
dart-lang/sdk@dd1969a43a [pkg/vm] Train kernel service differently
dart-lang/sdk@41ad840e48 [dart2js] Fix constant folding of overflowing truncating divide
2019-09-16 13:11:19 -07:00
rafern
eaef788323
Fix objects equal to null not being detected as null ( flutter/engine#11283 )
2019-09-16 12:16:38 -07:00
Qxyat
a8f0713575
Reset NSNetService delegate to nil,when stop service. ( flutter/engine#11270 )
2019-09-16 10:45:52 -07:00
liyuqian
c817b336ac
Implement Base32Decode ( flutter/engine#12253 )
...
For https://github.com/flutter/flutter/issues/32170
This is to enable reading back SkSL persistent cache filenames
and decode them as SkData.
2019-09-16 10:43:02 -07:00
liyuqian
dedf24e797
Reland "Smooth out iOS irregular input events delivery ( #11817 )" ( flutter/engine#12280 )
...
Additionally, we now use the engine directly as a delegate instead of storing potentially dead runtime_controller.
Unit tests have been updated to include an engine restart check which would fail before the fix.
This fixes https://github.com/flutter/flutter/issues/40303
2019-09-16 10:42:44 -07:00
Mouad Debbar
8a818032d0
Refactor and polish the 'felt' tool ( flutter/engine#12258 )
...
1. Various functionalities offered by this tool are now organized into commands (e.g. `felt test`, `felt check-licenses`).
2. The felt tool can now be invoked from anywhere, not necessarily from the web_ui directory.
3. This new structure helps us scale better as we add more commands (e.g. soon a `build/watch` command is coming).
2019-09-16 10:41:34 -07:00
Ben Konyi
e4051b1033
Roll src/third_party/dart a8f433820b..7799f424f4 (3 commits)
...
dart-lang/sdk@7799f424f4 [CFE] Encapsulate int operations in separate classes for VM and JS
dart-lang/sdk@eb1a375749 [CFE] Consolidate double special cases for == and identical.
dart-lang/sdk@7b60ae1a0d [cfe] Fix infer expression
2019-09-16 09:58:05 -07:00
Michael Goderbauer
bffaa526a2
a11y: expose max character count for text fields ( flutter/engine#12269 )
2019-09-16 09:37:25 -07:00
skia-flutter-autoroll
c4e73dd6a6
Roll src/third_party/skia 86c48abc94f3..c22498502cda (1 commits) ( flutter/engine#12300 )
...
https://skia.googlesource.com/skia.git/+log/86c48abc94f3..c22498502cda
git log 86c48abc94f3..c22498502cda --date=short --no-merges --format='%ad %ae %s'
2019-09-16 bsalomon@google.com Mark last render target bound ID invalid after clearing texture levels using glClear
Created with:
gclient setdep -r src/third_party/skia@c22498502cda
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC brianosman@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=brianosman@google.com
2019-09-16 12:22:13 -04:00
Ryan Macnak
891db996e8
Do not assume Platform.script is a Dart source file during training. ( flutter/engine#12256 )
...
Cf. dart-lang/sdk@74cff6c7df
2019-09-16 08:57:27 -07:00
Ben Konyi
0521a735db
Roll src/third_party/dart f8f0b845c2..a8f433820b (1 commits)
...
dart-lang/sdk@a8f433820b [fasta] Add test for split dill
2019-09-16 07:00:18 -07:00
skia-flutter-autoroll
b40120d986
Roll fuchsia/sdk/core/linux-amd64 from Ha3yC... to rwf0-... ( flutter/engine#12298 )
...
Roll fuchsia/sdk/core/linux-amd64 from Ha3yC... to rwf0-...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-16 08:00:21 -04:00
skia-flutter-autoroll
c9e283c2c4
Roll fuchsia/sdk/core/mac-amd64 from tg1Em... to xPX7p... ( flutter/engine#12297 )
...
Roll fuchsia/sdk/core/mac-amd64 from tg1Em... to xPX7p...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-16 07:49:59 -04:00
Ben Konyi
7853ffacd2
Roll src/third_party/dart d0052c1b31..f8f0b845c2 (16 commits)
...
dart-lang/sdk@f8f0b845c2 [vm/bytecode] Fix lazy lookup of line starts with bytecode and app-jit
dart-lang/sdk@aa318ee261 Add Class/TypeParameter/FunctionTypeAliasElement.instantiate() methods.
dart-lang/sdk@4575e4df37 fix for UNUSED_LOCAL_VARIABLE
dart-lang/sdk@4512b22595 [vm/fuzzer] Call all virtual methods
dart-lang/sdk@f7638fc2fb [vm/fuzzer] Filter exponential assigments
dart-lang/sdk@f234830998 Cut dart:ffi dependency to fix simarm build
dart-lang/sdk@64d4fc59fe [vm/bytecode] Load referenced classes more efficiently
dart-lang/sdk@3e1154cb5b [vm/bytecode] Move CheckStack after function type arguments handling
dart-lang/sdk@bded2e015e [vm/fuzzer] fix newline when printing timeouts
dart-lang/sdk@8d7daafdaf [dart_internal] Bump SDK upper-bound to <2.7.0
dart-lang/sdk@7ee192e7c7 [vm/bytecode] Do not create bytecode CodeBreakpoint if interpreter is not enabled
dart-lang/sdk@330fccbc0d Implement extension override in summary2
dart-lang/sdk@08518a6d5e Stop using ClassElement.type and InterfacecType.instantiate in TypeSystem tests.
dart-lang/sdk@d53086e005 Fix strict-inference failure on ctor call to allow upwards dynamic
dart-lang/sdk@ed9e89ea38 Implement a basic WASM API using wasmer.
dart-lang/sdk@e8413cd08d Add a fix to allow unqualified references to static members to be qualified.
2019-09-16 01:13:12 -07:00
skia-flutter-autoroll
df2e0c6a6d
Roll src/third_party/skia cb52badca04a..86c48abc94f3 (4 commits) ( flutter/engine#12294 )
...
https://skia.googlesource.com/skia.git/+log/cb52badca04a..86c48abc94f3
git log cb52badca04a..86c48abc94f3 --date=short --no-merges --format='%ad %ae %s'
2019-09-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 b1580a276713..d32dae1bb37c (5 commits)
2019-09-16 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-09-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader adb0d51ca672..30847688f059 (2 commits)
2019-09-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 465489971eea..48c8f915e06e (416 commits)
Created with:
gclient setdep -r src/third_party/skia@86c48abc94f3
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC brianosman@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=brianosman@google.com
2019-09-16 02:50:58 -04:00
skia-flutter-autoroll
124a77209a
Roll src/third_party/skia 2cb1315d99e4..cb52badca04a (5 commits) ( flutter/engine#12293 )
...
https://skia.googlesource.com/skia.git/+log/2cb1315d99e4..cb52badca04a
git log 2cb1315d99e4..cb52badca04a --date=short --no-merges --format='%ad %ae %s'
2019-09-15 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2019-09-15 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-09-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-14 reed@google.com Revert "add guard to switch to SkPathTypes"
2019-09-14 reed@google.com add guard to switch to SkPathTypes
Created with:
gclient setdep -r src/third_party/skia@cb52badca04a
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC brianosman@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=brianosman@google.com
2019-09-15 23:08:50 -04:00
Kaushik Iska
f219ea7ab7
Revert "Revert "Roll src/third_party/dart a554c8be6b..d0052c1b31 (22 commits)" ( #12290 )" ( flutter/engine#12291 )
...
This reverts commit b2becdeef55ba0f70f5f4d5de9f6592c9bc34254.
2019-09-15 18:22:25 -07:00
Kaushik Iska
1e34d6a443
Revert "Add iOS platform view mutation XCUITests to the scenario app ( #11652 )" ( flutter/engine#12292 )
...
This reverts commit f2eb1d4bd779accbc293edcf62826fbf48d166ad.
2019-09-15 17:57:54 -07:00
Chris Yang
f2eb1d4bd7
Add iOS platform view mutation XCUITests to the scenario app ( flutter/engine#11652 )
2019-09-16 07:56:24 +08:00
skia-flutter-autoroll
256c557bee
Roll src/third_party/skia cf4deab60e30..2cb1315d99e4 (1 commits) ( flutter/engine#12283 )
...
https://skia.googlesource.com/skia.git/+log/cf4deab60e30..2cb1315d99e4
git log cf4deab60e30..2cb1315d99e4 --date=short --no-merges --format='%ad %ae %s'
2019-09-13 khushalsagar@chromium.org Reland "gpu: Update GrGLCaps usage of fTextureRectangle with chromium."
Created with:
gclient setdep -r src/third_party/skia@2cb1315d99e4
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC mtklein@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=mtklein@google.com
2019-09-15 19:26:14 -04:00
skia-flutter-autoroll
1297814eef
Roll fuchsia/sdk/core/mac-amd64 from gVBCH... to tg1Em... ( flutter/engine#12285 )
...
Roll fuchsia/sdk/core/mac-amd64 from gVBCH... to tg1Em...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-15 19:23:58 -04:00
Kaushik Iska
d413a493d6
Fix flutter runner paths ( flutter/engine#12289 )
2019-09-15 16:22:35 -07:00
skia-flutter-autoroll
9f53a58427
Roll fuchsia/sdk/core/linux-amd64 from Xfeuz... to Ha3yC... ( flutter/engine#12286 )
...
Roll fuchsia/sdk/core/linux-amd64 from Xfeuz... to Ha3yC...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-15 19:21:29 -04:00
Kaushik Iska
b2becdeef5
Revert "Roll src/third_party/dart a554c8be6b..d0052c1b31 (22 commits)" ( flutter/engine#12290 )
...
This reverts commit 347e9988b1cbf9c0f4405f3f9a351d1511c89c12.
2019-09-15 15:54:36 -07:00
gaaclarke
ab8dae9cc6
FlutterViewController notify will dealloc ( flutter/engine#12232 )
...
Made the flutter view controllers dealloc notification more
generic and started turning off semantics when the view controller
is remotely deleted.
2019-09-13 17:33:03 -07:00
Ben Konyi
347e9988b1
Roll src/third_party/dart a554c8be6b..d0052c1b31 (22 commits)
...
dart-lang/sdk@d0052c1b31 [dart:_http] Fix potentially large List<int> allocation in _WebSocketPerMessageDeflate.processIncomingMessage
dart-lang/sdk@4aa820bbf5 Reland "[vm/bytecode] Switch kernel service dill to bytecode if building Dart SDK with --bytecode"
dart-lang/sdk@f20f619050 Add 'variance' experimental flag.
dart-lang/sdk@139889e2b9 Fix a couple of diagnostic messages and re-order several constants to restore alphabetic ordering
dart-lang/sdk@daa22105fd More clean up for TypeSystem tests.
dart-lang/sdk@3129ad9585 Only report a non-const initializer for const variables; fixes #35985
dart-lang/sdk@f8f7a5a6c1 Migration: add a test case documenting the need for definite assignment integration
dart-lang/sdk@366b4056e6 Migration: add a test case documenting a problem with back-propagation of non-nullability
dart-lang/sdk@25401964ab Pass proper file URI under both Windows and not
dart-lang/sdk@f35f9e8e24 [kernel] Don't lazy load classes when dills are concatenated
dart-lang/sdk@b65120eae7 [vm/ffi] Update CSP after Enter/ExitSafepoint slow-path stubs on ARM64.
dart-lang/sdk@2a12c63631 [cfe] Use SuperPropertySet for super assignment
dart-lang/sdk@4b72fffaaf [cfe] Use VariableSet for variable assignment
dart-lang/sdk@2153a06b82 [cfe] Use PropertySet for property assignment
dart-lang/sdk@4fd7bf7356 [cfe] Split inference of super property get from instance property get
dart-lang/sdk@f8f37c131b [cfe] Split inference of super method invocation from instance method invocation
dart-lang/sdk@7d2ebd3ce9 [cfe] Introduce InternalExpression
dart-lang/sdk@2c6f779a76 [cfe] Remove legacyMode
dart-lang/sdk@392cd3b26f [cfe] Delete InferredTypeVisitor
dart-lang/sdk@71534fe18c [cfe] Make *Impl classes
dart-lang/sdk@15ccf4c703 [cfe] Remove unneeded Judgments
dart-lang/sdk@7985b187ab [cfe] Remove ExpressionJudgment.inferredType
2019-09-13 17:19:18 -07:00
Kaushik Iska
8bdeed3670
[flutter_runner] Change the path to artifacts ( flutter/engine#12282 )
...
This is to account for fxb/36483
2019-09-13 16:18:03 -07:00
Dan Field
350969c90c
optionally skip builds ( flutter/engine#12281 )
2019-09-13 16:17:49 -07:00
skia-flutter-autoroll
e02b592b9a
Roll src/third_party/skia 043dba039e0d..cf4deab60e30 (5 commits) ( flutter/engine#12278 )
...
https://skia.googlesource.com/skia.git/+log/043dba039e0d..cf4deab60e30
git log 043dba039e0d..cf4deab60e30 --date=short --no-merges --format='%ad %ae %s'
2019-09-13 ethannicholas@google.com Improved skslc depth tracking
2019-09-13 michaelludwig@google.com Always create an approx-size texture for approx-fit proxies
2019-09-13 ethannicholas@google.com SkSL now supports constant 1/0 in all swizzle channels, as well as "LTRB" as an alias for "xyzw" / "rgba".
2019-09-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-13 mtklein@google.com test we already have SkPicture::drawsNothing()
Created with:
gclient setdep -r src/third_party/skia@cf4deab60e30
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC mtklein@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=mtklein@google.com
2019-09-13 17:46:15 -04:00
Francisco Magdaleno
4090600949
[macos] Stops keeping track of text input models ( flutter/engine#12267 )
2019-09-13 14:30:20 -07:00
Dan Field
24f186335b
Revert "Close the tree ( #12268 )" ( flutter/engine#12272 )
...
This reverts commit 464746f563b102ccdce8e7b07b898d71e2e15470.
2019-09-13 14:06:37 -07:00
xster
c668dad587
Clean up after AppLifecycleTests ( flutter/engine#12273 )
2019-09-13 13:28:54 -07:00
Dan Field
464746f563
Close the tree ( flutter/engine#12268 )
...
This will have to be landed on red since it's intended to make the tree red. It can be reverted once we've resolved the ongoing regression preventing the engine->framework roll.
2019-09-13 11:00:58 -07:00
xster
6e2b87462f
Reland add some AppLifecycleTests
2019-09-13 10:34:36 -07:00
Alexander Aprelev
7d492128b6
Revert "Started taking advantage of Skia's new copyTableData to avoid ( #10154 )" ( flutter/engine#12263 )
...
This reverts commit 1440d6a5465d3c22b199f56b5a2ceaea7963b183 as it breaks flutter on ios 32-bit devices.
2019-09-13 10:24:28 -07:00
skia-flutter-autoroll
69bccacaad
Roll fuchsia/sdk/core/linux-amd64 from 6a4X4... to Xfeuz... ( flutter/engine#12261 )
...
Roll fuchsia/sdk/core/linux-amd64 from 6a4X4... to Xfeuz...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
Please CC on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-13 12:59:18 -04:00
skia-flutter-autoroll
77197ea62f
Roll src/third_party/skia be194479d27f..043dba039e0d (23 commits) ( flutter/engine#12262 )
...
https://skia.googlesource.com/skia.git/+log/be194479d27f..043dba039e0d
git log be194479d27f..043dba039e0d --date=short --no-merges --format='%ad %ae %s'
2019-09-13 michaelludwig@google.com Revert "Use "clamp" when reexpanding gaussian blurs"
2019-09-13 kjlubick@google.com [canvaskit] expose SkColorFilter and add SkColorMatrix helpers
2019-09-13 reed@google.com Pull path nested types out to root level
2019-09-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 f421e0e33e66..b1580a276713 (5 commits)
2019-09-13 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-09-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 4712e39822ec..465489971eea (366 commits)
2019-09-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 5a5ffe52a944..adb0d51ca672 (7 commits)
2019-09-13 reed@google.com make rectcontour and nestedrects private
2019-09-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-12 fmalita@chromium.org [skottie] Avoid reshaping text unnecessarily
2019-09-12 senorblanco@chromium.org Tiny Dawn fix: don't submit empty list of command buffers to the queue.
2019-09-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-12 senorblanco@chromium.org Update Dawn backend to recent GrGpu::onCreateTexture() change.
2019-09-12 jvanverth@google.com Fix ETC1 support on iOS.
2019-09-12 csmartdalton@google.com Use "clamp" when reexpanding gaussian blurs
2019-09-12 robertphillips@google.com Add bench for SkDDLRecorder detach
2019-09-12 bsalomon@google.com Make blurrect_compare GM work on GPUs without renderable A8
2019-09-12 bsalomon@google.com Update fully lazy proxy checks to look for negative w/h
2019-09-12 mtklein@google.com rewrite tricky loop to avoid -Wsizeof-array-div
2019-09-12 robertphillips@google.com Add kRG_1616 and kAlpha_16 SkColorTypes
2019-09-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 0b8eca795349..f421e0e33e66 (6 commits)
2019-09-12 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
Created with:
gclient setdep -r src/third_party/skia@043dba039e0d
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC mtklein@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
Bug: None
TBR=mtklein@google.com
2019-09-13 12:57:39 -04:00
skia-flutter-autoroll
d41d8ace2c
Roll fuchsia/sdk/core/mac-amd64 from JVZ_i... to gVBCH... ( flutter/engine#12260 )
...
Roll fuchsia/sdk/core/mac-amd64 from JVZ_i... to gVBCH...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
Please CC on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-13 12:55:33 -04:00
Ben Konyi
3395f093ed
Roll src/third_party/dart d9489622be..a554c8be6b (10 commits)
...
dart-lang/sdk@a554c8be6b Fix language_2/flatten_test.
dart-lang/sdk@95d7749f48 [vm/compiler] OSR on non-empty stack integrity
dart-lang/sdk@683dca0e9a [vm/fuzzer] Fix an inconsistency with local names
dart-lang/sdk@7516af7237 Add support for test requirements.
dart-lang/sdk@1cd6518897 Revert "[vm/bytecode] Workaround for incorrect type parameters in function types"
dart-lang/sdk@d7dc524b5f [vm, bytecode] Use call-scoped temporaries for NativeArguments to reduce the frame size of Interpreter::Call.
dart-lang/sdk@9f778d69f4 Fix language_2/external_test.
dart-lang/sdk@a09845fe3d [vm/fuzzer] Track and print invalid test cases
dart-lang/sdk@c138b505be Update TypeSystem tests to reuse AbstractTypeSystemTest.
dart-lang/sdk@c858519064 Delete lib_2/async/timer_not_available_test.
2019-09-13 09:54:21 -07:00
Alexander Aprelev
b5262e86d7
Revert "Add some AppLifecycleTests ( #11890 )" ( flutter/engine#12264 )
...
This reverts commit ac38d33fbf57f0887de0ae231fd6fc125f3db629 as it breaks mac tests https://ci.chromium.org/p/flutter/builders/prod/Mac%20Host%20Engine/2156 .
2019-09-13 09:16:03 -07:00
xster
ac38d33fbf
Add some AppLifecycleTests ( flutter/engine#11890 )
2019-09-12 16:36:30 -07:00
stuartmorgan
63c3a631f7
Add an initial macOS version of FlutterAppDelegate ( flutter/engine#12230 )
...
Creates a starting point for an app delegate. For now it just
incorporates the menu and window renaming functionality that's currently
in the FDE example, but in the future this will also do forwarding of
application lifecycle events to plugins.
Fixes https://github.com/flutter/flutter/issues/32419
2019-09-12 16:03:18 -07:00
Alexander Aprelev
895df18d6a
Roll dart to d9489622befb638c040975163cf9b8eba2ff057b. ( flutter/engine#12255 )
...
* Roll dart to d9489622befb638c040975163cf9b8eba2ff057b.
Changes since last dart roll
```
d9489622be Revert "[build] Speed up debug and simulator builds by running steps on the prebuilt VM."
35d1333c2f [vm] remove token position for ExceptionHandlers
5beca80bc7 [analyzer] add isNullAware to IndexExpression
2bc48ad1b6 [analyzer] add isNullAware to propertyAccess
cfd1efc0d9 [vm/bytecode] Fix getting of target of dynamic invocation forwarder
68bcc00d10 [analyzer] implement isNullAware for method invocations
351acd155d [build] Fix application_snapshot.gni for uses outside of utils/xyz.
7badd807b1 Add a fix to replace an override with the extension name if accessing a static member
c72a8589d9 Don't use DartType.instantiate() in TypeProviderImpl.
49de78b708 Convert tests so that they will continue to pass when extension methods are enabled by default
9d3de982c6 fix for REMOVE_UNUSED_LABEL
97925ece63 Delete test_runner/tool/co19.dart
68022510a4 Revert "[vm, service] Remove _collectAllGarbage."
892187eff7 [dart2js] Ensure JSInvocationMirror.typeArguments is unmodifiable.
81c9fb8e63 Fix corelib_2/nsm_invocation_generic_test.
6a2a20207a Auto-CC dart2js on changes to the js_runtime sdk.
29ce9350d3 Migration: add a test case documenting a problem with "is" checks.
152fbbb1d9 Migration: add a test case documenting an operator== corner case.
83930fdc75 Reformatted extension method tests.
4331e7e5fa Fix bad tests setter_no_getter_test and syntax_test.
fc2f744d9e Deprecate 'Source.encoding'.
74cff6c7df [build] Speed up debug and simulator builds by running steps on the prebuilt VM.
59bcc4ea1e [vm/kernel] record yield positions at streaming flow graph builder
c74e68e501 Add documentation for more diagnostics
59008b8692 Skip parts with invalid URIs.
3b1d3de988 update parser to report out of order "?.." operator
420b292410 [vm/compiler] More work on the IL serializer.
ebf1f01ca5 [vm/compiler] Continued work on the IL deserializer.
bdf237fa77 (origin/base) [cfe] Add a bit to Library to inticate if it's opted in for NNBD
a350f6e57d [gardening] Always use Dart binary from checked-in sdk when running gen_kernel in vm/dart tests
94b3a3f2ac [cfe] Don't reuse type parameters of FunctionNode in its functionType
a9a9765eb3 [gardening] Skip dart/run_appended_aot_snapshot_test on simarm_x64
8b26ae942f Change name of test configuration on abi test builder.
ce5556ab36 [kernel] Load classes lazily
2bfe714d42 [kernel] Make class hierarchy member lists lazy
a62289451d Update changelog to include the recent breaking change
60ca2b840d Revert "Enable visibleForTesting on unnamed constructors"
```
2019-09-12 15:41:06 -07:00
Francisco Magdaleno
71f6d9cde9
[glfw/windows] Stops keeping track of input models ( flutter/engine#12234 )
2019-09-12 15:30:53 -07:00
Nurhan Turgut
9d793c6959
Editable text fix ( flutter/engine#12249 )
...
* enabling spellcheck for text editing
* Fixing errors in the input box, which arrises when the fontweight is null.
* Rollback the spellcheck change. Still not tested in safari mobile.
* Carrying the assignment of fontweight from index to EditingStyle constructor. This reduce # of null checks to one.
2019-09-12 13:41:14 -07:00