Commit e39a98e
[ DDS ] Ensure existing DevTools server URIs are reported correctly
Due to variable shadowing and lazy initialization of the DevTools URI
within DDS, the DevTools URI reported by DDS did not include the `uri`
query parameter used to automatically establish connection to the
current DDS instance.
This change updates variable names to avoid shadowing and also fixes
issues where the DevTools URI would be reported even if DevTools was not
enabled in the DDS configuration.
Change-Id: I1ab0f5c58ee7e583e6eb4f4fb7381cddc29629b1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/448480
Reviewed-by: Ryan Macnak <[email protected]>
Commit-Queue: Ryan Macnak <[email protected]>
Auto-Submit: Ben Konyi <[email protected]>1 parent ca5c636 commit e39a98e
2 files changed
+35
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | 416 | | |
420 | 417 | | |
421 | 418 | | |
| |||
454 | 451 | | |
455 | 452 | | |
456 | 453 | | |
457 | | - | |
458 | | - | |
| 454 | + | |
| 455 | + | |
459 | 456 | | |
460 | 457 | | |
461 | | - | |
| 458 | + | |
462 | 459 | | |
463 | | - | |
| 460 | + | |
464 | 461 | | |
465 | 462 | | |
466 | | - | |
467 | | - | |
| 463 | + | |
| 464 | + | |
468 | 465 | | |
469 | 466 | | |
470 | | - | |
| 467 | + | |
471 | 468 | | |
472 | | - | |
| 469 | + | |
473 | 470 | | |
474 | 471 | | |
475 | 472 | | |
476 | | - | |
| 473 | + | |
477 | 474 | | |
478 | 475 | | |
479 | | - | |
480 | | - | |
| 476 | + | |
| 477 | + | |
481 | 478 | | |
482 | | - | |
| 479 | + | |
483 | 480 | | |
484 | 481 | | |
485 | | - | |
| 482 | + | |
486 | 483 | | |
487 | 484 | | |
488 | 485 | | |
| |||
522 | 519 | | |
523 | 520 | | |
524 | 521 | | |
525 | | - | |
526 | | - | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
527 | 528 | | |
528 | 529 | | |
529 | 530 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
69 | 85 | | |
70 | 86 | | |
71 | 87 | | |
| |||
0 commit comments