Behavior (visual) changes should be very minor. Things that are to be expected:
* A few things were not color managed correctly by the transform canvas (color emoji, some color filters). Those will be handled correctly with the tagged surfaces (although we're always transforming to sRGB, so nothing should change until we target a wider gamut).
* Image filtering will happen in the source color space, rather than the destination. Very minor.
* The transform canvas did caching of images in the destination color space. Now, the conversion happens at draw time. If there are performance issues, images can be pre-converted to the destination with makeColorSpace().
Since it's adding to paint_layers_, I think the "painted" is a typo of
"paint". It's also a misleading typo which mistakenly let people believe
that the layer has already been painted.
2e5453ddb4 [ VM ] Updated licenses to match other licenses in project
3d71abcada Prepare to publish a new version of the analyzer_plugin package with an updated dependency on analyzer
ebf319b64b Clean up some lingering references to type propogation
be47aad327 [VM/Compiler/AOT] Bare instructions 9: Improve write barrier on ARM/ARM64/X64
10f63f806d [gardening] Mark io/stdout_stderr_non_blocking_test flaky on x64
8b214f4d72 Restore type parser from reify project
65dde13f1b Don't check formatting of Front-End test cases
53217e6eb1 [kernel] Add ability to (de)serialize DirectMethodInvocation
5048889c54 [kernel] Add ability to (de)serialize StaticInvocation
7ea2dfad20 [kernel] Add ability to (de)serialize DirectPropertySet
50c06c55ba [kernel] Add ability to (de)serialize DirectPropertyGet
793fbc0d4a [kernel] Add ability to (de)serialize StaticSet
581af6eb56 [co19] DEPS and status file updated
b0017d758c Refer to correct locations in SDK (and other dill files)
da6938a5b2 After some more `git cl uploads`, this fixes a bunch of little problems in the spec that we have noted over time.
c9a55b437a [Kernel] Remove the dedicated fromEnvironment constants
1a0367a373 Create test which demonstrates issues 35558 and 35559
6205d7e82c [kernel] Add ability to (de)serialize StaticGet
e529988474 [kernel] Rename ScopedReference to ScopedUse
f437fa02c2 [kernel] Nest *Environment into *State for (de)serialization
0dea413d94 Tests for reachability, fix for try/finally.
e3302cdb8f Follow-up to storing problems in the ast
dd04c374b8 [vm,dart:io] On Linux, Android, and Fuchsia the getsockopt parameter is incorrect.
e64428a839 Revert "[vm] Cleanup Dart_Get/Set/HasStickyError API and use isolate's sticky error only as a backup for thread's sticky error"
324718fadd [vm] Revert "Restore TLABs."
5a607755b2 [ VM / dart:io ] Fixed issue where writing to a socket after it has been closed would raise SIGPIPE and crash the process.
6b5e8603d5 Reland "[vm/compiler] AOT inline heuristics improvements"
06a1e6e9e3 [vm] Enable timeline on Fuchsia even in product mode.
2faab1d4c0 Update AstBuilder to build spread collection AST structures
b10f179608 [vm] Cleanup Dart_Get/Set/HasStickyError API and use isolate's sticky error only as a backup for thread's sticky error
5b1daaac6c Exposes a thin layer over getsockopt/setsockopt for supported platforms.
c701e76506 [vm/compiler] handle non-nullable null situation better
b692a6d183 Improvements for flow analysis.
fc62cf0373 [infra] Fix co19 git URL in DEPS
e7bd3edc9f [vm] Assert callback state for all Dart_Set*ReturnValue, take 2.
ddce2824fa Add more spread collection fasta test cases
6639cbd6c3 Add AstBuilder spread-collections and control-flow-collections flags
1020a22290 [dart2js] Do more native method inlining
f353719b08 Ignore unnecessary_cast hint.
3513f872ce Extract DartFileEditBuilder.importLibrary() into separate file.
46080dd886 Update DEPS to check out co19 tests from dart.googlesource.com
ca2db2ad53 [VM/Compiler/AOT] Bare instructions 8: Improve AOT code by using pc-relative calls
ac1bf656c4 Non-breaking changes to add code-as-ui support
3919491d3e Improvements for flow analysis.
17a439633d Add a custom LSP method dart/diagnosticServer to start server/return port
7e05c2cd62 Add ability to generate custom classes for custom LSP methods
cf24135753 [Gardening] Skip vm/dart/bare_instructions_trampolines_test on android
b00193fa5f [Kernel] Signal an error for invalid native invocations
d51a847891 Integrating generic-function-instantiation.md into dartLangSpec.tex
21c42e914e Compute supertypes
181b3898eb Follow up on review comments
660c33fde6 Add TypeBuilder.declaration
3e24b60516 Hierarchy expectation files
ef2e000a52 Share expectation matching
f3cee0147c Fast versions of legacy and strong tests.
e3d6709289 Error message for circular constant expressions
16ddc23a57 [VM/Compiler/AOT] Bare instructions 7: Trampolines for out-of-range calls
37e06d34b2 Create breaking-changes.md
6dfb3e9f60 [vm/tools] Add pkg/vm/bin/compare_sizes.dart
dab228e55f Save problems in ast - fasta changes
1c82f6757c Save problems in ast - kernel format changes
ddc1de50d6 Use ClassHierarchyBuilder in all modes.
430560d928 Track parameter use in invocations in MemberUsage
e36ad1dad0 [Kernel] Build an invalid constant for evaluation errors
This reverts commit 524a12d0468e1a536d74f866796e1cdd7ccaa35e.
Reason for revert: broken in AOT mode.
@pragma('vm:entry-point') placed on a function only instructs
the compiler to retain the function itself, but does not tell
compiler to generate and retain tear-off for this function.
In this PR _runMainZoned was marked as an entry-point but C++
code was trying to tear it off and use a closure, instead of
invoking it directly, which is not supported.
da09945643 Update dartfix pubspec before publishing
b81c1b2095 Parse spread collections in map literals
1b0d93366d Add list literal spread collection fasta test cases
6c2ea4936a Clean up several deprecation hints
07f95e7761 Revert "[vm] Enable timeline on Fuchsia even in product mode."
9cdce03e16 [dart2js] Improve null receiver guard removal near JS code
c3599a9d8c Revert "[vm, isolate] Fix length truncation in message snapshots."
95e10c336f Revert "[vm] Assert callback state for all Dart_Set*ReturnValue."
3f7b371f2c [vm] Enable timeline on Fuchsia even in product mode.
4b22195ea1 [vm, isolate] Fix length truncation in message snapshots.
a353b1172a [vm, compiler] Remove TAG_IC_DATA, which has since been subsumed by RebindRule.
ca12afec50 [vm] Assert callback state for all Dart_Set*ReturnValue.
2028006a25 [Observatory] Updated Dart icon to new colour scheme
84273b9f36 Improvements for flow analysis.
700254996f [ Observatory / Dartium ] Updated observatory documentation and tests to remove references to Dartium.
78abb98ee7 [vm/bytecode] Fix AST removal for package-split kernel files with bytecode
0075b58bb8 CHANGELOG entry for DEPRECATED_MEMBER_USE split
a5f102a7d1 Analyzer: first pass at reporting unchecked nullable value usage.
a10ddca1b1 [ VM / Service ] Allow for `profile_period` flag to be set via the service protocol
f701e11756 [ VM / Debugger ] Fix issue where a 'Step' command issued when there's no stack caused a crash.
c5bfccc6fb Make downloading the LSP spec a flag and commit the version parsed locally
dbeec3bbf3 Fix formatting in generated LSP file header
bfe15d87d8 Fix LSP exceptions serializing ResponseErrors with Uris
7984dc4fcc Prepare to publish analyzer version 0.34.2.
4b1b2f9176 Switch LSP formatter to not fetch resolved ASTs that aren't used
5ce5d697da Implement LSP code folding
b47524d5b0 Ensure all unhandled exceptions are recorded on the server
8ba2de2344 Sort context for conflicting inherited members
215f6620e7 [Kernel] Signal errors on static fields in constant contexts
As of Dart 2, running from Dart source is no longer supported. Dart
code should now be compiled to kernel form and will be loaded by from
kernel.blob in the assets directory. We retain the struct members for ABI
stability. package_path is also not required since kernel blobs are
self-contained.
9b5eabdaca Fix crash in color support
a533753bec Remove --fast-startup flag support from testing scripts and status files
5f10aed19c [Kernel] Don't print static fields in instance constants
bdb51e2837 Improve input path handling and remove extra schemas.
0604110806 Reduce expectations on thrown exception
966e007b63 Pass CallStructure on dynamic and static use in ResolutionWorldBuilder
3e7801294e Remove unneeded code in OrderedTypeSet
8a91948c03 [Kernel] Properly signal compilation errors for constants
2195a70249 Make sure that path is correct on all test platforms
56f87f409e [dart:io,fuchsia] Pass Isolate namespace to child process. Fix double free.
b55bc09f1f Add list literal spread collection parsing support
4074ebd0a0 Partial implementation of the unified specification of definite assignment, type promotion, and reachability analysis.
43a96d49af Revert "[vm/compiler] AOT inline heuristics improvements"
a55b6fc183 Remove unused import
2908e61f2a [vm/compiler] AOT inline heuristics improvements
3154bb0d37 Stop using external deprecated members in front_end
ff06d233aa Set CompletionSuggestion.elementUri everywhere in analysis server that element is already being set.
23f427b1a7 Reland [VM/Compiler] Removing definition status from Store{Indexed,InstanceField}.
edca6169c1 Fixed a number of dart:html P1 issues.
ff5e5b6896 Regenerate LSP classes from spec + update README
116f678a69 [build] Enable mitigations for Cortex-A53 Erratum #843419 bug.
21edbbbac6 Add spread collection token to scanner
030fa85cea Fix windows tests
23b5aee978 Update dartfix NNBD to handle more situations
fe6b384ff5 revise dartfix protocol version check
61e81217f0 Update LSP status doc (rename is complete + tested in VS Code)
daead8dff8 Add test for LSP rename that edits multiple files
bdade89081 Improve testing of document versions in LSP renames
ecc1411685 Print constant table when printing libraries.
999c2a7582 Check for conflict with static members
3f44bd1bf9 Check for conflicts in mixins
aa59b20b4b Don't report conflicts twice
3ef8c296bd Improve detection of conflicts with inherited members and setters
50fa633c4a Report InheritedMembersConflict correctly
c25c30dc32 Remove some unused imports
c6ab52c9f9 Using the right conjunction