aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rhbzpage.js
Commit message (Expand)AuthorAgeFilesLines
* Another in the series "I've asked for the strict checking, and I've gotMatěj Cepl2010-07-291-4/+6
* We check this.response.status everywhereMatěj Cepl2010-07-281-24/+30
* this.checkComments has not been activated in non-RH type page objects.Matěj Cepl2010-07-281-1/+0
* work on analyzeXorgLogMatěj Cepl2010-07-281-11/+16
* Fix RHBugzillaPage.addClosingUpstream and BZPage.selectOptionByLabel methodMatěj Cepl2010-07-251-21/+10
* Move queryForSelection and affiiliated methods to BZPage.Matěj Cepl2010-07-251-105/+42
* Now when we know how to load in background, do it always.Matěj Cepl2010-07-241-1/+5
* More resistance to differences with bugzilla.mozilla.orgMatěj Cepl2010-07-231-5/+8
* Not everybody has data to determine maintCCAddrMatěj Cepl2010-07-231-2/+6
* Actually QueryUpstream needs t.activate fix as well.Matěj Cepl2010-07-231-2/+2
* t.activate() really doesn't exist and we should really useMatěj Cepl2010-07-231-3/+2
* URL for XML-RPC is in the property .url, not directly in XMLRPCDataMatěj Cepl2010-07-191-1/+1
* Allow empty Xorg log analysisMatěj Cepl2010-07-191-4/+9
* Add import JSON file to logsMatěj Cepl2010-07-191-0/+1
* Trying to make jslint happy.Matěj Cepl2010-07-191-9/+3
* Yet another fix for the chip magic.Matěj Cepl2010-07-191-3/+10
* Make chip magic working again0.14Matěj Cepl2010-07-181-50/+49
* Add a tool to analyze Xorg.0.log filesMatěj Cepl2010-07-181-12/+42
* Removing fixElement ... we don't need it anymore when we use innerHTML.Matěj Cepl2010-07-181-15/+0
* Make XMLRPC service independent of a bugzilla instance.Matěj Cepl2010-07-171-3/+7
* Make "Query upstream" button working again.Matěj Cepl2010-07-161-2/+2
* Cleanup shared constants to work over modules.Matěj Cepl2010-07-161-2/+1
* Bail out if we are not logged in.Matěj Cepl2010-07-161-1/+10
* Use Firefox nsILoginManager to store password and make it optional.0.13Matěj Cepl2010-07-161-1/+5
* Move even handler installation to later, so we don't hit missing element; hop...Matěj Cepl2010-07-151-7/+8
* make fixMatěj Cepl2010-07-141-4/+4
* Fix Fedora BugZappers' signatureMatěj Cepl2010-07-021-3/+3
* Fix URL of the default JSON and make the script working even for non-me :)0.10Matěj Cepl2010-07-021-1/+3
* All I want to do in my life is to make jslint happy.Matěj Cepl2010-07-011-1/+0
* Simplify loggingMatěj Cepl2010-07-011-2/+0
* This Request object, not Require! Fixing #7Matěj Cepl2010-07-011-6/+4
* 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
* Logger works and some cleanupMatěj Cepl2010-06-211-6/+38
* Trying to use api-utils.publicConstructor failed.Matěj Cepl2010-06-201-5/+4
* Loads a bug page without crash!!!Matěj Cepl2010-06-191-60/+46
* 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
* Following https://bugzilla.mozilla.org/show_bug.cgi?id=572566 example nowMatěj Cepl2010-06-171-6/+3
* 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
* First almost working version of main.jsMatěj Cepl2010-06-081-2/+2