Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trying to make the simplest possible inherited objects. | Matěj Cepl | 2010-06-11 | 5 | -1614/+1697 |
| | |||||
* | remove unnecessary console.log | Matěj Cepl | 2010-06-11 | 2 | -3/+1 |
| | |||||
* | Trying to clean-up the OO structure ... there is still something broken there | Matěj Cepl | 2010-06-10 | 2 | -53/+63 |
| | |||||
* | Change default maintainer of seamonkey | Matěj Cepl | 2010-06-10 | 1 | -2/+2 |
| | |||||
* | * clean up to make jslint happy (abandoned let and replaced with var) | Matěj Cepl | 2010-06-09 | 6 | -212/+225 |
| | | | | * cleaned up couple of crashes and missing stuff | ||||
* | Cleanup before re-posting to https://bugzilla.mozilla.org/show_bug.cgi?id=570741 | Matěj Cepl | 2010-06-08 | 2 | -11/+2 |
| | |||||
* | First almost working version of main.js | Matěj Cepl | 2010-06-08 | 5 | -59/+160 |
| | |||||
* | Added getCurrentFlavors with tests to the clipboard module. | Matěj Cepl | 2010-06-08 | 2 | -10/+25 |
| | |||||
* | Added an URL for the filing of Xorg bugs to bugs.freedesktop.org. | Matěj Cepl | 2010-06-07 | 1 | -0/+4 |
| | |||||
* | Clean up spurious spaces. | Matěj Cepl | 2010-06-07 | 2 | -107/+322 |
| | |||||
* | Fix creation of non-existent logstore | Matěj Cepl | 2010-06-07 | 2 | -2/+4 |
| | |||||
* | The first attempt to make JEP-10/Clipboard working. | Matěj Cepl | 2010-06-07 | 4 | -2/+175 |
| | |||||
* | Unfinished mess of everything, unworking. | Matěj Cepl | 2010-06-05 | 11 | -626/+436 |
| | |||||
* | 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 | 2 | -71/+35 |
| | | | | | and https://bugzilla.mozilla.org/show_bug.cgi?id=569271 I've got most tests working. | ||||
* | Noted couple of URLs to go through | Matěj Cepl | 2010-06-01 | 1 | -0/+9 |
| | |||||
* | Adding unit tests for xmlrpc.js | Matěj Cepl | 2010-06-01 | 3 | -3/+37 |
| | |||||
* | Adding unit tests for Color object | Matěj Cepl | 2010-06-01 | 2 | -1/+32 |
| | |||||
* | Added test for util.heir | Matěj Cepl | 2010-06-01 | 1 | -0/+46 |
| | |||||
* | Added another unit tests | Matěj Cepl | 2010-06-01 | 2 | -15/+74 |
| | | | | | | | - util.isInList - util.getISODate - util.valToArray - util.getBugNo | ||||
* | * Added hopefully a full coverage of unit tests for: | Matěj Cepl | 2010-05-31 | 2 | -23/+115 |
| | | | | | | | | util.valToArray util.addCSVValue util.removeCSVValue * Cleaning up to make jslint happy for */util*.js | ||||
* | rewrite util.js to be more compliant with SDK usage. | Matěj Cepl | 2010-05-31 | 6 | -21/+30 |
| | |||||
* | First attempt to split main script into modules. | Matěj Cepl | 2010-05-31 | 9 | -2500/+2535 |
| | |||||
* | Reshuffling to Jetpack-SDK directory layout. | Matěj Cepl | 2010-05-31 | 13 | -468/+7 |
| | |||||
* | Updating sending bug upstream. | Matěj Cepl | 2010-05-30 | 1 | -2/+2 |
| | |||||
* | Updating comment string (ajax wanted more debugging information). | Matěj Cepl | 2010-05-30 | 1 | -2/+2 |
| | |||||
* | Removing unnecessary console.log calls ... logs was just one pure mess. | Matěj Cepl | 2010-05-26 | 1 | -67/+8 |
| | |||||
* | Finally! Cancel in the comment dialog box avoids submit. | Matěj Cepl | 2010-05-26 | 1 | -3/+6 |
| | |||||
* | Logger object debugged. | Matěj Cepl | 2010-05-26 | 2 | -106/+80 |
| | | | | | | | | Cleaned up CLOSED/UPSTREAM manipulation and commenting on submit: - generate upstream bug URL more sanely and no need for constantData.bugzillaIDURLs - It is now possible again to make an empty comment, which would still make bug to be submitted (only explicit Cancel avoids submit) | ||||
* | The first version of Logger object. | Matěj Cepl | 2010-05-24 | 2 | -137/+184 |
| | |||||
* | Bug no. should be parsed from the URL of the page. | Matěj Cepl | 2010-05-21 | 1 | -4/+18 |
| | |||||
* | Various small cleanups. | Matěj Cepl | 2010-05-21 | 1 | -25/+19 |
| | |||||
* | Move regular expressions to be BZPage properties. | Matěj Cepl | 2010-05-21 | 1 | -16/+22 |
| | |||||
* | Setting default assignee button has different ID now. | Matěj Cepl | 2010-05-19 | 1 | -4/+1 |
| | |||||
* | Added some javadocs. | Matěj Cepl | 2010-05-19 | 1 | -5/+26 |
| | | | | Added protection against double-firings. | ||||
* | Better information how to provide kernel debugging logs. | Matěj Cepl | 2010-05-19 | 1 | -1/+1 |
| | |||||
* | When we don't have a default assignee, don't pretend to have it. | Matěj Cepl | 2010-05-18 | 1 | -4/+8 |
| | |||||
* | Fix configuration possibility for MoFo | Matěj Cepl | 2010-05-18 | 1 | -1/+1 |
| | |||||
* | Fix "Def. Assignee" button. | Matěj Cepl | 2010-05-18 | 2 | -15/+14 |
| | | | | Also remove eclipsization. | ||||
* | Another hope for stabilization | Matěj Cepl | 2010-05-18 | 2 | -25/+67 |
| | |||||
* | Move pasteBacktraceInComments to RHBugzillaPage | Matěj Cepl | 2010-05-17 | 1 | -56/+56 |
| | |||||
* | Connect back logging and bit of small bits. | Matěj Cepl | 2010-05-17 | 1 | -14/+20 |
| | |||||
* | Tons of small bugs removed, seems like almost doing. | Matěj Cepl | 2010-05-17 | 2 | -252/+282 |
| | |||||
* | One more step to completness, ready for debugging | Matěj Cepl | 2010-05-17 | 2 | -1779/+1777 |
| | |||||
* | - get rid of configuration options in standard storage and use | Matěj Cepl | 2010-05-15 | 1 | -287/+321 |
| | | | | | | | jetpack.storage.settings (even though we don't have in-page configuration). - Move most of the RHBugzillaPage constructor code to the special functions. | ||||
* | Initial almost complete JSON file. | Matěj Cepl | 2010-05-15 | 1 | -339/+348 |
| | |||||
* | First attempts to create new format | Matěj Cepl | 2010-05-14 | 2 | -145/+118 |
| | |||||
* | Clean up generalPurposeCureForAllDisease a bit and move some of its | Matěj Cepl | 2010-05-12 | 1 | -37/+45 |
| | | | | code to separate methods. | ||||
* | Add getInstalledPackages, initCommentsDropdown, onCommentsDropdownChange | Matěj Cepl | 2010-05-12 | 1 | -152/+220 |
| | | | | | | | with a rough transcription into plain Javascript (no JQuery), not functional yet. Reformat deformations in Javadocs Finally remove heir() function forever. | ||||
* | Attempt to start working on translation of my .json file to | Matěj Cepl | 2010-05-12 | 1 | -0/+377 |
| | | | | the new format. |