rfcs
rfcs copied to clipboard
RFCs for changes to DevTools
It would be great to have unified approach to module paths we are passing to `require` calls. We are currently mixing absolute and relative paths, which doesn't seem ideal. Examples:...
After working on remote debugging for a few months, I have started paying much more attention to backward compatibility breakage than before. We already had RFC #51 to discuss backward...
In the Readme file the DevTools RFC team link is 404.
It would be nice to adopt prettier across devtools and perhaps m-c globally. ### Benefits - it will provide a consistent set of styles for the project that can be...
Context: Fission. For fission we will have to handle multiple targets at once. One per iframe in regular toolbox. One per process in the browser toolbox. In order to handle...