6 ms·
>For instance the security model for a browser should be ultra tight and protect the user from the site, but as a developer I'd want to access and modify my fil
by mariusandreiana 12y ago
>For instance the security model for a browser should be ultra tight and protect the user from the site, but as a developer I'd want to access and modify my files directly through the inspector panel.
https://code.google.com/p/chromium/issues/detail?id=328026 https://code.google.com/p/chromium/issues/detail?id=328026
>Another example would be the use of cache, where I want the minimum possible retention while a user would want the opposite.
Chrome Inspector -> [x] Disable cache (while DevTools is open)
- callahad 12y agoOr Firefox Dev Tools -> Settings -> [x] Disable Cache (when toolbox is open) :)
- azernik 12y agoI suspect a lot of the "dev edition" will just be a different set of defaults :)
- james-skemp 12y agoA fellow developer in my office uses Incognito mode, and it seems to work fine for him.
- panzi 12y agoThat reminds me: It would be nice if you could open several different incognito windows, each with their own session. That way one can debug user interactions without needing as many browsers as users in the interaction (or half of it because each browser has it's own incognito session in addition to the normal session).
- hrktb 12y ago> https://code.google.com/p/chromium/issues/detail?id=328026 https://code.google.com/p/chromium/issues/detail?id=328026 Interesting. I think there is also a plugin for WebStorm to send back modification made in the style panel to the actual files. Sadly sass/less resources makes it difficult to edit CSS and have it applied back to the sass source for instance. > Chrome Inspector -> [x] Disable cache (while DevTools is open) Yes, that's what I use for all my projects. Also there is a "Disable Caches" option in the Develop menu of Safari.