1. 09 Nov, 2022 6 commits
    • engine-flutter-autoroll's avatar
      Roll Flutter Engine from e7d7edab98ad to c76035429c36 (14 revisions) (#115008) · 8e5439c8
      engine-flutter-autoroll authored
      * de0b58e82 clang-tidy: added the ability to shard jobs (flutter/engine#37265)
      
      * 8aefb8b61 Roll Dart SDK from d97d5ad98893 to b22b36c0f52e (1 revision) (flutter/engine#37400)
      
      * 2f043090f Roll Skia from aef6d301c0b5 to 0c8127b3dd7d (6 revisions) (flutter/engine#37402)
      
      * dc7cb20ad Fix boolean json property. (flutter/engine#37403)
      
      * 512fa40b6 Adding release_build:true property to windows builders. (flutter/engine#37397)
      
      * 0af87071f Add test for image readback (flutter/engine#37401)
      
      * c6f26e035 Update display_list_image_filter_unittests to be permit Skia roll (flutter/engine#37327)
      
      * 4e9e97b4b Roll Skia from 0c8127b3dd7d to 8b19fb0f57d4 (1 revision) (flutter/engine#37409)
      
      * 42c2940ff Pass the correct name for gclient variables in ci.yaml (flutter/engine#37429)
      
      * 2e2a2fd97 Revert "Roll Skia from 0c8127b3dd7d to 8b19fb0f57d4 (1 revision) (#37409)" (flutter/engine#37430)
      
      * 02cb78905 Roll Fuchsia Mac SDK from sa5bVGimNo3JwLV27... to d4l6A1aPw6Z0YjxmA... (flutter/engine#37432)
      
      * c24ae1872 [web] Use v8BreakIterator where possible (flutter/engine#37317)
      
      * 306b0fe9c Add rects to accumulator rather than bounds (flutter/engine#37435)
      
      * c76035429 Roll Dart SDK from b22b36c0f52e to c15cdb978761 (2 revisions) (flutter/engine#37437)
      8e5439c8
    • Danny Tuppeny's avatar
      [flutter_tools/dap] Add support for forwarding `flutter run --machine`... · 51c517c0
      Danny Tuppeny authored
      [flutter_tools/dap] Add support for forwarding `flutter run --machine` exposeUrl requests to the DAP client (#114539)
      
      * [flutter_tools/dap] Add support for forwarding `flutter run --machine` requests to the DAP client
      
      Currently the only request that Flutter sends to the client is `app.exposeUrl` though most of this code is generic to support other requests that may be added in future.
      
      * Improve comment
      
      * Fix thrown strings
      
      * StateError -> DebugAdapterException
      
      * Add a non-null assertion and assert
      
      * Use DebugAdapterException to handle restartRequests sent before process starts
      
      * Fix typo + use local var
      
      * Don't try to actually send Flutter messages in tests because there's no process
      51c517c0
    • Victoria Ashworth's avatar
      Add more supported simulator debugging options and improve tests (#114628) · 3a656b16
      Victoria Ashworth authored
      * add debugging options to simulator, test more debugging flags, add tests for other launch arguements
      
      * refactor iOS launch arguments to use one function for both simulator and physical devices
      
      * treat dart flags differently between physical and simulator
      
      * Simplify some flags between devices.
      
      Change --disable-service-auth-codes to not always be included for physical devices, only if disableServiceAuthCodes is true.
      Change --disable-observatory-publication to be used for simulator devices too.
      Change --enable-checked-mode & --verify-entry-points to be used if debuggingEnabled is true regardless of device type.
      Chnage --trace-startup to be used for simulator devices too.
      
      * fix ios release mode with buildable app startApp test
      
      * determine observatory-port from deviceVmServicePort and hostVmServicePort
      
      * add comments and remove hasObservatoryPort
      3a656b16
    • Taha Tesser's avatar
      d3dcd7d5
    • Jim Graham's avatar
      match error statements without relying on volatile human-readable descriptions (#114922) · 92f10ed7
      Jim Graham authored
      * match error statements without relying on volatile human readable descriptions
      
      * simplify String list map call
      92f10ed7
    • Gary Qian's avatar
      Apply multidex config in kotlin dsl gradle file (#114660) · 69a542da
      Gary Qian authored
      * Apply multidex login in kotlin dsl gradle file
      
      * Cleanup
      
      * Remove plugin parameter passing
      
      * Cleanup
      
      * Restore dependencies block
      
      * Analyzer
      
      * Compiles
      
      * Cleanup
      
      * Cleanup
      69a542da
  2. 08 Nov, 2022 8 commits
  3. 07 Nov, 2022 26 commits