skia-flutter-autoroll
db030ec183
Roll src/third_party/skia 6029cbd560b7..1a733b5b760a (1 commits) ( #16577 )
2020-02-12 22:08:02 -08:00
Matt Carroll
f39bc73d6a
Exposes FlutterSurfaceView, and FlutterTextureView to FlutterActivity and FlutterFragment. ( #41984 , #47557 ) ( #16552 )
2020-02-12 19:21:00 -08:00
skia-flutter-autoroll
dbdcae44c4
Roll src/third_party/skia 9102c86a81ad..6029cbd560b7 (2 commits) ( #16575 )
2020-02-12 19:13:02 -08:00
skia-flutter-autoroll
8802a1d4fe
Roll src/third_party/skia 886e8500a9f2..9102c86a81ad (1 commits) ( #16570 )
2020-02-12 17:43:02 -08:00
George Wright
15062ca7a2
Revert "Re-arm timer as necessary in MessageLoopFuchsia" ( #16568 )
...
This reverts commit 8ec994b4d6addbe730a0f1044ee63593e5f842c3.
2020-02-12 17:22:02 -08:00
Gary Qian
c4c6ef6719
Samsung keyboard duplication workaround: updateSelection ( #16547 )
2020-02-12 19:51:40 -05:00
skia-flutter-autoroll
42f18d9078
Roll src/third_party/skia 67da665c27ff..886e8500a9f2 (3 commits) ( #16566 )
2020-02-12 16:08:03 -08:00
George Wright
aece5ad714
Move log_listener call into the reboot trap ( #16564 )
2020-02-12 15:09:38 -08:00
Michael Klimushyn
7c67573896
Fix multiline Javadoc code blocks ( #16565 )
...
The formatter didn't understand what was going on here and broke the
text. Changed these to use `<pre>{@code }</pre>` instead.
2020-02-12 15:07:16 -08:00
skia-flutter-autoroll
13dce501d9
Roll src/third_party/skia b1525c721ea6..67da665c27ff (32 commits) ( #16562 )
2020-02-12 14:28:02 -08:00
Nurhan Turgut
8f8af1f890
Update felt documentation ( #16559 )
2020-02-12 14:05:08 -08:00
Mouad Debbar
99a265b030
[web] Fix edge cases in Paragraph.getPositionForOffset to match Flutter ( #16557 )
2020-02-12 13:42:52 -08:00
skia-flutter-autoroll
cd11d7ab31
Roll fuchsia/sdk/core/mac-amd64 from 7JkB7... to t4kck... ( #16555 )
2020-02-12 13:33:04 -08:00
skia-flutter-autoroll
bca879c7bd
Roll src/third_party/dart e4c39721c473..0299903f3e78 (31 commits) ( #16553 )
2020-02-12 13:28:06 -08:00
George Wright
8a6b9498b2
[Fuchsia] Dump syslog output after tests have run ( #16561 )
2020-02-12 13:12:15 -08:00
Francisco Magdaleno
e0ebaea590
Revert "Re-land: Use os_log instead of syslog on Apple platforms ( #16549 )" ( #16558 )
...
This reverts commit 6aacf5e76755feb8e0f791fa619cbd99a3bd5885.
2020-02-12 12:40:31 -08:00
Chris Yang
5fb0116d62
iOS platform view gesture blocking policy. ( #15940 )
2020-02-11 15:34:59 -08:00
Nurhan Turgut
44e80fd619
skiping tests in Safari. LUCI recipe for Mac is ready. this is the only step left for stopping us running unit tests in Safari ( #16550 )
2020-02-11 15:31:57 -08:00
Matt Carroll
ca02b9197e
Prevent long flash when switching to Flutter app. ( #47903 ) ( #16527 )
2020-02-11 15:26:27 -08:00
Matt Carroll
270421c103
Fix ensureInitializationCompleteAsync callback when already initialized. ( #39675 ) ( #16503 )
2020-02-11 15:25:58 -08:00
skia-flutter-autoroll
49a370f8ec
Roll src/third_party/dart 76b18c455e2c..e4c39721c473 (6 commits) ( #16544 )
2020-02-11 15:18:04 -08:00
skia-flutter-autoroll
a5736b85d4
Roll src/third_party/skia c3b67eb988c8..b1525c721ea6 (4 commits) ( #16543 )
2020-02-11 15:13:03 -08:00
Chris Bracken
6aacf5e767
Re-land: Use os_log instead of syslog on Apple platforms ( #16549 )
...
Migrates to using os_log for app logging on iOS 13 and above, macOS
10.11 and above. On older platform, fall back to syslog(), which is what
we used previously.
This re-lands commit 78a8909725bbaeec80870f498d01ea6e56932a3a with a fix.
That commit was reverted in a61dbf2f66b97e85f4d8bf0cfb29a8b3c2640c09.
2020-02-11 15:11:46 -08:00
Gityuan
5041ff1b1e
support endless trace buffer ( #16520 )
2020-02-11 15:08:03 -08:00
Francisco Magdaleno
c3b5072486
Expose DPI helper functions for Runner apps to use ( #16313 )
2020-02-11 15:03:03 -08:00
Kaushik Iska
539f64f56a
[fuchsia] Disable retained layers ( #16548 )
...
Retained surfaces are being prematurely recycled.
Temporarily disabling them until they are reworked.
2020-02-11 14:15:31 -08:00
Chris Bracken
a61dbf2f66
Revert "Use os_log instead of syslog on Apple platforms ( #13487 )" ( #16546 )
...
Looks like somehow the fix to move to static_cast didn't get merged.
This reverts commit 78a8909725bbaeec80870f498d01ea6e56932a3a.
2020-02-11 13:20:52 -08:00
Jason Simmons
ea56ad22da
libtxt: use a fixture in the benchmarks ( #16531 )
2020-02-11 10:24:47 -08:00
Jenn Magder
78a8909725
Use os_log instead of syslog on Apple platforms ( #13487 )
...
Migrates to using os_log for app logging on iOS 13 and above, macOS
10.11 and above. On older platform, fall back to syslog(), which is what
we used previously.
2020-02-11 10:23:44 -08:00
skia-flutter-autoroll
9897777186
Roll src/third_party/skia 50a490a1a4fb..c3b67eb988c8 (4 commits) ( #16542 )
2020-02-11 09:23:02 -08:00
skia-flutter-autoroll
5acf9b195a
Roll src/third_party/skia cdf2491afa04..50a490a1a4fb (2 commits) ( #16541 )
2020-02-11 07:48:01 -08:00
skia-flutter-autoroll
91b8e406c2
Roll src/third_party/skia dc2782c380f6..cdf2491afa04 (1 commits) ( #16540 )
2020-02-11 06:13:06 -08:00
skia-flutter-autoroll
74fa10c95c
Roll src/third_party/dart 30151a654151..76b18c455e2c (1 commits) ( #16539 )
2020-02-11 05:48:02 -08:00
skia-flutter-autoroll
25e8127782
Roll src/third_party/skia 4fe89b4d871d..dc2782c380f6 (1 commits) ( #16538 )
2020-02-11 04:33:02 -08:00
skia-flutter-autoroll
b7424d0cea
Roll src/third_party/dart 5fc031ebc1d7..30151a654151 (2 commits) ( #16537 )
2020-02-11 00:28:02 -08:00
skia-flutter-autoroll
975acd8ff7
Roll src/third_party/skia abefc9c170c9..4fe89b4d871d (2 commits) ( #16536 )
2020-02-10 23:38:02 -08:00
skia-flutter-autoroll
6cdb14e17a
Roll src/third_party/skia 88c3793a4eaa..abefc9c170c9 (1 commits) ( #16535 )
2020-02-10 22:03:01 -08:00
skia-flutter-autoroll
c4e3ae6ae6
Roll src/third_party/skia f83d0346c06a..88c3793a4eaa (1 commits) ( #16534 )
2020-02-10 20:28:02 -08:00
skia-flutter-autoroll
1e8b331308
Roll src/third_party/dart 5244d99a5d4e..5fc031ebc1d7 (42 commits) ( #16533 )
2020-02-10 19:23:03 -08:00
skia-flutter-autoroll
e8a888dfa2
Roll src/third_party/skia 21f382c19d76..f83d0346c06a (2 commits) ( #16532 )
2020-02-10 17:53:03 -08:00
skia-flutter-autoroll
9c0168a5a9
Roll fuchsia/sdk/core/mac-amd64 from PMcw3... to 7JkB7... ( #16530 )
2020-02-10 16:33:02 -08:00
skia-flutter-autoroll
38fb6b135b
Roll fuchsia/sdk/core/linux-amd64 from 8L7NY... to Bmq1m... ( #16529 )
2020-02-10 16:23:03 -08:00
skia-flutter-autoroll
3f31ea3d37
Roll src/third_party/skia 465864cad5d2..21f382c19d76 (6 commits) ( #16528 )
2020-02-10 16:18:02 -08:00
Harry Terkelsen
a662579f7c
Clear frame references at the end of every CanvasKit frame ( #16525 )
2020-02-10 15:30:24 -08:00
George Wright
c477c06446
Enable verbose logging for shell unittests on Fuchsia ( #16526 )
2020-02-10 14:39:03 -08:00
skia-flutter-autoroll
f49a8b62f4
Roll src/third_party/skia c03e6982f96f..465864cad5d2 (14 commits) ( #16524 )
2020-02-10 14:08:03 -08:00
skia-flutter-autoroll
0e8ed2715a
Roll src/third_party/dart b158bf7bd537..5244d99a5d4e (1 commits) ( #16517 )
2020-02-10 14:03:02 -08:00
chunhtai
7e869faf52
Adds new route annoucement method. ( #16523 )
2020-02-10 13:59:02 -08:00
vsmenon
d107eaaa04
Remove mirrors on the web ( #16516 )
2020-02-10 13:58:04 -08:00
Dan Field
826b2d46ef
Apply lints from internal roll ( #16509 )
2020-02-10 13:53:04 -08:00