| Commit-Queue | +1 |
Hey François and Nasko! This is a reland of https://crrev.com/c/7895790. The only change between this and the original CL is a test timeout modification, described in the commit description. So this should be good to go!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Exportable changes to web-platform-tests were detected in this CL and a pull request in the upstream repo has been made: https://github.com/web-platform-tests/wpt/pull/61137.
When this CL lands, the bot will automatically merge the PR on GitHub if the required GitHub checks pass; otherwise, ecosystem-infra@ team will triage the failures and may contact you.
WPT Export docs:
https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md#Automatic-export-process
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
await promise_rejects_dom(t, "UnknownError", promise,Why did you add `await`?
document.modelContext.registerTool({I believe we should have `await`.
let tool = tools.find(t => t.name === name);Nit: s/let/const/
let tool = tools.find(t => t.name === name);Nit: s/let/const/
} else if (echoTool.inputSchema !== expectedSchema) {Do we have tests that cover expected input schemas from getTools()?
<int value="-1237255399" label="WebMCP:enabled"/>Should you also remove "WebMCPTesting" enums?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |