1. 08 Feb, 2023 4 commits
    • Renzo Olivares's avatar
      Add support for extending selection to paragraph on ctrl + shift + arrow... · 99b6bd8c
      Renzo Olivares authored
      Add support for extending selection to paragraph on ctrl + shift + arrow up/down on Non-Apple platforms (#120151)
      
      * Add support for extending selection to paragraph on ctrl + shift + arrow up/down for common keyboard actions
      
      * Add ctrl + shift + arrow up/down common text editing shortcuts/actions
      
      * fix analyzer
      
      ---------
      Co-authored-by: 's avatarRenzo Olivares <roliv@google.com>
      99b6bd8c
    • engine-flutter-autoroll's avatar
      Roll Flutter Engine from f310ffd1461a to 7098858dc0a5 (9 revisions) (#120251) · f94fa7ea
      engine-flutter-autoroll authored
      * 0e25c0a1c [impeller] ensure full glyphs respect alpha (flutter/engine#39377)
      
      * 684cfe292 Add helpers for updating arm tools in CIPD (flutter/engine#39458)
      
      * e6cf1c532 Roll Skia from 87dbc81b421f to bd48f82dcabb (8 revisions) (flutter/engine#39459)
      
      * bf8547dd9 Override _accessibilityHitTest to fix IOS 16 semantics issues  (flutter/engine#38794)
      
      * 2e225eb6b Manual roll Dart SDK from a507a9057730 to 5c74c8b64dec (9 revisions) (flutter/engine#39462)
      
      * ca05af79e [Windows] Remove accessibility root assumptions (flutter/engine#39441)
      
      * 3e9eb95ea Roll Skia from bd48f82dcabb to f30529658275 (7 revisions) (flutter/engine#39463)
      
      * 85958c2ea Update malioc analysis golden file (flutter/engine#39461)
      
      * 7098858dc Roll Fuchsia Mac SDK from zYEsaCaA1cokDUU43... to uYw6cCpJIpQa42G4O... (flutter/engine#39466)
      f94fa7ea
    • Greg Price's avatar
      Add test for RenderProxyBoxMixin; clarify doc, resolve TODO (#117664) · cd125e1f
      Greg Price authored
      * Add test for RenderProxyBoxMixin; clarify doc, resolve TODO
      
      The TODO comment suggested this mixin would no longer be needed once
      a Dart issue on inherited constructors was fixed:
        https://github.com/dart-lang/sdk/issues/31543
      That issue is now long since fixed, so I went to go carry out the TODO.
      
      But in doing so, I realized that the mixin's documentation was more
      right than the TODO comment: even with that issue fixed, there is a
      legitimate use case for this mixin, namely to reuse the implementation
      of RenderProxyBox in a class that also inherits from some other base
      class.  Moreover, searching GitHub I found an example of a library
      that makes real use of that capability.
      
      So I think the right resolution is to accept that this separation
      is useful and delete the TODO.
      
      Then, add a test with an extremely simplified sketch of that
      real-world example.  In case someone in the future attempts to
      simplify this mixin away, the test will point us at the use case
      that would be broken by such a change.
      
      Also remove the only in-tree use of the mixin, which was redundant;
      and expand the mixin's documentation to advise about that case.
      
      * Tweak formatting
      Co-authored-by: 's avatarMichael Goderbauer <goderbauer@google.com>
      
      * Cut comments
      
      ---------
      Co-authored-by: 's avatarMichael Goderbauer <goderbauer@google.com>
      cd125e1f
    • Greg Price's avatar
      Fix hang on successful dev/bots/analyze.dart (#117660) · 98b3e48e
      Greg Price authored
      Fixes #117659
      
      It turns out this was due to the output-suppression timer introduced
      recently as part of cleaning up the output (#109206); on success, the
      script would wait 10 minutes for the timeout to expire.  This didn't
      affect CI because this feature doesn't apply in CI (as detected by
      lack of color on stdout.)
      
      Fix the issue by cleaning up the timer on success in the same way
      as on failure.
      
      While here, clean up the final summary messages slightly,
      and also cut the trailing space that printProgress was leaving
      on each line.
      98b3e48e
  2. 07 Feb, 2023 20 commits
  3. 06 Feb, 2023 9 commits
  4. 05 Feb, 2023 3 commits
  5. 04 Feb, 2023 4 commits
    • Brandon DeRosier's avatar
      f10e625e
    • engine-flutter-autoroll's avatar
      Roll Flutter Engine from 1b132e44194d to c7a4bbab0e75 (6 revisions) (#119990) · 61f6a0bc
      engine-flutter-autoroll authored
      * 49f2d98d2 Roll Skia from f083b79aa388 to 5d8a7ed8acfe (3 revisions) (flutter/engine#39381)
      
      * 88fda68f4 Roll Skia from 5d8a7ed8acfe to 8de8c6287254 (1 revision) (flutter/engine#39382)
      
      * 23f53e5ef [fuchsia] Add output_path property to customize output path of .so files (flutter/engine#39007)
      
      * 87ed27470 Roll Fuchsia Mac SDK from _6bmpi47oMZC-msOI... to hcZFTTKMN0k4lXjfs... (flutter/engine#39384)
      
      * d3edcc985 Roll Dart SDK from de912d108ebb to a507a9057730 (2 revisions) (flutter/engine#39385)
      
      * c7a4bbab0 [Impeller] Make text appear less emboldened (flutter/engine#39383)
      61f6a0bc
    • engine-flutter-autoroll's avatar
      Roll Flutter Engine from e1b265bb52aa to 1b132e44194d (8 revisions) (#119980) · 5241d38f
      engine-flutter-autoroll authored
      * 2ddbff9b6 [Impeller] Append to existing atlas if room exists, reuse texture (flutter/engine#38253)
      
      * 9dd2e9c98 [fuchsia] fdio_service_connect no longer provides rights which we need (flutter/engine#39374)
      
      * 9dde1563c [impeller] drawVertices blend mode (flutter/engine#38985)
      
      * 18750d245 [ios] Lock refresh rate to 80fps when threads are merged (flutter/engine#39172)
      
      * fe259c2ba Roll Skia from 83a3d8b16c94 to f083b79aa388 (5 revisions) (flutter/engine#39376)
      
      * 4fdbb0a36 [Impeller] Retain embolden/skew font properties when rendering text glyphs (flutter/engine#39378)
      
      * 868234df1 Roll Dart SDK from b7a0c75d4470 to de912d108ebb (1 revision) (flutter/engine#39379)
      
      * 1b132e441 [iOS] Ensure FlutterView's background color is not nil to avoid CAMetalLayer nextDrawable being time-consuming (flutter/engine#39359)
      5241d38f
    • godofredoc's avatar
      Do not run customer testing on release candidate branches. (#119979) · c8e75a8d
      godofredoc authored
      These tests try to use a commit contemporary to the framework commit in
      customer repositories. This won't work because a CP to the framework
      release candidate branch may be recent even though the release candidate
      branch can be months old.
      c8e75a8d