Tag Archives: Firefox
Problems with Looping through window.setInterval
Look at this code. What do you expect to be the outcome?
Posted in JavaScript, Web Browsers Also tagged Timers
Cross Domain XHR with Firefox 2
By now know you know that trying to do an XMLHttpRequest (XHR or AJAX) call to a domain that is different from the domain of the hosted JavaScript in Firefox will throw an exception. Error: uncaught exception: Permission denied to call method XMLHttpRequest.open If you don’t want a history of the past solutions, page down [...]
Posted in JavaScript, Web Browsers Also tagged Ajax
JavaScript Code Coverage Tool for Firebug
Download FirebugCodeCoverage-0.1.xpi Recently, I’ve become interested in client side automated testing tools. When I found the Selenium plug-in for Firefox, I was blown away. I can record actions in my browser and play them back! No more manual testing of JavaScript code! Researching a little bit more about automated testing tools led to the discovery [...]
Posted in JavaScript, Projects, Web Browsers Also tagged Code Coverage, Firebug, Selenium


Minor Annoyances with Firefox Development