9202 Commits

Author SHA1 Message Date
Ferhat
de38b85deb [web] Fix HtmlImage state pollution due to image.clone optimization (flutter/engine#17370)
* fix drawImage style when destination width==source
* Add regression test
* dartfmt
* update golden lock
* Addressed review comment
* remove transform reset since _drawImage is called
2020-03-30 16:42:36 -07:00
gaaclarke
ff0ab7cc79 Roll src/third_party/dart 1402e8e1a42d.e21c4353006d (95 commits) (flutter/engine#17386)
git log 1402e8e1a42d..e21c4353006d665e7c4378413ad4d237f18437e0 --date=short --first-parent --format='%ad %ae %s'
2020-03-30 jsimmons@google.com [dart:io] Fuchsia version of SocketBase::AvailableDatagram
2020-03-30 jwren@google.com Fix the dart help test output by implementing printUsage() in the test command
2020-03-30 sstrickl@google.com [vm/aot] Drop some Function objects not needed at runtime.
2020-03-30 mit@google.com Roll pub to latest version
2020-03-30 scheglov@google.com Document differences in inheritance tests between CFE and analyzer.
2020-03-30 scheglov@google.com Revert "Fix the result type of binary expression with the left TypeParameter extends num type."
2020-03-30 johnniwinther@google.com [cfe] Handle member signatures from dill in class hierarchy builder
2020-03-30 eernst@google.com [cfe] Add missing .next in endImplicitCreationExpression
2020-03-30 jensj@google.com [CFE] Add api to get language version for uri
2020-03-30 johnniwinther@google.com [cfe] Don't include member signature in id testing by default.
2020-03-30 johnniwinther@google.com [kernel] Make verbose qualified names conditional in toStringInternal
2020-03-30 devoncarew@google.com [dartdev] test the dartdev analyze --fatal-warnings option
2020-03-30 brianwilkerson@google.com Enable omit_local_variable_types in analyzer_plugin
2020-03-30 brianwilkerson@google.com Enable omit_loval_variable_types in analysis_server_client
2020-03-30 brianwilkerson@google.com Enable omit_local_variable_types in analysis_server
2020-03-30 keertip@google.com Add guard code for exceptions from ResourceProvider when reading contents.
2020-03-29 scheglov@google.com Fix the result type of binary expression with the left TypeParameter extends num type.
2020-03-28 scheglov@google.com Fix for creating a setter when the target is in a part without a library.
2020-03-28 brianwilkerson@google.com Remove the need for a --corpus flag from completion_metrics
2020-03-28 brianwilkerson@google.com Remove the need for a --corpus flag from relevance_metrics
2020-03-28 brianwilkerson@google.com Remove an unused variable in AstBuilder
2020-03-28 brianwilkerson@google.com Sort non-generated files in analyis_server and add a test to ensure they stay that way
2020-03-28 scheglov@google.com Add LibraryElement.languageVersionMajor/Minor
2020-03-28 scheglov@google.com Report exceptions with the file content for getResult().
2020-03-28 scheglov@google.com Fix crash in index when the invoked element is multiply defined.
2020-03-28 eernst@google.com Add implementation of several parts of non-function type aliases
2020-03-28 johnniwinther@google.com [cfe] Groups standard tests in update_expectations.dart
2020-03-28 sra@google.com [dart2js] Specialize is- and as- tests for nullable types
2020-03-28 rmacnak@google.com [vm] Do not allocate when evaluating arguments to StorePointer.
2020-03-28 rmacnak@google.com [vm] Fix some data races with profiler samples.
2020-03-28 alexmarkov@google.com Revert "[analyzer] Remove deprecated language version API"
2020-03-27 nshahan@google.com [ddc] Cleanup cast in dart:_runtime lib
2020-03-27 brianwilkerson@google.com New relevance values for UriContributor
2020-03-27 brianwilkerson@google.com New relevance values for KeywordContributor
2020-03-27 brianwilkerson@google.com New relevance values for VariableNameContributor
2020-03-27 paulberry@google.com Migration: don't use union edges for field formal parameters
2020-03-27 rmacnak@google.com [vm] Fix memory leak in profiler when some samples are in native functions without a dynamic symbol.
2020-03-27 bkonyi@google.com [ package:dds ] Fixed smoke_test.dart which was unable to launch smoke.dart due to use of a relative path.
2020-03-27 zichangguo@google.com [dart:io] Fix parsing the response of the HTTP connect method
2020-03-27 mfairhurst@google.com [nnbd_migration] Add confirm dialog to "apply migration" button
2020-03-27 rmacnak@google.com [test] Update use of Null as a bottom type to Never.
2020-03-27 eernst@google.com Added new tests.
2020-03-27 alexmarkov@google.com [vm/nnbd/aot/tfa] Support NNBD strong mode in type flow analysis
2020-03-27 mfairhurst@google.com [analyzer] Remove deprecated language version API
2020-03-27 brianwilkerson@google.com Update relevance computations in LocalReferenceContributor
2020-03-27 brianwilkerson@google.com Update relevance values for LocalLibraryContributor and ImportedReferenceContributor
2020-03-27 sigurdm@google.com Bump pub version
2020-03-27 sigmund@google.com [dart2js] Update test-matrix to specify the libraries.json to dart2js batch runner
2020-03-27 jcollins@google.com Update dartdoc to 0.30.3.
2020-03-27 alexmarkov@google.com [vm/nnbd] Fix marking static fields as late
2020-03-27 scheglov@google.com Fix for completion in formal parameters of GenericFunctionType.
2020-03-27 mfairhurst@google.com [nnbd_migration] Add a "rerun from sources" button.
2020-03-27 mfairhurst@google.com Revert "[analyzer] Copy result of allSupertypes for now."
2020-03-27 scheglov@google.com Merge types during instance member inference.
2020-03-27 scheglov@google.com Catch linking exceptions and include the cycle file contents.
2020-03-27 johnniwinther@google.com [cfe] Handle throw in return type inference
2020-03-27 alexmarkov@google.com [vm/aot/tfa] Fix tracking of parameters in async_op closures
2020-03-27 zichangguo@google.com Reland "[dart:io] Fix hanging on zero-length datagram"
2020-03-27 athom@google.com [infra] Update checked-in SDKs to 2.8.0-dev.18.0
2020-03-27 johnniwinther@google.com [cfe] Add tool for updating all id-tests and expectation tests
2020-03-27 athom@google.com [homebrew] Add support for the beta channel formula
2020-03-27 brianwilkerson@google.com Sort files in analysis_server_client and analyzer_plugin and add tests to keep them that way
2020-03-27 askesc@google.com [benchmark] Benchmark for UTF-8 decoding with typical data.
2020-03-27 jensj@google.com [parser] Change recovery for constructor; report errors in bad constructors
2020-03-27 johnniwinther@google.com [cfe] Use legacy erasure before argument inference
2020-03-27 jensj@google.com [kernel] Polish toString implementation on AST nodes
2020-03-27 sra@google.com [dart2js] Print non-minified init object as multiline
2020-03-27 karlklose@google.com [infra] Handle test steps with no tested configuration
2020-03-27 zichangguo@google.com [dart:io] remove available at _NativeSocket::Read
2020-03-27 nbosch@google.com Remove a stale TODO comment
2020-03-27 rnystrom@google.com Add other breaking changes to CHANGELOG.
2020-03-27 liama@google.com [nnbd/test] Fix tests that are failing in strong mode
2020-03-26 rnystrom@google.com Fix Markdown link in CHANGELOG and remove duplicate entry.
2020-03-26 brianwilkerson@google.com Compute new relevance in LocalConstructorContributor
2020-03-26 kevmoo@google.com DEPS: remove references to pkg:package_resolver
2020-03-26 jcollins@google.com Add a way for analysis_server to open communication via a IsolateChannel.
2020-03-26 scheglov@google.com Use NNBD_TOP_MERGE to combine signatures of the inherited members.
2020-03-26 nshahan@google.com [ddc] Update types in JSArray operations
2020-03-26 srawlins@google.com Migrator: Add an auth token for the preview site
2020-03-26 dacoharkes@google.com [vm] Add Reachability Fence Instruction
2020-03-26 sra@google.com [benchmark] Make BigIntPrintParse be NNBD-agnostic
2020-03-26 rnystrom@google.com Bump the SDK constraint on dart_internal to permit Dart 2.8.0.
2020-03-26 kevmoo@google.com Update changelog with dart2js --package-root removal
2020-03-26 alexmarkov@google.com [vm/corelib] Specify types explicitly in convert_patch.dart
2020-03-26 scheglov@google.com Update checkForWrongTypeParameterVarianceInMethod(), fix NPE.
2020-03-26 mfairhurst@google.com [analyzer] Copy result of allSupertypes for now.
2020-03-26 scheglov@google.com Add  more data to debug crash in buildExportNamespace().
2020-03-26 scheglov@google.com Fix for crash when FieldFormalParameter in a local function has annotations.
2020-03-26 bkonyi@google.com [ VM / DartDev ] Disable DartDev for the 2.8 release
2020-03-26 kevmoo@google.com Remove unused package-root option and configuration from dart2js
2020-03-26 srujzs@google.com [dart:html] Add nullability to EventTarget conversion
2020-03-26 kevmoo@google.com DEPS: Bring in latest pub
2020-03-26 dacoharkes@google.com [vm/ffi] Mark Struct as entrypoint
2020-03-26 jensj@google.com [analyzer] Sort entries in error.dart and syntactic_errors.dart
2020-03-26 karlklose@google.com [infra] pkg/smith: custom test runner steps are test steps
2020-03-30 15:22:47 -07:00
liyuqian
663eb4db1a Disable OnServiceProtocolGetSkSLsWorks in Fuchsia (flutter/engine#17361) 2020-03-30 14:31:03 -07:00
Jason Simmons
807361feff Use the private presentation window type for platform view windows (flutter/engine#17385) 2020-03-30 14:26:10 -07:00
wqyfavor
1000f22660 Fix FlutterView's _delegate is not declared as ivar but a global variable. (flutter/engine#17206) 2020-03-30 14:26:03 -07:00
skia-flutter-autoroll
a0aa13ca0e Roll src/third_party/skia 5b11a58c6297..e9bc857b39c2 (5 commits) (flutter/engine#17395)
https://skia.googlesource.com/skia.git/+log/5b11a58c6297..e9bc857b39c2

git log 5b11a58c6297..e9bc857b39c2 --date=short --first-parent --format='%ad %ae %s'
2020-03-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 f2bee3043a5e..1b2dd6f92a6b (18 commits)
2020-03-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 2cb42d2f8146..af1924a67aab (483 commits)
2020-03-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 3ca41df3d3ba..1c29477aa06e (9 commits)
2020-03-29 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2020-03-29 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps

Created with:
  gclient setdep -r src/third_party/skia@e9bc857b39c2

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 michaelludwig@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: michaelludwig@google.com
2020-03-30 16:24:04 -04:00
Ferhat
60ad54840a [web] Fix canvas z-index leaking across repaints when element is reused. (flutter/engine#17378)
* Fix z-index leak. Add test for canvas reuse
* add regression test
* update golden locks
* fix analysis errors
2020-03-30 12:54:06 -07:00
Kaushik Iska
0fc0ae091d Readme change to trigger builds (flutter/engine#17398) 2020-03-30 11:55:46 -07:00
skia-flutter-autoroll
b65bd40239 Roll src/third_party/skia 7345d88277c4..5b11a58c6297 (18 commits) (flutter/engine#17387)
https://skia.googlesource.com/skia.git/+log/7345d88277c4..5b11a58c6297

git log 7345d88277c4..5b11a58c6297 --date=short --first-parent --format='%ad %ae %s'
2020-03-28 mtklein@google.com skvm::Builder friendliness improvements
2020-03-28 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps
2020-03-27 bungeman@google.com Fix gcc 9 warnings.
2020-03-27 bsalomon@google.com Rename SkColorTypeComponentFlags to SkColorChannelFlags.
2020-03-27 reed@google.com all colorfilters but RT converted to skvm
2020-03-27 egdaniel@google.com Add GrD3DPipelineState class and setup vertex input information.
2020-03-27 reed@google.com onProgram for SkGaussianColorFilter, plus gm and bench
2020-03-27 csmartdalton@google.com Rename TessellatingPathRendererTests.cpp -> "Triangulating"
2020-03-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 02e15b249b12..3ca41df3d3ba (10 commits)
2020-03-27 egdaniel@google.com Remove some unused 3 byte vertex attrib types.
2020-03-27 robertphillips@google.com Make the distanceFieldAdjustTable a static singleton
2020-03-27 jvanverth@google.com Minor fixes for D3D build.
2020-03-27 bungeman@google.com Fix gcc9 warning around size of memset.
2020-03-27 csmartdalton@google.com Rename GrGpuTessellationPathRenderer to GrTessellationPathRenderer
2020-03-27 nifong@google.com Remove deprecated functions
2020-03-27 reed@google.com onProgram for overdraw-colorfilter
2020-03-27 bsalomon@google.com Remove texture swizzle from GrSurfaceProxy.
2020-03-27 bsalomon@google.com Fix TODO SkImage_GpuBase to check SkColorInfo and not a fake SkImageInfo

Created with:
  gclient setdep -r src/third_party/skia@5b11a58c6297

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 robertphillips@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: robertphillips@google.com
2020-03-30 08:25:50 -04:00
Chinmay Garde
8022f18109 Document flutter::DartVMData. (flutter/engine#17392) 2020-03-30 00:20:54 -07:00
Yegor
97bf969dc0 fix implicit dynamic and two lints everywhere; implicit cast in dev/ (flutter/engine#17372) 2020-03-29 19:23:37 -07:00
Gary Qian
317c96c3ce Partially revert Samsung keyboard force-update workaround (flutter/engine#17391) 2020-03-29 15:46:39 -07:00
skia-flutter-autoroll
36b7b1cb63 Roll src/third_party/skia 385de38b272f..7345d88277c4 (8 commits) (flutter/engine#17373)
https://skia.googlesource.com/skia.git/+log/385de38b272f..7345d88277c4

git log 385de38b272f..7345d88277c4 --date=short --first-parent --format='%ad %ae %s'
2020-03-27 bungeman@google.com gn format gn/BUILD.gn
2020-03-27 brianosman@google.com Re-generate source from FP files after clang-format change
2020-03-27 brianosman@google.com Remove arbitrary limit on number of composed color filters
2020-03-27 brianosman@google.com Remove GrSRGBEffect
2020-03-27 brianosman@google.com Disable BinPackParameters in .clang-format
2020-03-27 bungeman@google.com Add back deprecated warnings.
2020-03-27 phanm@google.com Add experimental support for svg text tag.
2020-03-27 robertphillips@google.com Have GrFillRRectOp make use of the GrSimpleMeshDrawOpHelper

Created with:
  gclient setdep -r src/third_party/skia@7345d88277c4

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 robertphillips@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: robertphillips@google.com
2020-03-28 12:08:05 -04:00
Nurhan Turgut
63faebcd92 change chrome version (flutter/engine#17382)
* change chrome version

* change chrome version
2020-03-27 16:52:02 -07:00
Emmanuel Garcia
2656509ba5 Reland unobstructed platform views (flutter/engine#17336) 2020-03-27 16:39:29 -07:00
Anna Gringauze
744ae0083a Enable expression evaluation in the debugger for web (flutter/engine#17324) 2020-03-27 16:09:40 -07:00
Dan Field
229089d3c7 Add keep annotation to Locale.toString (flutter/engine#17376) 2020-03-27 15:24:54 -07:00
Emmanuel Garcia
e7798e90f4 Add name to the XCTAttachments in the scenario test app (flutter/engine#17355) 2020-03-27 13:10:39 -07:00
Yegor
3aace8df56 enable Dart analysis for Web on Cirrus (flutter/engine#17377) 2020-03-27 11:46:02 -07:00
Yegor
d20bb30d3a Reland "add limited analysis options (#17332)" (flutter/engine#17374)
* Reland "add limited analysis options (#17332)"

This time I'm starting without Cirrus. Will add Cirrus serpartely from code changes.

This reverts commit 27da616b212419552551d1f9a9ed097f133d1221.

* disable Cirrus analysis check
2020-03-27 11:06:10 -07:00
Brian Osman
913a683352 Guard SkCanvas bitmap virtuals for deprecation and removal (flutter/engine#17371) 2020-03-27 13:28:03 -04:00
skia-flutter-autoroll
7bdfdd7859 Roll src/third_party/skia 265de3a93c6e..385de38b272f (22 commits) (flutter/engine#17369)
https://skia.googlesource.com/skia.git/+log/265de3a93c6e..385de38b272f

git log 265de3a93c6e..385de38b272f --date=short --first-parent --format='%ad %ae %s'
2020-03-27 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps
2020-03-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 6719f54ac7ce..f2bee3043a5e (6 commits)
2020-03-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 77090261dabc..02e15b249b12 (8 commits)
2020-03-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 16171704b6dc..2cb42d2f8146 (394 commits)
2020-03-26 mtklein@google.com implement matrix 0/1 todo
2020-03-26 brianosman@google.com Disable Processor tests on TecnoSpark3Pro
2020-03-26 reed@google.com handle HSL case in HSLMatrix for skvm
2020-03-26 reed@google.com add bench for highcontrast-colorfilter
2020-03-26 fmalita@chromium.org [skottie] Cleanup: relocate Animator base class out of SkSG
2020-03-26 michaelludwig@google.com Correctly initialize LayerIter's cached device origin.
2020-03-26 jvanverth@google.com Add GrD3DRenderTarget and GrD3DTextureRenderTarget.
2020-03-26 jlavrova@google.com Respect grapheme clusters when wrapping text
2020-03-26 csmartdalton@google.com Add glDraw*BaseInstance functions to GrGLInterface
2020-03-26 bungeman@google.com Include system headers last.
2020-03-26 jvanverth@google.com Rename GrD3DTextureInfo to GrD3DTextureResourceInfo.
2020-03-26 bungeman@google.com Begin fixing GrShaderVar.
2020-03-26 csmartdalton@google.com Rename CPU tessellation to "triangulation"
2020-03-26 brianosman@google.com Reland "Switch sRGB color filter to use GrColorSpaceXformEffect"
2020-03-26 brianosman@google.com Update comment about Mali G series
2020-03-26 reed@google.com onProgram for HighContrastColorFilter
2020-03-26 brianosman@google.com Add workaround flag for color space transform math on Mali G GPUs
2020-03-26 nifong@google.com Reland "Switch to using a Float32Array (bound as value array) for color."

Created with:
  gclient setdep -r src/third_party/skia@385de38b272f

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 robertphillips@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: robertphillips@google.com
2020-03-27 11:22:22 -04:00
Gary Qian
ba66644dce Locale: empty string equates to null (flutter/engine#17356) 2020-03-27 04:57:07 -07:00
wqyfavor
eff3cb31a1 Fix problem that using multi-engines, sometimes OpenGL would crash be cause of invalid EAGLContext (flutter/engine#17366) 2020-03-27 02:40:56 -07:00
Chinmay Garde
27da616b21 Revert "add limited analysis options (#17332)" (flutter/engine#17368)
This reverts commit c6aa044fde6a2b4fe89b6c92402126d6b33ef01b.
2020-03-27 02:38:50 -07:00
Chinmay Garde
25d419a729 Disable ShellTest.OnServiceProtocolGetSkSLsWorks. (flutter/engine#17367)
Re-enabling tracked in https://github.com/flutter/flutter/issues/53399.
2020-03-27 01:10:15 -07:00
Yegor
c6aa044fde add limited analysis options (flutter/engine#17332)
add limited analysis options
2020-03-26 14:38:59 -07:00
Nurhan Turgut
f844653475 [web] improving felt: running target unit tests, cleaning up used proccesses (flutter/engine#17339)
* improving felt: running target unit tests, cleaning up used proccesses

* removing null check
2020-03-26 14:01:36 -07:00
Dan Field
42c22a2167 Do not drop toString for enums (flutter/engine#17352) 2020-03-26 13:11:54 -07:00
skia-flutter-autoroll
91f092e4cb Roll src/third_party/skia 95fc5a325168..265de3a93c6e (1 commits) (flutter/engine#17348) 2020-03-26 10:21:01 -07:00
Mouad Debbar
1b44793159 [web] Profile text layout and forward data to macrobenchmarks (flutter/engine#17276) 2020-03-26 09:37:14 -07:00
skia-flutter-autoroll
c2282bf29a Roll src/third_party/skia ee2ec6de995b..95fc5a325168 (2 commits) (flutter/engine#17346) 2020-03-26 07:01:03 -07:00
skia-flutter-autoroll
5456e292b3 Roll fuchsia/sdk/core/linux-amd64 from jHDPP... to nK6R0... (flutter/engine#17341) 2020-03-26 01:11:02 -07:00
skia-flutter-autoroll
b7e9ac8f3e Roll src/third_party/skia b6a99b7b9acb..ee2ec6de995b (9 commits) (flutter/engine#17343) 2020-03-26 00:56:03 -07:00
liyuqian
10824995dd Rename GPU thread to raster thread in code comments (flutter/engine#17329)
1. Simple "GPU thread" to "raster thread" replacement.

2. Regex replace "GPU([\n\r\s]+//+ thread)" with "raster$1".

3. Regex replace "// gpu$" with "// raster".

4. Simple test change.

5. Run ci/format.sh
2020-03-25 22:49:59 -07:00
renyou
bf6347ceef Android change to match the Google internal changes. (flutter/engine#17331)
* Android change to match the google internal changes.

* Fix format.

* Revert format change, add super call.

* Remove comment for API version.
2020-03-25 18:02:46 -07:00
Yegor
b0f7f61073 Preserve zones in Window callbacks (flutter/engine#17298)
preserve Window callback zones
2020-03-25 17:25:06 -07:00
Filip Filmar
36404497fe [runner] Corrects logging of close() status (flutter/engine#16698)
close() returns a nonzero in case of an error.  Old code had it log
only when *no* error happens on close, which is exactly the opposite
of what we want.
2020-03-25 16:31:46 -07:00
Emmanuel Garcia
2913102440 Revert unobstructed platform views (flutter/engine#17326) 2020-03-25 14:36:10 -07:00
Jason Simmons
c2e581b781 Allow drawing raster cache results whose device rect is one pixel larger than the cached image (flutter/engine#17278)
RasterCacheResult::draw constructs the device target rectangle by
calling SkRect::roundOut, which rounds down the left/top coordinates
and rounds up the right/bottom coordinates.  The rounding can produce
a device rect whose width and/or height differs from the cache result
image's width/height by one pixel.
2020-03-25 13:37:27 -07:00
Drew Fisher
abfe606076 fuchsia: remove use of replace_as_executable (second try) (flutter/engine#17313)
On Fuchsia, we can now get executable VMOs from trusted backing
filesystems.  This allows us to remove the use of replace_as_executable
in favor of opening files with `fdio_open_fd_at` with the
`OPEN_RIGHT_EXECUTABLE` flag and getting VMOs by calling
`fdio_get_vmo_exec`.

By moving the responsibility for executability into the filesystem, we
are able to remove `deprecated-ambient-replace-as-executable` from
component manifests for non-JIT runners (the JIT runners still call
replace_as_executable in Dart's allocator).  It wasn't abundantly clear
whether .cmx files for tests were used purely in AOT runtime
environments or also saw JIT usage, so I left those as-is.

For context: this is a second attempt at #16690, which was reverted
because it broke the Dart JIT runner.  The primary difference is that
this time around, we correctly handle absolute vs relative paths,
depending on whether library loading bottoms out in `fdio_open_fd` or
`fdio_open_fd_at`.  I've added additional assertions to help ensure any
new usages use the correct shape of path.

Testing: I verified locally that the flutter product runner works on
Astro, and also successfully ran the Dart JIT example test (which was
the thing blocking the google3 roll with the previous attempt at this
patchset).

Co-authored-by: Drew Fisher <zarvox@google.com>
2020-03-25 13:17:28 -07:00
skia-flutter-autoroll
95ef21485b Roll src/third_party/skia f11e33152460..b6a99b7b9acb (5 commits) (flutter/engine#17323) 2020-03-25 13:11:01 -07:00
Ferhat
8a3fe7d441 Switch ui.window.devicePixelRatio from browser logical to physical. (flutter/engine#17209)
* Switch ui.window.devicePixelRatio to browser dpi
* Add integration test for multi res image loading
* Update cirrus for new integration test
* update canvas golden test root transform
* Update compositing golden test with dpr transform
2020-03-25 12:41:17 -07:00
skia-flutter-autoroll
d16656f414 Roll src/third_party/skia 102411c73f7e..f11e33152460 (3 commits) (flutter/engine#17319) 2020-03-25 11:26:04 -07:00
skia-flutter-autoroll
c0878c4fb4 Roll src/third_party/skia ae58199380dd..102411c73f7e (6 commits) (flutter/engine#17318) 2020-03-25 09:11:03 -07:00
Mouad Debbar
ec142ff495 Add the chromedriver/ directory to gitignore
This folder is generated by the integration test manager.
2020-03-25 09:08:15 -07:00
skia-flutter-autoroll
c13640232d Roll src/third_party/skia 9686528ac8c7..ae58199380dd (1 commits) (flutter/engine#17317) 2020-03-25 07:06:02 -07:00
skia-flutter-autoroll
579e80fab3 Roll fuchsia/sdk/core/linux-amd64 from tFo5u... to jHDPP... (flutter/engine#17316) 2020-03-25 04:31:02 -07:00
skia-flutter-autoroll
64bd0cf22b Roll src/third_party/skia 4261fe753b77..9686528ac8c7 (1 commits) (flutter/engine#17314) 2020-03-25 02:11:02 -07:00
skia-flutter-autoroll
d52cdc28a8 Roll src/third_party/skia 6beb1dd941af..4261fe753b77 (3 commits) (flutter/engine#17309) 2020-03-24 23:56:03 -07:00