skia-flutter-autoroll
85b43f56c7
Roll fuchsia/sdk/core/mac-amd64 from _QV9E... to 7XOyl... ( flutter/engine#13856 )
...
Roll fuchsia/sdk/core/mac-amd64 from _QV9E... to 7XOyl...
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-11-14 00:39:35 -05:00
Matt Carroll
be849d1363
Add support for --dart-flags in FlutterShellArgs. ( #44855 ) ( flutter/engine#13855 )
2019-11-14 04:09:08 +00:00
Ben Konyi
67646517b9
Roll src/third_party/dart e5655d5cfe..dc35290111 (2 commits)
...
dart-lang/sdk@dc35290111 [VM/nnbd] Reland of 3 reverted CLs and fix for canonicalization of legacy types.
dart-lang/sdk@9223b9d844 [vm, gc] Change CollectAllGarbage to ensure there is no floating garbage caused by incremental marking.
2019-11-13 19:49:57 -08:00
Ben Konyi
9dd83a9d6f
Roll src/third_party/dart a0bb025024..e5655d5cfe (19 commits)
...
dart-lang/sdk@e5655d5cfe [dartfuzz] Make generic types explicit when using API table
dart-lang/sdk@06aef10d76 nnbd preview: Remove descriptionPrefix; don't link Details which will link to some bizarre Never node
dart-lang/sdk@9cd6c01bfd [vm, gc] Add a release barrier to prevent header initialization during promotion from being ordered after publishing stores of that object.
dart-lang/sdk@c1c4470da6 [gardening] Fix pkg/vm/test/modular_kernel_plus_aot_test on Windows.
dart-lang/sdk@6f11d998d0 [dart2js] Allocate minified type$ names in more stable manner
dart-lang/sdk@de498e9655 Add the generation date as a footer to the preview page
dart-lang/sdk@2928b6179c Test interfaces of opt-in and opt-out mixes.
dart-lang/sdk@22b2a35b9f Add failing test for issue #39376
dart-lang/sdk@5767cc1bfd Migration: do not use "always" node for dynamic dispatches in EdgeBuilder.
dart-lang/sdk@8452d2d188 Migration: change behavior of `dynamic`.
dart-lang/sdk@30690b1526 Issue 39357. Catch FormatError and report FLUTTER_SET_WIDGET_PROPERTY_VALUE_INVALID_EXPRESSION.
dart-lang/sdk@a8e48405dd Share search methods in FindElement and ImportFindElement.
dart-lang/sdk@26f160b9c4 nnbd preview: Fix positioning of #content HTML, allowing for footer
dart-lang/sdk@64329c879d [vm, docs] Describe how to run size analysis for Flutter apps.
dart-lang/sdk@bc4ced0738 Fix the list of migrated files to not include non-migrated files
dart-lang/sdk@7a0d9455e4 [vm/aot] Ensure interface targets are re-resolved after deduping of mixin application classes
dart-lang/sdk@858265d0b4 NNBD preview: Link to spans rather than anchors
dart-lang/sdk@df2093362d [analyzer] Clean up casting for variance and related tests.
dart-lang/sdk@39194779c1 nnbd preview tool: Add better text for dynamic values
2019-11-13 18:32:13 -08:00
Jason Simmons
91ec75170b
Use Skia's matchStyleCSS3 to find bundled asset typefaces matching a font style ( flutter/engine#13848 )
...
This will improve font matching in SkParagraph for fonts that are bundled as
assets within the app. Libtxt was using Minikin's FontFamily class to select
the closest matching font, but SkParagraph will rely on the matchStyle
implementation in the asset font manager.
2019-11-13 17:44:25 -08:00
Jim Graham
c36b203a4e
Avoid GL calls when compiling for Fuchsia. ( flutter/engine#13847 )
...
* Avoid GL calls when compiling for Fuchsia.
2019-11-13 16:41:03 -08:00
Kaushik Iska
85e7580127
[build] Make --engine-version flag optional ( flutter/engine#13803 )
2019-11-13 14:34:22 -08:00
Kaushik Iska
01327cfff1
Disable LTO on Fuchsia ( flutter/engine#13842 )
2019-11-13 14:33:21 -08:00
Todd Volkert
16ebe4633a
Remove unused import ( flutter/engine#13832 )
2019-11-13 14:12:46 -08:00
xster
50e84b5bb6
add recent packages to javadoc list ( flutter/engine#13789 )
2019-11-13 14:10:38 -08:00
Ben Konyi
554d5f845e
Roll src/third_party/dart ffbd2eb7ee..a0bb025024 (1 commits)
...
dart-lang/sdk@a0bb025024 [vm] Late static final fields
2019-11-13 13:13:26 -08:00
Ferhat
ce9826e1bf
[web] Fix blendmode for images ( flutter/engine#13809 )
...
* Fix blendmode for images
2019-11-13 13:09:16 -08:00
Chinmay Garde
5f0f517ef9
Roll buildroot to 0fec442d067a0998352ea12706fcae0a53b62884. ( flutter/engine#13837 )
...
Pulls in Skia GN flag addition of skia_using_fuchsia_sdk.
2019-11-13 12:00:19 -08:00
chunhtai
7787960f0c
reland add lifecycle enum ( flutter/engine#13767 )
...
This reverts commit 5e7e183369b3816650f776c767e241bb98a87276.
2019-11-13 11:26:25 -08:00
Gary Qian
d4a5a15200
Remove extra shadows from Web Engine EngineParagraphStyle ( flutter/engine#13805 )
2019-11-13 11:13:46 -08:00
Ben Konyi
3cdd5f6ef6
Roll src/third_party/dart d5d889668b..ffbd2eb7ee (15 commits)
...
dart-lang/sdk@ffbd2eb7ee Address comments from an earlier CL
dart-lang/sdk@7c71115b28 Remove unused type parameter from VariableMember.
dart-lang/sdk@cd22f16f0b Fix crash when building //utils/dartdevc:dartdevc_kernel_sdk.
dart-lang/sdk@f443bc918e [cfe] Add tests for inheritance from opt-out libraries
dart-lang/sdk@6ed0fcaa12 [analysis_server] Remove last dependency on front_end+kernel
dart-lang/sdk@2b94bd678d [CFE] Fix renames from test to suite and move of parser
dart-lang/sdk@d4f1512e00 [cfe] Support forEffect and readOnlyReceiver in IndexSet
dart-lang/sdk@082c10aab7 Revert "[VM/nnbd] Pass nullability when creating Class::DeclarationType."
dart-lang/sdk@b4779e8f72 Revert "[VM/nnbd] Make Nullability and NNBDMode class enums to avoid name conflicts."
dart-lang/sdk@82aa7e79af Revert "[VM/nnbd] Force the DeclarationType of a class to have legacy nullability."
dart-lang/sdk@a7472ba4c6 Cache value of "non-nullable" flag so it can be used in the VM code without having to search through the array of experimental flags array.
dart-lang/sdk@8938a5ed2d Migration: make an edge origin for assignments of dynamic.
dart-lang/sdk@c9ef7cc5e3 Deprecate Member.baseElement, use Element.declaration in analyzer.
dart-lang/sdk@3793a40e6a Migration: stop using `always` for decorating the type of explicit `null`s.
dart-lang/sdk@12265c4e42 Hacky prototype of how to fix the seventh item from #39247
2019-11-13 11:13:21 -08:00
Kaushik Iska
24bf127ba8
[dart_runner] Initialize logging and tracing ( flutter/engine#13829 )
...
Remove !defined(FUCHSIA_SDK) bits to start using the SDK
apis to initialize logging and trace events for dart runners.
2019-11-13 10:02:09 -08:00
G. Ari Aye
311aa4808b
Update version of dart/language_model distributed with flutter engine to latest ( flutter/engine#13799 )
...
Fixes https://github.com/dart-lang/sdk/issues/39352 .
2019-11-13 09:56:38 -08:00
Ben Konyi
38fa8a1fb8
Roll src/third_party/dart 5cce1e4acd..d5d889668b (17 commits) ( flutter/engine#13806 )
...
dart-lang/sdk@d5d889668b [analyzer] Added variance support for upper/lower bounds.
dart-lang/sdk@a65aff122d [analyzer] Changed subtype checking for variance modifiers.
dart-lang/sdk@a520e771f6 More subtyping tests.
dart-lang/sdk@942419e6ba [analysis_server] Funnel sendServerErrorNotification through logException
dart-lang/sdk@26cabb72c3 [analyzer] Add [SilentException] where previously not reported to users.
dart-lang/sdk@d355778418 [analyzer] rate limit the crash reports we send
dart-lang/sdk@0b210e5e81 strict inference should not complain about top-level setter return types
dart-lang/sdk@ab7bceb622 Ensure that Member(s) are not created around Member(s).
dart-lang/sdk@b3d52df66d Remove undetected unused field in CreateAllSummariesVisitor
dart-lang/sdk@158559bc03 Changelog update for extension method prefix change.
dart-lang/sdk@2563a1b2ac Add an option to dartfix to specify the SDK used by analysis
dart-lang/sdk@667f77ed60 Add an http server for the interactive preview mode
dart-lang/sdk@2a9af7d953 [vm] Late modifier for non-final static fields.
dart-lang/sdk@3771dddf43 [VM/nnbd] Force the DeclarationType of a class to have legacy nullability.
dart-lang/sdk@024a4b2999 Remove unused import
dart-lang/sdk@3bde76208d Fix for AstBinaryFlags.hasQuestion
dart-lang/sdk@63c67a6768 Ignore zero length regions in the preview tool
2019-11-13 19:10:56 +02:00
skia-flutter-autoroll
8ee2ee0507
Roll fuchsia/sdk/core/mac-amd64 from p9FbP... to _QV9E... ( flutter/engine#13823 )
...
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-11-13 09:04:03 -08:00
Kaushik Iska
1c8fb6612e
Revert "Roll src/third_party/skia d860a78fd60c..581108137b46 (13 commits) ( #13800 )" ( flutter/engine#13828 )
...
This reverts commit 2d34550cb365c9167929bf4693492b5f12974a1e.
2019-11-13 07:22:42 -08:00
skia-flutter-autoroll
4384b0f1ca
Roll fuchsia/sdk/core/mac-amd64 from tZdOC... to p9FbP... ( flutter/engine#13801 )
...
Roll fuchsia/sdk/core/mac-amd64 from tZdOC... to p9FbP...
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-11-12 18:49:45 -05:00
George Wright
47f1a8028a
Create a WeakPtrFactory for use on the UI thread in VsyncWaiter ( flutter/engine#13781 )
2019-11-12 15:46:07 -08:00
skia-flutter-autoroll
2d34550cb3
Roll src/third_party/skia d860a78fd60c..581108137b46 (13 commits) ( flutter/engine#13800 )
...
https://skia.googlesource.com/skia.git/+log/d860a78fd60c..581108137b46
git log d860a78fd60c..581108137b46 --date=short --no-merges --format='%ad %ae %s'
2019-11-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-12 csmartdalton@google.com Add 'numRasterSamples' and 'isMixedSampled' to GrProgramInfo
2019-11-12 ccross@android.com [SkQP/Android] Replace -Weverything with -Wextra
2019-11-12 robertphillips@google.com Use a priori knowledge about the number of stencil bits in Dawn, Metal and Vulkan backends
2019-11-12 senorblanco@chromium.org Dawn: implement dynamic primitive processor texture handling.
2019-11-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 31edef751a8d..9da287fd0264 (6 commits)
2019-11-12 jvanverth@google.com Detect whether trying to blit a Metal swapchain texture, and fail if so.
2019-11-12 senorblanco@chromium.org Dawn: fix bug in stencil handling.
2019-11-12 nigeltao@google.com Free SkWuffsCodec frame-count decoder earlier
2019-11-12 bungeman@google.com Track and force opsz axis on Mac.
2019-11-12 herb@google.com Make metrics const on SkStrike
2019-11-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
Created with:
gclient setdep -r src/third_party/skia@581108137b46
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 halcanary@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=halcanary@google.com
2019-11-12 18:45:58 -05:00
Ben Konyi
18cee24b3a
Roll src/third_party/dart 7ebc820ffc..5cce1e4acd (1 commits) ( flutter/engine#13798 )
...
dart-lang/sdk@5cce1e4acd Reland "[vm] Remove obsolete kernel constant expression evaluator."
2019-11-13 00:45:33 +02:00
Chinmay Garde
2d7d114126
Document the coordinate space of points in FlutterPointerEvent. ( flutter/engine#13782 )
2019-11-12 12:21:50 -08:00
Yegor
0aec3787c7
implement radial gradient in canvaskit backend ( flutter/engine#13796 )
2019-11-12 10:56:07 -08:00
Clement Skau
f3b15f82c9
Adds missing comma in EngineParagraphStyle.toString() ( flutter/engine#13795 )
2019-11-12 17:00:54 +01:00
skia-flutter-autoroll
e8235212c8
Roll src/third_party/skia ad21d47cfa8d..d860a78fd60c (2 commits) ( flutter/engine#13794 )
...
https://skia.googlesource.com/skia.git/+log/ad21d47cfa8d..d860a78fd60c
git log ad21d47cfa8d..d860a78fd60c --date=short --no-merges --format='%ad %ae %s'
2019-11-12 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 012d15196023..e33c1582b4bc (6 commits)
2019-11-12 herb@google.com WS: SkStrike
Created with:
gclient setdep -r src/third_party/skia@d860a78fd60c
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 halcanary@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=halcanary@google.com
2019-11-12 10:29:49 -05:00
Ben Konyi
2a9dfd046e
Roll src/third_party/dart 7408ed4730..7ebc820ffc (20 commits)
...
dart-lang/sdk@7ebc820ffc [CFE] Also guard _extensions for LazyScope
dart-lang/sdk@a196d68145 Revert "[vm, front-end server] Cache generated bytecode using separate file"
dart-lang/sdk@b2fa458f3d [CFE] Support experiments in the incremental compiler tests
dart-lang/sdk@da561313c6 [vm/bytecode] Erase promoted bounds of type parameter types
dart-lang/sdk@be6e5d8717 [vm] Try to symbolize Dart frames on crash or assertion failure when there is an exit frame.
dart-lang/sdk@804706c026 Represent variance as an object rather than an integer
dart-lang/sdk@782b048625 Bump the ABI version
dart-lang/sdk@a26f8402e5 [dartdevc] Branch the logic for FutureOr type tests when NNBD is enabled
dart-lang/sdk@f9969cca58 Add Element.declaration to unify elements and members.
dart-lang/sdk@b4ab28fef1 [vm/bytecode] Do not declare receiver variable in closures
dart-lang/sdk@cd6dbad074 [front-end server] Cleanup --strong in test/frontend_server_flutter.dart
dart-lang/sdk@6cde7ce224 Deprecate synthetic FunctionTypeImpl constructor.
dart-lang/sdk@86641d07ae [vm, front-end server] Cache generated bytecode using separate file
dart-lang/sdk@b5110a59a9 Revert "[vm/async] Don't add an <asynchronous suspension> marker along sync-async calls."
dart-lang/sdk@263ac017be Use standard Set in LegacyTypeAsserter.
dart-lang/sdk@c98df62dd0 [CFE] Add comments to clarify source encoding and offsets
dart-lang/sdk@1d6584720b Migrating DDC dart:developer patch files.
dart-lang/sdk@830b3d5f36 [front-end server] Remove obsolete --strong option
dart-lang/sdk@f4d930997b [vm/async] Don't add an <asynchronous suspension> marker along sync-async calls.
dart-lang/sdk@4366afc6f5 [http] noFolding() should follow same check as add()
2019-11-12 07:10:59 -08:00
skia-flutter-autoroll
1f52539734
Roll fuchsia/sdk/core/mac-amd64 from TnTbF... to tZdOC... ( flutter/engine#13791 )
...
Roll fuchsia/sdk/core/mac-amd64 from TnTbF... to tZdOC...
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-11-12 03:13:58 -05:00
Ferhat
054875d7ab
[web] Implement TextStyle.shadows ( flutter/engine#13769 )
...
* Add shadows to Engine classes
* add text shadow test
* update golden locks file, update ui.ParagraphStyle, fix issues
* Change maxDiffRate for mac clients
2019-11-12 00:05:00 -08:00
Matt Carroll
6bf82e4675
Expose asset lookup from plugin binding. ( #42019 ) ( flutter/engine#13743 )
2019-11-12 07:14:27 +00:00
skia-flutter-autoroll
0025068f23
Roll src/third_party/skia 3de645cbca78..ad21d47cfa8d (15 commits) ( flutter/engine#13790 )
...
https://skia.googlesource.com/skia.git/+log/3de645cbca78..ad21d47cfa8d
git log 3de645cbca78..ad21d47cfa8d --date=short --no-merges --format='%ad %ae %s'
2019-11-11 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-11-11 bsalomon@google.com Clamp RGB outputs of GrYUVtoRGBEffect.
2019-11-11 herb@google.com Remove belongsToCache from SkStrike
2019-11-11 jlavrova@google.com Correct cluster index
2019-11-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms e51ca8b81987..0e5f77218153 (1 commits)
2019-11-11 sgilhuly@chromium.org Roll Dawn, fix build issues in Skia Dawn
2019-11-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms b118cb0ef477..e51ca8b81987 (1 commits)
2019-11-11 robertphillips@google.com Remove GrProgramDesc's need for the GrGpu
2019-11-11 mtklein@google.com add int3, vptest, jc
2019-11-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 652dbfc63e70..012d15196023 (9 commits)
2019-11-11 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2019-11-11 mtklein@google.com add assert_true()
2019-11-11 bsalomon@google.com C++17
2019-11-11 mtklein@google.com don't allocate an interpreter register for stores
2019-11-11 rosasco@google.com Staging for Chromium to accept Skia-GL changes to come.
Created with:
gclient setdep -r src/third_party/skia@ad21d47cfa8d
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 halcanary@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=halcanary@google.com
2019-11-12 01:24:36 -05:00
Ferhat
e26e220a6f
Move Path and PathMetrics from canvas.dart into their own files. No delta ( flutter/engine#13772 )
...
* Move Path and PathMetrics into their own files. No delta
* update file list in licenses_flutter
2019-11-11 21:27:15 -08:00
Harry Terkelsen
fc817859be
Take devicePixelRatio into account when drawing shadows ( flutter/engine#13786 )
...
* Take devicePixelRatio into account when drawing shadows
This fixes a bug where shadows were offset in CanvasKit
* Respond to review comments
2019-11-11 18:20:08 -08:00
Harry Terkelsen
9899996132
Add ImageFilter and BackdropFilter to CanvasKit backend ( flutter/engine#13768 )
...
* Implement ImageFilter.blur and BackdropFilter
* update licenses file
* Respond to review comments
2019-11-11 17:20:45 -08:00
Chris Yang
590dc94eb8
Revert "Reland "Guarding EAGLContext used by Flutter #13314 " ( #13759 )" ( flutter/engine#13788 )
...
This reverts commit 6390e62036d69c4923cc6cf2379b9eb9f25870ba.
2019-11-11 17:17:18 -08:00
Harry Terkelsen
e64b455a3f
Add Helvetica and sans-serif as fallback font families ( flutter/engine#13784 )
...
* Add Helvetica and sans-serif as fallback font families
This prevents us from using an ugly serif default font when the
requested font isn't available.
* Use Arial when not on iOS
2019-11-11 16:54:28 -08:00
skia-flutter-autoroll
28335b9648
Roll src/third_party/skia 0fd4f01b9b83..3de645cbca78 (1 commits) ( flutter/engine#13776 )
...
https://skia.googlesource.com/skia.git/+log/0fd4f01b9b83..3de645cbca78
git log 0fd4f01b9b83..3de645cbca78 --date=short --no-merges --format='%ad %ae %s'
2019-11-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader d9ed1c2732ba..31edef751a8d (3 commits)
Created with:
gclient setdep -r src/third_party/skia@3de645cbca78
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 halcanary@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=halcanary@google.com
2019-11-11 19:45:43 -05:00
Greg Spencer
a853b5a14b
Add line boundary information to LineMetrics. ( flutter/engine#13727 )
...
This exposes the line boundary information a line by adding getLineBoundary to return the indices corresponding to a line around a TextPosition. The information is already calculated when calculating line metrics, so that we can enable moving the selection/cursor to the beginning/end of a line in a text field.
2019-11-11 16:42:40 -08:00
Jason Simmons
1ae8f8880f
Fix RendererContextSwitch result check in Rasterizer::MakeRasterSnapshot ( flutter/engine#13785 )
...
Fixes https://github.com/flutter/flutter/issues/31355
2019-11-11 15:46:26 -08:00
Ferhat
19cec525aa
[web] Fix path to svg for drrect ( flutter/engine#13779 )
2019-11-11 15:38:30 -08:00
Ben Konyi
d438263c6b
Roll src/third_party/dart d45c3d15cb..7408ed4730 (20 commits) ( flutter/engine#13778 )
...
dart-lang/sdk@7408ed4730 Added null-check selector to syntax of cascades, and test.
dart-lang/sdk@6f70d7f5a3 Revert "[vm] Remove obsolete kernel constant expression evaluator."
dart-lang/sdk@96822518f9 [frontend_server] Add reproduction test of incremental serializer bug
dart-lang/sdk@64b0bfac68 [infra] Update CHANGELOG.md for 2.6.1
dart-lang/sdk@4a661e19e2 [cfe] Remove type_promotion_look_ahead_listener.dart
dart-lang/sdk@12c92332f8 [CFE] Parser test can run scanner in non-nnbd-mode
dart-lang/sdk@684c456ffc [cfe] Remove reify runtime
dart-lang/sdk@e8de03915b [vm] Remove obsolete kernel constant expression evaluator.
dart-lang/sdk@0e9eadcb71 Upgrade pub revision
dart-lang/sdk@48f0b83ff2 [CFE] Allow ! in cascade
dart-lang/sdk@cf2a474438 [CFE] Fix incremental serialization bug caused by missing parameter passing
dart-lang/sdk@a7a54afbaa [cfe] Support failure log printing in unit_test_suites
dart-lang/sdk@bbdb7860f6 [build]: Build on Arch Linux with python 2.7-3.8
dart-lang/sdk@64e65a7dab [dart2js] new-rti: Use local in setting up type$
dart-lang/sdk@8f1be54906 [dart2js] New RTI: Improve normalization of is-tests.
dart-lang/sdk@1b344fc77e [dartfuzz] Add fuzzer support for extension methods for classes
dart-lang/sdk@ed956daa3f Update the DDC dart:async patch file version to match the migrated lib.
dart-lang/sdk@be2866b9b1 [analyzer] update lib/crash_reporting.dart
dart-lang/sdk@8ca18f1a14 Extension method prefixed import tests.
dart-lang/sdk@750a83b896 [dartdevc] Fix crash when source files contain non-UTF8 characters
2019-11-11 13:46:33 -08:00
skia-flutter-autoroll
723996ea39
Roll fuchsia/sdk/core/mac-amd64 from RrTFI... to TnTbF... ( flutter/engine#13775 )
...
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-11-11 11:22:01 -08:00
skia-flutter-autoroll
ba56ffe890
Roll fuchsia/sdk/core/mac-amd64 from 4JJNo... to RrTFI... ( flutter/engine#13774 )
...
Roll fuchsia/sdk/core/mac-amd64 from 4JJNo... to RrTFI...
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-11-10 09:09:11 -05:00
skia-flutter-autoroll
9a80ce0068
Roll fuchsia/sdk/core/mac-amd64 from xC_an... to 4JJNo... ( flutter/engine#13773 )
...
Roll fuchsia/sdk/core/mac-amd64 from xC_an... to 4JJNo...
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-11-09 20:33:14 -05:00
skia-flutter-autoroll
d838379212
Roll fuchsia/sdk/core/mac-amd64 from eq_Rz... to xC_an... ( flutter/engine#13771 )
...
Roll fuchsia/sdk/core/mac-amd64 from eq_Rz... to xC_an...
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-11-09 07:52:55 -05:00
skia-flutter-autoroll
5c9b0db7ba
Roll src/third_party/skia 4135cf0b57c2..0fd4f01b9b83 (1 commits) ( flutter/engine#13770 )
...
https://skia.googlesource.com/skia.git/+log/4135cf0b57c2..0fd4f01b9b83
git log 4135cf0b57c2..0fd4f01b9b83 --date=short --no-merges --format='%ad %ae %s'
2019-11-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
Created with:
gclient setdep -r src/third_party/skia@0fd4f01b9b83
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 ethannicholas@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=ethannicholas@google.com
2019-11-08 23:54:39 -05:00
Chris Yang
6390e62036
Reland "Guarding EAGLContext used by Flutter #13314 " ( flutter/engine#13759 )
2019-11-08 20:09:18 -08:00