Alexander Aprelev
b12bdd0ea1
Use separate isolate for image loading. ( #34188 )
...
* Use separate isolate for image loading. Use TransferableTypedData to const-cost receive bytes from that isolate.
2019-09-18 20:38:54 -07:00
engine-flutter-autoroll
3cf88fed6d
Roll engine 7f7250f47636..33ad6757e883 (2 commits) ( #40805 )
...
git@github.com:flutter/engine.git/compare/7f7250f47636...33ad6757e883
git log 7f7250f47636..33ad6757e883 --no-merges --oneline
2019-09-19 iska.kaushik@gmail.com [flutter_runner] Port over the tuning advice (flutter/engine#12345 )
2019-09-19 iska.kaushik@gmail.com [flutter_runner] Remove usages of shared snapshots from CC sources (flutter/engine#12343 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-18 23:09:41 -04:00
engine-flutter-autoroll
4c724b9b7d
7f7250f47 [flutter_runner] Do not use prebuilts just yet (flutter/engine#12340) ( #40801 )
...
git@github.com:flutter/engine.git/compare/00a12c411f81...7f7250f47636
git log 00a12c411f81..7f7250f47636 --no-merges --oneline
2019-09-18 iska.kaushik@gmail.com [flutter_runner] Do not use prebuilts just yet (flutter/engine#12340 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-18 21:48:41 -04:00
engine-flutter-autoroll
85e7ad7636
00a12c411 Add missing CL, fix targets for Fuchsia (flutter/engine#12338) ( #40799 )
...
git@github.com:flutter/engine.git/compare/d3c60acef82c...00a12c411f81
git log d3c60acef82c..00a12c411f81 --no-merges --oneline
2019-09-18 dnfield@google.com Add missing CL, fix targets for Fuchsia (flutter/engine#12338 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-18 20:55:41 -04:00
engine-flutter-autoroll
71524e78f3
Roll engine 00f23b2e7356..d3c60acef82c (2 commits) ( #40796 )
...
git@github.com:flutter/engine.git/compare/00f23b2e7356...d3c60acef82c
git log 00f23b2e7356..d3c60acef82c --no-merges --oneline
2019-09-18 ditman@gmail.com More controls for Screenshot tests (for web) (flutter/engine#12284 )
2019-09-18 skia-flutter-autoroll@skia.org Roll src/third_party/skia 8391bac5c6f0..f19f9caab2b4 (8 commits) (flutter/engine#12341 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-18 20:00:41 -04:00
adazh
c4016aadb3
[Flutter Driver] Simplified the serialization/deserialization logic of the Descendant/… ( #40715 )
...
* Simplified the serialization/deserialization logic of the Descendant/Ancestor matchers
2019-09-18 16:58:33 -07:00
Jenn Magder
d95adf999c
Move build info checks from generating files to the xcode build ( #40792 )
2019-09-18 16:57:31 -07:00
Amir Hardon
4e108b6f90
Exclude non Android plugins from Gradle build ( #40640 )
...
Before this change, having an Android app depend on a plugin that has no android implementation resulted in a Gradle build failure.
This scenario is likely to become more common if we're enabling federated plugins, as the package implementing just the desktop implementation of a plugin won't have an Android implementation.
This changes the Gradle plugin to not try to build any plugins that doesn't have an android/build.gradle file.
2019-09-18 16:42:20 -07:00
engine-flutter-autoroll
d1e71cd85c
Roll engine 113be249ddcf..00f23b2e7356 (3 commits) ( #40790 )
...
git@github.com:flutter/engine.git/compare/113be249ddcf...00f23b2e7356
git log 113be249ddcf..00f23b2e7356 --no-merges --oneline
2019-09-18 tamird@google.com [fuchsia] add fuchsia.netstack.Netstack (flutter/engine#12325 )
2019-09-18 skia-flutter-autoroll@skia.org Roll src/third_party/skia dd0dff1c35d2..8391bac5c6f0 (8 commits) (flutter/engine#12337 )
2019-09-18 ditman@gmail.com Ensure DRRects without corners also draw. (flutter/engine#12330 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-18 18:47:41 -04:00
Robin Jespersen
d4a016443b
Adding onEnd callback to implicit animated widgets ( #38979 )
2019-09-18 14:56:18 -07:00
Michael Goderbauer
4373a31971
Reapply "Revert "Propagate textfield character limits to semantics ( #40468 )" ( #40767 )
2019-09-18 14:55:37 -07:00
engine-flutter-autoroll
f19f040a73
113be249d Update ExternalViewEmbedder class comment. (flutter/engine#11063) ( #40776 )
...
git@github.com:flutter/engine.git/compare/2289072724ff...113be249ddcf
git log 2289072724ff..113be249ddcf --no-merges --oneline
2019-09-18 amirh@users.noreply.github.com Update ExternalViewEmbedder class comment. (flutter/engine#11063 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-18 17:54:41 -04:00
chunhtai
6c457e124b
Material textselection context menu cannot disable select all ( #40713 )
2019-09-18 12:19:37 -07:00
Alexandre Ardhuin
c3ddfb924f
add missing trailing commas (in examples/) ( #40701 )
2019-09-18 20:48:07 +02:00
Christopher Fujino
0b24a5a2ff
Implement mdns for flutter run
( #40447 )
2019-09-18 11:01:08 -07:00
Justin McCandless
431b82fda8
TextField docs for getting value ( #40695 )
...
Added docs examples of getting the string from a TextField
2019-09-18 10:43:23 -07:00
liyuqian
5aaac71f98
Wait for first frame in driver tests ( #40617 )
...
The transition_perf test is no longer flaky.
2019-09-18 10:25:14 -07:00
engine-flutter-autoroll
a1c482b977
228907272 Roll src/third_party/skia d545bfbb94ca..dd0dff1c35d2 (25 commits) (flutter/engine#12334) ( #40761 )
...
git@github.com:flutter/engine.git/compare/fce8be3a68c0...2289072724ff
git log fce8be3a68c0..2289072724ff --no-merges --oneline
2019-09-18 skia-flutter-autoroll@skia.org Roll src/third_party/skia d545bfbb94ca..dd0dff1c35d2 (25 commits) (flutter/engine#12334 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-18 13:12:41 -04:00
engine-flutter-autoroll
c4c7e033bd
fce8be3a6 Roll src/third_party/dart f22f62c85d..cb80ea7ba9 (8 commits) ( #40729 )
...
git@github.com:flutter/engine.git/compare/36be89da497b...fce8be3a68c0
git log 36be89da497b..fce8be3a68c0 --no-merges --oneline
2019-09-18 bkonyi@google.com Roll src/third_party/dart f22f62c85d..cb80ea7ba9 (8 commits)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-18 09:44:41 -04:00
engine-flutter-autoroll
abfad9cc49
Roll engine 6a96417416b4..36be89da497b (4 commits) ( #40726 )
...
git@github.com:flutter/engine.git/compare/6a96417416b4...36be89da497b
git log 6a96417416b4..36be89da497b --no-merges --oneline
2019-09-17 matthew-carroll@users.noreply.github.com Added javadoc comments to FlutterActivity and FlutterFragmentActivity. (flutter/engine#12328 )
2019-09-17 bkonyi@google.com Roll src/third_party/dart 7505b3a5f0..f22f62c85d (5 commits)
2019-09-17 iska.kaushik@gmail.com Revert "Provide dart vm initalize isolate callback so that children isolates belong to parent's isolate group. (#9888 )" (flutter/engine#12327 )
2019-09-17 ankitdave06@gmail.com [flutter] Remove old A11y API's. (flutter/engine#12308 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-18 00:14:41 -04:00
engine-flutter-autoroll
54fad69031
Roll engine d1692d4cc703..6a96417416b4 (4 commits) ( #40721 )
...
git@github.com:flutter/engine.git/compare/d1692d4cc703...6a96417416b4
git log d1692d4cc703..6a96417416b4 --no-merges --oneline
2019-09-17 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from RRgw-... to F-g18... (flutter/engine#12326 )
2019-09-17 chinmaygarde@google.com Account for root surface transformation on the surfaces managed by the external view embedder. (flutter/engine#11384 )
2019-09-17 matthew-carroll@users.noreply.github.com Introduce FlutterFragmentActivity (flutter/engine#12305 )
2019-09-17 chinmaygarde@google.com Shuffle test order and repeat test runs once. (flutter/engine#12275 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-17 22:57:41 -04:00
engine-flutter-autoroll
00d50be849
Roll engine 63873d9f421f..d1692d4cc703 (22 commits) ( #40717 )
...
git@github.com:flutter/engine.git/compare/63873d9f421f...d1692d4cc703
git log 63873d9f421f..d1692d4cc703 --no-merges --oneline
2019-09-17 hterkelsen@users.noreply.github.com Update canvaskit backend (flutter/engine#12318 )
2019-09-17 mouad.debbar@gmail.com README for the felt tool (flutter/engine#12323 )
2019-09-17 jason-simmons@users.noreply.github.com Fix continuous event polling in the GLFW event loop (flutter/engine#12320 )
2019-09-17 15365765+rafern@users.noreply.github.com Tests for #11283 (flutter/engine#12322 )
2019-09-17 ditman@gmail.com Improve check to render (or not) a DRRect when inner falls outside of outer on RecordingCanvas (flutter/engine#12229 )
2019-09-17 bkonyi@google.com Roll src/third_party/dart dd1969a43a..7505b3a5f0 (39 commits)
2019-09-17 30870216+gaaclarke@users.noreply.github.com Channel buffers (flutter/engine#12167 )
2019-09-17 xster@google.com Make iOS FlutterViewController stop sending inactive/pause on app lifecycle events when not visible (flutter/engine#12128 )
2019-09-17 stuartmorgan@google.com Adds PluginRegistry to the C++ client wrapper API (flutter/engine#12287 )
2019-09-17 liyuqian@google.com Add "type" to getDisplayRefreshRate protocol (flutter/engine#12319 )
2019-09-17 mouad.debbar@gmail.com Add a build command to felt (flutter/engine#12303 )
2019-09-17 skia-flutter-autoroll@skia.org Roll src/third_party/skia df432d5efb70..d545bfbb94ca (1 commits) (flutter/engine#12316 )
2019-09-17 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from rwf0-... to RRgw-... (flutter/engine#12315 )
2019-09-17 skia-flutter-autoroll@skia.org Roll src/third_party/skia f8486f2c5fb6..df432d5efb70 (1 commits) (flutter/engine#12313 )
2019-09-17 skia-flutter-autoroll@skia.org Roll src/third_party/skia b47704b0bd34..f8486f2c5fb6 (2 commits) (flutter/engine#12312 )
2019-09-16 jason-simmons@users.noreply.github.com Fix the declaration of setSystemGestureExclusionRects to match the PlatformMessageHandler interface (flutter/engine#12306 )
2019-09-16 gw280@google.com Manage resource and onscreen contexts using separate IOSGLContext objects (flutter/engine#12277 )
2019-09-16 goderbauer@google.com Cleanup in web_ui (flutter/engine#12307 )
2019-09-16 30870216+gaaclarke@users.noreply.github.com Made flutter startup faster by allowing initialization to be parallelized (flutter/engine#10182 )
2019-09-16 skia-flutter-autoroll@skia.org Roll src/third_party/skia c22498502cda..b47704b0bd34 (16 commits) (flutter/engine#12304 )
2019-09-16 jonahwilliams@google.com Include firefox in check to quote font families (flutter/engine#12288 )
2019-09-16 bkonyi@google.com Roll src/third_party/dart 7799f424f4..dd1969a43a (2 commits)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC stuartmorgan@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-17 21:26:25 -04:00
Greg Spencer
110db03f24
Fix a problem with disposing of focus nodes in tab scaffold ( #40100 )
...
Previously, focus nodes created in the tab scaffold were not being disposed of properly, causing possible memory leaks. Also, the builder wasn't being passed the right context so that the FocusScope.of operator inside of a builder would find the focus scope for the given tab (it was being passed the context of the overall tab scaffold).
2019-09-17 17:10:18 -07:00
Jonah Williams
5de5bb0172
fix platform environment ( #40692 )
2019-09-17 17:07:55 -07:00
Jenn Magder
9a68b0df3e
Warn when build number and version can't be parsed on iOS ( #40611 )
2019-09-17 17:07:41 -07:00
Michael Goderbauer
b4324aed59
Revert "Propagate textfield character limits to semantics ( #40468 )" ( #40714 )
...
This reverts commit 6ad88bd5c01897ee3c5743a99e75350f87388819.
2019-09-17 16:37:11 -07:00
Michael Goderbauer
6ad88bd5c0
Propagate textfield character limits to semantics ( #40468 )
2019-09-17 14:39:50 -07:00
Kate Lovett
31029f9338
Doc Improvements for SliverFillRemaining ( #39088 )
2019-09-17 14:21:28 -07:00
Greg Spencer
63e096b4ac
Update keyboard maps ( #40697 )
...
This updates the keyboard maps to use updated HID codes for game controller buttons (from Chrome), and to encode that GLFW "super" keys are what we call "meta" keys (i.e. Windows key or Command key).
2019-09-17 13:24:54 -07:00
Michael Goderbauer
8e14fc7f72
New overview for animations library ( #40607 )
2019-09-17 13:03:15 -07:00
Alexandre Ardhuin
58bd39cd23
Extract some onPress methods ( #40678 )
...
* Extract some onPress methods
* address review comments
2019-09-17 21:00:16 +02:00
Anthony
c17086a06d
Add the option to configure a chip check mark color ( #40608 )
...
Add the option to configure a chip check mark color
2019-09-17 14:17:34 -04:00
xster
fab3eb21c2
Let Material BackButton have a custom onPressed handler ( #39600 )
2019-09-17 11:09:18 -07:00
Brian Egan
a50eda8f5a
Diagrams and samples for Rank 20-30 popular api docs ( #40089 )
2019-09-17 10:22:28 -07:00
Hans Muller
6d18c20a95
Update PopupMenu layout ( #40179 )
2019-09-17 08:48:27 -07:00
Emmanuel Garcia
8a1bf5b827
Reland #39157 ( #39798 )
2019-09-17 08:19:33 -07:00
Alexandre Ardhuin
df4bf453ab
more UI-as-code ( #35516 )
2019-09-17 16:23:44 +02:00
stuartmorgan
d03aecab58
Add an ephemeral directory for Linux ( #40587 )
...
Moves the generated config into that directory. Matches the structure of
the other desktop projects.
Also fixes #40265
2019-09-16 16:04:55 -07:00
Emmanuel Garcia
0df1594ba2
Enable the resource shrinker ( #40610 )
2019-09-16 15:27:05 -07:00
engine-flutter-autoroll
26bb93145f
Roll engine 8a8610a9a514..63873d9f421f (2 commits) ( #40620 )
...
git@github.com:flutter/engine.git/compare/8a8610a9a514...63873d9f421f
git log 8a8610a9a514..63873d9f421f --no-merges --oneline
2019-09-16 15365765+rafern@users.noreply.github.com Fix objects equal to null not being detected as null (flutter/engine#11283 )
2019-09-16 qxyat2019@gmail.com Reset NSNetService delegate to nil,when stop service. (flutter/engine#11270 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC jimgraham@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-16 18:18:41 -04:00
liyuqian
652be88ecd
Revert "Measure iOS CPU/GPU percentage ( #39439 )" ( #40624 )
...
This reverts commit af9f424d5db7694ad80006f97d8403500ecd9991.
Reverts flutter/flutter#39439
Reason: this passed the local device lab test on my Macbook but it failed in the actual device lab. Will investigate, fix, and reland.
TBR: @dnfield @goderbauer @tvolkert @Hixie
2019-09-16 15:00:27 -07:00
LongCatIsLooong
390ef60963
CupertinoNavigationBar Dark Mode( #40189 )
2019-09-16 14:16:30 -07:00
Gary Qian
67e35d612e
Specify ifTrue and ifFalse for strut FlagProperty ( #40609 )
2019-09-16 14:08:18 -07:00
engine-flutter-autoroll
b9a34dec7e
Roll engine 2c4ed36c60ae..8a8610a9a514 (3 commits) ( #40616 )
...
git@github.com:flutter/engine.git/compare/2c4ed36c60ae...8a8610a9a514
git log 2c4ed36c60ae..8a8610a9a514 --no-merges --oneline
2019-09-16 liyuqian@google.com Implement Base32Decode (flutter/engine#12253 )
2019-09-16 liyuqian@google.com Reland "Smooth out iOS irregular input events delivery (#11817 )" (flutter/engine#12280 )
2019-09-16 mouad.debbar@gmail.com Refactor and polish the 'felt' tool (flutter/engine#12258 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC jimgraham@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-16 16:56:41 -04:00
Kate Lovett
e62c68c243
Fix for broken LocalFileComparator output ( #40399 )
...
* Fixing LocalFileComparator output
* Fixing path separators for windows failures
* Windows path issues
* Testing
* ++
* ++
* Fixing base directory - windows
* Clean up
2019-09-16 13:14:46 -07:00
liyuqian
af9f424d5d
Measure iOS CPU/GPU percentage ( #39439 )
...
For https://github.com/flutter/flutter/issues/33899
Test added:
- simple_animation_perf_ios
Test modified:
- backdrop_filter_perf_ios__timeline_summary
We'll add the CPU/GPU measurement to more iOS tests
once it's proven to be non-flaky.
2019-09-16 13:14:38 -07:00
Jonah Williams
79107e0fe2
Dont kill other processes when starting desktop application ( #40472 )
2019-09-16 13:12:50 -07:00
engine-flutter-autoroll
9dd8c3a31c
Roll engine 04f567bdde40..2c4ed36c60ae (3 commits) ( #40614 )
...
git@github.com:flutter/engine.git/compare/04f567bdde40...2c4ed36c60ae
git log 04f567bdde40..2c4ed36c60ae --no-merges --oneline
2019-09-16 bkonyi@google.com Roll src/third_party/dart a8f433820b..7799f424f4 (3 commits)
2019-09-16 goderbauer@google.com a11y: expose max character count for text fields (flutter/engine#12269 )
2019-09-16 skia-flutter-autoroll@skia.org Roll src/third_party/skia 86c48abc94f3..c22498502cda (1 commits) (flutter/engine#12300 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC jimgraham@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-16 15:44:41 -04:00
engine-flutter-autoroll
c7b34d9ff5
04f567bdd Do not assume Platform.script is a Dart source file during training. (flutter/engine#12256) ( #40603 )
...
git@github.com:flutter/engine.git/compare/aef8f5e01a91...04f567bdde40
git log aef8f5e01a91..04f567bdde40 --no-merges --oneline
2019-09-16 rmacnak@google.com Do not assume Platform.script is a Dart source file during training. (flutter/engine#12256 )
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC jimgraham@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-16 14:35:41 -04:00
engine-flutter-autoroll
3a926d6428
aef8f5e01 Roll src/third_party/dart f8f0b845c2..a8f433820b (1 commits) ( #40595 )
...
git@github.com:flutter/engine.git/compare/3da554934b84...aef8f5e01a91
git log 3da554934b84..aef8f5e01a91 --no-merges --oneline
2019-09-16 bkonyi@google.com Roll src/third_party/dart f8f0b845c2..a8f433820b (1 commits)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC jimgraham@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-09-16 12:58:41 -04:00