aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Use 'request' module instead of home brewed load{Text,JSON} and httpPOSTMatěj Cepl2010-06-303-146/+84
|
* Move all constant data out of the main JSONMatěj Cepl2010-06-273-27/+27
|
* Even query of our Bugzilla should be done on background.Matěj Cepl2010-06-241-1/+7
|
* Fix query upstream bugzilla (finally, I hope!)Matěj Cepl2010-06-241-1/+1
|
* Make URL for JSON file configurable (fixes #9)0.4Matěj Cepl2010-06-242-6/+25
|
* Docs and namespace for preferencesMatěj Cepl2010-06-231-3/+5
| | | | | - the first attempt (just a copy) of documentation - put all preferences into names (bugzilla-triage.setting.)
* Fix timesheet generation with bad URLs and get activated on the Freedesktop ↵Matěj Cepl2010-06-233-23/+30
| | | | bugzilla as well
* Some people, when confronted with a problem, think I know, I'll use regular ↵Matěj Cepl2010-06-221-3/+4
| | | | expressions.'' Now they have two problems.
* Make fixing MIME type again (includes creation of util.httpPOST)Matěj Cepl2010-06-2210-128/+63
| | | | | | | | | - 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)
* Add variable children of bzpage backMatěj Cepl2010-06-221-2/+9
|
* Make skipping over attachment.cgi work and more cleanupMatěj Cepl2010-06-222-9/+10
| | | | | | - improve regexp in main.js / skipThisPage - fix util.notification to not crash - remove non-ASCII characters from package.json
* Fix broken merge.Matěj Cepl2010-06-211-6/+3
|\
| * Clean up loggingMatěj Cepl2010-06-212-7/+11
| | | | | | | | | | - remove unnecessary logging messages - instead of dumping whole log store to stderr, give just count of items
* | Skipping over process pages && system notification.Matěj Cepl2010-06-214-40/+100
|/
* Make Eclipse happierMatěj Cepl2010-06-211-1/+2
| | | | | - extended .hgignore - fix some problems in lib/persistent-page-mod.js
* Logger works and some cleanupMatěj Cepl2010-06-217-46/+90
| | | | | Juhuuu, logger works (almost, I haven't tested generation of reports yet) remove all trailing blank space
* Trying to use api-utils.publicConstructor failed.Matěj Cepl2010-06-204-13/+17
| | | | rhbzpage.markingBugTriaged should have hardcoded F-12 as the limit.
* Silly cleanupMatěj Cepl2010-06-191-1/+1
|
* Loads a bug page without crash!!!Matěj Cepl2010-06-195-134/+242
| | | | There is not jetpack. call in used modules.
* There is url.URL object!Matěj Cepl2010-06-191-4/+10
|
* Write HACKING document with coding guidelines and actually fix theMatěj Cepl2010-06-184-78/+78
| | | | code to follow it.
* Merge in original rhbzpage.js as well, it doesn't make sense to protect part ↵Matěj Cepl2010-06-172-950/+923
| | | | of the system, we have to deal with whole mess now.
* Inheritance works, now there are jetpack-prototype-related bugsMatěj Cepl2010-06-1711-860/+816
|
* Merge OOPtesting branchMatěj Cepl2010-06-171-0/+56
|\
| * Port bugfixes from the -prototype branch. simpleStorage is apparentlyMatěj Cepl2010-06-164-20/+45
| | | | | | | | not that simple and it will need to be fixed.
| * Merged in r187.Matěj Cepl2010-06-152-10/+12
| |\
| * | Adding JEP-10 support.Matěj Cepl2010-06-073-1/+211
| | |
* | | Following https://bugzilla.mozilla.org/show_bug.cgi?id=572566 example nowMatěj Cepl2010-06-172-8/+5
| | | | | | | | | | | | works.
* | | Forgotten newMatěj Cepl2010-06-131-1/+1
| | |
* | | Another unsatisfactory result.Matěj Cepl2010-06-132-3/+14
| | |
* | | Trying solutions from Felipe GomesMatěj Cepl2010-06-123-3/+10
| | |
* | | Even more simplificationMatěj Cepl2010-06-124-8/+18
| | |
* | | More cleanupMatěj Cepl2010-06-111-9/+1
| | |
* | | Even more brutalMatěj Cepl2010-06-113-46/+12
| | |
* | | Last unused files archived.Matěj Cepl2010-06-113-0/+0
| | |
* | | More cleanup to make a simple reproducerMatěj Cepl2010-06-117-142/+6
| | |
* | | Trying to make the simplest possible inherited objects.Matěj Cepl2010-06-115-1614/+1697
| | |
* | | Trying to clean-up the OO structure ... there is still something broken thereMatěj Cepl2010-06-102-53/+63
| | |
* | | * clean up to make jslint happy (abandoned let and replaced with var)Matěj Cepl2010-06-094-211/+219
| | | | | | | | | | | | * cleaned up couple of crashes and missing stuff
* | | Cleanup before re-posting to https://bugzilla.mozilla.org/show_bug.cgi?id=570741Matěj Cepl2010-06-081-10/+1
| | |
* | | First almost working version of main.jsMatěj Cepl2010-06-085-59/+160
| | |
* | | Added getCurrentFlavors with tests to the clipboard module.Matěj Cepl2010-06-081-10/+15
| | |
* | | Clean up spurious spaces.Matěj Cepl2010-06-071-0/+1
| | |
* | | Fix creation of non-existent logstoreMatěj Cepl2010-06-072-2/+4
| |/ |/|
* | The first attempt to make JEP-10/Clipboard working.Matěj Cepl2010-06-072-2/+132
|/
* Unfinished mess of everything, unworking.Matěj Cepl2010-06-055-239/+237
|
* 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.
* Noted couple of URLs to go throughMatěj Cepl2010-06-011-0/+9
|
* Adding unit tests for xmlrpc.jsMatěj Cepl2010-06-012-3/+5
|
* Adding unit tests for Color objectMatěj Cepl2010-06-011-1/+1
|