12431 Commits

Author SHA1 Message Date
Todd Volkert
515dbcba82
Update API docs landing page. (#24073) 2018-11-08 09:00:47 -08:00
liyuqian
c0fc864a60
Change engine merge method back to squash (#24111)
We need to wait the fix in
https://skia-review.googlesource.com/c/buildbot/+/169724
to land in order to enable the rebase merge method again.

TBR: goderbauer

We'll land this quickly without waiting for presubmit checks
to unblock our engine roller.
2018-11-08 08:43:15 -08:00
Danny Tuppeny
2d5ed986e1
Update integration tests to use vm_service_lib (#23937)
* Move integration tests to use vm_service_lib
* Turn off debug logging that was accidentally committed
* Run update-packages --force to fix checksum for new dev dependency
* Trim trailing whitespace
2018-11-08 07:55:54 +00:00
Jonah Williams
d04fa1a670
only pass packages once (#24074) 2018-11-07 21:57:00 -08:00
Greg Spencer
a6e901130e
Convert existing '## Sample code' samples to '{@tool sample}...{@end-tool}' form. (#24077)
This converts existing ## Sample code samples to {@tool sample}...{@end-tool} form.

Also:
1. Fixed a minor bug in analyze-sample-code.dart
2. Made the snippet tool only insert descriptions if the description is non-empty.
3. Moved the Card diagram to before the code sample.
2018-11-07 20:35:10 -08:00
Dan Field
9d53d7f848
Update pubspec template docs for module/plugin (#24081)
* Document module pubspec

* update doc on plugin template

* clarify language
2018-11-07 17:20:18 -08:00
Ian Hickson
f9374fe071
Update the URL to the recommend bug report (#23708)
We have templates now.
2018-11-07 17:12:35 -08:00
engine-flutter-autoroll
8b751d8153
Roll engine 2494abdda728..70a1106b509e (3 commits) (#24082)
2494abdda7...70a1106b50

git log 2494abdda728..70a1106b509e --no-merges --oneline
70a1106b5 Unify copyright lines (flutter/engine#6757)
f9095fcc4 Roll src/third_party/skia 62cc5f581747..b52c273d3f05 (13 commits) (flutter/engine#6783)
4cdddbac4 Fix String comparison as if Java were Dart. (flutter/engine#6781)


The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-07 19:17:19 -05:00
jslavitz
5dac7a2347
Removes check for Homebrew if all necessary packages are present. (#23844)
* Removes need for homebrew installation if all other packages are installed. Modifies test to work with this new functionality.
2018-11-07 15:21:05 -08:00
Jonah Williams
00c07266c1
add frontend server as a non dart dep of fuchsia_tool (#24075) 2018-11-07 15:14:35 -08:00
Ryan Macnak
d92d175bcb Opt into deterministic snapshots.
Also, remove old flags.
2018-11-07 14:44:20 -08:00
Hans Muller
4bb62b4348
Stop TextFields from wobbling within scrollables (#24015) 2018-11-07 14:27:25 -08:00
liyuqian
57c2fac14a
Add engine merge method configuration (#23953)
In order for this to take effect, https://skia-review.googlesource.com/c/buildbot/+/167200
needs to be landed and deployed.

The /bin/internal/engine.merge_method file controls how we merge a pull
request created by the engine auto-roller. If it's squash, there's only one
commit for a pull request no matter how many engine commits there are inside
that pull request. If it's rebase, the number of commits in the framework is
equal to the number of engine commits in the pull request. The latter method is
easier to detect regressions but cost more test resources.
2018-11-07 13:06:38 -08:00
jslavitz
50fb729609
Includes frameworkVersion in JSON version output (#23891)
* Include framework version in JSON output and adds test
2018-11-07 12:28:22 -08:00
jslavitz
7342816084
Adds fix for double comparison error (#24026)
* adds fix for rounding error
2018-11-07 12:27:08 -08:00
Dan Field
3d01e89e7a
Unbreak WidgetsApp when only a builder specified (#23976)
* update assert add test

* update docs
2018-11-07 12:16:35 -08:00
Jonah Williams
6c88b2e9fb
restore compileExpressionService (#24063) 2018-11-07 12:04:05 -08:00
engine-flutter-autoroll
fe6798bd25
Roll engine e64af7510e89..2494abdda728 (2 commits) (#24065)
e64af7510e...2494abdda7

git log e64af7510e89..2494abdda728 --no-merges --oneline
2494abdda Roll src/third_party/skia 273fa2f3bd0b..62cc5f581747 (7 commits) (flutter/engine#6780)
daeeedafa Roll src/third_party/skia 67f5c0ceac22..273fa2f3bd0b (1 commits) (flutter/engine#6779)


The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-07 15:03:19 -05:00
Greg Spencer
fbcd664e08
Generate a robots.txt when generating docs for API site. (#24059) 2018-11-07 10:19:25 -08:00
Michael Beckler
9abce96e8e BottomNavigationBar: bug fix for dealing with animations with shifting tabs (#22264)
Should fix #22226.

Code introduced in #20890 caused a regression that broke color flooding animations in a BottomNavigationBar that has BottomNavigationBarType.shifting.

The original issue (#19653) dealt with background color changes not occurring until another tab was selected. The result is that the background color instantly changes whenever the state changes and when the widget changes, instead of allowing a new widget to animate the background color change.
2018-11-07 09:20:27 -08:00
Greg Spencer
094f93dfcf
Fixes several bugs in samples, quotes HTML properly, and pre-compiles snippet tool. (#24020)
When converting all of the samples to use the snippet tool, I encountered some bugs/shortcomings:

1. The document production took 90 minutes, since the snippet tool was being invoked from the command line each time. I fixed this by snapshotting the executable before running, so it's down to 7 minutes.

2. The sample code was not being properly escaped by the snippet tool, so generics were causing issues in the HTML output. It is now quoted.

3. Code examples that used languages other than Dart were not supported. Anything that highlight.js was compiled for dartdoc with is now supported.

4. The comment color for highlight.js was light grey on white, which was pretty unreadable. It's now dark green and bold.
2018-11-07 08:29:14 -08:00
engine-flutter-autoroll
1594931605
Roll engine 824daacf6d95..e64af7510e89 (1 commits) (#24052)
824daacf6d...e64af7510e

git log 824daacf6d95..e64af7510e89 --no-merges --oneline
e64af7510 Roll src/third_party/skia 2a13921745eb..67f5c0ceac22 (2 commits) (flutter/engine#6777)


The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-07 07:05:19 -05:00
engine-flutter-autoroll
baf3cf5d3c
Roll engine 4f4c470d2419..824daacf6d95 (1 commits) (#24045)
4f4c470d24...824daacf6d

git log 4f4c470d2419..824daacf6d95 --no-merges --oneline
824daacf6 Roll src/third_party/skia 3daed9b12db4..2a13921745eb (1 commits) (flutter/engine#6776)


The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-07 03:46:19 -05:00
Dan Field
220cceedb5
Fix heroes transition when initial route is not '/' (#24039)
* early return for initialRoute + test
2018-11-07 00:06:34 -08:00
Dan Field
028087d0fc
fix identifier for release.xcconfig in module template (#23978) 2018-11-06 22:44:01 -08:00
engine-flutter-autoroll
3fbf692af3 Roll engine e61f05256eaa..4f4c470d2419 (3 commits) (#24038)
e61f05256e...4f4c470d24

git log e61f05256eaa..4f4c470d2419 --no-merges --oneline
4f4c470d2 Roll src/third_party/skia 630e7d651a34..3daed9b12db4 (6 commits) (flutter/engine#6775)
177e043b5 fix setInitialRoute (flutter/engine#6774)
6fa5c0a82 Pass scriptCode into Locale on initialization. (flutter/engine#6711)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-06 22:15:44 -08:00
engine-flutter-autoroll
ea82e5a650 Roll engine dda667f8f093..e61f05256eaa (2 commits) (#24032)
dda667f8f0...e61f05256e

git log dda667f8f093..e61f05256eaa --no-merges --oneline
e61f05256 Roll src/third_party/skia 2aa9a22fe159..630e7d651a34 (5 commits) (flutter/engine#6773)
21eb1caae Update the contributing guide (flutter/engine#6754)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-06 21:23:35 -08:00
Jonah Williams
2fc2581be4
unpin mockito (#24021) 2018-11-06 17:24:39 -08:00
Gary Qian
08e0fd379e
Roll engine 5006ce574823..dda667f8f (3 commits), harfbuzz upgrade to 2.1.0 (#24024)
dda667f8f Roll update to harfbuzz to 2.1.0 (#6760)
e8f0c08c9 Add instructions to download the full license log diff. (#6771)
5077e95f1 Roll src/third_party/skia f2b35e4fb8cc..2aa9a22fe159 (7 commits) (#6770)
2018-11-06 15:55:54 -08:00
jslavitz
34fa90b062
Improves SDK Search Error Messages (#23884)
* Improves error message and adds test.
2018-11-06 15:13:35 -08:00
engine-flutter-autoroll
99374edc6c Roll engine fb5b097e5c20..5006ce574823 (4 commits) (#24018)
5006ce574 fix type in embedded views preview flag name (flutter/engine#6767)
eec27fc8a Roll src/third_party/skia e70c6b13dd55..f2b35e4fb8cc (6 commits) (flutter/engine#6768)
aea7071e2 Roll src/third_party/skia e6c85755832b..e70c6b13dd55 (1 commits) (flutter/engine#6766)
1132d6c42 Roll src/third_party/skia 11407e56f277..e6c85755832b (2 commits) (flutter/engine#6765)
2018-11-06 14:42:40 -08:00
Jonah Williams
81c7af342d
Add fuchsia specific entrypoint (#23916) 2018-11-06 14:36:35 -08:00
Ian Hickson
cf2fba7b3b
Reorganize contributor documentation (#23963) 2018-11-06 13:41:09 -08:00
Jonah Williams
ab2d0323a7
cleanup accessibility test skips in gallery (#23977) 2018-11-06 13:29:23 -08:00
Jonah Williams
48c00dc7d7
fix build for real (#24016) 2018-11-06 12:32:35 -08:00
Jonah Williams
e862580518
move file back (#24014) 2018-11-06 11:09:57 -08:00
xster
7be8562202
Add cupertino_icons dependency to module pubspec template (#23961) 2018-11-06 10:52:00 -08:00
Jonah Williams
a43e3a4a2f
Retry remove package:test from flutter (#24007) 2018-11-06 10:48:34 -08:00
Jonah Williams
23a7535a39
Revert "Remove package:test dependency from flutter_test (#23755)" (#24004)
This reverts commit 71e9bd6f25125112473d5a094ee77fadaf7c259e.
2018-11-06 09:12:48 -08:00
Jonah Williams
71e9bd6f25
Remove package:test dependency from flutter_test (#23755) 2018-11-06 08:39:27 -08:00
Jonah Williams
9b66fea2ea
Follow up to https://github.com/flutter/flutter/pull/23436 (#23876) 2018-11-06 08:37:53 -08:00
Devon Carew
cb3dee79c5
add an analysis_options excludes for the build/ dir (#23653)
* add an analysis_options excludes for the build/ dir

* fix bots
2018-11-06 07:59:33 -08:00
engine-flutter-autoroll
37cdcd76cd Roll engine 3374f4cce045..fb5b097e5c20 (6 commits) (#23986)
3374f4cce0...fb5b097e5c

git log 3374f4cce045..fb5b097e5c20 --no-merges --oneline
fb5b097e5 Revert "Roll freetype2 to a10b062df0c8958d69377aa04ea6554a9961a111 (#6738)" (flutter/engine#6763)
4fd2d1486 Roll src/third_party/skia 5b2bda70e52f..11407e56f277 (1 commits) (flutter/engine#6762)
fa4c01ee6 Add an Info.plist flag to enable the embedded iOS views preview. (flutter/engine#6756)
ded297f59 Roll src/third_party/skia df8225e253a2..5b2bda70e52f (5 commits) (flutter/engine#6761)
f0380b397 Roll src/third_party/skia 32262da42bed..df8225e253a2 (10 commits) (flutter/engine#6755)
124f20f40 Clear the on-screen surface every frame. (flutter/engine#6753)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-06 00:56:06 -08:00
engine-flutter-autoroll
7e652d1dba
Roll engine b5758d0d3848..3374f4cce045 (17 commits) (#23966)
b5758d0d38...3374f4cce0

git log b5758d0d3848..3374f4cce045 --no-merges --oneline
3374f4cce Roll src/third_party/skia 8b35379ae1f1..32262da42bed (8 commits) (flutter/engine#6752)
61dbcdadf Roll src/third_party/skia e71e9ef311ba..8b35379ae1f1 (6 commits) (flutter/engine#6751)
c9b36fa11 Roll src/third_party/skia 51916083e752..e71e9ef311ba (1 commits) (flutter/engine#6750)
1a5a083de Roll src/third_party/skia 0a8b4e1acbd6..51916083e752 (2 commits) (flutter/engine#6749)
551d7f133 Roll src/third_party/skia 16d91aaf44fa..0a8b4e1acbd6 (1 commits) (flutter/engine#6748)
86feaccbf Roll src/third_party/skia 99485ace81ac..16d91aaf44fa (1 commits) (flutter/engine#6747)
4453e42ab Roll src/third_party/skia 2b21e88ed6dd..99485ace81ac (1 commits) (flutter/engine#6746)
fafef227a Roll src/third_party/skia 7e4081554d06..2b21e88ed6dd (1 commits) (flutter/engine#6745)
5d57e8af4 Roll src/third_party/skia b5ae3b5afc29..7e4081554d06 (1 commits) (flutter/engine#6744)
0e6b1e618 Roll src/third_party/skia e1b1d056fed9..b5ae3b5afc29 (3 commits) (flutter/engine#6743)
3429791c5 Roll src/third_party/skia f1ec3918534f..e1b1d056fed9 (1 commits) (flutter/engine#6742)
c5fa47a3c Roll src/third_party/skia 5d5de8bc79aa..f1ec3918534f (3 commits) (flutter/engine#6741)
be97304da Roll src/third_party/skia 1edff303fddb..5d5de8bc79aa (4 commits) (flutter/engine#6740)
731045e83 Roll freetype2 to a10b062df0c8958d69377aa04ea6554a9961a111 (flutter/engine#6738)
dd32b3fbc Roll src/third_party/skia 13245412d49e..1edff303fddb (6 commits) (flutter/engine#6739)
50ecdf965 Roll src/third_party/skia 3bfe9665aabc..13245412d49e (15 commits) (flutter/engine#6737)
96f7f344f Update scene_update_context to match recent PaintContext changes. (flutter/engine#6736)


The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-05 20:00:19 -05:00
Michael Goderbauer
a7fce41a32 Roll engine to 731045e832c5856e7ec902f2c6a485e6e047e9ea 2018-11-05 16:06:54 -08:00
Michael Goderbauer
a0e667857e Roll engine to dd32b3fbc21439df90c872eee88de9cb35633697 2018-11-05 16:06:54 -08:00
Todd Volkert
07d1ba87e0
Update doctor instructions for libimobiledevice installation (#23946)
https://github.com/flutter/flutter/issues/22595
2018-11-05 15:10:13 -08:00
mattijsf
54becbf3bf Ignore unreachable iOS devices in IOSDevice.getAttachedDevices (#23776) 2018-11-05 15:09:39 -08:00
Michael Goderbauer
b8c29a1490
Add benchmark for LICENSE file size (#23948) 2018-11-05 13:57:40 -08:00
Stanislav Baranov
ba4cf054bd
Propagate positions of secondary pointers in UP events on Android (#23797) 2018-11-05 12:43:00 -08:00