Commit graph

2675 commits

Author SHA1 Message Date
engine-flutter-autoroll 0c8da86fbe
Roll Engine from c7f9725521c0 to f581f428e981 (5 revisions) (#59007) 2020-06-08 13:33:01 -07:00
engine-flutter-autoroll dfdbca8a89
c7f972552 Roll Fuchsia Mac SDK from Xqev9... to uCq3V... (flutter/engine#18881) (#58952) 2020-06-08 09:18:01 -07:00
engine-flutter-autoroll 7467492444
dfdd88deb Support AOT mode in GTK shell (flutter/engine#18809) (#58946) 2020-06-07 23:03:01 -07:00
engine-flutter-autoroll 652bc59414
8516b39dc Roll Dart SDK from 48b4528a44ac to 87c5e3612b70 (1 revision) (flutter/engine#18879) (#58935) 2020-06-07 16:03:02 -07:00
engine-flutter-autoroll f32039bd64
Roll Engine from 3f224d8e861f to f38a197945e9 (5 revisions) (#58929) 2020-06-07 12:38:01 -07:00
engine-flutter-autoroll 4f8d9bbc46
Roll Engine from 5709dc531814 to 3f224d8e861f (2 revisions) (#58903)
* 25bfe1147 Roll Dart SDK from 578fa6bee9eb to 4b9c2356e962 (1 revision) (flutter/engine#18871)

* 3f224d8e8 [nnbd] un-fork sky engine (flutter/engine#18830)
2020-06-07 11:33:02 -07:00
engine-flutter-autoroll 7519c383f9
5709dc531 sadly missed an asterisk (flutter/engine#18746) (#58899) 2020-06-06 23:33:01 -07:00
engine-flutter-autoroll 6a87371f3e
Roll Engine from c0365be2ab70 to bd7dd73b4744 (3 revisions) (#58893) 2020-06-06 20:33:02 -07:00
engine-flutter-autoroll bfddb941e2
Roll Engine from ff6462e45779 to c0365be2ab70 (7 revisions) (#58885) 2020-06-06 19:23:01 -07:00
engine-flutter-autoroll c0091b289e
Roll Engine from dbb57f1874fd to ff6462e45779 (3 revisions) (#58847) 2020-06-06 14:53:01 -07:00
engine-flutter-autoroll 82187e6b84
Roll Engine from e87a05fbba78 to dbb57f1874fd (6 revisions) (#58826) 2020-06-05 15:23:01 -07:00
engine-flutter-autoroll 70f2d7573b
Roll Engine from 8cc760065b4d to e87a05fbba78 (7 revisions) (#58800) 2020-06-05 10:53:01 -07:00
engine-flutter-autoroll 2adf0183ac
Roll Engine from 859d892f1fca to 8cc760065b4d (29 revisions) (#58751) 2020-06-05 06:43:01 -07:00
Jonah Williams f2320c3b7a
Revert "Roll Engine from 859d892f1fca to d3427ddb8546 (17 revisions) (#58710)" (#58720)
This reverts commit 720b7cb409.
2020-06-04 14:45:17 -07:00
engine-flutter-autoroll 720b7cb409
Roll Engine from 859d892f1fca to d3427ddb8546 (17 revisions) (#58710) 2020-06-04 13:48:02 -07:00
Jonah Williams 30af9a7bd2
Revert "Roll Engine from 859d892f1fca to d3427ddb8546 (17 revisions) (#58698)" (#58709)
This reverts commit 28ea29e310.
2020-06-04 12:41:28 -07:00
engine-flutter-autoroll 28ea29e310
Roll Engine from 859d892f1fca to d3427ddb8546 (17 revisions) (#58698) 2020-06-04 12:18:01 -07:00
Jonah Williams d1b317c9ca
Revert "Roll Engine from 859d892f1fca to 2608f2ee9f54 (9 revisions) (#58647)" (#58692)
This reverts commit 3760540ff1.
2020-06-04 10:09:24 -07:00
engine-flutter-autoroll 3760540ff1
Roll Engine from 859d892f1fca to 2608f2ee9f54 (9 revisions) (#58647) 2020-06-03 21:28:01 -07:00
engine-flutter-autoroll 216e15990d
Roll Engine from 6589dcb2d459 to 859d892f1fca (4 revisions) (#58545) 2020-06-03 11:58:02 -07:00
engine-flutter-autoroll 7c22057f60
Roll Engine from 2a024ead01e7 to 6589dcb2d459 (4 revisions) (#58520) 2020-06-02 18:08:03 -07:00
engine-flutter-autoroll a436fe768a
Roll Engine from 5a085ac3c6a2 to 2a024ead01e7 (5 revisions) (#58509) 2020-06-02 13:23:01 -07:00
engine-flutter-autoroll c911aefbc0
Roll Engine from e39301f23f32 to 5a085ac3c6a2 (6 revisions) (#58460) 2020-06-02 09:08:01 -07:00
engine-flutter-autoroll cf17e8bc44
Roll Engine from c5234bce6e9f to e39301f23f32 (2 revisions) (#58449) 2020-06-01 16:58:01 -07:00
engine-flutter-autoroll eb236bd614
c5234bce6 Roll Skia from 8c5786622b4e to 502eab4fc913 (2 revisions) (flutter/engine#18707) (#58443) 2020-06-01 15:43:01 -07:00
engine-flutter-autoroll bb6c1e050f
Roll Engine from 923687f0e7ff to d501c49cce4c (5 revisions) (#58436) 2020-06-01 14:38:01 -07:00
Greg Spencer 5267d98772
Revert flutter command to shlock when flock isn't available (#58281)
This reverts the flutter command to use shlock when flock isn't available. It seems that the mkdir method isn't as reliable as we want. I think that this is because the trap isn't always be executed, which is why I think that shlock uses PIDs to help it be more reliable. Unfortunately, that means that we're back to not working over network shares (which is where things were before I moved to the mkdir method, so not really a regression). I did leave in the mkdir method for platforms that have neither flock nor shlock (which should be very few and far between, but still), so at least we'll do some locking there now.
2020-06-01 11:24:53 -07:00
Mehmet Fidanboylu 1d395c5e18
Revert "Add clipBehavior to widgets with clipRect (#55977)" (#58344)
This reverts commit cd593dae19.
2020-05-31 07:41:50 -07:00
engine-flutter-autoroll eb1a6efe16
Roll Engine from 3dfbe722b965 to 923687f0e7ff (2 revisions) (#58340) 2020-05-30 18:58:02 -07:00
engine-flutter-autoroll 309e0aa49e
Roll Engine from 685699b351a9 to 3dfbe722b965 (2 revisions) (#58293) 2020-05-30 17:53:01 -07:00
engine-flutter-autoroll 54524a7f95
685699b35 Roll Fuchsia Linux SDK from wmNGH... to in0Aq... (flutter/engine#18671) (#58282) 2020-05-29 20:43:01 -07:00
engine-flutter-autoroll bfe6d2f4e6
Roll Engine from 6a470b8bccf0 to 4d78121a11db (3 revisions) (#58276) 2020-05-29 16:08:01 -07:00
Christopher Fujino 30fed049fa
[flutter_tools] remove execute permissions on shared.sh, and move off path (#58267) 2020-05-29 16:03:02 -07:00
Greg Spencer a468a257fb
Fix extraneous spaces printed by flutter tool if the lock isn't waited on. (#58215)
This removes the extraneous whitespace printed when the flutter command is invoked, but didn't wait for a lock. It only is a problem when the carriage return isn't honored (as in IDE consoles).
2020-05-29 12:44:23 -07:00
engine-flutter-autoroll 3f454b61c0
Roll Engine from c19459ab7d3f to 6a470b8bccf0 (3 revisions) (#58255) 2020-05-29 12:38:01 -07:00
engine-flutter-autoroll 42c4c30af9
Roll Engine from 17737e6fd4ec to c19459ab7d3f (2 revisions) (#58230) 2020-05-29 09:53:01 -07:00
engine-flutter-autoroll fed18fc433
Roll Engine from c5d012900f7d to 17737e6fd4ec (6 revisions) (#58221) 2020-05-29 00:43:01 -07:00
engine-flutter-autoroll 9b3634f422
Roll Engine from c86dcac156cd to c5d012900f7d (2 revisions) (#58214) 2020-05-28 21:58:01 -07:00
engine-flutter-autoroll 525c5ccde8
Roll Engine from 2b616caad05c to c86dcac156cd (7 revisions) (#58180) 2020-05-28 14:53:01 -07:00
engine-flutter-autoroll 8cb6d5edbf
Roll Engine from 2663be837081 to 2b616caad05c (2 revisions) (#58136) 2020-05-28 11:18:08 -07:00
engine-flutter-autoroll 5663e02645
Roll Engine from 1a8349888e97 to 2663be837081 (16 revisions) (#58111) 2020-05-27 15:32:01 -07:00
Greg Spencer 379e11b641
Update the flutter script's locking mechanism and follow_links (#57590)
Update the flutter and dart scripts' locking mechanism and follow_links function to be more robust and support more platforms.

This adds support for using mkdir as a fallback if the system doesn't have flock instead of using shlock, since shlock doesn't work on shared filesystems.

It also fixes a problem in the follow_links function where it failed when the link resolved to the root directory.
2020-05-27 15:30:46 -07:00
engine-flutter-autoroll 9d7116cd84
Roll Engine from 9ce1e5c5c7e7 to 1a8349888e97 (69 revisions) (#58031) 2020-05-27 10:27:05 -07:00
engine-flutter-autoroll cdef67797c
Roll Engine from 2d4e83921d31 to 9ce1e5c5c7e7 (27 revisions) (#57629) 2020-05-21 14:47:03 -07:00
engine-flutter-autoroll 67b0dbb40d
Roll engine 4b1a70e6a256..2d4e83921d31 (3 commits) (#57529) 2020-05-19 18:12:09 -07:00
engine-flutter-autoroll aa49821613
Roll engine 90f45bd3efce..4b1a70e6a256 (4 commits) (#57517) 2020-05-18 14:32:02 -07:00
Christopher Fujino 06cd79d7df
[flutter_tools] Add additional bash entrypoint for running dart sdk directly (#57257) 2020-05-18 12:38:09 -07:00
engine-flutter-autoroll 9e2775fe1b
Roll engine aafd9f72283f..90f45bd3efce (4 commits) (#57499) 2020-05-18 10:07:04 -07:00
engine-flutter-autoroll 64f0c56a93
Roll engine 2bd71fb60a43..aafd9f72283f (9 commits) (#57473) 2020-05-18 08:57:02 -07:00
engine-flutter-autoroll f64f6e2b6b
Roll engine aaf9e79f1d29..2bd71fb60a43 (52 commits) (#57402) 2020-05-18 02:42:01 -07:00