10976 Commits

Author SHA1 Message Date
stuartmorgan
91424efae5 Add explicit casts to printing of function pointers (flutter/engine#16370)
Compiling with clang on Windows fails here with a warning about implicit
cast from function pointer to object pointer. Rather than disable that
warning, this makes it an explicit cast. Since this is just test output,
it's not critical that this be a completely safe operation.

Part of #16256
2020-02-05 22:31:22 -08:00
stuartmorgan
427ec5300c Roll buildroot (flutter/engine#16419)
Picks up the change to allow manually enabling clang for Windows. Not
yet supported by the GN wrapper script.

Part of https://github.com/flutter/flutter/issues/16256
2020-02-05 22:30:41 -08:00
skia-flutter-autoroll
1a72bb4b43 Roll src/third_party/skia ebc00f97fab1..cbf79b95c2d4 (4 commits) (flutter/engine#16456) 2020-02-05 22:23:04 -08:00
skia-flutter-autoroll
2ae354dee0 Roll fuchsia/sdk/core/mac-amd64 from ubThi... to fvWgE... (flutter/engine#16454)
Roll fuchsia/sdk/core/mac-amd64 from ubThi... to fvWgE...

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
2020-02-06 00:13:51 -05:00
stuartmorgan
69e4ea885f Suppress some deprecation warnings on Windows (flutter/engine#16416)
Targeted suppression of some deprecation warnings that are build errors under
clang:
- Ignore the deprecation of codecvt's unicode conversion until we decide on
  a replacement strategy.
- Allow the deprecated posix names of functions in third_party/txt.

Part of https://github.com/flutter/flutter/issues/16256
2020-02-05 21:10:25 -08:00
Felipe Archondo
4884bd75f9 [fuchsia] change kMaxFramesInFlight to 3 (flutter/engine#16425)
To give more flexibility in scheduling, we change the number of frames
in flight we can have at one time to 3. We also introduce an offset from
VSync that Flutter can use to begin its work at. It is currently set at
0ms, matching previous behavior.
2020-02-05 23:58:05 -05:00
Mouad Debbar
efca62703f Reland #16206: "[web] Correct getPositionForOffset for multi-line paragraphs" (flutter/engine#16365) 2020-02-05 19:53:03 -08:00
Yegor
617582e744 fix bad reference to maxDiffRatePercent (flutter/engine#16440)
* fix bad reference to maxDiffRatePercent

* back to 10%
2020-02-05 18:49:10 -08:00
gaaclarke
829529ba4c Added a plugin method that gets called when the engine is about to be deleted (flutter/engine#16336) 2020-02-05 16:12:16 -08:00
skia-flutter-autoroll
57fefafc72 Roll src/third_party/skia bc3307c395e2..ebc00f97fab1 (21 commits) (flutter/engine#16429) 2020-02-05 16:03:04 -08:00
Yegor
e101a7c901 use percent for golden diff rates; tighten the values (flutter/engine#16430) 2020-02-05 15:53:45 -08:00
Ferhat
a00b502efa [web] Fixes incorrect transform when context save and transforms are deferred. (flutter/engine#16412)
* Fix transform order in clipStack replay
2020-02-05 15:02:34 -08:00
skia-flutter-autoroll
cae9061d83 Roll src/third_party/dart 34893faa6079..b3396cbdcae1 (36 commits) (flutter/engine#16422) 2020-02-05 14:53:04 -08:00
stuartmorgan
1749454a9f Fix Windows embedding issues caught by clang (flutter/engine#16369)
Clang has different warning settings, so catches different issues than
the VS compile. This fixes various minor issues caught by clang.

Part of https://github.com/flutter/flutter/issues/16256
2020-02-05 14:27:09 -08:00
stuartmorgan
4e9824a89a Update license output (flutter/engine#16379)
The license output has a latent change that shows up for any change that
forces a re-run, due to the tonic move. This updates the output to
account for that.
2020-02-05 13:59:30 -08:00
Felipe Archondo
456e65b23f [fuchsia] Migrate flutter runner to use Present2 (flutter/engine#14162)
No change in behavior expected. We have 2 frames in flight as before. By switching to Present2 and specifying a kMaxFramesInFlight however, we allow us greater flexibility to change how Flutter schedules its frames.

This change also adds tests for SessionConnection and VsyncRecorder.
2020-02-05 13:51:04 -08:00
Dan Field
c829f34f55 fix build_id logic for fuchsia symbols (flutter/engine#16397) 2020-02-05 12:59:53 -08:00
gaaclarke
d185bc8360 Copied Apple's semantics for switches, made checkboxes the same. (flutter/engine#16211) 2020-02-05 10:13:31 -08:00
skia-flutter-autoroll
241f3da4dd Roll src/third_party/skia 6c9b1fd6663e..bc3307c395e2 (1 commits) (flutter/engine#16383) 2020-02-05 03:28:02 -08:00
skia-flutter-autoroll
8be28a529b Roll src/third_party/dart 48808f7dce81..34893faa6079 (7 commits) (flutter/engine#16381)
https://dart.googlesource.com/sdk.git/+log/48808f7dce81..34893faa6079

git log 48808f7dce81..34893faa6079 --date=short --first-parent --format='%ad %ae %s'
2020-02-05 scheglov@google.com Use DartType.getDisplayString() instead of toString().
2020-02-05 scheglov@google.com Use DartType.getDisplayString() instead of toString().
2020-02-05 scheglov@google.com Use DartType.getDisplayString() instead of toString().
2020-02-05 johnniwinther@google.com [cfe] Implement weak mode constants semantics
2020-02-05 bkonyi@google.com Revert "[ VM / Service ] Added `getClientName`, `setClientName` and `requireResumeApproval` RPCs"
2020-02-05 fishythefish@google.com [dart2js] Remove typedefs from backend.
2020-02-05 nshahan@google.com Revert "[tests] Add tests for generic function type bounds with null safety"

Created with:
  gclient setdep -r src/third_party/dart@34893faa6079

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@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: dart-vm-team@google.com
2020-02-05 04:34:16 -05:00
skia-flutter-autoroll
2848cb5177 Roll src/third_party/skia 14d64afaa8a3..6c9b1fd6663e (7 commits) (flutter/engine#16380) 2020-02-04 23:53:02 -08:00
skia-flutter-autoroll
1d9d2b7b32 Roll fuchsia/sdk/core/mac-amd64 from Ke00Y... to ubThi... (flutter/engine#16378)
Roll fuchsia/sdk/core/mac-amd64 from Ke00Y... to ubThi...

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
2020-02-04 23:58:52 -05:00
skia-flutter-autoroll
77ae607cb0 Roll src/third_party/dart 68e904e444dc..48808f7dce81 (17 commits) (flutter/engine#16377)
https://dart.googlesource.com/sdk.git/+log/68e904e444dc..48808f7dce81

git log 68e904e444dc..48808f7dce81 --date=short --first-parent --format='%ad %ae %s'
2020-02-05 bkonyi@google.com [ VM / Service ] Added `getClientName`, `setClientName` and `requireResumeApproval` RPCs
2020-02-04 vsm@google.com [dartdevc,nnbd] fix type errors in dart:_interceptors
2020-02-04 asiva@google.com [VM/libraries] - Fix issues in ported patch files that cause dart2js to fail (https://github.com/dart-lang/sdk/issues/40463)
2020-02-04 sigmund@google.com [ddc,dart2js] remove web patches for dart:cli
2020-02-04 rmacnak@google.com [vm] Remove FLAG_support_service and FLAG_support_reload, superseded by PRODUCT define.
2020-02-04 nshahan@google.com [dartdevc] Enforce more pedantic v1.9.0 lints and cleanup violations
2020-02-04 nshahan@google.com [tests] Add tests for generic function type bounds with null safety
2020-02-04 paulberry@google.com Migration: rework how ElementTypeProvider overrides element types.
2020-02-04 paulberry@google.com Sort declarations in assignment_expression_resolver.dart
2020-02-04 bkonyi@google.com [ DartFuzz ] Quality of life improvements in log output
2020-02-04 eernst@google.com Adjusted language/assign/to_type_test.dart to avoid irrelevant nnbd type error.
2020-02-04 devoncarew@google.com [migration tool] convert the javascript code in the migration tool to dart
2020-02-04 jcollins@google.com Do not require --enable-asserts for test_assertOnPathOutsidePackage.
2020-02-04 scheglov@google.com Remove 'withNullability' from TypeImpl.toString()
2020-02-04 kustermann@google.com [vm/concurrency] Speed up isolate communication via normal snapshotting
2020-02-04 regis@google.com [VM/nnbd] Fix canonicalization of type 'Never' (fixes #40249).
2020-02-04 jwren@google.com Refactor the CompletionMetricsComputer class into three classes: a subclass and two concrete classes, AbstractCompletionMetricsComputer, CompletionCoverageMetrics and RelevanceAnalyzerMetrics.

Created with:
  gclient setdep -r src/third_party/dart@48808f7dce81

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@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: dart-vm-team@google.com
2020-02-04 23:15:46 -05:00
skia-flutter-autoroll
b6c80b1724 Roll src/third_party/skia 2aee7d24da8f..14d64afaa8a3 (10 commits) (flutter/engine#16374) 2020-02-04 19:53:02 -08:00
Dan Field
8e419f3347 Fuchsia a11y actions (flutter/engine#16321) 2020-02-04 19:01:19 -08:00
Chris Bracken
d319ee469d Roll buildroot to c44791c89d2b51bfce864ab2cf5228d41ece1fcc (flutter/engine#16371) 2020-02-04 16:09:30 -08:00
Gary Qian
1069df1834 Add docs (flutter/engine#16368) 2020-02-04 13:53:02 -08:00
stuartmorgan
7fb266e910 Fix and consolidate wstring conversion utils (flutter/engine#16342)
There were two variants of string/wstring conversion utils, one using
codecvt_utf8 and the other using codecvt_utf8_utf16. We want the latter,
since we want to be using UTF-16, not UCS2.
2020-02-04 13:33:07 -08:00
skia-flutter-autoroll
fc30030f75 Roll src/third_party/dart 3414b5167554..68e904e444dc (17 commits) (flutter/engine#16367)
https://dart.googlesource.com/sdk.git/+log/3414b5167554..68e904e444dc

git log 3414b5167554..68e904e444dc --date=short --first-parent --format='%ad %ae %s'
2020-02-04 rnystrom@google.com Migrate language_2/abstract to NNBD.
2020-02-04 jcollins@google.com Add a 'run' feature to MultiFutureTracker.
2020-02-04 kustermann@google.com [infa] Respect --sanitizer flag in tools/test.py when running GN
2020-02-04 rmacnak@google.com [vm] Speed-up the stack overflow check as used by reload stress testing.
2020-02-04 scheglov@google.com Issue 40392. Report SWITCH_CASE_COMPLETES_NORMALLY when switch/case completes normally.
2020-02-04 sstrickl@google.com Revert "[vm/aot] Remove object wrapping of bare instructions for AOT snapshots."
2020-02-04 sstrickl@google.com Revert "[gardening] Fix assert failure on (sim)arm_x64 due to 7475c63."
2020-02-04 scheglov@google.com Extract test for CASE_EXPRESSION_TYPE_IMPLEMENTS_EQUALS.
2020-02-04 asiva@google.com [VM/library] Fix signature of waitFor to account for potential null return value. This should fix the breakage in the NNBD on test standalone/io/issue_32052_test
2020-02-04 liama@google.com [test] Run late field tests in optimised mode
2020-02-04 sstrickl@google.com [gardening] Fix assert failure on (sim)arm_x64 due to 7475c63.
2020-02-04 rnystrom@google.com Migrate language_2/argument to NNBD.
2020-02-04 jensj@google.com [CFE] Parser test for class called late and required
2020-02-04 dmitryas@google.com [cfe] Disallow default List constructor invocations in NNBD
2020-02-04 johnniwinther@google.com [cfe] Update tests to show that inc/dec shorting is supported
2020-02-04 victor.agnez@hotmail.com [vm] Allow unboxed integer fields in AOT
2020-02-04 dmitryas@google.com [cfe] Disallow late final fields and const constructors

Created with:
  gclient setdep -r src/third_party/dart@68e904e444dc

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@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: dart-vm-team@google.com
2020-02-04 15:59:48 -05:00
George Wright
252134fac8 Expose the dart kernel snapshot target and copied assets as a public dependency (flutter/engine#16266)
This allows for targets to depend on the assets generated by the test_fixtures target.
2020-02-04 12:30:48 -08:00
Jonah Williams
14e4054d2a Expose enable-service-port-fallback switch (flutter/engine#16366) 2020-02-04 12:00:58 -08:00
skia-flutter-autoroll
758cf09b1b Roll src/third_party/skia 71ce449d2814..2aee7d24da8f (5 commits) (flutter/engine#16364) 2020-02-04 11:53:04 -08:00
skia-flutter-autoroll
bce95400ae Roll fuchsia/sdk/core/linux-amd64 from Tszo5... to VJv0H... (flutter/engine#16363) 2020-02-04 11:48:04 -08:00
Amir Hardon
69ec7d5dfd Revert "Remove use of the deprecated AccessibilityNodeInfo boundsInPa… (flutter/engine#16355) 2020-02-04 11:43:03 -08:00
Chinmay Garde
b8733635e8 Kill the test harness if any test exceeds a timeout. (flutter/engine#16349)
Our tests depend on explicit latching to verify assertion are checked. If a test
does not respond for a long time, it has probably encoutered a deadlock. Instead
of waiting for the test runner to detect this, apply a very aggresive timeout on
a per test basis.
2020-02-04 11:22:13 -08:00
George Wright
726dfa2685 Refactor of Vulkan GPUSurface code (flutter/engine#16224)
Co-authored-by: David Worsham <arbreng@gmail.com>
2020-02-04 10:44:35 -08:00
vsmenon
4c9598cdbe Fix runtime type errors when running with canvaskit (flutter/engine#16312)
* fix runtime type errors when running with canvaskit
2020-02-04 10:32:51 -08:00
skia-flutter-autoroll
233ed5dbe5 Roll fuchsia/sdk/core/mac-amd64 from 6h3IH... to Ke00Y... (flutter/engine#16360)
Roll fuchsia/sdk/core/mac-amd64 from 6h3IH... to Ke00Y...

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
2020-02-04 10:58:06 -05:00
skia-flutter-autoroll
d79f49e81f Roll src/third_party/dart c8ed304e979a..3414b5167554 (52 commits) (flutter/engine#16362)
https://dart.googlesource.com/sdk.git/+log/c8ed304e979a..3414b5167554

git log c8ed304e979a..3414b5167554 --date=short --first-parent --format='%ad %ae %s'
2020-02-04 rnystrom@google.com Migrate language_2/assign to NNBD.
2020-02-04 sstrickl@google.com [vm/aot] Remove object wrapping of bare instructions for AOT snapshots.
2020-02-04 rnystrom@google.com Migrate language_2/accessor_conflict to NNBD.
2020-02-04 vegorov@google.com [runtime/docs] Add custom lexer for shell sessions in runtime wiki.
2020-02-04 vegorov@google.com [vm/docs] Publish "Introduction to Dart VM" source and build tools.
2020-02-04 jensj@google.com [observatory] Allow to say 'break package:foo/file.dart:42'
2020-02-04 jensj@google.com [vm] [debugger] Fix for not breaking in library with mixin
2020-02-04 kustermann@google.com [vm/concurrency] Disable isolate groups in AOT mode
2020-02-04 dmitryas@google.com [cfe] Account for signatures when inserting noSuchMethod forwarders
2020-02-04 johnniwinther@google.com [dart2js] Remove all unneeded casts
2020-02-04 srujzs@google.com Change nnbd_src files to be null-safe
2020-02-04 bkonyi@google.com [ VM / dart:typed_data ] Change fmaxf/fminf to fmax/fmin for Float64x2.clamp
2020-02-04 rmacnak@google.com Mark typed_data/zeroed_allocation_test as slow on reload bots.
2020-02-03 nshahan@google.com [dartdevc] Enforce omit_local_variable_types lint
2020-02-03 nshahan@google.com [tests] Create `null is T` tests in legacy and null safe libraries
2020-02-03 paulberry@google.com Migration: remove test file containing no tests
2020-02-03 srawlins@google.com Final fix for analyzer windows bots; don't canonicalize
2020-02-03 scheglov@google.com Remove TypeSystem.isOverrideSubtypeOf()
2020-02-03 scheglov@google.com Issue 40304. Use runtime type equality for checking overrides.
2020-02-03 jwren@google.com Standard output improvement from metrics_util.dart to print "<no counts>" if  the counter has no counts.
2020-02-03 bkonyi@google.com [ VM / typed_data ] Fixed inconsistent results for -Float32x4.zero().clamp and -Float64x2.zero().clamp
2020-02-03 scheglov@google.com Update dev_compiler/tool/dart2js_nnbd_sdk_error_golden.txt after analyzer change.
2020-02-03 jwren@google.com Completion metrics change- add missing documentation in the relevance_analyzers.dart file, as well as adding DartCompletionRequest as an input to the analyzers
2020-02-03 scheglov@google.com Use TypeSystemImpl instead of TypeProvider in DartObjectImpl.
2020-02-03 scheglov@google.com Use CorrectOverrideHelper in InheritanceManager3.
2020-02-03 alexmarkov@google.com [vm/nnbd] Use NNBD flags from AsExpression, IsExpression
2020-02-03 paulberry@google.com Migration: plumb ElementTypeProvider through FlowAnalysisVisitor.
2020-02-03 paulberry@google.com Migration: avoid ambiguities when adding a cast after a function expression.
2020-02-03 paulberry@google.com Migration: properly handle type parameter types with nullable bounds.
2020-02-03 scheglov@google.com Include types of candidates into INCONSISTENT_INHERITANCE.
2020-02-03 markzipan@google.com Cleaning up corelib test migrations.
2020-02-03 jwren@google.com For 'dartdev format' and 'dartdev format --help', return the output from dartfmt --help, instead of the default output from FormatCommand.printUsage(). This is follow up on https://dart-review.googlesource.com/c/sdk/+/133042
2020-02-03 rmacnak@google.com Reapply "[vm] Initialize large typed arrays only once."
2020-02-03 rmacnak@google.com [vm, gc] Remove BumpAllocationScope.
2020-02-03 rmacnak@google.com [vm, gc] Document safepointing.
2020-02-03 jcollins@google.com Implement FantasySubPackage.
2020-02-03 brianwilkerson@google.com Change the tests of quick fixes so they can use real lint results
2020-02-03 sortie@google.com [dart:io] Backport semantic changes from the dart:io NNBD migration.
2020-02-03 johnniwinther@google.com [cfe] Non-nullify legacy types in opt-in libraries
2020-02-03 johnniwinther@google.com [cfe] Rename LibraryBuilder.uri to importUri
2020-02-03 kustermann@google.com [vm] Specialize TTS stubs only for legacy types
2020-02-03 johnniwinther@google.com [cfe] Detects writes during initialization in late final field lowering
2020-02-03 johnniwinther@google.com Fix language/operator/invalid_operators_test
2020-02-03 dmitryas@google.com [cfe] Disallow non-nullable fields without initializers
2020-02-03 johnniwinther@google.com [cfe] Handle explicit extension operator access from dill.
2020-02-03 victor.agnez@hotmail.com [vm] Remove flag unbox_numeric_fields
2020-02-03 askesc@google.com [vm/aot] Use a global dispatch table for instance calls in AOT.
2020-02-03 askesc@google.com [vm] Share implementation of LoadClassIdInstr across architectures.
2020-02-03 devoncarew@google.com [nnbd tool] move nnbd preview tool resources to individual files
2020-02-02 scheglov@google.com Extract CorrectOverrideHelper and use for checking mixin applications.
2020-02-02 sigmund@google.com Fix type error within _EventStream.onData
2020-02-02 srawlins@google.com NNBD Preview: Fixes for a few edit details

Created with:
  gclient setdep -r src/third_party/dart@3414b5167554

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@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: dart-vm-team@google.com
2020-02-04 10:55:12 -05:00
skia-flutter-autoroll
5c892ef54c Roll src/third_party/skia af99f3ee6017..71ce449d2814 (19 commits) (flutter/engine#16356) 2020-02-04 07:53:02 -08:00
Chinmay Garde
c243987f16 Fix race in SkiaGPUObject unit-tests. (flutter/engine#16351)
There are two issues in the test as written:
* There is a race on the first check to dtor_task_queue_id which might be
  encountered if the calling thread is de-scheduled and the unref queue manages
  to collect the object before the end of the scope.
* Two threads were owning a shared object but we relied on the object to be
  collected on the unref queue.
2020-02-03 19:57:43 -08:00
Matt Carroll
672995657d Added API guards to flags in PlatformPlugin that were introduced after Flutter's min SDK version. (flutter/engine#13965) 2020-02-03 16:25:27 -08:00
stuartmorgan
3d5bb2ac20 Fix delete of entire selection in macOS text input (flutter/engine#16276)
Fixes a bug where deleteBackward was checking for being at the start of
the text before checking for a non-empty selection, breaking deletion
when the entire text field was selected.

Also removes an (incorrect) post-deletion position update that was
redundant with code in insertText:replacementRange:, and thus having no
effect.

Fixes https://github.com/flutter/flutter/issues/46150
2020-02-03 15:22:44 -08:00
Mouad Debbar
950eb2447f [web][felt] If full dart-sdk isn't available, install it (flutter/engine#16341) 2020-02-03 15:06:24 -08:00
Anna Gringauze
78dca00cec supporting changes for evaluation in web debugger (flutter/engine#16309)
add compileExpressionToJs in frontend server in preparation for coming
  evaluation changes in the SDK
2020-02-03 13:20:15 -08:00
skia-flutter-autoroll
17d1943114 Roll src/third_party/skia f1e316ff39e7..af99f3ee6017 (13 commits) (flutter/engine#16335) 2020-02-03 13:08:01 -08:00
Chinmay Garde
357949147a Update buildroot to 02b77827fd4ac639f1c048c6340262cdb4c2a3ab. (flutter/engine#16339) 2020-02-03 12:50:10 -08:00
Chinmay Garde
604ff446de Disable flaky MessageLoop tests on Fuchsia. (flutter/engine#16340)
Investigation is being tracked in https://github.com/flutter/flutter/issues/50032.
2020-02-03 12:49:50 -08:00
Kaushik Iska
abba8a2911 [fuchsia] Add additional contributing instructions for Googlers (flutter/engine#16337) 2020-02-03 11:46:06 -08:00
skia-flutter-autoroll
004ce40af5 Roll src/third_party/dart ed441e48d055..c8ed304e979a (1 commits) (flutter/engine#16328)
https://dart.googlesource.com/sdk.git/+log/ed441e48d055..c8ed304e979a

git log ed441e48d055..c8ed304e979a --date=short --first-parent --format='%ad %ae %s'
2020-02-02 devoncarew@google.com [dartdev] add a dartdev 'create' command

Created with:
  gclient setdep -r src/third_party/dart@c8ed304e979a

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC dart-vm-team@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: dart-vm-team@google.com
2020-02-03 13:47:33 -05:00