Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dart-lang/sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.8.2
Choose a base ref
...
head repository: dart-lang/sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.8.3
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 30, 2025

  1. [stable] Cherry-pick DevTools 2.45.2 into the SDK stable branch.

    Issue description: DevTools Network screen non-functional after app
    hot restart.
    What is the fix: Correct a race condition in re-instating vm service
    extensions after a hot restart.
    Why cherry-pick: Users have complained much about this issue.
    Risk: low, this fix has been in the main channel for a while.
    Issue link: flutter/devtools#9203
    
    Cherry-pick: flutter/devtools@v2.45.1...2.45.2
    Change-Id: Ia28ae28179473af22b255bda77eda9a6e749b15e
    Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/442004
    Reviewed-by: Alexander Thomas <athom@google.com>
    Reviewed-by: Elliott Brooks <elliottbrooks@google.com>
    Commit-Queue: Samuel Rawlins <srawlins@google.com>
    srawlins committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    2d76d0b View commit details
    Browse the repository at this point in the history
  2. [stable] Remove bad assert from socket profiling stat collection

    Issue description: When users click 'Clear' in the DevTools Network
    screen, they can see many assertion errors in the app console.
    What is the fix: The assertion is erroneous, and is removed.
    Why cherry-pick: The errors and stack traces are very disturbing to users.
    Risk: Low, this fix has landed on the main channel and is tested on the same infrastructure.
    Issue link(s): #61187
    
    Cherry-pick: https://dart-review.googlesource.com/c/sdk/+/442260
    CoreLibraryReviewExempt:dart-io
    Change-Id: I1f095bb46e903637c63b639ad8bd2469e5e5f3dc
    Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/442700
    Reviewed-by: Ben Konyi <bkonyi@google.com>
    Reviewed-by: Alexander Thomas <athom@google.com>
    srawlins committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    085d351 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Version 3.8.3

    Change-Id: I28a68326facfe52af8d8edb915c3531929e34e57
    Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/442940
    Commit-Queue: Samuel Rawlins <srawlins@google.com>
    Reviewed-by: Alexander Thomas <athom@google.com>
    srawlins authored and Commit Queue committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    f89738f View commit details
    Browse the repository at this point in the history
Loading