- 20 Jan, 2023 18 commits
-
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
Alexander Markov authored
-
engine-flutter-autoroll authored
* dbd1cfa22 Roll Dart SDK from fbbfc122dba6 to ac4c63168ff2 (1 revision) (flutter/engine#39030) * d84b3dc74 Roll Fuchsia Mac SDK from 6oiZwMyNsjucSxTHJ... to GvtVLigysBcywNN9T... (flutter/engine#39032)
-
Eilidh Southren authored
* theme override fix * add lerp condition and tests * remove unwanted changes * resolve app_bar token version * update test names
-
engine-flutter-autoroll authored
ccccee513 [macos] Synthesize modifier keys events on pointer events (flutter/engine#37870) (#118880)
-
engine-flutter-autoroll authored
66e177a3d Roll Dart SDK from ddf70a598f27 to fbbfc122dba6 (9 revisions) (flutter/engine#39029) (#118878)
-
engine-flutter-autoroll authored
dfe67f4c7 Roll Skia from 1b3aa8b6e1cc to f6a5c806294d (11 revisions) (flutter/engine#39027) (#118874)
-
Taha Tesser authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
3876320cb Roll Skia from aedfc8695954 to 1b3aa8b6e1cc (43 revisions) (flutter/engine#39024) (#118871)
-
engine-flutter-autoroll authored
* 7bbe79e10 Extract WideToUTF16String/UTF16StringToWide to FML (flutter/engine#39006) * acca56ce0 Revert "Extract WideToUTF16String/UTF16StringToWide to FML (#39006)" (flutter/engine#39019) * 730e88fb6 [Impeller] Check the correct stencil coverage when deciding whether to elide a restore (flutter/engine#39023)
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
Michael Goderbauer authored
* Remove unnecessary null checks in dev/benchmarks * empty
-
Michael Goderbauer authored
* Remove unnecessary null checks in dev/conductor * review
-
engine-flutter-autoroll authored
* 27f6bbcb3 Fix invalid Unix locale to Flutter locale (BCP-47) mapping (flutter/engine#36512) * 7d40e77d0 Roll Skia from 69d8378097df to aedfc8695954 (4 revisions) (flutter/engine#38966)
-
Jenn Magder authored
This reverts commit 73096fd9.
-
- 19 Jan, 2023 22 commits
-
-
Alex Wallen authored
* Add new macos target configured for flavors * Rename Free App copy-Info.plist to Free App Info.plist * Remove bogus entitlements * Remove Generated.xcconfig * Audit project.pbxproj * Remove unused configs * share one info.plist * Modify scheme so that paid app works * Codesign automatic * Pipe flavor as scheme into xcodebuild * Ignore incoming flavor string * pipe flavor for flutter run to work * Add devicelab tests * Error if host and target device are same for flutter install desktop * Avoid bang (!) by promoting a local. Co-authored-by: Jenn Magder <magder@google.com> * Add supportsInstall property * Override in test classes * Add install test on macOS * Refactor application_package and add tests for package directory Co-authored-by: a-wallen <stephenwallen@google.com> Co-authored-by: Jenn Magder <magder@google.com>
-
Danny Tuppeny authored
* Support logging 'flutter run' communication to DAP clients Fixes https://github.com/Dart-Code/Dart-Code/issues/4266. * Fix test
-
engine-flutter-autoroll authored
* f2536ce8d Shader analysis with malioc (flutter/engine#39005) * dd8c259bb [Impeller] Account for the transform in DLVerticesGeometry coverage (flutter/engine#38998) * 26b6609c6 Remove unused variables and import (flutter/engine#38971)
-
David Landeros authored
* [Flutter_tools] Ensure service worker starts caching assets since the first launch * [flutter_tools] add comment to give some context on self.clients.claim() * [flutter_tools] add comment to give some context on self.clients.claim()
-
engine-flutter-autoroll authored
* a0e3c14d4 Merge MSAA alert functionality with UIA (flutter/engine#38745) * 78bbea005 [web] dont look up webgl params if no GPU is available (flutter/engine#38948)
-
Alex Wallen authored
* Add new task runner for impeller enabled complex layout test * Add new target in .ci.yaml * Claim ownership of complex_layout_scroll_perf_impeller_macos__timeline_summary * Task runner for non-impeller enabled scroll test * Add test target for non impeller complex layout scroll * claim ownership of the last target * mark as bringup Co-authored-by: a-wallen <stephenwallen@google.com>
-
Alex Wallen authored
Co-authored-by: a-wallen <stephenwallen@google.com>
-
Jenn Magder authored
-
Jenn Magder authored
This reverts commit 5cd2d4c6.
-
Victoria Ashworth authored
* setup wireless debugging to use device IP * fix tests * fix unused var and missing annotation * remove unneeded try catch * remove commented out line, change null to package id * better way to get package id * update mDNS lookup to continously check for server, add messaging if takes too long to find observatory url, update flutter drive to enable publish-port if using network device * Refactor mDNS Discovery to poll for observatories and better handle multiple instances of the same app. Update drive command to make publish-port more stable. Update attach for iOS to only use Protocol Discovery if applicable, run mDNS and Protocol Discovery simultaneously, handle --debug-port/--debug-url/--device-vmservice-port, continously poll for obseravtories with mDNS, include port in error message when mutliple available * add and update comments, use logger spinner intead of timer in flutter attach, other small improvements * add newline to message so next log won't be on same line * fix install/waiting for permission status progress so it doens't double print the time it took. * only print backtrace if observatory times out on a physical usb connected device * fix test * Update related references from Observatory to Dart VM Service * fix test
-
engine-flutter-autoroll authored
29a0582a1 Roll Fuchsia Mac SDK from tlYMsnCv86Fjt5LfF... to 6oiZwMyNsjucSxTHJ... (flutter/engine#39004) (#118817)
-
yusuf-goog authored
This will run tests on new iphone11 devicelab devices which are running iOS-16. Bug:https://github.com/flutter/flutter/issues/117237
-
Mitchell Goodwin authored
* Add focus detector to CupertinoSwitch * Add comment * Remove whitespace * Add focusColor constructor to CupertinoSwitch * Remove whitespace * Add color type * Remove gap in border * Adjust color and line thickness
-
Mitchell Goodwin authored
-
engine-flutter-autoroll authored
-
Danny Tuppeny authored
Update test expectations from application/javascript -> text/javascript `package:mime` now uses `text/javascript` and not `application/javascript`. See https://github.com/dart-lang/mime/pull/76. See https://datatracker.ietf.org/doc/html/rfc9239. > This document defines equivalent processing requirements for the various script media types. The most widely supported media type in use is `text/javascript`; all others are considered historical and obsolete aliases of `text/javascript`.
-
Mingyu authored
* Check whether slider is unmounted before interaction * Update slider.dart * Update Slider * Add test * Update slider_test.dart * Update packages/flutter/test/material/slider_test.dart Co-authored-by: Taha Tesser <tessertaha@gmail.com> Co-authored-by: Taha Tesser <tessertaha@gmail.com>
-
Taha Tesser authored
Updated `ListTile` documentation, add Material 3 example and other `ListTile` examples fixes. (#118705)
-
Alex Wallen authored
* Add gems as a dep - fails without * Add missing entitlements to run app on macos Co-authored-by: a-wallen <stephenwallen@google.com>
-
engine-flutter-autoroll authored
40f7f0f09 Roll Fuchsia Mac SDK from P5QcCJU8I71xVXuMT... to tlYMsnCv86Fjt5LfF... (flutter/engine#38994) (#118771)
-
engine-flutter-autoroll authored
95b0c151f Roll Dart SDK from 645fd748e79e to ddf70a598f27 (14 revisions) (flutter/engine#38990) (#118763)
-
Ricardo Amador authored
-