aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rhbzpage.js
Commit message (Expand)AuthorAgeFilesLines
* Just move key libraries to data/ to be made into content scripts.Matěj Cepl2011-01-201-1023/+0
* Limit full-text queries of upstream bugzillas just to current component.Matěj Cepl2010-11-241-2/+7
* Echm, I should actually pass the argument where it is expected ;).Matěj Cepl2010-10-251-2/+2
* Jetpack-SDK currently provides clipboard and selection libraries.Matěj Cepl2010-10-231-1/+0
* Update to the latest Request APIMatěj Cepl2010-10-101-18/+17
* A bit of cleanup ... removed one TODOMatěj Cepl2010-09-301-5/+9
* Use createDeadLink method, it's better for your soul.Matěj Cepl2010-09-301-12/+5
* All button-links in the top row is generated by createDeadLinkMatěj Cepl2010-09-271-1/+1
* Fix fixAllButton (missing that = this).Matěj Cepl2010-09-271-3/+4
* Massive reformatting to make Eclipse happyMatěj Cepl2010-09-251-3/+5
* innerHTML is a good servant ... scrap it, it is bad servant even.Matěj Cepl2010-09-231-8/+4
* Adding parsed backtraces seems to be functional. Yuhooo! \o/Matěj Cepl2010-09-211-49/+45
* Make showing parsed backtrace at least workingMatěj Cepl2010-09-201-20/+43
* Add checking of HTTP status in rhbzpage.showAttachmentMatěj Cepl2010-09-191-7/+13
* Fix .split() methodMatěj Cepl2010-09-191-3/+0
* First working version.Matěj Cepl2010-09-181-45/+90
* Wrong id parameter of <a id='showBacktrace' elementMatěj Cepl2010-09-171-3/+6
* A lot of hacking, but still not working.Matěj Cepl2010-09-171-33/+38
* Some thoughts on the backtrace showingMatěj Cepl2010-09-171-49/+47
* First attempt to attach backtraces instead of pasting them into commentsMatěj Cepl2010-09-171-7/+44
* Add also chipset and driver information to the Xorg log analysisMatěj Cepl2010-09-151-2/+3
* Fixed number of lines in the head of the Xorg.0.log analysisMatěj Cepl2010-09-141-2/+3
* Getting Bug.get via XML-RPCMatěj Cepl2010-09-101-20/+0
* Impove Xorg analysis results0.23Matěj Cepl2010-09-061-0/+7
* We don't have getVersion method anymore0.21Matěj Cepl2010-08-201-3/+2
* Actually really fix #43 and simplification of collecting information.0.20Matěj Cepl2010-08-191-12/+19
* Make skipping attachments workingMatěj Cepl2010-08-191-10/+1
* 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