| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Exccessive callbacks are considered harmful!
|
|
|
|
|
|
|
| |
Check that the value of the configuration URL has actually changed before
suggesting Firefox needs to be restarted.
Fixes #61
|
|\
| |
| |
| |
| | |
Conflicts:
lib/libbugzilla.js
|
| |
| |
| |
| |
| |
| | |
Also:
* remove all trailing spaces
* with "all" just add packages, don't replace other ones.
|
| |
| |
| |
| |
| | |
* Store all functions in an array and store just indexes in the SELECT
* add pageMod options for other bugzillas
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
* doh! !== instead of ===
* also skip attachment.cgi page
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/ |
|
| |
|
|
|
|
|
|
| |
TOOD:
* The most important part is we have to run libbz.initialize() and wait
until it is done.
|
|
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
|