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: flutter/flutter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ca2a751661c8
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e9f83cf4f9df
Choose a head ref
  • 10 commits
  • 40 files changed
  • 3 contributors

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    9f33bb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6985b78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee0bbf4 View commit details
    Browse the repository at this point in the history
  4. Update flutter_tools to look for new VM service message (#97683)

    * Update flutter_tools to look for new VM service message
    
    The Dart SDK will soon move away from the current Observatory message:
    
    "Observatory listening on ..."
    
    To a new message that no longer references Observatory:
    
    "Dart VM Service listening on ..."
    
    This change updates all tests with mocks to check for the new message
    and also adds support for the new message in ProtocolDiscovery.
    
    See dart-lang/sdk#46756
    
    * Fix some parsing locations
    
    * Fix analysis failures
    
    * Update message
    
    * Remove extra comment
    
    * Update message
    
    * Add globals prefix
    bkonyi authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    2a2f973 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60f039c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfd4244 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7943ae5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd4b1e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a0e5c5 View commit details
    Browse the repository at this point in the history
  10. 1 Configuration menu
    Copy the full SHA
    e9f83cf View commit details
    Browse the repository at this point in the history
Loading