vsmenon
22835979f8
[web] update dart:js and dart:js_util to new upstream locations ( #15681 )
2020-01-15 15:58:47 -08:00
Devon Carew
b2e7e49131
add the dart:__interceptors library to the dart sdk ( #13125 )
2019-10-14 16:20:25 -07:00
Devon Carew
48ad8a08e4
add dart:html, dart:js, and dart:js_util to the copy of the Dart SDK used for analysis ( #12435 )
2019-09-25 08:10:54 -07:00
Martin Kustermann
74a3c73e3c
Roll src/third_party/dart 35382f9b14..05c28c6115 ( #11702 )
...
* Roll src/third_party/dart 35382f9b14..05c28c6115
dart-lang/sdk@05c28c6115 Reland "Scaffolding for dart:wasm"
dart-lang/sdk@d57a8f7451 [vm/bytecode] Remove DebugCheck in synthetic non-local transfer (no source pos).
dart-lang/sdk@b565c8c20f Don't serialize not serializable constant variable initializers.
dart-lang/sdk@ce12a2722d Migration: handle named parameters in _substituteFunctionAfterFormals.
dart-lang/sdk@a290271dea [vm/bytecode] Throw should be 'debug checked', but not ReThrow.
dart-lang/sdk@63133a2a8c [cfe] Handle extension instance method tearoff
dart-lang/sdk@a147d4e8d2 [cfe] Handle simple use of extension instance members
dart-lang/sdk@e9fdeb2db8 Migration: add support for creating instances without supplying type arguments.
dart-lang/sdk@66e349da9c Migration: Clean up substitution logic in getOrComputeElementType
dart-lang/sdk@e9a44ba6a8 fix extension instance field error
dart-lang/sdk@15a7b57d8e split endFields into endClass/Mixin/ExtensionFields events
dart-lang/sdk@ed1b4ffba1 Add tests of extensions of mixins
dart-lang/sdk@ef36f1ba0d [vm/fuzzer] Reduce limit on methods and classes
dart-lang/sdk@7b17602c74 [vm/bytecode] Include function name into source fingerprints
dart-lang/sdk@851701d2a4 add BREAK suggestions to switch cases
dart-lang/sdk@57f7941eef [cfe] Remove 'functionNestingLevel' for VariableDeclaration.forValue
2019-08-29 22:06:42 +02:00
sjindel-google
7df7b511ea
Export FFI from sky_engine. ( #10282 )
2019-07-31 19:20:54 +02:00
Ryan Macnak
f7685ddf16
Roll Dart to 4b64a835b9c10480063739d1e73847dcc4d8bfb6. ( #4174 )
2017-10-04 11:26:07 -07:00
Michael Goderbauer
8f1c0e97a2
Revert "Revert "Revert engine Dart roll. ( #4158 )"" ( #4168 )
...
* Revert "libtxt: handle characters encoded as multiple UTF-16 code units (#4165 )"
This reverts commit 414c3fe3dfdd3e3d575d192b492ce429ddcc9736.
* Revert "Proper horizontal a11y scrolling on Android (#4163 )"
This reverts commit 0448bf9bd7a52dc281aa18db8e08194105d6d419.
* Revert "Update Skia revision to 74a8296d7c. (#4164 )"
This reverts commit ac53d29a416385d574a71120528c161db1b05c12.
* Revert "Revert "Revert engine Dart roll. (#4158 )" (#4162 )"
This reverts commit f97e974e8cd58da75c699295384cd439a7369b13.
2017-10-03 11:23:00 -07:00
Alexander Aprelev
f97e974e8c
Revert "Revert engine Dart roll. ( #4158 )" ( #4162 )
...
This reverts commit 14aab33edd199fe453cd01b9c8a05e9dc3c6679f.
e1aa86739b84dd9f0e69d3ea5c704342397ac93a fixes issue with last dart
roll.
2017-10-02 13:26:58 -07:00
gspencergoog
14aab33edd
Revert engine Dart roll. ( #4158 )
...
* Revert "Include _http into sky_engine libraries for analyzer (#4154 )"
This reverts commit b930f107c3d6648423c42ed10b54f36a92edcbc8.
It is dependent upon the Dart roll, which breaks the engine.
* Revert "Roll dart to ade37f931e90b0fdb8fe16d6bf6f089545da55b6 (#4151 )"
This reverts commit 6f1264fb3e11d25a26bc7c44246110ecb5159011.
This Dart roll breaks the engine build on Travis.
2017-09-29 14:32:15 -07:00
Alexander Aprelev
b930f107c3
Include _http into sky_engine libraries for analyzer ( #4154 )
2017-09-29 08:51:51 -07:00
Adam Barth
fd286ae445
Make dart:ui more consistent with other built in libraries ( #3609 )
...
The other libraries don't repeat the "dart" name in their path inside the
package.
2017-04-19 13:20:30 -07:00
P.Y. Laligand
2c892e134d
Update the layout of framework sources in sky_engine to match the Dart SDK's layout. ( #3575 )
...
This allows the analyzer service to properly locate these files.
2017-04-07 10:04:32 -07:00
Jason Simmons
29f289acbb
Remove dart:jni ( #3546 )
...
Fixes https://github.com/flutter/flutter/issues/9129
2017-03-31 13:07:52 -07:00
P.Y. Laligand
7c80a8b657
Include internal Dart libraries in sky_engine. ( #3280 )
...
This allows analysis to succeed. Otherwise we're seeing errors on List which does not appear as Iterable in core/list.dart unless one has knownledge of EfficientLengthIterable which is defined in internal/internal.dart.
2016-11-30 09:50:17 -08:00
Adam Barth
886b56ad2f
Fix paths in embedder.yaml ( #2758 )
...
These files are generated to different paths now.
2016-06-15 11:06:47 -07:00
Adam Barth
46b73701f8
Start moving dart:ui into //flutter/lib/ui ( #2750 )
...
This patch moves the geometry classes.
2016-06-13 15:30:33 -07:00
Adam Barth
3d35f392c1
Remove the extra lints from _embedder.yaml ( #2616 )
...
These were forcing our customers to obey these lints, but not all of our
customers like them. We might enable some of these in the future if they have
concrete benefits (e.g., faster generated code when compiling ahead-of-time).
2016-04-25 11:31:48 -07:00
Devon Carew
284929b605
update _embedder.yaml ( #2599 )
2016-04-18 09:50:02 -07:00
Adam Barth
23624b8ce1
Remove one type-related lint
...
We currently whitelist some types that don't need parameters. Turning on
this lint causes too many lint errors in Atom.
2016-03-26 17:55:30 -07:00
Adam Barth
cf759e4530
Sync lint rules with flutter analyze
...
This patch updates _embedder.yaml to enforce the same set of lints as
`flutter analyze`. We're still not enabling strong mode via this
mechanism, but we might consider that in a later patch.
Related to https://github.com/flutter/flutter/issues/2687
2016-03-26 14:11:24 -07:00
Devon Carew
fbfeae1103
update the embedder file
2016-03-07 14:09:36 -08:00
John McCutchan
19fa1dd776
Reland _embedder.yaml support to Flutter engine
2016-03-02 11:01:13 -08:00
Hixie
76ed6dafb7
Revert "Merge pull request #2428 from johnmccutchan/embedder_yaml"
...
This reverts commit ccd1c5ce1f49c763f9fbce24ad087b46083e4af0, reversing
changes made to d4f97e4fd143b075b52269e22098339941525d8e.
This was requested by @johnmccutchan because this change broke the
analyzer, which only uses SDK version 1.14.1, since that's what we pull
in. He said he'd try again on Monday.
2016-02-26 18:23:11 -08:00
John McCutchan
ac33584da0
Add _embedder.yaml to sky_engine
2016-02-26 11:02:35 -08:00