14995 Commits

Author SHA1 Message Date
Ben Konyi
c19fc2f502
Unblock SIGPROF on flutter_tester start (#12813)
Fixes https://github.com/flutter/flutter/issues/35140
2019-10-08 15:13:08 -07:00
Mouad Debbar
6113ef93ea
[web] Update the url when route is replaced (#13003) 2019-10-08 14:47:25 -07:00
Kate Lovett
414ad38662
Missing link flag (#13001) 2019-10-08 13:49:46 -07:00
gaaclarke
9f650edd14
Started setting our debug background task id to invalid after completion. (#12999) 2019-10-08 13:12:52 -07:00
Chris Yang
0d59c9ec54
Add onUnregistered callback in 'Texture' and 'FlutterTexture' (#12695)
Texture unregistration is finished on the GPU thread. The FlutterTexture implementation might not know when it is finished which leads to a race condition. Adding this callback so the FlutterTexture is aware of end of the unregistration process.
2019-10-08 12:45:57 -07:00
skia-flutter-autoroll
c635d70c72
Roll src/third_party/skia 902cf1e12a74..1494a7f1ec03 (10 commits) (#13000)
https://skia.googlesource.com/skia.git/+log/902cf1e12a74..1494a7f1ec03

git log 902cf1e12a74..1494a7f1ec03 --date=short --no-merges --format='%ad %ae %s'
2019-10-08 jcgregorio@google.com Revert "cloud-build: set HOME env variable."
2019-10-08 jcgregorio@google.com cloud-build: set HOME env variable.
2019-10-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-10-08 herb@google.com Add tests for SkZip first, data, and consting copy ctor
2019-10-08 brianosman@google.com Remove SkCurve and SkColorCurve
2019-10-08 egdaniel@google.com Also blacklist path_text benches on vulkan pixel3a.
2019-10-08 robertphillips@google.com Black list failing test(s) on internal bot
2019-10-08 fs@opera.com Fix mapping the morphology filter's radius when the CTM is a mirror op
2019-10-08 egdaniel@google.com Move vulkan BytesPerPixel to format table.
2019-10-08 benjaminwagner@google.com Reland "Use integer patchset and issue variables."

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

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 kjlubick@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=kjlubick@google.com
2019-10-08 14:54:44 -04:00
liyuqian
df0e911c67
SkSL precompile (#12412)
For https://github.com/flutter/flutter/issues/40686

Unit tests added:
- CacheSkSLWorks
- VisitFilesCanBeCalledTwice
- CanListFilesRecursively
2019-10-08 11:51:28 -07:00
Chinmay Garde
25e2f038d1
Compile sanitizer suppressions list and file bugs as necessary. (#12991) 2019-10-08 11:33:26 -07:00
Chinmay Garde
03d1bba6d8
Add a unit-test to verify that root surface transformation affect platform view coordinates. (#12783)
See b/141980393 for details.

In the issue, the embedder (assumed to render Flutter contents of size 800 x 600 [1]) is meant to be displayed on its side. To achieve this, it specifies a root surface transformation that translates the surface by its width (or height when it held in the correct viewing position) and then rotates it counter-clockwise by 90 degrees. This test verifies that the Flutter Engine accounts for those transformations in the custom compositor platform view coodinates.

[1] The actual size is something different. 800x600 is for illustrative purposes.
2019-10-08 11:30:00 -07:00
Kate Lovett
58d7b84177
Re-land Adding Link Semantics (#12972) 2019-10-08 11:27:56 -07:00
Ben Konyi
5b3182294f Roll src/third_party/dart aece1c1e92..f4a72bfc64 (4 commits)
dart-lang/sdk@f4a72bfc64 [cfe] Don't crash on access to extension fields
dart-lang/sdk@41c11716b0 [kernel] Make round-trip script work; improve fastas compare dill tool
dart-lang/sdk@9276d50fdc [cfe] Remove Severity.errorLegacyWarning
dart-lang/sdk@bc8b12e43b [cfe] Handle privacy in extension lookup
2019-10-08 10:09:39 -07:00
gaaclarke
4943475c03
Added an embedder example (#12808) 2019-10-08 10:07:27 -07:00
Sebastian Roth
32ca0cc7d3
Fix typo on channel buffer debug output. (#12960) 2019-10-08 18:06:32 +01:00
gaaclarke
3a445edda9
Made _printDebug only happen on debug builds of the engine for now. (#12980) 2019-10-08 10:05:48 -07:00
Devon Carew
2e6deee9cd
remove references to package:_chrome (#12931) 2019-10-08 09:41:46 -07:00
David Iglesias
f48f0fa01b
Open source canvas tests from flutter_web_ui (#12819)
* Open source canvas tests from flutter_web_ui

Reimplement some painter tests as screenshot tests on canvas.

Needs https://github.com/flutter/goldens/pull/53
Fixes https://github.com/flutter/flutter/issues/42027

* Remove whitespace

* Address PR feedback

* Add latest hash to dev/goldens_lock.yaml
* Rename (with git mv) *scuba_test.dart -> *golden_test.dart
2019-10-08 09:40:09 -07:00
Mouad Debbar
dbb285d366
Prevent default when Tab is clicked (#12986) 2019-10-08 09:40:01 -07:00
skia-flutter-autoroll
49dbaae818
Roll fuchsia/sdk/core/linux-amd64 from gB_ii... to q_uYX... (#12996)
Roll fuchsia/sdk/core/linux-amd64 from gB_ii... to q_uYX...

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-10-08 11:10:09 -04:00
Alexander Aprelev
034a630220
Roll dart to aece1c1e92. (#12997)
* Roll dart to aece1c1e92.

Changes since last roll:
```
aece1c1e92 Update compile_flutter.sh after vm -> frontend_server rename
9293e26fc9 [gardening] Fix flutter hhh patch.
13fbf569f6 [flutter] split frontend_server from vm package
a389015083 Rewrite MethodInvocation to FunctionExpressionInvocation when the target is not a method.
ae251757a9 [vm,aot,bytecode] Performance fixes
01ebf92dde [VM] Consume extension member/is late flag setting when reading kernel file.
8e05cd278c [vm, bytecode] Emit bytecode without ASTs by default.
4539536b34 [eventhandler] generalize socket initialization
7115687beb NNBD i13n: Add a description for discarding just the condition
2bcaf02582 (origin/base) Update dartdoc to 0.28.7.
a0e8c7712d [dart2js] New RTI: Prevent elision of precomputed1 and remove unneeded read.
c38e19cbbe [vm/compiler] bit utilities
f918214f36 Add a unit test reproducing issue #38352.
ad47b1ca64 Remove summary1, part 2.
0881a4a691 Reland "Deprecate TypeParameterTypeImpl.getTypes()"
d93a6b596b Prepare to publish analyzer version 0.38.5
d5feab0c53 [vm] Create builds for LeakSanitizer, MemorySanitizer and ThreadSanitizer.
8c5236f55e [vm/ffi] Fix host-target word mismatch breaking AOT callbacks in ARM_X64.
5f7b837195 Remove unused FunctionElementImpl_forLUB.
2c75771611 Write and read the static type of IntegerLiteral.
b00453c68a Create synthetic FunctionType in quick fixes.
897e197dd4 Flow analysis: Update AssignedVariablesVisitor to track functions/methods.
55466fd3cc Flow analysis: Remove AssignedVariables.capturedAnywhere.
0a5cf36f14 Make exitFunctionBody safer.
```

* Update license hash
2019-10-08 08:07:39 -07:00
skia-flutter-autoroll
f309a06f14
Roll fuchsia/sdk/core/mac-amd64 from wOfz2... to wuAtw... (#12995)
Roll fuchsia/sdk/core/mac-amd64 from wOfz2... to wuAtw...

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-10-08 11:07:03 -04:00
skia-flutter-autoroll
611c345a4e
Roll src/third_party/skia a28cf7c08061..902cf1e12a74 (4 commits) (#12994)
https://skia.googlesource.com/skia.git/+log/a28cf7c08061..902cf1e12a74

git log a28cf7c08061..902cf1e12a74 --date=short --no-merges --format='%ad %ae %s'
2019-10-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 5e9d4ee99ea1..a333b87cfcbe (8 commits)
2019-10-08 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-10-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 036463457e5f..ae022faf53b9 (2 commits)
2019-10-08 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 78225ef2ba10..5c41949c8fc4 (382 commits)

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

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 kjlubick@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=kjlubick@google.com
2019-10-08 11:05:29 -04:00
skia-flutter-autoroll
819b0cae0c
Roll src/third_party/skia f611d943fb73..a28cf7c08061 (29 commits) (#12993)
https://skia.googlesource.com/skia.git/+log/f611d943fb73..a28cf7c08061

git log f611d943fb73..a28cf7c08061 --date=short --no-merges --format='%ad %ae %s'
2019-10-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-10-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-10-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-10-07 emircan@google.com Fix dedicated allocations for protected images
2019-10-07 benjaminwagner@google.com Revert "Use integer patchset and issue variables."
2019-10-07 herb@google.com Add quailty of life calls to SkZip
2019-10-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-10-07 egdaniel@google.com Enable preferring using primary CB over secondary CB.
2019-10-07 jvanverth@google.com Guard some more Metal code to support older versions.
2019-10-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-10-07 benjaminwagner@google.com Use integer patchset and issue variables.
2019-10-07 borenet@google.com Update go deps
2019-10-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-10-07 csmartdalton@google.com Add GL_QCOM_TILED_RENDERING as an optional interface
2019-10-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-10-07 borenet@google.com [infra] Remove broken commit from go.sum
2019-10-07 brianosman@google.com Particle gallery: Add two more examples
2019-10-07 brianosman@google.com Add particles gallery to skia.org site
2019-10-07 jlavrova@google.com Adding line/style metrics Fixed some bugs for flutter tests
2019-10-07 fmalita@chromium.org [skottie] Horizontal-constraint for Shaper *ToFit alignment modes
2019-10-07 borenet@google.com Update go deps
2019-10-07 brianosman@google.com Particles: New confetti effect, minor tweaks elsewhere
2019-10-07 ckitagawa@google.com Export SkTextBlob::Iter
2019-10-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 5549ef0451f9..5e9d4ee99ea1 (14 commits)
2019-10-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 6021fbd09b1c..036463457e5f (8 commits)
2019-10-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 24e29940207d..78225ef2ba10 (481 commits)
2019-10-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-10-06 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version
2019-10-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).

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

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 kjlubick@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=kjlubick@google.com
2019-10-08 04:25:33 -04:00
Gary Qian
eec8d5e733 Unpublicize kDoNotResizeDimension (#12989) 2019-10-08 00:31:34 -07:00
skia-flutter-autoroll
edf56f5a4d
Roll src/third_party/skia 4c82a9fc83a5..f611d943fb73 (1 commits) (#12831)
https://skia.googlesource.com/skia.git/+log/4c82a9fc83a5..f611d943fb73

git log 4c82a9fc83a5..f611d943fb73 --date=short --no-merges --format='%ad %ae %s'
2019-10-05 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).

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

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 rmistry@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=rmistry@google.com
2019-10-07 21:19:18 -04:00
skia-flutter-autoroll
27599c2c80
Roll fuchsia/sdk/core/mac-amd64 from kwa2O... to wOfz2... (#12827)
Roll fuchsia/sdk/core/mac-amd64 from kwa2O... to wOfz2...

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-10-07 21:17:18 -04:00
skia-flutter-autoroll
40a5d83f5e
Roll fuchsia/sdk/core/linux-amd64 from by2LL... to gB_ii... (#12979)
Roll fuchsia/sdk/core/linux-amd64 from by2LL... to gB_ii...

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-10-07 21:15:30 -04:00
Jason Simmons
150dcbdba3
Roll Wuffs to 0.2.0-rc.1 (#12983) 2019-10-07 18:03:23 -07:00
Dan Field
4a849e0f8d
Color matrix doc (#12982) 2019-10-07 17:22:01 -07:00
Jason Simmons
2f87f59053
Use the standard gen_snapshot target unless the platform requires host_targeting_host (#12988) 2019-10-07 16:34:59 -07:00
Ben Konyi
372995c973
Roll src/third_party/dart 8413a0db0d..8ba6f7e2eb (39 commits) (#12981)
dart-lang/sdk@8ba6f7e2eb Migration: add support for assignment expressions to FixBuilder.
dart-lang/sdk@6364c599b6 Migration: substitute properly when handling compound assignments.
dart-lang/sdk@0eff6b38a9 Revert "[vm/ffi] Optimize Pointer operations for statically known types"
dart-lang/sdk@db352304ec [vm] Test AOT on Android with the 64->32 bit cross-compiler.
dart-lang/sdk@785ae930d3 [gardening] Fix NNDB flag use for Flutter HHH build.
dart-lang/sdk@2a8ce5be5a Clarify error message for instantiating abstract classes
dart-lang/sdk@3712ed27ef [vm/ffi] Optimize Pointer operations for statically known types
dart-lang/sdk@ebc0a88154 Error for assert initializer in redirecting constructor; fixes #37867
dart-lang/sdk@3e3406d20e [sdk] remove the dart:_chrome package
dart-lang/sdk@9d55bb6ba7 [vm/ffi] Fix incorrect use of host word size in FFI instructions.
dart-lang/sdk@c77c2728dd [vm,aot,bytecode] Handle inferred-type metadata when generating bytecode
dart-lang/sdk@59e00e69be [vm,bytecode] Fix canonicalization of type arguments of recursive types
dart-lang/sdk@4f309f04e7 Get more information when AstBuilder throws an exception
dart-lang/sdk@2c674e9ba9 Consider MultiplyDefinedElement as null for summary serialization.
dart-lang/sdk@b1db66306b [dart2js] New RTI: Use precomputed1 to access first type argument of interface types.
dart-lang/sdk@0122901227 [dart2js] New RTI: Replace $ti._eval$1("1") with $ti._rest[0].
dart-lang/sdk@9461df2084 Language tests for variance modifiers.
dart-lang/sdk@418b646749 [vm/debugger] not pausing exceptions on implicit throw
dart-lang/sdk@36e4d5e3c2 Reland "[dartdevc] cleaning up unused web files"
dart-lang/sdk@38f78c01f3 [ dart:developer ] Updated parentId argument for timeline events to use base64 to be consistent with async ID formatting
dart-lang/sdk@69b612beec diagnostic ref fix for fall-through types
dart-lang/sdk@8e2649b357 Revert https://dart-review.googlesource.com/c/sdk/+/117681.
dart-lang/sdk@143aa4bdb4 [vm/fuzzer] don't print oom on oom
dart-lang/sdk@65b9109255 [vm/fuzzer] avoid codedup in fuzzer
dart-lang/sdk@a8cce358d9 Add an edge origin for edges resulting from default values of optional parameters
dart-lang/sdk@73d880b949 [analyzer] add a quick fix for the prefer_relative_imports lint
dart-lang/sdk@6955247cac [dart2js] new-rti: forward allocated list types
dart-lang/sdk@a447dbc498 [nnbd_migration] fix hard edges on ??= assignments
dart-lang/sdk@836d9bf168 Reapply "[vm, bytecode] Fix missing dependencies in --snapshot-deps output."
dart-lang/sdk@9271895f56 Remove an accidentally committed soloTest annotation (TBR)
dart-lang/sdk@f2d1e145dc [sdk] remove some metadata references to dart:profiler
dart-lang/sdk@c3053f0eb2 [nnbd_migration] Restrict downcasts; make all type parameters nullable.
dart-lang/sdk@7486512634 Update CFE expectations for extension method tests.
dart-lang/sdk@2ca8125d7a bump to linter 0.1.100
dart-lang/sdk@80f683417b when fixing missing diagnostic refs, add debugFillProperties method if undefined
dart-lang/sdk@04910d62f5 Include the deprecation message in diagnostics (issue 38667)
dart-lang/sdk@3cdfd90481 Revert "Deprecate TypeParameterTypeImpl.getTypes()"
dart-lang/sdk@aa0bd58926 Deprecate TypeParameterTypeImpl.getTypes()
dart-lang/sdk@42a1ba7e14 Improve the messages from the migration tooling
2019-10-07 15:30:30 -07:00
liyuqian
b3cbc030a5
Unblock Fuchsia roll (#12977)
See https://cirrus-ci.com/task/5367628704514048 and https://github.com/flutter/engine/pull/12822
2019-10-07 11:32:35 -07:00
Chinmay Garde
b785ab902a
Update buildroot to pull in ubsan updates. (#12821) 2019-10-05 19:55:07 -07:00
skia-flutter-autoroll
8163125b2e
Roll src/third_party/skia 95edac1c9a4a..4c82a9fc83a5 (13 commits) (#12818)
https://skia.googlesource.com/skia.git/+log/95edac1c9a4a..4c82a9fc83a5

git log 95edac1c9a4a..4c82a9fc83a5 --date=short --no-merges --format='%ad %ae %s'
2019-10-04 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-10-04 brianosman@google.com Roll third_party/externals/angle2 2328d65ab30d..5549ef0451f9 (8 commits)
2019-10-04 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-10-04 robertphillips@google.com Remove kLinesAdjacency and add kPath from/to GrPrimitiveType
2019-10-04 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-10-04 rmistry@google.com Move sheriff handoff doc notes higher up
2019-10-04 robertphillips@google.com Clarify that the OpArgs' outputSwizzle comes from its GrRenderTargetProxy
2019-10-04 kjlubick@google.com Remove skiaserve as build output
2019-10-04 michaelludwig@google.com Define coord space tagged geometry for image filters v2.
2019-10-04 kjlubick@google.com Reduce bandwidth to RPIs
2019-10-04 reed@google.com Simple iterator for textblobs
2019-10-04 rmistry@google.com Update sheriff doc with autorollers and handoff doc
2019-10-04 rmistry@google.com Remove always red SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG bot and it's builder

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

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 rmistry@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=rmistry@google.com
2019-10-04 20:59:47 -04:00
Chinmay Garde
348108ec74
Enable sanitizer build variants. (#12816) 2019-10-04 17:32:00 -07:00
Kate Lovett
ac45051f2a
Revert "Adding Link SemanticsFlag (#12453)" (#12815)
This reverts commit 974ca210f5275aee0775b363e9c3416e1603cf73.
2019-10-04 17:06:32 -07:00
Jason Simmons
60ce643b63
Use the x64 host toolchain for x86 target gen_snapshot only on Linux (#12809) 2019-10-04 15:07:38 -07:00
Yegor
bba0065cf6
add option for bulk-updating screenshots; update screenshots (#12797)
* add option for bulk-updating screenshots; update screenshots
2019-10-04 15:07:05 -07:00
Dan Field
7d55166fca
unbreak unopt fuchsia (#12805) 2019-10-04 14:10:46 -07:00
Jason Simmons
e641120519
Build gen_snapshot with a 64-bit host toolchain even if the target platform is 32-bit (#12802)
By default Dart will build a gen_snapshot for the host platform using a
toolchain matching the bit width of the target platform.  Some host platforms
no longer support 32-bit binaries, so gen_snapshot will now be built as a
64-bit host binary even if the target is 32-bit.
2019-10-04 14:00:30 -07:00
Dan Field
61e6f7dce5
[flutter_runner] a11y updates, tests! (#12380) 2019-10-04 13:30:56 -07:00
WATER1350
61f058da26 Fix crash in copypixelbuffer (#10326) 2019-10-04 13:21:17 -07:00
Ben Konyi
86f54f206a Roll src/third_party/dart d6c6d12ebf..8413a0db0d (2 commits)
dart-lang/sdk@8413a0db0d [cfe] Add *BuilderImpl
dart-lang/sdk@a81ea1e0d2 [cfe] Upload the first draft of Nullability in CFE doc
2019-10-04 13:04:34 -07:00
skia-flutter-autoroll
9790be164c
Roll fuchsia/sdk/core/mac-amd64 from JyZWz... to kwa2O... (#12803)
Roll fuchsia/sdk/core/mac-amd64 from JyZWz... to kwa2O...

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-10-04 15:55:03 -04:00
Kate Lovett
974ca210f5
Adding Link SemanticsFlag (#12453) 2019-10-04 12:51:10 -07:00
Kaushik Iska
1d62160fdb
Prettify all CMX files (#12800) 2019-10-04 12:32:54 -07:00
Gary Qian
ecf4f464c7
Restart all modern Samsung keyboard IMM (#12780) 2019-10-04 15:14:38 -04:00
Dan Field
20ce0f6b69
Reland fuchsia build improvements (#12795) 2019-10-04 12:07:57 -07:00
Nurhan Turgut
16a4df7a76
Fixing selection issues in Firefox (#12793)
* Fixing selection issues in Firefox. Moving text editing dom elements to glass pane.

* Addressing PR comments.

* Update text_editing.dart

fixing typo
2019-10-04 11:58:32 -07:00
Chinmay Garde
46fecaeb45
Disable EmbedderTest::CanLaunchAndShutdownMultipleTimes. (#12799)
Re-enabling this is tracked in https://github.com/flutter/flutter/issues/41999
2019-10-04 11:45:00 -07:00
Kaushik Iska
bfd7c1c571
[flutter_runner] Update the cmx files to include TZ support (#12798)
This is so we can connect to the timezone service.
2019-10-04 11:37:40 -07:00