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/webdev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: dart-lang/webdev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 25.1.0+2_release
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 13 files changed
  • 3 contributors

Commits on Oct 9, 2025

  1. [ DWDS ] Prepare for 25.1.0+1 (#2696)

    * [DWDS] Don't send PauseInterrupted event during a hot reload (#2695)
    
    Fixes dart-lang/sdk#61560
    
    We rely on a pause within a hot reload to pause execution so that we can reregister breakpoints. However, the existing pause mechanism always sends a PauseInterrupted event, which then triggers the client to think this is a normal pause event and not an internal detail. Instead, we should have the ChromeProxyService signal to the debugger that this is an "internal pause" and therefore it should not send a regular pause event and should use a completer to signal the pause is done.
    
    Tests are refactored and updated to correctly check for the events when reregistering breakpoints. Specifically, it checks no other events besides the expected ones are sent.
    
    * [ DWDS ] Expose `dtdUri` via `DebugConnection` (#2694)
    
    This is needed to access the DTD instance spawned by DDS.
    
    ---------
    
    Co-authored-by: Srujan Gaddam <58529443+srujzs@users.noreply.github.com>
    bkonyi and srujzs authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    191db5b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. Configuration menu
    Copy the full SHA
    ac90d17 View commit details
    Browse the repository at this point in the history
Loading