fireunit icon indicating copy to clipboard operation
fireunit copied to clipboard

A Firebug extension for JavaScript testing.

Results 8 fireunit issues
Sort by recently updated
recently updated
newest added

It appears as if fireunit does exactly what I want - profile a function. Following the blog entries, I believe I've done everything I can to enable fireunit. In particular,...

When the below comparison will throw an exception when being displayed in fireunit using pretty print (actual test works fine and succeeds). ``` fireunit.compare('', '', 'comparing bracketed values'); ``` Error:...

Hi, It looks like nsIAsyncStreamCopier.init() now requires two more arguments. So inside the "httpd.js" script you should replace : var copier = new StreamCopier(bodyStream, outStream, null, true, true, 8192); With:...

I just noticed you simulate a 'keypress' event, which doesn't actually mean a 'keyup' event will be triggered when running the fireunit.key helper. It would be nice if you could...

I found that i can reference fireunit in my greasemonkey script. Is there any way to fix it?

The api should be defineed in a browser agnostic way so that other browser vendors can implement it, similar to the console object (and the new api would preferably be...

Is the Log() method slated for availability soon in a refreshed .XPI above the currently available .9? Fireunit is really very cool! You guys are amazing.

when i just call fireunit.forceHttp() , why it says "win is undefined". what happened?