620 Commits

Author SHA1 Message Date
Ian Hickson
e859995d11
Update engine.version 2018-01-11 22:29:07 -08:00
Ian Hickson
2ff39d88a6
Update engine.version 2018-01-11 22:28:57 -08:00
Ian Hickson
cafc5dc5f0
Update engine.version 2018-01-11 22:28:46 -08:00
Ian Hickson
6fd5f265a0
Update engine.version 2018-01-11 22:28:34 -08:00
Ian Hickson
34bbc58a1d
Update engine.version 2018-01-11 22:28:19 -08:00
Ian Hickson
908db567c9
Update engine.version 2018-01-11 22:27:49 -08:00
Ian Hickson
78dcc0e685
Revert "Revive "Push physical layers with paths instead of rects in RenderPhy… (#14054)" (#14063)
This reverts commit 592f297922270c0c338b0048d37a510c9c16db14.
2018-01-11 22:27:11 -08:00
amirh
592f297922
Revive "Push physical layers with paths instead of rects in RenderPhy… (#14054)
* Revive "Push physical layers with paths instead of rects in RenderPhysicalModel. (#13942)"

That commit was reverted due to a performance problem which has now been
fixed.

* Roll engine 05fe72d068e19c7886e8d27f9b004201d5ad1300
2018-01-11 18:54:12 -08:00
Michael Goderbauer
54e3333182
Use bundled mingit on Windows if available (#14025)
In the packaged ZIP files for Flutter we bundle mingit on Windows to make setup for our users easier (they don't have to download and install git anymore). This change makes Flutter use the bundled mingit if it is available and if git is not installed on the system.

This change will still require that users add `flutter\bin` to their path or they'll have to execute `flutter\bin\flutter.bat` directly. A follow-up PR will add a pre-configured Flutter Console that people can start with a double-click to minimize setup even further.

Also in this PR:
* If 7Zip is not available to unpack the Dart SDK try 7Zip's standalone version.
2018-01-10 16:48:39 -08:00
Leaf Petersen
ab874da7be
Roll Dart SDK to 2.0.0-dev.16.0, along with associated package updates (#13857)
Rolling the Dart SDK to 2.0, with associated package updates.  

https://groups.google.com/forum/#!topic/flutter-dev/E22RdKAYjs8
2018-01-10 14:31:28 -08:00
Ben Konyi
64aac3d3cb Rolled engine to 5a72197b733c01537a6583fa3715155d9fc936ef 2018-01-09 16:19:32 -08:00
Michael Goderbauer
24e3f70536
Rename SemanticsFlags to SemanticsFlag (#13994)
to align with `SemanticsAction` and other enum-like types.
2018-01-09 10:31:23 -08:00
Ian Hickson
77711d4a3c
Try to work better on NFS (#13955)
(untested)
2018-01-08 23:19:21 -08:00
amirh
61a8132ea9
Revert "Push physical layers with paths instead of rects in RenderPhysicalModel. (#13942)" (#13988)
This reverts commit 57b4a52555388a613d3e4d5378b5bdf761d5f8df.
2018-01-08 19:24:19 -08:00
amirh
57b4a52555
Push physical layers with paths instead of rects in RenderPhysicalModel. (#13942) 2018-01-08 18:41:16 -08:00
Ryan Macnak
3782415d15 Roll engine to 6a724f0d3e22d41246baf3447d7ba2c9ff886765. 2018-01-08 11:09:09 -08:00
Ryan Macnak
a3f523742c Roll engine to bbefdf198043c900277b0024e6bd12614917d0e4. 2018-01-08 11:09:09 -08:00
Michael Goderbauer
b741d91a20
Support disabled state for semantics (#13877)
Fixes https://github.com/flutter/flutter/issues/11993
2018-01-05 12:10:21 -08:00
Siva Annamalai
1a63500338 Update engine version to include 43327730a27344f1d45a1f9e4d53b14260778ce5
which rolls Dart to the latest version.

- includes Roll Dart to version 8d7219a5b6a7c2505ff57f23e7cf80da4c724512 (43327730a2)
2018-01-04 16:35:57 -08:00
Siva Annamalai
cbdb41814f Roll engine version to c4141ff8f467dc77b44a5357b61f68f2eb808a34
includes the following CLs since the last roll
- Further improve painting.dart documentation. (#4505)
- Add support for --strong option in the engine, create a strong mode
  version of platform file (#4504)
- Apply texture transform on Android (#4513)
- [fuchsia] Removed the flutter_app template. (#4511)
- This adds RPC call to set asset path. (#4323)
- Fix windows build by using lambda capture workaround (#4514)
- Add missing include for sk_malloc_throw
2018-01-04 16:35:57 -08:00
Alexander Aprelev
6f5a16a8ab First build with debug instead of debug_unopt. 2018-01-04 12:55:53 -08:00
Alexander Aprelev
5415a7e1e8 Roll engine after switch to host_debug on the engine bots 2018-01-04 12:55:53 -08:00
Alexander Markov
a3dc810f4b Roll engine to b6c9ca555204872c1446acc801079ec1b02281f2 (to include revert of breaking test) 2018-01-03 14:10:59 -08:00
Alexander Markov
f17c661e7d Roll engine to 90e5ca50410d435475b88d002094d709941a5c9f (with Dart SDK roll) 2018-01-03 14:10:59 -08:00
Alexander Aprelev
80c94446a5
Revert "Roll engine to e1162b1b9b247185a32f793cecdc9e856cb627e7 (#13876)" (#13881)
This reverts commit b56295aac17f0a9bf195ceae4c6b456689db9485.
2018-01-03 13:05:12 -08:00
Alexander Aprelev
b56295aac1
Roll engine to e1162b1b9b247185a32f793cecdc9e856cb627e7 (#13876) 2018-01-03 11:26:18 -08:00
Alexander Markov
54052048f2
Roll engine with Dart 2.0 fixed-size integers (#13856)
* Roll engine to 37789650cb1254199426e5de5cc66c2ba63cbaf2
* Fix large integer literals in packages/flutter/test/services/message_codecs_test.dart
2018-01-02 17:22:46 -08:00
Alexander Aprelev
598c0427a1
Reroll engine with rolled dart. (#13854)
Try again now since texture-related test-breaking PR was backed out.
2018-01-02 16:29:00 -08:00
Alexander Aprelev
d1c99ab474
Roll back engine rolls (#13845)
* Revert "Roll engine to e122f4825726035e4579471ef83848b1aa796444 dart roll"

This reverts commit c7dfadfaf542bc1e4215846b32430ebf0ed79e2a.

* Revert "Roll engine to just before dart roll"

This reverts commit d5cc86578a4097bb5a9aeb07f80c08d32de39610.
2018-01-02 10:48:18 -08:00
Alexander Aprelev
c7dfadfaf5 Roll engine to e122f4825726035e4579471ef83848b1aa796444 dart roll 2018-01-02 08:43:34 -08:00
Alexander Aprelev
d5cc86578a Roll engine to just before dart roll 2018-01-02 08:43:34 -08:00
amirh
31e78f1e7f
roll engine to 7c126001d8195abfb2c5778d32cb779f3c8b66c6 (#13755) 2017-12-22 11:06:22 -08:00
Zachary Anderson
a5b277030a
Roll engine to 39029aad6cd21aa2c1359ebdd05cb4e57ad3794d (#13739) 2017-12-21 15:34:05 -08:00
Sarah Zakarias
075ba6477f
Roll engine (#13727) 2017-12-21 12:05:15 +01:00
Alexander Aprelev
af4ac729ef Revert "Roll engine to pick up fix for windows preview-dart-2 tests"
This reverts commit dbd3eb678af12bf0e91a289dba4a400d05e523e0.

Commit above fixed initial problem with frontend_server on Windows, but caused another more explicit problem with gen_snapshot down the line.
2017-12-20 19:35:31 -08:00
Alexander Aprelev
dbd3eb678a Roll engine to pick up fix for windows preview-dart-2 tests 2017-12-20 18:30:23 -08:00
Michael Goderbauer
95aeb05ced
Roll engine to 937bde8f98e64aa574f77049bc52e9c8e862c82c (#13709) 2017-12-20 14:32:22 -08:00
Erik Corry
7766b2a196 Roll Dart to 718bda0c9 (#13698) 2017-12-20 15:13:34 +01:00
Erik Corry
a96487929b Roll Flutter engine incl. new Skia. (#13696) 2017-12-20 13:28:40 +01:00
Sarah Zakarias
2ef379ad12
Remove app.flx from apk (#13647) 2017-12-18 14:33:35 +01:00
Martin Kustermann
d9edab84e4
Roll engine to d945976b04cc82d32c9691dae1fc8e4955222b3d (#13605) 2017-12-15 16:03:49 +01:00
Régis Crelier
eb77d0140b
Roll engine to e0d19e2897b6c4c8c48f05d23a2b90bd32ab5d49 (#13570) 2017-12-14 10:34:21 -08:00
Sarah Zakarias
5e18c07614
Reapply flutter_assets (#13567)
* Revert "Revert engine (#13547)"

This reverts commit ee65db11d4618620ddc286f4618b707239205136.

* Keep flaky mark
2017-12-14 17:27:25 +01:00
Yegor
ee65db11d4
Revert engine (#13547)
* Revert "Include a directory with Flutter assets (#12944)"

This reverts commit 3af6b9cbf5787b4db6b4bad7494fe41addf5703d.

* Revert "Upgrade project.pbxproj to include flutter_assets (#13011)"

This reverts commit 08128cb29b28db00c2301f546bc59de33017074a.

* Revert "Upgrade complex_layout project.pbxproj to include flutter_assets (#13544)"

This reverts commit 35f1a04195e69afb5cc1e6588abad5476db3a5d8.

* mark complex_layout_ios__start_up as flaky
2017-12-13 16:25:25 -08:00
Sarah Zakarias
3af6b9cbf5
Include a directory with Flutter assets (#12944) 2017-12-13 22:30:32 +01:00
Michael Goderbauer
d04c906e0b
Add arguments to SemanticsActions; implement extend selection for a11y (#13490)
**This PR contains a breaking API change:**
`SemanticsConfiguration.addAction()` has been removed and replaces by action-specific setters (`onTap`, `onLongPress`, etc.) to take care of the fact that some action handlers (those, who take arguments) have different signatures.
2017-12-12 16:59:35 -08:00
Michael Goderbauer
1dd68d5deb
Roll engine to 2bdb21985c5eb9250a7b744b9b4d606c5ba30945 (#13526) 2017-12-12 16:01:08 -08:00
Chris Bracken
60d4a60811
Roll engine to 4ea7075c1def9dce38f16a3c9bf0ed6fb6b2d441 (#13523)
Includes:
flutter/engine#4425
2017-12-12 14:29:27 -08:00
Chris Bracken
63027b035d
Roll engine to 6c6b709b2c4008e243dda3c148521c35e6e8b3df (#13522)
Includes:
flutter/engine#4442
flutter/engine#4445
flutter/engine#4444
flutter/engine#4448 (reverts flutter/engine#4444)
flutter/engine#4447
2017-12-12 13:37:19 -08:00
Zachary Anderson
c085e47478
Roll engine to edaecdc8b8098f20512c23745b9d0b135a8ee56d (#13488) 2017-12-11 13:37:28 -08:00