aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * Correct the exported function nameEhsan Akhgari2010-05-311-1/+1
| * Fix a syntax errorEhsan Akhgari2010-05-311-1/+1
| * Fix a few bugs to actually make the jetpack workEhsan Akhgari2010-05-313-133/+3
| * Don't store a global clipboard object, to prevent possible future leaksEhsan Akhgari2010-05-301-3/+3
| * Create a cookiemanager package and use itEhsan Akhgari2010-05-302-3/+43
| * Port to using the preferences-service packageEhsan Akhgari2010-05-301-4/+2
| * Port clipboard operations to a new Jetpack SDK-style APIEhsan Akhgari2010-05-302-1/+60
| * Switch to using the context-menu APIEhsan Akhgari2010-05-301-17/+23
| * Switch to using the new equivalent of the pageMods APIEhsan Akhgari2010-05-303-11/+141
| * 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-236-689/+705
* Convert to using passwords.js from Add-on SDK, not out own.Matěj Cepl2011-03-232-114/+79
* Don't suggest restart of Firefox, when it is not required.Matěj Cepl2011-03-191-1/+1
* Merge branch 'logging' into nextMatěj Cepl2011-03-171-2/+2
|\
| * Let's be cool and use HTML5. Also hopefully encoding will actually work.Matěj Cepl2011-03-171-2/+2
* | Merge branch 'anyAllJSON' into nextMatěj Cepl2011-03-071-7/+6
|\ \
| * | Config_data.json should have "all" for bugzilla.redhat.com not "any"Matěj Cepl2011-03-071-16/+15
* | | Merge branch 'logging' into nextMatěj Cepl2011-03-031-1/+3
|\ \ \ | | |/ | |/|
| * | Generated time sheets should be explicitly marked as UTF-8Matěj Cepl2011-03-031-1/+3
* | | Make script working with Mozilla bugzilla.Matěj Cepl2011-03-032-28/+22
* | | 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-022-0/+7
* | Yes, we can have window object in main script!Matěj Cepl2011-03-022-2/+3
* | Fix sorting of the records in generated log. Now generates time sheet!Matěj Cepl2011-03-011-1/+7
* | Logger at least creates new records.Matěj Cepl2011-03-012-2/+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
* | Most of logger recovered.Matěj Cepl2011-02-202-29/+16
* | Fix fill-in magic.Matěj Cepl2011-02-202-4/+1
* | Add ability to briefly look through Xorg.0.logMatěj Cepl2011-02-201-3/+3
* | Make queryLocal and XML-RPC generally work again.Matěj Cepl2011-02-172-7/+6
* | Fix the password recognition.Matěj Cepl2011-02-162-11/+4
* | Bit of reorganizationMatěj Cepl2011-02-152-1/+14
* | Basic functionality working. Switching to this bug for my day-to-day work.Matěj Cepl2011-02-142-3/+11
* | All functions should be (theoretically) either working or commented out.Matěj Cepl2011-02-102-29/+86
* | Mainly add XML-RPC handlingMatěj Cepl2011-02-094-71/+133
* | Bit of cleaning of loggerMatěj Cepl2011-02-012-59/+39
|/
* This actually almost looks like working, so much I can file bugs.Matěj Cepl2011-02-014-65/+138
* Tons of fixes, we are almost in state that the primitive run is possible.Matěj Cepl2011-01-313-40/+38
* bzpage.js mostly doneMatěj Cepl2011-01-284-566/+291
* First rough removal of objects and transformation on plain functions.Matěj Cepl2011-01-201-3/+63
* Just move key libraries to data/ to be made into content scripts.Matěj Cepl2011-01-203-2129/+0
* Remove unnecessary require.Matěj Cepl2011-01-191-1/+0
* Limit full-text queries of upstream bugzillas just to current component.Matěj Cepl2010-11-241-2/+7
* Move choice of particular content script objects to initialize().Matěj Cepl2010-10-251-8/+9
* 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-232-128/+0
* Update to the latest Request APIMatěj Cepl2010-10-103-27/+26
* Remove notification method in utils.js, provided by the Jetpack module.Matěj Cepl2010-10-082-36/+0