aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rhbzpage.js
Commit message (Collapse)AuthorAgeFilesLines
* Use 'request' module instead of home brewed load{Text,JSON} and httpPOSTMatěj Cepl2010-06-301-29/+45
|
* Move all constant data out of the main JSONMatěj Cepl2010-06-271-5/+7
|
* 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 fixing MIME type again (includes creation of util.httpPOST)Matěj Cepl2010-06-221-70/+17
| | | | | | | | | - 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)
* Logger works and some cleanupMatěj Cepl2010-06-211-6/+38
| | | | | 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-201-5/+4
| | | | rhbzpage.markingBugTriaged should have hardcoded F-12 as the limit.
* Loads a bug page without crash!!!Matěj Cepl2010-06-191-60/+46
| | | | There is not jetpack. call in used modules.
* There is url.URL object!Matěj Cepl2010-06-191-4/+10
|
* Merge in original rhbzpage.js as well, it doesn't make sense to protect part ↵Matěj Cepl2010-06-171-9/+923
| | | | of the system, we have to deal with whole mess now.
* Following https://bugzilla.mozilla.org/show_bug.cgi?id=572566 example nowMatěj Cepl2010-06-171-6/+3
| | | | works.
* Another unsatisfactory result.Matěj Cepl2010-06-131-1/+6
|
* Trying solutions from Felipe GomesMatěj Cepl2010-06-121-1/+4
|
* Even more simplificationMatěj Cepl2010-06-121-2/+10
|
* More cleanup to make a simple reproducerMatěj Cepl2010-06-111-16/+3
|
* Trying to make the simplest possible inherited objects.Matěj Cepl2010-06-111-913/+8
|
* Trying to clean-up the OO structure ... there is still something broken thereMatěj Cepl2010-06-101-15/+15
|
* * clean up to make jslint happy (abandoned let and replaced with var)Matěj Cepl2010-06-091-107/+111
| | | | * cleaned up couple of crashes and missing stuff
* First almost working version of main.jsMatěj Cepl2010-06-081-2/+2
|
* Clean up spurious spaces.Matěj Cepl2010-06-071-0/+1
|
* Fix creation of non-existent logstoreMatěj Cepl2010-06-071-0/+2
|
* The first attempt to make JEP-10/Clipboard working.Matěj Cepl2010-06-071-2/+3
|
* Unfinished mess of everything, unworking.Matěj Cepl2010-06-051-184/+43
|
* Adding unit tests for xmlrpc.jsMatěj Cepl2010-06-011-2/+4
|
* rewrite util.js to be more compliant with SDK usage.Matěj Cepl2010-05-311-5/+6
|
* First attempt to split main script into modules.Matěj Cepl2010-05-311-0/+1072