engine-flutter-autoroll
436d6d1210
2d6499c50 Roll fuchsia/sdk/core/mac-amd64 from Mzwf3... to c8UZM... (flutter/engine#10618) ( #37561 )
...
git@github.com:flutter/engine.git/compare/63b253d907b9...2d6499c50e34
git log 63b253d907b9..2d6499c50e34 --no-merges --oneline
2019-08-03 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from Mzwf3... to c8UZM... (flutter/engine#10618 )
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 (franciscojma@google.com ), and stop
the roller if necessary.
2019-08-03 21:44:23 -04:00
MH Johnson
da8c7a9756
[Material] Add support for hovered, pressed, focused, and selected text color on Chips. ( #37259 )
...
* Chip keeps track of state, resolves text color
2019-08-03 12:52:00 -04:00
engine-flutter-autoroll
3928f30ce9
63b253d90 expose max depth on Window (flutter/engine#10414) ( #37543 )
...
git@github.com:flutter/engine.git/compare/960501721b23...63b253d907b9
git log 960501721b23..63b253d907b9 --no-merges --oneline
2019-08-03 dnfield@google.com expose max depth on Window (flutter/engine#10414 )
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 (franciscojma@google.com ), and stop
the roller if necessary.
2019-08-03 03:26:22 -04:00
engine-flutter-autoroll
54b2ce7a91
Roll engine bd988f6cc3d0..960501721b23 (4 commits) ( #37531 )
...
git@github.com:flutter/engine.git/compare/bd988f6cc3d0...960501721b23
git log bd988f6cc3d0..960501721b23 --no-merges --oneline
2019-08-03 dnfield@google.com Reland Skia Caching improvements (flutter/engine#10434 )
2019-08-02 chris@bracken.jp Delete unused create_macos_gen_snapshot.py script (flutter/engine#10479 )
2019-08-02 chris@bracken.jp Add #else, #endif condition comments (flutter/engine#10477 )
2019-08-02 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from eAnGy... to Mzwf3... (flutter/engine#10476 )
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 (franciscojma@google.com ), and stop
the roller if necessary.
2019-08-03 01:49:23 -04:00
stuartmorgan
abe67b4a1f
Don't enable scroll wheel when scrolling is off ( #37211 )
...
NeverScrollableScrollPhysics should prevent all scrolling, but the new
scrollwheel codepath wasn't checking it.
Fixes #35304
2019-08-02 20:08:43 -07:00
engine-flutter-autoroll
2b1db6c109
Roll engine 4106d847b098..bd988f6cc3d0 (4 commits) ( #37522 )
...
git@github.com:flutter/engine.git/compare/4106d847b098...bd988f6cc3d0
git log 4106d847b098..bd988f6cc3d0 --no-merges --oneline
2019-08-02 a-siva@users.noreply.github.com Roll src/third_party/dart 622ec5099f...9bb446aae1 (14 commits) (flutter/engine#10475 )
2019-08-02 skia-flutter-autoroll@skia.org Roll src/third_party/skia 149f3f197897..a800ec96f724 (15 commits) (flutter/engine#10474 )
2019-08-02 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from 7LN8t... to oMu_X... (flutter/engine#10472 )
2019-08-02 garyq@google.com Track detailed LibTxt metrics with LineMetrics(#10127 )
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 (franciscojma@google.com ), and stop
the roller if necessary.
2019-08-02 21:55:23 -04:00
stuartmorgan
018d45dc06
Use macOS ephemeral directory for Pod env script ( #37509 )
...
On macOS, any file that isn't intended to be checked in should be in the
ephemeral directory.
2019-08-02 16:44:04 -07:00
liyuqian
7f77f0177a
Quickly fix start up tests ( #37503 )
...
The hack here is to flush the timeline events so the host that
waits for the 'Rasterized first useful frame' event won't hang.
Previously 'Widgets built first useful frame' didn't cause this
trouble because the GPU thread will naturally add more events later
and cause a fresh. The `Rasterized...` event, however, is likely
to be the last (or nearly the last) event during the app start up.
rmacnak and I will figure out a better way to fix it next week.
We're having this quick hack now to fix our device lab performance
tests so we won't miss the data points.
2019-08-02 16:27:28 -07:00
Christopher Fujino
5fb2d2aeea
have xcodeSelectPath also catch ArgumentError ( #37521 )
2019-08-02 16:08:49 -07:00
Emmanuel Garcia
40c5cc9708
Find the app bundle when the flavor contains underscores ( #37457 )
2019-08-02 16:02:46 -07:00
Emmanuel Garcia
80ee3dd04c
Print message when HttpException is thrown after running flutter run
( #37440 )
2019-08-02 16:02:02 -07:00
engine-flutter-autoroll
5c14705135
Roll engine f54c39d564b4..4106d847b098 (5 commits) ( #37513 )
...
git@github.com:flutter/engine.git/compare/f54c39d564b4...4106d847b098
git log f54c39d564b4..4106d847b098 --no-merges --oneline
2019-08-02 a-siva@users.noreply.github.com Roll src/third_party/dart bd049f5b53...622ec5099f (flutter/engine#10437 )
2019-08-02 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from coHoq... to eAnGy... (flutter/engine#10471 )
2019-08-02 skia-flutter-autoroll@skia.org Roll src/third_party/skia fdd03910d6c6..149f3f197897 (11 commits) (flutter/engine#10470 )
2019-08-02 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from L-ih4... to 7LN8t... (flutter/engine#10469 )
2019-08-02 iska.kaushik@gmail.com Revert "Remove one last final call to AddPart()" (flutter/engine#10440 )
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 (franciscojma@google.com ), and stop
the roller if necessary.
2019-08-02 18:44:23 -04:00
Justin McCandless
5c48d90691
Multiline Selection Menu Position Bug ( #36974 )
...
Fix bug where selection menu appeared at top of screen for multiline inputs.
2019-08-02 15:40:11 -07:00
Jenn Magder
975156e91c
If xcode_backend.sh script fails or substitute variables are missing, fail the host Xcode build ( #37449 )
2019-08-02 13:01:25 -07:00
engine-flutter-autoroll
4e3698fb5d
Roll engine 26368225b5ec..f54c39d564b4 (7 commits) ( #37490 )
...
git@github.com:flutter/engine.git/compare/26368225b5ec...f54c39d564b4
git log 26368225b5ec..f54c39d564b4 --no-merges --oneline
2019-08-02 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from mlKdh... to coHoq... (flutter/engine#10467 )
2019-08-02 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from FidkF... to L-ih4... (flutter/engine#10466 )
2019-08-02 skia-flutter-autoroll@skia.org Roll src/third_party/skia 83d8a949ae22..fdd03910d6c6 (43 commits) (flutter/engine#10465 )
2019-08-02 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from tPxPZ... to mlKdh... (flutter/engine#10464 )
2019-08-02 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from ySA6l... to FidkF... (flutter/engine#10463 )
2019-08-02 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from bswmz... to tPxPZ... (flutter/engine#10462 )
2019-08-02 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from R6MHy... to ySA6l... (flutter/engine#10455 )
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 (franciscojma@google.com ), and stop
the roller if necessary.
2019-08-02 15:10:45 -04:00
MH Johnson
4a9b687a03
[Material] FAB refactor - remove unnecessary IconTheme ( #37269 )
...
* Remove unneeded IconTheme from FAB
2019-08-02 14:16:34 -04:00
chunhtai
5df17acb1f
add ontap to textformfield ( #37403 )
2019-08-02 10:34:39 -07:00
Hans Muller
873de56228
Update constructor APIs TooltipTheme, ToggleButtonsTheme, PopupMenuTheme ( #37338 )
...
* Update constructor APIs TooltipTheme, ToggleButtonsTheme, PopupMenuTheme
The constructor signatures for TooltipTheme, ToggleButtonsTheme, PopupMenuTheme have been incompatibly changed. They now require just one theme data parameter.
2019-08-02 10:11:38 -07:00
Justin McCandless
954714c967
Hide text selection handle after entering text ( #37436 )
...
The text caret wasn't being hidden after entering text, this fixes it.
2019-08-02 10:10:39 -07:00
Chris Yang
9553f8daa7
Extract common PlatformView functionality: Painting and Semantics ( #36955 )
...
* painting and semantics
* more comments
* fixing ci
* review fixes
* add assert for id
* rename custom layer factory to layer builder
* review updates
* partial review fixes
* some doc updates
* more doc updates
* only expose getter for id in PlatformViewController
* doc updates/removing all the references
* remove extra
* more doc updates
* some doc updates
* more doc fixes
* review fixes
2019-08-02 10:07:59 -07:00
engine-flutter-autoroll
99fe0d078b
26368225b Fix deprecation warnings in the Android embedding (flutter/engine#10424) ( #37456 )
...
git@github.com:flutter/engine.git/compare/eac7ef065dbd...26368225b5ec
git log eac7ef065dbd..26368225b5ec --no-merges --oneline
2019-08-02 jason-simmons@users.noreply.github.com Fix deprecation warnings in the Android embedding (flutter/engine#10424 )
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 (franciscojma@google.com ), and stop
the roller if necessary.
2019-08-02 13:07:44 -04:00
Liam Appelbe
0cf4033404
Switch iOS gen_snapshot from multi-arch binary to multiple binaries ( #37445 )
...
* Switch iOS gen_snapshot from multi-arch binary to multiple binaries
* Make snapshotterPath mutable
2019-08-02 07:43:07 -07:00
Dan Field
84fe2adedb
Nosuchmethod window ( #37417 )
2019-08-01 20:04:49 -07:00
engine-flutter-autoroll
18418dffda
Roll engine bf9288597586..eac7ef065dbd (4 commits) ( #37448 )
...
git@github.com:flutter/engine.git/compare/bf9288597586...eac7ef065dbd
git log bf9288597586..eac7ef065dbd --no-merges --oneline
2019-08-01 chris@bracken.jp Add copy_gen_snapshots.py tool (flutter/engine#10430 )
2019-08-01 liama@google.com Fix mac gen_snapshot uploader (flutter/engine#10423 )
2019-08-01 iska.kaushik@gmail.com Make kernel compiler use host toolchain (flutter/engine#10419 )
2019-08-01 liama@google.com Use simarm_x64 when targeting arm (flutter/engine#10010 )
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 (franciscojma@google.com ), and stop
the roller if necessary.
2019-08-01 22:44:44 -04:00
Jenn Magder
af1bbc4374
Disable flaky test ( #37442 )
2019-08-01 17:22:17 -07:00
engine-flutter-autoroll
2a3f48011b
bf9288597 [fuchsia] Add kernel_compiler target in build_fuchsia script (flutter/engine#10403) ( #37428 )
...
git@github.com:flutter/engine.git/compare/b41c172bcd86...bf9288597586
git log b41c172bcd86..bf9288597586 --no-merges --oneline
2019-08-01 iska.kaushik@gmail.com [fuchsia] Add kernel_compiler target in build_fuchsia script (flutter/engine#10403 )
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 (franciscojma@google.com ), and stop
the roller if necessary.
2019-08-01 19:59:59 -04:00
stevemessick
93dd90fc1a
Add .android/Flutter/flutter.iml to module template. ( #37405 )
2019-08-01 15:47:00 -07:00
chunhtai
eddcc6bb25
reland Enable selection by default for password text field and expose api to turn on and off context menu options ( #37324 )
2019-08-01 14:19:04 -07:00
Yegor
58e507ba15
Change the value of kMaxUnsignedSMI for the Web ( #37266 )
...
* Sync the value kMaxUnsignedSMI for the Web
* update events.dart docs
2019-08-01 13:37:15 -07:00
Chinmay Garde
9ea78d4488
Revert "Remove multi-arch check in iOS builds ( #37407 )" ( #37413 )
...
This reverts commit 58092195091298b5112f4f935a743de2f77d1458.
2019-08-01 11:43:32 -07:00
Liam Appelbe
5809219509
Remove multi-arch check in iOS builds ( #37407 )
...
* Remove multi-arch check in iOS builds
* Manual roll of https://github.com/flutter/engine/pull/10010
2019-08-01 11:16:21 -07:00
Tong Mu
5bb8d8fcde
Split Mouse from Listener ( #36217 )
...
- Splits on{Enter,Hover,Exit} from Listener to MouseRegion. Deprecated API is kept for compatibility.
- Splits on{Enter,Hover,Exit} from RenderPointerListener to RenderMouseRegion.
2019-08-01 11:06:50 -07:00
GroovinChip
ced207836b
Improve Windows build failure message ( #36845 )
...
* Improve Windows build failure message
* Undo dartfmt to match source formatting
* Removed prompt to file new issue per PR change request
2019-08-01 10:32:38 -07:00
Majid Hajian
7244cbb9b2
add line-length to flutter format commandline ( #36679 )
2019-08-01 10:27:41 -07:00
Jonah Williams
cf6613583d
only build macOS kernel in debug mode ( #37365 )
2019-08-01 09:23:40 -07:00
Zachary Anderson
2b03e2089d
[flutter_tool] Add missing toString() ( #37331 )
2019-08-01 09:23:05 -07:00
Yegor
ea32385162
Fix some tests now that the isMultiline flag is added to values ( #37328 )
2019-08-01 07:33:20 -07:00
Michael Goderbauer
e6dc6a8b5f
Animation API doc improvments ( #35919 )
2019-08-01 10:29:06 +02:00
engine-flutter-autoroll
8bcbc45e71
Roll engine f790c9ad7e76..b41c172bcd86 (2 commits) ( #37368 )
...
git@github.com:flutter/engine.git/compare/f790c9ad7e76...b41c172bcd86
git log f790c9ad7e76..b41c172bcd86 --no-merges --oneline
2019-08-01 iska.kaushik@gmail.com [fuchsia] Kernel compiler is now ready (flutter/engine#10309 )
2019-08-01 cfontas@google.com Remove one last final call to AddPart() (flutter/engine#10273 )
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 (franciscojma@google.com ), and stop
the roller if necessary.
2019-08-01 04:23:59 -04:00
Zachary Anderson
2e183b6233
[flutter_tool] Include the local timezone in analytics timestamp ( #37345 )
2019-07-31 23:28:18 -07:00
engine-flutter-autoroll
0d6a962b7a
f790c9ad7 Roll fuchsia/sdk/core/linux-amd64 from fuchsia/sdk/core/linux-amd64:2k-0epsqEV14oZvIxpS-jHkPhZa837aSNjEj14wd73MC to fuchsia/sdk/core/linux-amd64:R6MHyz58h4cLuv1Odwzf2JWJkrYee4D6QKR92VinTggC (flutter/engine#10305) ( #37363 )
...
git@github.com:flutter/engine.git/compare/59ac63d3e112...f790c9ad7e76
git log 59ac63d3e112..f790c9ad7e76 --no-merges --oneline
2019-08-01 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from fuchsia/sdk/core/linux-amd64:2k-0epsqEV14oZvIxpS-jHkPhZa837aSNjEj14wd73MC to fuchsia/sdk/core/linux-amd64:R6MHyz58h4cLuv1Odwzf2JWJkrYee4D6QKR92VinTggC (flutter/engine#10305 )
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 (franciscojma@google.com ), and stop
the roller if necessary.
2019-08-01 01:33:00 -04:00
Jonah Williams
602f76ca00
fix errors caught by roll of macOS assemble ( #37351 )
2019-07-31 21:14:40 -07:00
engine-flutter-autoroll
e1746161ea
Roll engine a29ef660134f..59ac63d3e112 (17 commits) ( #37357 )
...
git@github.com:flutter/engine.git/compare/a29ef660134f...59ac63d3e112
git log a29ef660134f..59ac63d3e112 --no-merges --oneline
2019-07-31 jason-simmons@users.noreply.github.com Ensure that the SingleFrameCodec stays alive until the ImageDecoder invokes its callback (flutter/engine#10297 )
2019-07-31 franciscojma@google.com [glfw] Enables replies on binary messenger in glfw embedder (flutter/engine#9948 )
2019-07-31 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from fuchsia/sdk/core/mac-amd64:TAkpmqxKgauDvmpeaOTOAbYsnz1nWuqznTirppN0dGoC to fuchsia/sdk/core/mac-amd64:bswmziOk2a7sku7aG0fnZO7sQOFPK_XBy58QPcqsugwC (flutter/engine#10300 )
2019-07-31 skia-flutter-autoroll@skia.org Roll src/third_party/skia c876404e64d2..83d8a949ae22 (6 commits) (flutter/engine#10302 )
2019-07-31 garyq@google.com Fix run.start -> run_start (flutter/engine#10295 )
2019-07-31 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from fuchsia/sdk/core/linux-amd64:E8lhQA7KKqhzZkfqaF8zKnqOMy88-Z3lf4uBnUNHa4AC to fuchsia/sdk/core/linux-amd64:2k-0epsqEV14oZvIxpS-jHkPhZa837aSNjEj14wd73MC (flutter/engine#10301 )
2019-07-31 dnfield@google.com Make tree green for real this time, I promise. (flutter/engine#10303 )
2019-07-31 dnfield@google.com Fix red build again (flutter/engine#10298 )
2019-07-31 bkonyi@google.com Roll src/third_party/dart 80c4954d4d..bd049f5b53 (37 commits) (flutter/engine#10294 )
2019-07-31 dnfield@google.com fix CI (flutter/engine#10296 )
2019-07-31 iska.kaushik@gmail.com [fuchsia] Make cirrus build fuchsia artifacts (flutter/engine#10268 )
2019-07-31 dnfield@google.com Add fuchsia.stamp for roller (flutter/engine#10293 )
2019-07-31 franciscojma@google.com [macos] Reland function refactor (flutter/engine#10189 )
2019-07-31 sjindel@google.com Export FFI from sky_engine. (flutter/engine#10282 )
2019-07-31 skia-flutter-autoroll@skia.org Roll src/third_party/skia 6808e2d1faac..c876404e64d2 (6 commits) (flutter/engine#10292 )
2019-07-31 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from fuchsia/sdk/core/mac-amd64:A4Ah4g0K30dWnbolQ7Z3zyXapbAyy3d9l4IeLGAG9YQC to fuchsia/sdk/core/mac-amd64:TAkpmqxKgauDvmpeaOTOAbYsnz1nWuqznTirppN0dGoC (flutter/engine#10291 )
2019-07-31 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from fuchsia/sdk/core/linux-amd64:6j9WXOOtqKZzSKIgQi-12GJ1MYzPDJvq-RLAtpJpGB0C to fuchsia/sdk/core/linux-amd64:E8lhQA7KKqhzZkfqaF8zKnqOMy88-Z3lf4uBnUNHa4AC (flutter/engine#10290 )
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 (franciscojma@google.com ), and stop
the roller if necessary.
2019-07-31 23:27:00 -04:00
Chris Yang
21d6d7efb2
Add comments to an Android Platform view gesture test case to explain the test ( #37322 )
2019-07-31 17:52:05 -07:00
Jonah Williams
2ab469952b
Flutter assemble for macos take 2! ( #36987 )
2019-07-31 16:19:22 -07:00
Jenn Magder
dd1fb3bcb7
Build number (part after +) is documented as optional, use entire app version if not present ( #37036 )
2019-07-31 16:18:09 -07:00
Justin McCandless
fb2f3e580e
iOS 13 scrollbar ( #35829 )
...
You can drag the cupertinoscrollbar if you pass an active scrollcontroller to the scrollbar.
2019-07-31 15:52:51 -07:00
Zachary Anderson
c7596da5a4
[flutter_tool] Re-try sending the first crash report ( #37198 )
2019-07-31 13:51:19 -07:00
Shi-Hao Hong
28dd0fde3b
Clamp Scaffold's max body height when extendBody is true ( #37254 )
2019-07-31 13:42:55 -07:00
Keerti Parthasarathy
f3674ccfd7
Update dartdoc to 28.4 ( #37314 )
2019-07-31 13:41:27 -07:00