1. 77e37d7 Release notes updates for flutter/website expectations (#9605) by Parker Lougheed · 5 days ago master
  2. 44c3d8c Reset DevTools to next dev version (#9604) by Elliott Brooks · 5 days ago
  3. b9d7fc1 Prepare for release 2.54.0 (#9601) by Elliott Brooks · 6 days ago v2.54.0
  4. d2a1458 AI assistant pane is displayed for supported screens when the AI assistant feature flag is enabled (#9591) by Elliott Brooks · 3 weeks ago
  5. 203c62e Move property_editor/reconnecting_overlay.dart -> not_connected_overlay.dart (#9594) by Danny Tuppeny · 4 weeks ago
  6. 1af3032 Attempt to reconnect to DTD automatically if the connection drops (#9587) by Danny Tuppeny · 4 weeks ago
  7. 628b842 Minor tidy up extracted from auto-reconnect change (#9589) by Danny Tuppeny · 4 weeks ago
  8. 36af80e Delete launched `propertyEditorRefactors` feature flag (#9579) by Elliott Brooks · 4 weeks ago
  9. 8005ab7 [Memory Panel] Fix `canvasChartWidth` has not been initialized error when changing the zoom duration (#9573) by Elliott Brooks · 4 weeks ago
  10. c3f80f5 Bump actions/upload-artifact from 4 to 6 (#9586) by dependabot[bot] · 4 weeks ago
  11. 976bd6a Fixes null error when parsing universal link settings (#9581) by chunhtai · 4 weeks ago
  12. 0858d72 Bump actions/cache from 4.3.0 to 5.0.0 (#9582) by dependabot[bot] · 4 weeks ago
  13. 20e1471 Delete launched `wasmOptInSetting` feature flag (#9578) by Elliott Brooks · 4 weeks ago
  14. 2b769c6 Delete unused `wasmByDefault` feature flag (#9576) by Elliott Brooks · 4 weeks ago
  15. dff1b55 Adds a banner warning users the legacy inspector will be removed (#9572) by Elliott Brooks · 4 weeks ago
  16. 2f73978 [Deep Links] Show a more informative dialog when Flutter project is not configured for iOS or Android (#9571) by Elliott Brooks · 5 weeks ago
  17. 79f0a20 Remove new inspector welcome banner (#9569) by Elliott Brooks · 5 weeks ago
  18. 9f7bf22 Do not gitignore workspace pubspec.lock (#9561) by Elliott Brooks · 5 weeks ago
  19. 8d85c20 Small fix to DevTools release notes generator (#9544) by Elliott Brooks · 6 weeks ago
  20. 90f9487 Reset DevTools to next dev version (#9543) by Elliott Brooks · 6 weeks ago
  21. bac6843 Prepare for release 2.53.0 (#9542) by Elliott Brooks · 6 weeks ago v2.53.0
  22. 9d653e5 dart2wasm experiment is opted in by default (#9530) by Elliott Brooks · 6 weeks ago
  23. 535585d update vm_service_protos package to version 2 (#9540) by Jacob MacDonald · 6 weeks ago
  24. cc00be4 Fix CPU Profiler when "advanced developer mode" is enabled (#9528) by Elliott Brooks · 7 weeks ago
  25. 6722797 Bump DevTools to dev version 2.53.0-dev.0 (#9529) by Elliott Brooks · 7 weeks ago
  26. e610f89 Bump actions/checkout from 5.0.0 to 6.0.0 (#9527) by dependabot[bot] · 7 weeks ago
  27. 22e3174 Update release note generation to match new Jaspr architecture (#9514) by Elliott Brooks · 9 weeks ago
  28. 55e350a Update DevTools version to 2.53.0-dev.0 (#9509) by Elliott Brooks · 9 weeks ago
  29. a65dcd0 Bump actions/cache from 4.2.2 to 4.3.0 (#9446) by dependabot[bot] · 10 weeks ago
  30. 7868871 Update out-of-date RELEASE instructions (#9505) by Elliott Brooks · 10 weeks ago
  31. 3ecaa34 Prepare for release to 2.52.0 (#9504) by Elliott Brooks · 10 weeks ago
  32. b5c6460 Merge commit for cherry-pick release 2.51.1 by Elliott Brooks · 10 weeks ago
  33. 529a006 Merge branch 'master' into 2.51.1 by Sam Rawlins · 10 weeks ago
  34. ed691ca Update package:stager to 1.3.0 (#9498) by Elliott Brooks · 2 months ago v2.52.0
  35. 9360cc9 Prepare cherry-pick release - DevTools 2.51.1 by Sam Rawlins · 3 months ago v2.51.1
  36. ebc88e1 Network: add a banner indicating when we are not logging network requests (#9495) by Sam Rawlins · 3 months ago
  37. cf0c3f8 Network panel: disable Header ExpansionTiles when no data (#9492) by Sam Rawlins · 3 months ago
  38. 221460f Table columns are resizable (#9485) by Elliott Brooks · 3 months ago
  39. b05f83c Disable screens not compatible with DWDS websocket mode (#9481) by Ben Konyi · 3 months ago
  40. 58bc260 Add a horizontal scrollbar to DevTools tables (#9482) by Elliott Brooks · 3 months ago
  41. a0ec664 Fix position and width of "error count" badge in Network in app bar (#9470) by Sam Rawlins · 3 months ago
  42. 03f36f5 Handle shortcuts for actions like copy/paste when embedded inside VS Code (#9472) by Danny Tuppeny · 3 months ago
  43. 606e1d7 Add basic support for Flutter web applications served with `-d web-server` (#9468) by Ben Konyi · 3 months ago
  44. 0dbead1 Network: add a banner indicating when we are not logging network requests (#9495) by Sam Rawlins · 3 months ago
  45. 5c0b17a Network panel: disable Header ExpansionTiles when no data (#9492) by Sam Rawlins · 3 months ago
  46. 8a42447 Table columns are resizable (#9485) by Elliott Brooks · 3 months ago
  47. c958e13 Add a hot reload and a hot restart step to the network screen integration test (#9486) by Sam Rawlins · 3 months ago
  48. 1f8b3f5 Disable screens not compatible with DWDS websocket mode (#9481) by Ben Konyi · 3 months ago
  49. 6b9ba48 Add a horizontal scrollbar to DevTools tables (#9482) by Elliott Brooks · 3 months ago
  50. 9701f74 Increase WebDriver timeouts to address integration test flakiness (#9475) by Elliott Brooks · 3 months ago
  51. cd14e27 Fix position and width of "error count" badge in Network in app bar (#9470) by Sam Rawlins · 3 months ago
  52. 928c2f5 Bump release version to 2.52.0 (#9476) by Sam Rawlins · 3 months ago
  53. fb4fa1f Handle shortcuts for actions like copy/paste when embedded inside VS Code (#9472) by Danny Tuppeny · 3 months ago
  54. da054bb Update RELEASE_INSTRUCTIONS.md formatting (#9473) by Sam Rawlins · 3 months ago
  55. 5f51687 Fix benchmark test failures erroneously passing on CI (again) (#9469) by Elliott Brooks · 3 months ago
  56. 4a18e2a [Feature flag cleanup] Remove `memoryObserver` flag (#9445) by Elliott Brooks · 3 months ago
  57. 508d1b3 Update to latest Flutter candidate version and resolve failing benchmark tests (#9466) by Elliott Brooks · 3 months ago
  58. 1b39a2e Add basic support for Flutter web applications served with `-d web-server` (#9468) by Ben Konyi · 3 months ago
  59. 38116d8 Fix benchmark test failures erroneously passing on CI (#9403) by Elliott Brooks · 3 months ago
  60. 9b44224 [Network Panel] Handle null data in JsonViewer (#9418) by Kreazy · 3 months ago
  61. 75308ea Remove unused FakeTicker and FakeTickerProvider (#9459) by Loïc Sharma · 3 months ago
  62. 0327830 Enable WASM experiment for Flutter beta branches (#9455) by Elliott Brooks · 3 months ago v2.51.0
  63. 0400022 Prepare for release 2.51.0 (#9454) by Sam Rawlins · 3 months ago
  64. 98a52a8 Add feature flag scaffolding to support experiments restricted to a specific Flutter channel (#9440) by Elliott Brooks · 4 months ago
  65. 54f2f15 Fix alignment of icons and links in DevTools footer (#9432) by Elliott Brooks · 4 months ago
  66. c330f62 Fix unsupported devices not showing "Enable x" if there are no other devices (#9428) by Danny Tuppeny · 4 months ago
  67. 2c03846 Bump release notes for 2.51.0 (#9424) by Sam Rawlins · 4 months ago
  68. 5e17922 Revert PR #9372: Un-delete `packages/devtools_shared/lib/src/test/chrome.dart` (#9409) by Elliott Brooks · 5 months ago v2.50.0
  69. 7da2acd Prepare for release 2.50.0 (#9407) by Sam Rawlins · 5 months ago
  70. f62ac70 Add `compiler=js` escape hatch to revert to dart2js compilation (#9406) by Elliott Brooks · 5 months ago
  71. 234849f Re-enable `inspector_service` test cases (#9402) by Elliott Brooks · 5 months ago
  72. 51d23c0 Temporarily disable widget tests in `inspector_service_test` (#9396) by Elliott Brooks · 5 months ago
  73. e918e9f Get DevTools tests passing with latest Flutter candidate (#9382) by Elliott Brooks · 5 months ago
  74. b2bcdcd Bump actions/checkout (#9386) by dependabot[bot] · 5 months ago
  75. e521079 Include stacktrace when dt command fails (#9385) by Elliott Brooks · 5 months ago
  76. 34c2ae7 fix local markdown file links (#9384) by Phil Quitslund · 5 months ago
  77. 92eb036 Bump actions/checkout (#9381) by dependabot[bot] · 5 months ago
  78. bbc7cbc Delete unused test utilities file `chrome.dart` (#9372) by Elliott Brooks · 5 months ago
  79. 9c4b332 Remove intermediary JSON conversion from `generateFromCpuSamples` (#9354) by Elliott Brooks · 5 months ago
  80. cb03036 [CPU Profiler] Delete the "Profile app start up" button (#9358) by Derek Xu · 5 months ago
  81. eb9c287 Update DevTools release instructions (#9359) by Elliott Brooks · 5 months ago
  82. 06b23d4 Reset DevTools to next dev version (#9360) by Elliott Brooks · 5 months ago
  83. ae6e8fa Prepare for release 2.49.0 (#9356) by Elliott Brooks · 5 months ago v2.49.0
  84. 0ac0c92 Update to latest Flutter candidate version (#9351) by Elliott Brooks · 6 months ago
  85. 941b480 Use SelectionArea instead of SelectableText (#9333) by Elliott Brooks · 6 months ago
  86. 896c500 RELEASE_INSTRUCTIONS: Fix text around fields in CR (#9350) by Sam Rawlins · 6 months ago
  87. f1c26fc Do not autofocus on filter fields (#9330) by Elliott Brooks · 6 months ago
  88. 119684c Avoid conflating concept of duration in `TimeRange` util class (#9325) by Parker Lougheed · 6 months ago
  89. 14543db Touch up cherry-picking instructions (#9347) by Sam Rawlins · 6 months ago
  90. f4b4d92 Bump actions/checkout (#9344) by dependabot[bot] · 6 months ago
  91. 679e5d1 Enable `ColumnData` and subclasses to be const (#9326) by Parker Lougheed · 6 months ago
  92. 4347294 Don't assume footer is present in _ConsoleOutputState builder. (#9342) by Nate Biggs · 6 months ago
  93. b764dfb Use service extension in networking integration test (#9323) by Sam Rawlins · 6 months ago
  94. a9bf8c9 Decrease ring buffer size to 2^31 - 1 which is wasm limit (#9341) by Nate Biggs · 6 months ago
  95. 45f4f55 Inspector integration tests are resilient to Flutter framework changes (#9321) by Elliott Brooks · 6 months ago
  96. 318dbcf Rework the integration test timeout logic (#9322) by Sam Rawlins · 6 months ago
  97. 3a9da96 Minor cleanup to CPU profile screen code (#9324) by Parker Lougheed · 6 months ago
  98. 6e30b40 Add release notes for PR #9327 (#9329) by Elliott Brooks · 6 months ago
  99. 301e4f8 Correctly set visibility of floating debugging controls (#9327) by Elliott Brooks · 6 months ago
  100. 879d56e Add timestamps to various test logging utilities (#9319) by Sam Rawlins · 6 months ago