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: 661dafd
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: 6dc3dde
Choose a head ref
  • 4 commits
  • 23 files changed
  • 2 contributors

Commits on Jun 16, 2025

  1. Prepare for build_runner changes. (#2633)

    * Prepare for `build_runner` changes.
    
    * Fix test.
    
    * Revert build_verify override.
    davidmorgan authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    2eb2754 View commit details
    Browse the repository at this point in the history
  2. modifying DWDS Injector to always inject client and introduce useDwds…

    …WebSocketConnection flag (#2629)
    
    * modifying injector to always inject client and introduce runMainAtStart flag
    
    * mark fields as deprecated
    
    * added method to mark application as completed to avoid calling main() twice
    
    * added a flag to determine the communication protocol; temporirily use it to trigger main
    
    * addressed comment in client.dart
    jyameo authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    a321863 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. Remove dependency overrides. (#2634)

    * Remove dependency overrides.
    
    * Address review comments.
    
    * Address review comments.
    davidmorgan authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    0c8a17b View commit details
    Browse the repository at this point in the history
  2. Fix duplicate connection/logs in Webdev (#2635)

    * bump dwds version to 24.3.9
    
    * updated dwds constraints to 24.3.11
    
    * fix duplicate logs
    
    * fix duplicate logs
    
    * Revert "fix duplicate logs"
    
    This reverts commit 2ccd2d9.
    
    * updated changelog
    
    * check and resuse active app state for each  appId
    
    * addressed comments
    jyameo authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    6dc3dde View commit details
    Browse the repository at this point in the history
Loading