mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/dart 4ab09db0f4..17ed3cb5b3 (10 commits)
dart-lang/sdk@17ed3cb5b3 [dart2js] Fix URI leak when using deferred load dart-lang/sdk@6ca96aceb7 Migrate dart:math to NNBD. dart-lang/sdk@f11dea963c document readIntoSync return type dart-lang/sdk@c33faf391c [dartdevc] Move NNBD specific test helper methods to their own file dart-lang/sdk@7ac22ac28f [vm/bytecode] Omit null stores into context when declaring a captured variable dart-lang/sdk@eafe8b04c0 [dartdevc] Making multi-root paths consistently use url-relative path separators. dart-lang/sdk@be3348253d [gardening] Fix sink use in frontend-server dartdevc. dart-lang/sdk@d9a306fc59 [vm] Avoid allocating monitors globally - embedders in certain situations will run into reported leakes due to them dart-lang/sdk@5478c381db [dart/fuzzer] Resort to constant collections inside subscripts dart-lang/sdk@bc5fb05def NNBD i13n: Highlight non-nullable types with upstream triggered edges
This commit is contained in:
parent
ef32890466
commit
7bcae71ede
2
DEPS
2
DEPS
@ -34,7 +34,7 @@ vars = {
|
||||
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
|
||||
# You can use //tools/dart/create_updated_flutter_deps.py to produce
|
||||
# updated revision list of existing dependencies.
|
||||
'dart_revision': '4ab09db0f4ec16cc9404d5f462b4ebbe0c56f2c1',
|
||||
'dart_revision': '17ed3cb5b304f3bc1cff1a3352953b9de9f99297',
|
||||
|
||||
# WARNING: DO NOT EDIT MANUALLY
|
||||
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: cbd43a0be5a032d016a584dc0fa51225
|
||||
Signature: a46695125e340e941fb302f07980b963
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -18593,8 +18593,8 @@ We recommend reading one or more of these references before trying to
|
||||
understand the innards of the JPEG software.
|
||||
|
||||
The best short technical introduction to the JPEG compression algorithm is
|
||||
Wallace, Gregory K. "The JPEG Still Picture Compression Standard",
|
||||
Communications of the ACM, April 1991 (vol. 34 no. 4), pp. 30-44.
|
||||
Wallace, Gregory K. "The JPEG Still Picture Compression Standard",
|
||||
Communications of the ACM, April 1991 (vol. 34 no. 4), pp. 30-44.
|
||||
(Adjacent articles in that issue discuss MPEG motion picture compression,
|
||||
applications of JPEG, and related topics.) If you don't have the CACM issue
|
||||
handy, a PDF file containing a revised version of Wallace's article is
|
||||
@ -18662,8 +18662,8 @@ and other news.answers archive sites, including the official news.answers
|
||||
archive at rtfm.mit.edu: ftp://rtfm.mit.edu/pub/usenet/news.answers/jpeg-faq/.
|
||||
If you don't have Web or FTP access, send e-mail to mail-server@rtfm.mit.edu
|
||||
with body
|
||||
send usenet/news.answers/jpeg-faq/part1
|
||||
send usenet/news.answers/jpeg-faq/part2
|
||||
send usenet/news.answers/jpeg-faq/part1
|
||||
send usenet/news.answers/jpeg-faq/part2
|
||||
|
||||
FILE FORMAT WARS
|
||||
================
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user