1. 07 Nov, 2022 9 commits
  2. 06 Nov, 2022 6 commits
  3. 05 Nov, 2022 9 commits
  4. 04 Nov, 2022 16 commits
    • engine-flutter-autoroll's avatar
      Roll Flutter Engine from 6950689ed775 to 0933ca485a07 (3 revisions) (#114714) · d68af26a
      engine-flutter-autoroll authored
      * cf22fc23f Revert "reland "Migrate darwin common "framework_shared" target to ARC #37049" (#37219)" (flutter/engine#37320)
      
      * 3c5712bef Roll Dart SDK from 35b0cc8ac48b to b2aad7caafc9 (1 revision) (flutter/engine#37322)
      
      * 0933ca485 Revert "Roll Clang from a93d03310e2c to bca75abc01f3 (#37076)" (flutter/engine#37323)
      d68af26a
    • Flutter GitHub Bot's avatar
      roll packages (#114366) · 91a56cf1
      Flutter GitHub Bot authored
      91a56cf1
    • Chris Bracken's avatar
      Revert "Switch the way we retrieve the vm_service_port from /hub to iquery, on... · 01507bab
      Chris Bracken authored
      Revert "Switch the way we retrieve the vm_service_port from /hub to iquery, on device. (#114637)" (#114715)
      
      Causes analysis errors:
      
      ```
         info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:513:5 • always_specify_types
         info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:514:10 • always_specify_types
         info • Avoid method calls or property accesses on a "dynamic" target • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:515:11 • avoid_dynamic_calls
         info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:515:48 • always_specify_types
         info • Separate the control structure expression from its statement • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:515:77 • always_put_control_body_on_new_line
         info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:516:7 • always_specify_types
         info • Avoid method calls or property accesses on a "dynamic" target • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:518:11 • avoid_dynamic_calls
         info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:518:51 • always_specify_types
         info • Separate the control structure expression from its statement • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:518:77 • always_put_control_body_on_new_line
         info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:519:7 • always_specify_types
         info • Avoid method calls or property accesses on a "dynamic" target • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:521:11 • avoid_dynamic_calls
         info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:522:21 • always_specify_types
         info • Separate the control structure expression from its statement • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:522:58 • always_put_control_body_on_new_line
        error • The argument type 'dynamic' can't be assigned to the parameter type 'String' • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:524:38 • argument_type_not_assignable
         info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:540:5 • always_specify_types
         info • Avoid escaping inner quotes by converting surrounding quotes • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:541:14 • avoid_escaping_inner_quotes
         info • Specify type annotations • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:542:5 • always_specify_types
        error • The argument type 'dynamic' can't be assigned to the parameter type 'List<dynamic>' • packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart:544:45 • argument_type_not_assignable
         info • Remove unnecessary backslashes in strings • packages/fuchsia_remote_debug_protocol/test/fuchsia_remote_connection_test.dart:114:55 • unnecessary_string_escapes
         info • Remove unnecessary backslashes in strings • packages/fuchsia_remote_debug_protocol/test/fuchsia_remote_connection_test.dart:204:55 • unnecessary_string_escapes
         info • Remove unnecessary backslashes in strings • packages/fuchsia_remote_debug_protocol/test/fuchsia_remote_connection_test.dart:289:55 • unnecessary_string_escapes
      ```
      
      This reverts commit b187bc47.
      01507bab
    • Naud Ghebre's avatar
      Switch the way we retrieve the vm_service_port from /hub to iquery, on device. (#114637) · b187bc47
      Naud Ghebre authored
      * [fuchsia_remote_debug_protocol] Switch the way we retrieve the vm_service_port from /hub to iquery, on device.
      
      * [fuchsia_remote_debug_protocol] Switch the way we retrieve the vm_service_port from /hub to iquery, on device.
      b187bc47
    • engine-flutter-autoroll's avatar
      Roll Flutter Engine from 5117e858ed1e to 6950689ed775 (3 revisions) (#114710) · 6ea01e6a
      engine-flutter-autoroll authored
      * 9584880f4 Use iOS 16 APIs to rotate orientation (flutter/engine#37302)
      
      * 2ac9c73f6 Move primitive type to pipeline descriptor (flutter/engine#37315)
      
      * 6950689ed Roll Skia from 7a45d3123f8b to dc49f35e1ac6 (6 revisions) (flutter/engine#37319)
      6ea01e6a
    • engine-flutter-autoroll's avatar
    • chunhtai's avatar
      Support keyboard selection in SelectabledRegion (#112584) · 80bf3551
      chunhtai authored
      * Support keyboard selection in selectable region
      
      * fix some comments
      
      * addressing comments
      80bf3551
    • engine-flutter-autoroll's avatar
      Roll Flutter Engine from 287a3ab59269 to e947833ceb5b (2 revisions) (#114696) · cfb2f158
      engine-flutter-autoroll authored
      * f3d0b6af7 Fix TextField performing both new line and input action (flutter/engine#36893)
      
      * e947833ce Roll Skia from 1272b520c082 to 7a45d3123f8b (4 revisions) (flutter/engine#37316)
      cfb2f158
    • Jenn Magder's avatar
    • Callum Moffat's avatar
      48457d73
    • engine-flutter-autoroll's avatar
    • engine-flutter-autoroll's avatar
      Roll Plugins from 5c11747ae143 to a279b9dd839a (6 revisions) (#114689) · 5233fd92
      engine-flutter-autoroll authored
      * f8122dc89 [ci]Temporarily disable starqlteue on firebase device lab (flutter/plugins#6657)
      
      * 38c93242a [video_player]add integration test for inverted aspect ratio bug (flutter/plugins#6662)
      
      * dd8245e32 Roll Flutter (stable) from 6928314d505d to e99c9c7cd9f6 (2 revisions) (flutter/plugins#6667)
      
      * 8cfa2652c Roll Flutter from 0e981946 to e6300da2 (46 revisions) (flutter/plugins#6668)
      
      * 897ec59cd [ci] Removes unnecessary overrides. (flutter/plugins#6669)
      
      * a279b9dd8 Roll Flutter from e6300da2 to 55e8cd17 (17 revisions) (flutter/plugins#6670)
      5233fd92
    • engine-flutter-autoroll's avatar
    • engine-flutter-autoroll's avatar
    • engine-flutter-autoroll's avatar
      c5cc559db Roll Fuchsia Linux SDK from -0Xq1c-TncmWBWzqg... to... · 4b7106c5
      engine-flutter-autoroll authored
      c5cc559db Roll Fuchsia Linux SDK from -0Xq1c-TncmWBWzqg... to 7e3H7isxOF6vqMDTT... (flutter/engine#37311) (#114678)
      
      4b7106c5
    • engine-flutter-autoroll's avatar
      2f90bda40 Merge AccessibilityBridge and AccessibilityBridgeDelegate... · 55fac571
      engine-flutter-autoroll authored
      2f90bda40 Merge AccessibilityBridge and AccessibilityBridgeDelegate (flutter/engine#36597) (#114674)
      
      55fac571