My idea is to add a little "Page reload!" marker in the network log if the "persistent logs" option is enabled, similar to when the console is kept over a reload. This would make finding where the relevant requests are easier.
I want to be able to easily and reliably check if a javascript is run inside an iframe, a bit like:"function onlyRunWhenImInsideIframe() { insideIframe = document.checkIfInsideIframe(); console.log(insideIframe); // should return true or false ...
I'd love to see Firefox Colour for mobile, I've created my desktop Firefox theme with Firefox Colour (available on AMO) and would love to have an easy way for me to port it to mobile!
Over a year after the last activity on this post now -@developers, please add a setting like "Use system TEMP folder for "Open with..."" which puts files downloaded with "Open with..." into C:\Windows\Temp or C:\Users\Username\AppData\Local\Temp on W...
I've heard window.top doesn't always work, for example when the IFrame and the page in which it's embedded aren't from the same origin, in such a case you have to do error handling and all that, so it would be easier if there was a reliable function ...