aboutsummaryrefslogtreecommitdiffstats
path: root/lib/util.js
Commit message (Collapse)AuthorAgeFilesLines
* Give getPassword possibility of having different promptMatěj Cepl2010-07-151-3/+6
|
* Make the package compatible with new require("chrome") policy.0.12Matěj Cepl2010-07-041-1/+2
|
* Use 'request' module instead of home brewed load{Text,JSON} and httpPOSTMatěj Cepl2010-06-301-84/+1
|
* Fix timesheet generation with bad URLs and get activated on the Freedesktop ↵Matěj Cepl2010-06-231-1/+3
| | | | bugzilla as well
* Make fixing MIME type again (includes creation of util.httpPOST)Matěj Cepl2010-06-221-0/+35
| | | | | | | | | - it is useful to have variable in the same module where the function using it is. - a lot of this magic and mystery - add this.win property - yuhooo, we have timer module, so I don't have to fish it from this.doc.defaultView (which doesn't work anyway)
* Make skipping over attachment.cgi work and more cleanupMatěj Cepl2010-06-221-6/+6
| | | | | | - improve regexp in main.js / skipThisPage - fix util.notification to not crash - remove non-ASCII characters from package.json
* Skipping over process pages && system notification.Matěj Cepl2010-06-211-18/+51
|
* Logger works and some cleanupMatěj Cepl2010-06-211-3/+3
| | | | | Juhuuu, logger works (almost, I haven't tested generation of reports yet) remove all trailing blank space
* Silly cleanupMatěj Cepl2010-06-191-1/+1
|
* Loads a bug page without crash!!!Matěj Cepl2010-06-191-1/+135
| | | | There is not jetpack. call in used modules.
* Even more simplificationMatěj Cepl2010-06-121-1/+4
|
* More cleanup to make a simple reproducerMatěj Cepl2010-06-111-109/+0
|
* Unfinished mess of everything, unworking.Matěj Cepl2010-06-051-0/+22
|
* With help of bugzilla (https://bugzilla.mozilla.org/show_bug.cgi?id=569273Matěj Cepl2010-06-031-1/+4
| | | | | and https://bugzilla.mozilla.org/show_bug.cgi?id=569271 I've got most tests working.
* Added another unit testsMatěj Cepl2010-06-011-13/+1
| | | | | | | - util.isInList - util.getISODate - util.valToArray - util.getBugNo
* * Added hopefully a full coverage of unit tests for:Matěj Cepl2010-05-311-20/+25
| | | | | | | | util.valToArray util.addCSVValue util.removeCSVValue * Cleaning up to make jslint happy for */util*.js
* rewrite util.js to be more compliant with SDK usage.Matěj Cepl2010-05-311-1/+1
|
* First attempt to split main script into modules.Matěj Cepl2010-05-311-0/+185