aboutsummaryrefslogtreecommitdiffstats
path: root/lib/main.js
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'Ehsan' into bugzillatweaksMatěj Cepl2011-03-241-1/+20
|\ | | | | | | | | | | Conflicts: lib/main.js package.json
| * Apply tweaks to landfill (test) bugzilla installations at bugzilla.org.Steve Fink2011-02-171-1/+1
| |
| * Update to new Addon SDK page-mod and context-menu modulesHeather Arthur2011-02-151-0/+65
| |
| * Move main.js to bug-page-mod.jsHeather Arthur2011-02-151-1148/+0
| |
| * Replace + signs in the quicksearch parameter with spacesEhsan Akhgari2010-11-031-1/+1
| |
| * Put the quicksearch text in the search boxes so that they can be editedEhsan Akhgari2010-11-011-0/+17
| |
| * Show the Review link for process_bug.cgi pagesEhsan Akhgari2010-10-281-5/+1
| |
| * Add a link to collapse all of tbplbot's commentsEhsan Akhgari2010-09-171-0/+33
| |
| * Fix Bugzilla Tweaks in debug buildsEhsan Akhgari2010-09-101-1/+1
| |
| * Tweak the regular expression to support linkifying attachment flags in ↵Ehsan Akhgari2010-07-151-1/+1
| | | | | | | | Bugzilla 3.6 again
| * Remove the support for user name autocomplete because bugzilla.mozilla.org ↵Ehsan Akhgari2010-07-091-121/+0
| | | | | | | | is moving to Bugzilla 3.6 which provides this functionality by default
| * Re-enable the context menu; work-around and initial patch by Drew Willcoxontweaks-1.0Ehsan Akhgari2010-06-281-37/+36
| |
| * Remove the context menu stuff until we have a work-around for context menu ↵Ehsan Akhgari2010-06-281-0/+4
| | | | | | | | items appearing multiple times
| * Add license header to main.jsEhsan Akhgari2010-05-311-0/+37
| |
| * Don't show our context menu options on other pagesEhsan Akhgari2010-05-311-2/+11
| |
| * Remove the context menu on page unloadEhsan Akhgari2010-05-311-0/+6
| |
| * Don't show an empty name in the CC autocomplete listEhsan Akhgari2010-05-311-1/+1
| |
| * Don't pass cookie XPCOM objects across package boundariesEhsan Akhgari2010-05-311-3/+2
| |
| * We can't modify a menu's label, so switch to 'Toggle' in the labelEhsan Akhgari2010-05-311-9/+3
| |
| * Fix a few bugs to actually make the jetpack workEhsan Akhgari2010-05-311-5/+3
| |
| * Create a cookiemanager package and use itEhsan Akhgari2010-05-301-3/+1
| |
| * Port to using the preferences-service packageEhsan Akhgari2010-05-301-4/+2
| |
| * Port clipboard operations to a new Jetpack SDK-style APIEhsan Akhgari2010-05-301-1/+1
| |
| * Switch to using the context-menu APIEhsan Akhgari2010-05-301-17/+23
| |
| * Switch to using the new equivalent of the pageMods APIEhsan Akhgari2010-05-301-11/+13
| |
| * Import the old bugzilla-tweaks.js as lib/main.jsEhsan Akhgari2010-05-301-0/+1173
|
* Fix indentation and else for Mozilla coding guidelines.Matěj Cepl2011-03-231-114/+114
|
* Make script working with Mozilla bugzilla.Matěj Cepl2011-03-031-13/+20
| | | | | * Store all functions in an array and store just indexes in the SELECT * add pageMod options for other bugzillas
* Add a 'n' accesskey to Next link to next bugMatěj Cepl2011-03-021-0/+1
|
* Separate logging front-end into special content script.Matěj Cepl2011-03-021-0/+1
|
* Add unknown PCI ID to the clipboard.Matěj Cepl2011-03-021-0/+3
|
* Logger at least creates new records.Matěj Cepl2011-03-011-1/+0
|
* Nouveau doesn't dedicated data, so just the Chipset line is parsed.Matěj Cepl2011-02-241-1/+1
|
* Moved .js files from data/ to data/lib/ so that we don't mix data and code.Matěj Cepl2011-02-231-5/+5
|
* Fix fill-in magic.Matěj Cepl2011-02-201-1/+0
| | | | | | | | * changed regexp for parsing driver line, just PCI ID is relevant. * all magic is now in data * eliminated most unnecessary console.logs ... either changed to console.error or just removed.
* Make queryLocal and XML-RPC generally work again.Matěj Cepl2011-02-171-5/+2
|
* Fix the password recognition.Matěj Cepl2011-02-161-1/+2
| | | | | * doh! !== instead of === * also skip attachment.cgi page
* Bit of reorganizationMatěj Cepl2011-02-151-1/+2
| | | | Also add an event handler on changes in assigned_to input box
* Basic functionality working. Switching to this bug for my day-to-day work.Matěj Cepl2011-02-141-2/+10
|
* All functions should be (theoretically) either working or commented out.Matěj Cepl2011-02-101-7/+20
|
* Mainly add XML-RPC handlingMatěj Cepl2011-02-091-44/+50
| | | | | | | | | | | | In details: * add libbugzilla.makeXMLRPCCall * rewrite addAttachment and fixAttachById to use it * add RHOnMessageHandler to process RHBZ-specific RPC messages * fix the mess around getting passwords and not-provided passwords (there should be no password in a content script) * add libbugzilla.openURLinPanel and make showAttachment to use it * fix indentation of switch statements * remove JSLint strings, we need to fix the script, no screw up my ones
* This actually almost looks like working, so much I can file bugs.Matěj Cepl2011-02-011-14/+33
|
* Tons of fixes, we are almost in state that the primitive run is possible.Matěj Cepl2011-01-311-31/+6
| | | | | | TOOD: * The most important part is we have to run libbz.initialize() and wait until it is done.
* bzpage.js mostly doneMatěj Cepl2011-01-281-86/+18
| | | | | | | Also: * created libbugzilla.js for putting aside most RPCed functions * utils.js and color.js moved to data * tons and tons of restructing to make things work via RPC
* First rough removal of objects and transformation on plain functions.Matěj Cepl2011-01-201-3/+63
| | | | | | | | | TODO: * still this is all around the place * constructors has not been fixed * all require's were just yanked, but they are still used. * functions should be more self-contained ... tons of global variables everywhere.
* Move choice of particular content script objects to initialize().Matěj Cepl2010-10-251-8/+9
|
* Update to the latest Request APIMatěj Cepl2010-10-101-6/+6
|
* Remove notification method in utils.js, provided by the Jetpack module.Matěj Cepl2010-10-081-1/+0
|
* Fix Logger object to be self contained and use storage properlyMatěj Cepl2010-09-241-8/+1
| | | | | | | * there is really no other way than using module.storage directly Sucks! * all logger-related logic should go to the module and not be flying around (import TS, clear, isEmpty)
* Adding parsed backtraces seems to be functional. Yuhooo! \o/Matěj Cepl2010-09-211-1/+0
| | | | | * rhbzpage.addNewAttachmentRow finally beaten into submission * util.parseXMLfromString ... it is better to hide this