Patrick Brosset
Patrick Brosset
Everything is in panel.js and the code to create the ui for the records sucks. A lot of `createElement/classList/textContent/innerHTML/appendChild`. I'd be tempted to use React to rewrite the whole UI...
I tried reusing the devtools TableWidget but that only works in XUL windows ...
The w3c/webref repo is potentially a better way to deal with this data. It scrapes the necessary information from w3c specs. See https://github.com/mdn/data/issues/585
From @BenClist-BC2 in https://github.com/MicrosoftEdge/DevTools/issues/238#issuecomment-2083635047: > we use browser extensions to take JSON data and make it editable. One example of this allows administrators to make easy updates and fixes to...
> So I am attempting to get this working, but whenever I check the sourcemap monitor all I see is "Unknown error requesting source map: Failed to fetch" I can...
Starting with Microsoft Edge 99, DevTools is able to securely retrieve source maps published to Azure Artifacts symbol server. This means source maps can easily be published as part of...
[Feedback][Experiment] Explain errors, warnings, and source code in the Console and Sources tools
tl;dr: A new experimental feature to explain errors/warnings from the Console, and code from the Sources tool in Copilot in Edge is now available with Edge 120. We'd love your...
> It cannot do full search. For example `["aaa", "aaa", ...]` if there are 200 "aaa", use Ctrl+F to search aaa, it won't show `xxx/200` _Originally posted by @imba-tjd in...
_Originally posted by @vanowm in https://github.com/MicrosoftEdge/DevTools/issues/186#issuecomment-1903013271_: When Edge is launched from VSCode debugger, `3D View` is not available. Here is a command line used to launch Edge: ``` "C:\Users\Dev\AppData\Local\Microsoft\Edge SxS\Application\msedge.exe"...
JSON viewer support is a great addition to Edge. One thing I would like to see is to expose the json content as a variable on DevTools console. As a...