Jason Simmons
dd0eecc2e0
Sort the Skia typefaces in a font style set into a consistent order ( #11056 )
...
When Minikin searches for a font based on a font style, it will score the fonts
in the family and choose the best match. However, multiple fonts may have
equal scores (e.g. searching for a font with weight 600 when the set includes
fonts with weights 500 and 700). In this case Minikin will select the first
font in the list with the best score.
However, the fonts in a font family's SkFontStyleSet may not always be provided
in a consistent order by the SkFontMgr. So if the minikin::FontFamily list is
populated based on the SkFontStyleSet order, then a query for a given style might
not always return the same font.
This change sorts the typefaces in the SkFontStyleSet before converting them
into a Minikin font family.
Fixes https://github.com/flutter/flutter/issues/31212
2019-08-16 14:09:41 -07:00
Jim Graham
942e631814
Add ccls config files to .gitignore ( #11046 )
2019-08-16 10:47:56 -07:00
Shi-Hao Hong
014ab76ad0
Pass Android Q insets.systemGestureInsets to Window ( #10413 )
...
* Pass Android Q system gesture inset information from insets.systemGestureInsets to Window.systemGestureInsets
2019-08-16 13:42:56 -04:00
Ben Konyi
e5f9132b34
Roll src/third_party/dart 2023f09b56..a3b579d5c3 (8 commits)
...
dart-lang/sdk@a3b579d5c3 [CFE] Add PRESUBMIT.py that runs a little smoke testing
dart-lang/sdk@8c392095c6 Update README.md
dart-lang/sdk@5a70302c37 Rename patent file
dart-lang/sdk@7136d9e4e7 [CFE] Add a 'tool' that runs a quick smoke test
dart-lang/sdk@e611357309 [CFE] Error on bitwise or shift operation on a double constant.
dart-lang/sdk@2d9246000f [nnbd_migration] handle for elements, for loop conditions
dart-lang/sdk@2c4fed3839 [nnbd_migration] Remove additional while loop TODOs
dart-lang/sdk@050ec9eebd [CFE] Spelling tests give proper error messages
2019-08-16 10:01:37 -07:00
Brian Osman
646b594d5e
Remove unused dstColorSpace argument to MakeCrossContextFromPixmap ( #11052 )
2019-08-16 12:57:53 -04:00
skia-flutter-autoroll
41eb729a65
Roll src/third_party/skia d95c9ac5994b..df54f37a5dc1 (1 commits) ( #11054 )
...
https://skia.googlesource.com/skia.git/+log/d95c9ac5994b..df54f37a5dc1
git log d95c9ac5994b..df54f37a5dc1 --date=short --no-merges --format='%ad %ae %s'
2019-08-16 mtklein@google.com remove SkPicture_none.cpp
Created with:
gclient setdep -r src/third_party/skia@df54f37a5dc1
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, who should
be CC'd on the roll, and stop the roller if necessary.
Bug: None
TBR=scroggo@google.com
2019-08-16 11:32:28 -04:00
skia-flutter-autoroll
22ad770512
Roll fuchsia/sdk/core/linux-amd64 from 5Nhwb... to 7b00W... ( #11051 )
...
Roll fuchsia/sdk/core/linux-amd64 from 5Nhwb... to 7b00W...
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-08-16 06:19:55 -04:00
skia-flutter-autoroll
8e271daf99
Roll src/third_party/skia da4f12c25bf1..d95c9ac5994b (3 commits) ( #11050 )
...
https://skia.googlesource.com/skia.git/+log/da4f12c25bf1..d95c9ac5994b
git log da4f12c25bf1..d95c9ac5994b --date=short --no-merges --format='%ad %ae %s'
2019-08-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 3ea90d609720..cdecd97ceefa (9 commits)
2019-08-16 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-08-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src efe495cfe7ef..f21be5041b55 (415 commits)
Created with:
gclient setdep -r src/third_party/skia@d95c9ac5994b
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, who should
be CC'd on the roll, and stop the roller if necessary.
Bug: None
TBR=scroggo@google.com
2019-08-16 04:58:16 -04:00
Ben Konyi
d75718b8cc
Roll src/third_party/dart e35e8833ee..2023f09b56 (67 commits)
...
dart-lang/sdk@2023f09b56 [VM] For app-jit snapshot on MacOS 10.15 and higher mmap ANONYMOUS pages and read the app-jit snapshot into this memory instead of directly mapping the app-jit snapshot.
dart-lang/sdk@f236abc902 [vm/bytecode] Emit DebugStepCheck calls when compiling bytecode.
dart-lang/sdk@cd56ec2f1c [dart2js] new-rti: Use new rti for default toString method
dart-lang/sdk@562e4ee216 [dart2js] Fix instantiation stub generation.
dart-lang/sdk@88d2c8f901 [dart2js] Add new RTI generic function instantiation.
dart-lang/sdk@d8462dd015 Catch filesystem exception during output of dependencies delta.
dart-lang/sdk@9ae1d02537 [vm] Reduce Code::ResetSwitchableCalls from quadratic to log-linear time.
dart-lang/sdk@513ef1dfe1 [vm/bytecode] Avoid using map().toList() in bytecode generator
dart-lang/sdk@e63768f76e When summary2, use defaultType in instantiateToBounds().
dart-lang/sdk@8cf45e24a5 Fix typo in analyzer CHANGELOG
dart-lang/sdk@1abeb44105 Migration: use _nonNullableBoolType when possible
dart-lang/sdk@1219c5e3ab [ VM / Service ] Use the name of the a function's defining mixin instead of the mixin application to qualify function names in profiler and exception stack traces.
dart-lang/sdk@1523fbd96e [vm/compiler] Fixed bug with clamping on 32-bit arch
dart-lang/sdk@8e5556e158 Migration: remove the enclosingNode parameter of NodeBuilder._handleExecutableDeclaration
dart-lang/sdk@5498d4cf20 Migration: integrate assignments with flow analysis.
dart-lang/sdk@4f9293962b Add a navigation test
dart-lang/sdk@634711ff23 Migration: rework handling of expressions of the form `a?.b += c`.
dart-lang/sdk@fecc4c8f2d Breaking changes for analyzer version 0.38.
dart-lang/sdk@8b8c832287 Disable summary1 (pre)linking tests when useSummary2.
dart-lang/sdk@5f824e572d Return extensions from search.topLevelDeclarations
dart-lang/sdk@100d500b45 Update test expectations to match analyzer behavior
dart-lang/sdk@306f8e04bb [vm] path containing spaces when creating process On Windows
dart-lang/sdk@7d510c2eb3 Produce diagnostic when a static member of an extension is accessed via an instance
dart-lang/sdk@64e407bc04 [vm] Remove stale filtering of SendPorts when writing snapshots.
dart-lang/sdk@3f5f9831d8 Migration: move edge builder flow analysis tests to their own file.
dart-lang/sdk@59684dab81 Migration: ensure that all local variables are registered with flow analysis.
dart-lang/sdk@b3aedc8a60 Migration: ensure that flow analysis is set up properly for additional constructs.
dart-lang/sdk@60b9b7096a Migration: add test infrastructure to verify that visitors don't miss annotation nodes.
dart-lang/sdk@b60def0de4 [vm] Fix notifications of code observers from background compiler
dart-lang/sdk@802937e5a6 Add support for completions inside extension (and mixin) bodies
dart-lang/sdk@23a956c7a8 [bazel] Fix serialization when not doing summary
dart-lang/sdk@cd16fba718 [vm, bytecode, reload] Rebind static referents instead of clearing bytecode.
dart-lang/sdk@bdf433defd Migration: hook up flow analysis for `&&` and `||` expressions.
dart-lang/sdk@23387d636b Flow analysis: merge APIs for handling `&&` and `||`.
dart-lang/sdk@05f119daee Generate an error if a getter/setter pair declared in an extension have mismatched types (issue 37856)
dart-lang/sdk@06ab457ff3 [cfe] Merge Fangorn into Forest
dart-lang/sdk@9552646dc4 [CFE] First batch of fixes for requiring explicit types
dart-lang/sdk@9d4e778cde [cfe] Support getters, setters, fields and operators in extensions
dart-lang/sdk@93d4d28f6c [CFE] Add lint test: Require explicit types
dart-lang/sdk@cae08c6813 [CFE] Apply lines_longer_than_80_chars lint
dart-lang/sdk@2c49015cd5 [vm] Add (Zone*) overload for Object::ZoneHandle()
dart-lang/sdk@54f26e3554 [cfe+ddc] Support --target=dartdevc in _fasta/compile.dart
dart-lang/sdk@3921ae1ee1 [CFE] Enable a number of linters
dart-lang/sdk@c30a2be812 [vm/compiler] Check current_ssa_temp_index in FlowGraphChecker.
dart-lang/sdk@e14300e7d9 [vm] Adding zone-passing constructor to IntMap.
dart-lang/sdk@024052f367 [cfe+dart2js+analyzer] Remove support for libs in id testing
dart-lang/sdk@7551b9cee3 [dart2js] (New RTI) Support constructing all unary RTIs.
dart-lang/sdk@29b9aa84e3 Build summary1 or summary2 for SDK depending on the useSummary2 flag.
dart-lang/sdk@617dd903e2 Update static error expectations for static_extension_bounds_error_test.dart .
dart-lang/sdk@326139b729 [dart2js] Add new RTI instantiation entry point.
dart-lang/sdk@d0c24059c6 [dart2js] new-rti: Specialize some cases of instanceType
dart-lang/sdk@8d1dc8c99b Add a cli flag to enable ML code completion using the default SDK path
dart-lang/sdk@a981bfe47b [dartdevc] fix virtual method computation due to nsm
dart-lang/sdk@81e98dd47b Update comment on assignability
dart-lang/sdk@12b66ceb9d Migration: begin hooking up flow analysis.
dart-lang/sdk@b64cf7a146 Cherry-pick CHANGELOG from analyzer 0.37.1+1.
dart-lang/sdk@14825ebaf7 Remove defensive coding around type arguments of Future/FutureOr.
dart-lang/sdk@6a73fc8442 Fix for detecting constant class fields with summary2.
dart-lang/sdk@edb7d0e1d4 Fix the documentation of TypeSystem.isAssignableTo
dart-lang/sdk@02dc398b6e Cover the invocation of a function-valued getter defined by an extension of a function type
dart-lang/sdk@3e6e0bb368 Enhance the documentation to call out that some members of a class can now be members of an extension
dart-lang/sdk@1eaa7d2902 [html] cleanup JS types
dart-lang/sdk@2ea18498e9 [vm/compiler] Improve range analysis over MOD
dart-lang/sdk@85f7f4c453 [dartdevc] Workaround for constants with overridden fields
dart-lang/sdk@ec2d06d4b9 Use MAP_JIT when doing an mmap for executable pages (needed for macOS Catalina).
dart-lang/sdk@f87237c4e4 [vm/bytecode] Check context level when accessing await jump variable in debugger
dart-lang/sdk@a2de29095e [vm] Implement fingerprints for bytecode functions.
2019-08-15 23:23:17 -07:00
skia-flutter-autoroll
bfa9be9978
Roll src/third_party/skia 6a519b8dd895..da4f12c25bf1 (1 commits) ( #11045 )
...
https://skia.googlesource.com/skia.git/+log/6a519b8dd895..da4f12c25bf1
git log 6a519b8dd895..da4f12c25bf1 --date=short --no-merges --format='%ad %ae %s'
2019-08-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader aa3f31f98a5c..2bcadf49d820 (8 commits)
Created with:
gclient setdep -r src/third_party/skia@da4f12c25bf1
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, who should
be CC'd on the roll, and stop the roller if necessary.
Bug: None
TBR=scroggo@google.com
2019-08-16 01:14:48 -04:00
Dan Field
c29c9bc0cd
Make JIT work on iPhone armv7 ( #11038 )
2019-08-15 20:28:08 -07:00
stuartmorgan
4b7a552b9e
Roll Dart back to e35e8833 ( #11043 )
...
Rolls Dart back to e35e8833ee736e9b800482595623c77fa2e05fc3, which is
believed to be the last known good revision before the introduction of
https://github.com/flutter/flutter/issues/38659
2019-08-15 19:34:50 -07:00
Ben Konyi
37ac52011a
Roll src/third_party/dart 306f8e04bb..fecc4c8f2d (4 commits)
...
dart-lang/sdk@fecc4c8f2d Breaking changes for analyzer version 0.38.
dart-lang/sdk@8b8c832287 Disable summary1 (pre)linking tests when useSummary2.
dart-lang/sdk@5f824e572d Return extensions from search.topLevelDeclarations
dart-lang/sdk@100d500b45 Update test expectations to match analyzer behavior
2019-08-15 19:04:20 -07:00
skia-flutter-autoroll
c40770ac9a
Roll src/third_party/skia 963a606677e1..6a519b8dd895 (6 commits) ( #11042 )
...
https://skia.googlesource.com/skia.git/+log/963a606677e1..6a519b8dd895
git log 963a606677e1..6a519b8dd895 --date=short --no-merges --format='%ad %ae %s'
2019-08-16 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-16 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-15 bsalomon@google.com Remove std::move()s from returns of std::unique_ptrs
2019-08-15 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-15 herb@google.com Remove SkRemoteGlyphCacheImpl.h
2019-08-15 michaelludwig@google.com Move Context into separate header/namespace
Created with:
gclient setdep -r src/third_party/skia@6a519b8dd895
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, who should
be CC'd on the roll, and stop the roller if necessary.
Bug: None
TBR=scroggo@google.com
2019-08-15 21:25:51 -04:00
liyuqian
a7c965caec
Hide verbose dart snapshot during run_test.py ( #11040 )
...
Without this change, a single dart test will print out 306 lines.
With this change, a single dart test will only print out 33 lines.
This helps a lot in local tests.
In order to return to the old logging, set `--verbose-dart-snapshot` flag.
2019-08-15 16:40:30 -07:00
Chinmay Garde
81f1819213
Remove ability to override mac_sdk_path in flutter/tools/gn ( #11013 )
...
This was only required to use an older i386 enabled Mac SDK with a newer version of Xcode for gen_snapshot. This limitation has been patched already.
2019-08-15 16:33:12 -07:00
Ben Konyi
0fc99e12ca
Roll src/third_party/dart cd16fba718..306f8e04bb (10 commits)
...
dart-lang/sdk@306f8e04bb [vm] path containing spaces when creating process On Windows
dart-lang/sdk@7d510c2eb3 Produce diagnostic when a static member of an extension is accessed via an instance
dart-lang/sdk@64e407bc04 [vm] Remove stale filtering of SendPorts when writing snapshots.
dart-lang/sdk@3f5f9831d8 Migration: move edge builder flow analysis tests to their own file.
dart-lang/sdk@59684dab81 Migration: ensure that all local variables are registered with flow analysis.
dart-lang/sdk@b3aedc8a60 Migration: ensure that flow analysis is set up properly for additional constructs.
dart-lang/sdk@60b9b7096a Migration: add test infrastructure to verify that visitors don't miss annotation nodes.
dart-lang/sdk@b60def0de4 [vm] Fix notifications of code observers from background compiler
dart-lang/sdk@802937e5a6 Add support for completions inside extension (and mixin) bodies
dart-lang/sdk@23a956c7a8 [bazel] Fix serialization when not doing summary
2019-08-15 16:03:36 -07:00
stuartmorgan
6e30cca648
Roll buildroot to pick up recent macOS changes ( #11037 )
...
Removes x86 build support for macOS, and changes min deployment version
for macOS to 10.11.
2019-08-15 15:52:46 -07:00
Jason Simmons
33d168f99f
Remove the ParagraphImpl class from the text API ( #11012 )
...
ParagraphImpl was used to switch between libtxt and Blink implementations
of text rendering and is now obsolete.
2019-08-15 15:23:00 -07:00
Jason Simmons
8569edc551
Disable a deprecation warning for use of a TaskDescription constructor for older platforms ( #11029 )
2019-08-15 15:22:37 -07:00
Matt Carroll
5bb144ca8b
Re-lands platform brightness support on iOS, plus platform contrast ( #10791 )
2019-08-15 14:51:07 -07:00
Kaushik Iska
219816de10
[fuchsia] Add required trace so files for fuchsia fars ( #11036 )
2019-08-15 14:44:01 -07:00
skia-flutter-autoroll
116486c52a
Roll src/third_party/skia e5dc1ebc864a..963a606677e1 (14 commits) ( #11032 )
...
https://skia.googlesource.com/skia.git/+log/e5dc1ebc864a..963a606677e1
git log e5dc1ebc864a..963a606677e1 --date=short --no-merges --format='%ad %ae %s'
2019-08-15 mtklein@google.com roll cast toolchain
2019-08-15 brianosman@google.com Revert "Revert "Go back to blacklisting MSAA on all Intel GPUs""
2019-08-15 bungeman@google.com Remove paint from simplifyTextBlobIgnoringRSXForm.
2019-08-15 ethannicholas@google.com Revert "Revert "unified Vulkan uniform buffers""
2019-08-15 halcanary@google.com SkMallocPixelRef: remove MakeDirect and MakeWithProc from API.
2019-08-15 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-15 robertphillips@google.com Revert "Go back to blacklisting MSAA on all Intel GPUs"
2019-08-15 herb@google.com Add empty check for mask case. Small cleanups elsewhere.
2019-08-15 bungeman@google.com Restore SkFontMetrics documentation.
2019-08-15 bsalomon@google.com Turn off -Wreturn-std-move-in-c++11
2019-08-15 brianosman@google.com Go back to blacklisting MSAA on all Intel GPUs
2019-08-15 brianosman@google.com Remove MakeCrossContextFromEncoded, unused argument from ...FromPixmap
2019-08-15 michaelludwig@google.com Add helpers for creating new contexts
2019-08-15 rmistry@google.com [perf_skottiewasm_lottieweb] Increase loops to 5
Created with:
gclient setdep -r src/third_party/skia@963a606677e1
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, who should
be CC'd on the roll, and stop the roller if necessary.
Bug: None
TBR=scroggo@google.com
2019-08-15 17:42:32 -04:00
stuartmorgan
f1560e6c6e
Add _glfw versions of the GLFW desktop libraries ( #11024 )
...
Part of restructuring the artifacts to support transitioning away from
GLFW embeddings on desktop.
https://github.com/flutter/flutter/issues/38589
2019-08-15 14:41:15 -07:00
skia-flutter-autoroll
90f1df4961
Roll fuchsia/sdk/core/linux-amd64 from _fvZN... to 5Nhwb... ( #11028 )
...
Roll fuchsia/sdk/core/linux-amd64 from _fvZN... to 5Nhwb...
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-08-15 17:41:02 -04:00
Ben Konyi
d92106412c
Roll src/third_party/dart 9552646dc4..cd16fba718 (5 commits)
...
dart-lang/sdk@cd16fba718 [vm, bytecode, reload] Rebind static referents instead of clearing bytecode.
dart-lang/sdk@bdf433defd Migration: hook up flow analysis for `&&` and `||` expressions.
dart-lang/sdk@23387d636b Flow analysis: merge APIs for handling `&&` and `||`.
dart-lang/sdk@05f119daee Generate an error if a getter/setter pair declared in an extension have mismatched types (issue 37856)
dart-lang/sdk@06ab457ff3 [cfe] Merge Fangorn into Forest
2019-08-15 14:39:17 -07:00
Dan Field
f062ac44b0
Fix first frame logic ( #11027 )
2019-08-15 14:38:43 -07:00
Dan Field
938b4d94c5
remove OS version ( #11033 )
2019-08-15 13:42:19 -07:00
skia-flutter-autoroll
988895dfa4
Roll src/third_party/skia e30a485a68c9..e5dc1ebc864a (7 commits) ( #11025 )
...
https://skia.googlesource.com/skia.git/+log/e30a485a68c9..e5dc1ebc864a
git log e30a485a68c9..e5dc1ebc864a --date=short --no-merges --format='%ad %ae %s'
2019-08-15 ethannicholas@google.com unified Metal uniform buffers
2019-08-15 brianosman@google.com Fix crash in reinterpretcolorspace GM with abandoned context
2019-08-15 dtapuska@chromium.org Fix duplicate definition of kRect_ClipType.
2019-08-15 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-15 bsalomon@google.com Make GrBlend.h private
2019-08-15 brianosman@google.com Add SkImage::reinterpretColorSpace
2019-08-15 egdaniel@google.com Remove remaining functions in GrGLCaps that use GrPixelConfig.
Created with:
gclient setdep -r src/third_party/skia@e5dc1ebc864a
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, who should
be CC'd on the roll, and stop the roller if necessary.
Bug: None
TBR=scroggo@google.com
2019-08-15 13:02:52 -04:00
Ben Konyi
b1cc87155b
Roll src/third_party/dart cae08c6813..9552646dc4 (3 commits)
...
dart-lang/sdk@9552646dc4 [CFE] First batch of fixes for requiring explicit types
dart-lang/sdk@9d4e778cde [cfe] Support getters, setters, fields and operators in extensions
dart-lang/sdk@93d4d28f6c [CFE] Add lint test: Require explicit types
2019-08-15 09:58:58 -07:00
Jason Simmons
cf6648313d
Remove the output directory prefix from the Android engine JAR filename ( #11015 )
2019-08-15 09:42:19 -07:00
inthroxify
2e8e6932a6
Fix flutter/flutter #34791 ( #9977 )
...
This is a fix for [flutter/flutter issue #34791 ](https://github.com/flutter/flutter/issues/34791 ).
PR #8048 in flutter/engine produced a bug/regression (flutter/flutter #34791 ) in flutter for Android that doesn't permit the Recents app bar color to be changed. This restores the original arguments to the function found in the previous version (2f4a38dbd3/shell/platform/android/io/flutter/plugin/platform/PlatformPlugin.java ) of PlatformPlugin.java while preserving the enhancements for the linter.
I've compiled and tested this fix locally. The bar changes color again.
2019-08-15 09:20:30 -07:00
Ben Konyi
5d3012a1bb
Roll src/third_party/dart e35e8833ee..cae08c6813 (28 commits)
...
dart-lang/sdk@cae08c6813 [CFE] Apply lines_longer_than_80_chars lint
dart-lang/sdk@2c49015cd5 [vm] Add (Zone*) overload for Object::ZoneHandle()
dart-lang/sdk@54f26e3554 [cfe+ddc] Support --target=dartdevc in _fasta/compile.dart
dart-lang/sdk@3921ae1ee1 [CFE] Enable a number of linters
dart-lang/sdk@c30a2be812 [vm/compiler] Check current_ssa_temp_index in FlowGraphChecker.
dart-lang/sdk@e14300e7d9 [vm] Adding zone-passing constructor to IntMap.
dart-lang/sdk@024052f367 [cfe+dart2js+analyzer] Remove support for libs in id testing
dart-lang/sdk@7551b9cee3 [dart2js] (New RTI) Support constructing all unary RTIs.
dart-lang/sdk@29b9aa84e3 Build summary1 or summary2 for SDK depending on the useSummary2 flag.
dart-lang/sdk@617dd903e2 Update static error expectations for static_extension_bounds_error_test.dart .
dart-lang/sdk@326139b729 [dart2js] Add new RTI instantiation entry point.
dart-lang/sdk@d0c24059c6 [dart2js] new-rti: Specialize some cases of instanceType
dart-lang/sdk@8d1dc8c99b Add a cli flag to enable ML code completion using the default SDK path
dart-lang/sdk@a981bfe47b [dartdevc] fix virtual method computation due to nsm
dart-lang/sdk@81e98dd47b Update comment on assignability
dart-lang/sdk@12b66ceb9d Migration: begin hooking up flow analysis.
dart-lang/sdk@b64cf7a146 Cherry-pick CHANGELOG from analyzer 0.37.1+1.
dart-lang/sdk@14825ebaf7 Remove defensive coding around type arguments of Future/FutureOr.
dart-lang/sdk@6a73fc8442 Fix for detecting constant class fields with summary2.
dart-lang/sdk@edb7d0e1d4 Fix the documentation of TypeSystem.isAssignableTo
dart-lang/sdk@02dc398b6e Cover the invocation of a function-valued getter defined by an extension of a function type
dart-lang/sdk@3e6e0bb368 Enhance the documentation to call out that some members of a class can now be members of an extension
dart-lang/sdk@1eaa7d2902 [html] cleanup JS types
dart-lang/sdk@2ea18498e9 [vm/compiler] Improve range analysis over MOD
dart-lang/sdk@85f7f4c453 [dartdevc] Workaround for constants with overridden fields
dart-lang/sdk@ec2d06d4b9 Use MAP_JIT when doing an mmap for executable pages (needed for macOS Catalina).
dart-lang/sdk@f87237c4e4 [vm/bytecode] Check context level when accessing await jump variable in debugger
dart-lang/sdk@a2de29095e [vm] Implement fingerprints for bytecode functions.
2019-08-15 07:05:08 -07:00
skia-flutter-autoroll
52b6ddf284
Roll src/third_party/skia f3f50099533d..e30a485a68c9 (2 commits) ( #11022 )
...
https://skia.googlesource.com/skia.git/+log/f3f50099533d..e30a485a68c9
git log f3f50099533d..e30a485a68c9 --date=short --no-merges --format='%ad %ae %s'
2019-08-15 michaelludwig@google.com Move the source image into Context
2019-08-15 bsalomon@google.com Make GrSamplerState.h and GrRenderTarget.h private
Created with:
gclient setdep -r src/third_party/skia@e30a485a68c9
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, who should
be CC'd on the roll, and stop the roller if necessary.
Bug: None
TBR=scroggo@google.com
2019-08-15 09:14:23 -04:00
skia-flutter-autoroll
01bc17ac06
Roll src/third_party/skia 319fd3d7bcb4..f3f50099533d (4 commits) ( #11021 )
...
https://skia.googlesource.com/skia.git/+log/319fd3d7bcb4..f3f50099533d
git log 319fd3d7bcb4..f3f50099533d --date=short --no-merges --format='%ad %ae %s'
2019-08-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 99cffe5db419..3ea90d609720 (11 commits)
2019-08-15 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-08-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 3f00da8c515f..efe495cfe7ef (457 commits)
2019-08-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 5e4e8b0af5fa..aa3f31f98a5c (26 commits)
Created with:
gclient setdep -r src/third_party/skia@f3f50099533d
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, who should
be CC'd on the roll, and stop the roller if necessary.
Bug: None
TBR=scroggo@google.com
2019-08-15 05:32:54 -04:00
skia-flutter-autoroll
f8e7453f11
Roll fuchsia/sdk/core/linux-amd64 from pCY3J... to _fvZN... ( #11020 )
...
Roll fuchsia/sdk/core/linux-amd64 from pCY3J... to _fvZN...
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-08-15 01:54:13 -04:00
skia-flutter-autoroll
e2544e3100
Roll src/third_party/skia c061d31c2415..319fd3d7bcb4 (9 commits) ( #11018 )
...
https://skia.googlesource.com/skia.git/+log/c061d31c2415..319fd3d7bcb4
git log c061d31c2415..319fd3d7bcb4 --date=short --no-merges --format='%ad %ae %s'
2019-08-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-14 bungeman@google.com Add portable allocator to raster allocator test.
2019-08-14 liyuqian@google.com Test serializing pictures with cull rects
2019-08-14 bungeman@google.com Make fontscalerdistortable more flexible.
2019-08-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-14 senorblanco@chromium.org Implement GrDawnGpuTextureCommandBuffer.
2019-08-14 bungeman@google.com Move bigconic gm to be a test.
Created with:
gclient setdep -r src/third_party/skia@319fd3d7bcb4
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, who should
be CC'd on the roll, and stop the roller if necessary.
Bug: None
TBR=scroggo@google.com
2019-08-15 01:51:11 -04:00
Ben Konyi
7c6e274f30
Roll src/third_party/dart e35e8833ee..e35e8833ee (0 commits)
2019-08-14 22:49:21 -07:00
Chris Bracken
426ea8dba6
Fix gn breakage on non-Fuchsia macOS host builds ( #11019 )
...
Ensure that we always pull in the ensure_fuchsia_sdk gn variable.
Fixes breakage introduced in flutter/engine#11016 when building outside
of a Fuchsia tree (e.g. in a stock Flutter engine tree0 on macOS hosts.
2019-08-14 21:55:47 -07:00
Chris Bracken
c4dd223945
Fix gn breakage on Fuchsia macOS host builds ( #11016 )
...
When building Fuchsia on macOS hosts, ensure that we reference the
correct clang toolchain path. This patch also prevents bitcode
compilation on Fuchsia tree builds on macOS.
2019-08-14 18:21:40 -07:00
Chinmay Garde
4c4c999778
On iOS report the preferred frames per second to tools via service protocol. ( #11006 )
2019-08-14 16:47:57 -07:00
xster
5e155c6c2d
some drive-by docs while I was reading the embedding classes ( #9341 )
2019-08-14 16:35:50 -07:00
Jason Simmons
ca1dda0360
Initialize the engine in the running state to match the animator's default state ( #11011 )
...
The engine's activity_running flag tracks whether the app is in the paused or
running lifecycle state. The engine had been defaulting activity_running to
false (meaning paused). But the animator had been defaulting its paused flag
to false, which allowed frames to render at startup. If the engine loses and
regains its surface, then frames would stop rendering because activity_running
is false (even though frames had been rendering when the engine initially
acquired its surface).
This change puts the engine and the animator into a consistent state at
startup. Frames will continue to render until the embedder sends a lifecycle
message that will pause both the engine and the animator.
See https://github.com/flutter/flutter/issues/32624
2019-08-14 16:20:44 -07:00
liyuqian
adb4659149
Trace RasterCacheResult::Draw ( #11004 )
...
Fixes https://github.com/flutter/flutter/issues/37988
2019-08-14 16:13:49 -07:00
stuartmorgan
c3e9c14586
Rename macOS FLE* classes to Flutter* ( #11010 )
...
Renames all FLE* classes in the macOS embedding to Flutter*. With the exception
of -[FlutterDartProject engineSwitches], which is very clearly called out in the
comment, the APIs should be stable at this point, so the marker prefix is no
longer needed.
This is a breaking change for macOS embedders, but going forward breaking
changes at the source level for the macOS API should now be rare.
Some of these classes will likely merge with the iOS versions in the future (e.g.,
FlutterDartProject), but that will be an implementation detail that will not affect
clients.
Fixes flutter/flutter#31735
2019-08-14 15:53:17 -07:00
James Clarke
ff484d4f69
[Windows] Alternative Windows shell platform implementation ( #9835 )
...
Start work on flutter/flutter#30726 by adding an alternative win32 shell platform implementation for Windows that is not based on GLFW and that uses LIBANGLE for rendering and native win32 windowing and input. This change does not replace the GLFW implementation but rather runs side by side with it producing a secondary flutter_windows_win32.dll artifact. The following items must be added to attain parity with the GLFW implementation:
- Custom task scheduling
- Support for keyboard modifier keys
- Async texture uploads
- Correct high DPI handling on Windows versions < 1703
and will be added in subsequent changes.
2019-08-14 15:52:52 -07:00
skia-flutter-autoroll
c5e30553cd
Roll src/third_party/skia 735f1d2f0208..c061d31c2415 (17 commits) ( #11008 )
...
https://skia.googlesource.com/skia.git/+log/735f1d2f0208..c061d31c2415
git log 735f1d2f0208..c061d31c2415 --date=short --no-merges --format='%ad %ae %s'
2019-08-14 bungeman@google.com Make the flippity not crash in Viewer.
2019-08-14 bsalomon@google.com Turn calls to glTexImage2D with non-null ptr into glTexImage2D followed by glTexSubImage2D.
2019-08-14 senorblanco@chromium.org First implementation of GrTextureRenderTarget.
2019-08-14 egdaniel@google.com Remove GrCaps isConfigTexturable.
2019-08-14 bsalomon@google.com Handle size_t addition overflow in GrCpuBuffer::Make
2019-08-14 michaelludwig@google.com Remove SkImageFilter_Base::OutputProperties
2019-08-14 brianosman@google.com Remove unused dstColorSpace parameter from makeTextureImage
2019-08-14 senorblanco@chromium.org First implementation of GrDawnTexture.
2019-08-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-14 jlavrova@google.com Existing unit tests are working with some minor differences
2019-08-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-08-14 brianosman@google.com Add coord transform to GrSKSLFP, support CTM/local matrix in runtime shaders
2019-08-14 robertphillips@google.com Swap async readback gms over to using GrContext's createBackendTexture
2019-08-14 mtklein@google.com new ideas for bilerp/bicubic?
2019-08-14 fmalita@chromium.org [skottie] Add support for multiple range selectors
2019-08-14 robertphillips@google.com Update Metal backend's createBackendTexture to initialize to a given color
2019-08-14 bungeman@google.com Use COM_DECLSPEC_NOTHROW STDMETHODIMP
Created with:
gclient setdep -r src/third_party/skia@c061d31c2415
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, who should
be CC'd on the roll, and stop the roller if necessary.
Bug: None
TBR=scroggo@google.com
2019-08-14 18:51:42 -04:00
Dan Field
c96f3536f3
Revert "Update README.md ( #11007 )" ( #11009 )
...
This reverts commit e075e7190658c47ca0a6909fb19324ebebc8a812.
2019-08-14 14:33:22 -07:00
Dan Field
e075e71906
Update README.md ( #11007 )
2019-08-14 13:57:46 -07:00
Ben Konyi
f65a040c13
Roll src/third_party/dart c4727fddf4..e35e8833ee (1 commits)
...
dart-lang/sdk@e35e8833ee [vm/bytecode] Take context level into account when accessing async context vars
2019-08-14 13:09:06 -07:00