Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/7.0] [wasm][debugger] Never send messages from our internal protocol extensions to the browser #77619

Merged
merged 4 commits into from
Nov 3, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 28, 2022

Backport of #77616 to release/7.0

/cc @thaystg

Customer Impact

Messages like this are printed in the console:
fail: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] sending error response for id: msg-B7CCCEF5694F2EF11713AE7F86743A45:::1017 -> [Result: IsOk: False, IsErr: True, Value: , Error: { "code": -32601, "message": "'DotnetDebugger.setDebuggerProperty' wasn't found" } ]

Testing

Manually tested.

Risk

Low risk, In this PR we avoid sending DotnetDebugger.* commands that are our own extension, and unknown to the browser.

IMPORTANT: Is this backport for a servicing release? If so and this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.

@ghost
Copy link

ghost commented Oct 28, 2022

Tagging subscribers to this area: @thaystg
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #77616 to release/7.0

/cc @thaystg

Customer Impact

Testing

Risk

IMPORTANT: Is this backport for a servicing release? If so and this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.

Author: github-actions[bot]
Assignees: -
Labels:

area-Debugger-mono

Milestone: -

@radical radical changed the title [release/7.0] [wasm][debugger] Ignore messages from protocol extensions even if it's from an unknown context [release/7.0] [wasm][debugger] Never send messages from our internal protocol extensions to the browser Oct 28, 2022
@thaystg thaystg added the Servicing-consider Issue for next servicing release review label Oct 28, 2022
@thaystg thaystg requested a review from lewing October 28, 2022 21:13
@carlossanlop carlossanlop added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Nov 3, 2022
@carlossanlop
Copy link
Member

carlossanlop commented Nov 3, 2022

Approved by Tactics via email. Signed off by area owner. No OOB package authoring changes needed. CI failure is known and unrelated: #74328

Ready to merge. :shipit:

@carlossanlop carlossanlop merged commit de2c250 into release/7.0 Nov 3, 2022
@carlossanlop carlossanlop deleted the backport/pr-77616-to-release/7.0 branch November 3, 2022 00:39
@ghost ghost locked as resolved and limited conversation to collaborators Dec 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Debugger-mono Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants