Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Really Eclipseize formatting. | Matěj Cepl | 2011-06-05 | 5 | -26/+26 |
| | |||||
* | Reformatting to MoFo coding style | Matěj Cepl | 2011-06-05 | 7 | -278/+300 |
| | |||||
* | Make logger.timeSheetRecordsPrinter testeable and add unit test. | Matěj Cepl | 2011-06-05 | 1 | -0/+39 |
| | |||||
* | Auch! Say NO to the copy&paste inheritance! | Matěj Cepl | 2011-06-05 | 1 | -0/+13 |
| | | | | | | * leadingZero made into special function exported from xmlrpc module (it is now able to accept either number of string as its parameter) * added tests for leadingZero | ||||
* | Fix indentation and else for Mozilla coding guidelines. | Matěj Cepl | 2011-03-23 | 6 | -225/+226 |
| | |||||
* | Convert to using passwords.js from Add-on SDK, not out own. | Matěj Cepl | 2011-03-23 | 1 | -18/+0 |
| | | | | Exccessive callbacks are considered harmful! | ||||
* | Fix the password recognition. | Matěj Cepl | 2011-02-16 | 3 | -0/+207 |
| | | | | | * doh! !== instead of === * also skip attachment.cgi page | ||||
* | Bit of reorganization | Matěj Cepl | 2011-02-15 | 2 | -27/+27 |
| | | | | Also add an event handler on changes in assigned_to input box | ||||
* | Jetpack-SDK currently provides clipboard and selection libraries. | Matěj Cepl | 2010-10-23 | 1 | -51/+0 |
| | | | | So there is no need to do our own. | ||||
* | Massive reformatting to make Eclipse happy | Matěj Cepl | 2010-09-25 | 2 | -4/+4 |
| | |||||
* | Clarify the situation with getBugNo. | Matěj Cepl | 2010-09-14 | 1 | -0/+2 |
| | | | | | | | | | * get rid off getBugId ... it was never used and silly * improve javadoc of getBugNo and explain why it is in util.js, although it would more belong to bzpage.js (hint: there are no unit tests for bzpage.js) * add a test showing that aliases are not convereted to proper numerical bug numbers | ||||
* | Add util.getParamsFromURL method and use it. | Matěj Cepl | 2010-07-25 | 1 | -4/+3 |
| | | | | Including all tests. | ||||
* | Add util.getParamsFromURL method to parse URL parameters. | Matěj Cepl | 2010-07-25 | 1 | -7/+32 |
| | |||||
* | Add a test for empty list paramter of util.filterByRegexp function. | Matěj Cepl | 2010-07-21 | 1 | -4/+12 |
| | |||||
* | Add util.getObjectKeys for better diagnostic. | Matěj Cepl | 2010-07-20 | 1 | -3/+11 |
| | |||||
* | change {set,remove}Password to *Login | Matěj Cepl | 2010-07-16 | 1 | -3/+3 |
| | |||||
* | Passwords library with unit test. | Matěj Cepl | 2010-07-16 | 1 | -0/+18 |
| | |||||
* | Use 'request' module instead of home brewed load{Text,JSON} and httpPOST | Matěj Cepl | 2010-06-30 | 1 | -33/+1 |
| | |||||
* | Merge OOPtesting branch | Matěj Cepl | 2010-06-17 | 1 | -2/+3 |
|\ | |||||
| * | Merged in r187. | Matěj Cepl | 2010-06-15 | 1 | -0/+42 |
| |\ | |||||
| * | | Adding JEP-10 support. | Matěj Cepl | 2010-06-07 | 1 | -1/+1 |
| | | | |||||
* | | | Even more simplification | Matěj Cepl | 2010-06-12 | 1 | -1/+1 |
| | | | |||||
* | | | remove unnecessary console.log | Matěj Cepl | 2010-06-11 | 2 | -3/+1 |
| | | | |||||
* | | | Cleanup before re-posting to https://bugzilla.mozilla.org/show_bug.cgi?id=570741 | Matěj Cepl | 2010-06-08 | 1 | -1/+1 |
| | | | |||||
* | | | Added getCurrentFlavors with tests to the clipboard module. | Matěj Cepl | 2010-06-08 | 1 | -0/+10 |
| |/ |/| | |||||
* | | The first attempt to make JEP-10/Clipboard working. | Matěj Cepl | 2010-06-07 | 1 | -0/+42 |
|/ | |||||
* | Unfinished mess of everything, unworking. | Matěj Cepl | 2010-06-05 | 1 | -8/+30 |
| | |||||
* | Adding failing Unicode test. | Matěj Cepl | 2010-06-03 | 1 | -0/+10 |
| | |||||
* | With help of bugzilla (https://bugzilla.mozilla.org/show_bug.cgi?id=569273 | Matěj Cepl | 2010-06-03 | 1 | -70/+31 |
| | | | | | and https://bugzilla.mozilla.org/show_bug.cgi?id=569271 I've got most tests working. | ||||
* | Adding unit tests for xmlrpc.js | Matěj Cepl | 2010-06-01 | 1 | -0/+32 |
| | |||||
* | Adding unit tests for Color object | Matěj Cepl | 2010-06-01 | 1 | -0/+31 |
| | |||||
* | Added test for util.heir | Matěj Cepl | 2010-06-01 | 1 | -0/+46 |
| | |||||
* | Added another unit tests | Matěj Cepl | 2010-06-01 | 1 | -2/+73 |
| | | | | | | | - util.isInList - util.getISODate - util.valToArray - util.getBugNo | ||||
* | * Added hopefully a full coverage of unit tests for: | Matěj Cepl | 2010-05-31 | 1 | -3/+90 |
| | | | | | | | | util.valToArray util.addCSVValue util.removeCSVValue * Cleaning up to make jslint happy for */util*.js | ||||
* | First attempt to split main script into modules. | Matěj Cepl | 2010-05-31 | 1 | -0/+7 |