0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 6 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Missing string in fireunit.properties More... over 15 years ago
Crop long result-messages so, the test file name (at the right side) is always visible. If the mouse is moved over the message entire text is displayed. More... over 15 years ago
Avoid expception in showPanel (there are no buttons in FB's toolbar) More... over 15 years ago
Move tests for command line and domplate to Firebug SVN. More... over 15 years ago
Use wrappedJSObject shortcut for some other methods (using when a test-suite is launched). Generate winID just once for entire test suite. More... over 15 years ago
Adding a license file (MPL). More... over 15 years ago
Remove unnecessary getBrowser method from fireunit object (there is a browser property for accessing chrome). More... over 15 years ago
Reworked the structure of how the fireunit object was created - opted to use a closure instead of a context (making it easier to use the methods elsewhere). More... over 15 years ago
Improved the comparison view (better verbiage, show diff). More... over 15 years ago
Tweaked the Makefile to generate an xpi with the proper release version. More... over 15 years ago
Bumped up the version for FireUnit. More... over 15 years ago
Removed the non-functional re-run button. More... over 15 years ago
Additional method mouseDown for simulating "mousedown" event. More... over 15 years ago
Net panel tests moved into fbug (SVN) repository: http://code.google.com/p/fbug/source/browse/#svn/tests/unit/net More... over 15 years ago
Fireunit object exposes a new "browser" getter (+remove existing getters). This makes possible to access all global objects. (e.g. Firebug, FirebugContext, etc.) More... over 15 years ago
Merge branch 'master' of [email protected]:jeresig/fireunit More... over 15 years ago
Make sure that certain objects aren't exposed that shouldn't be. More... over 15 years ago
Having chrome elements sometimes and regular elements other times was a bad idea. It's all very explicit now. More... over 15 years ago
Modified the permissions logic to be more generic. More... over 15 years ago
Allow to put test files into subdirectories and run them all with one test-suite file (using runTests method). More... over 15 years ago
New unit test for Issue 1308 (net panel). More... over 15 years ago
Modify net1.html (example), update issue1256.html More... over 15 years ago
Update line endings to Unix. More... over 15 years ago
Update to Unix file endings. More... over 15 years ago
Properly append custom stylesheet if the FB UI is detached. More... over 15 years ago
Don not stop entire test suite if the test issue700.html fails. More... over 15 years ago
New Net panel test - Issue 1299 (response must be cached in Firebug even if it comes from FF cache). More... over 15 years ago
Conver line endings to Unix, tracing improved. More... over 15 years ago
Make sure the Compare tab is displayed within the UI if result.expected *or* result.result member is set. More... over 15 years ago
Fix error messages showed by Aptana Studio (these are not real errors, but it's easier to use the IDE). More... over 15 years ago