3
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Jul 27, 2025 — Jul 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
adding 'User Scripts' category button to the new addon manager, which does nothing at the moment. More... about 16 years ago
Reselect the list item after moving or sorting. More... about 16 years ago
Remove the listitem before inserting, in "move" event. More... about 16 years ago
Merge branch 'master' of git://github.com/greasemonkey/greasemonkey into issue-1123 More... about 16 years ago
don't need the listbox variable in the addon manager's user script config observer any longer. More... about 16 years ago
Merge branch 'master' of git://github.com/greasemonkey/greasemonkey into addons-update-3 More... about 16 years ago
Merge branch 'master' of git://github.com/greasemonkey/greasemonkey into addons-update-2 More... about 16 years ago
Adding an if statement that insures no work is done when the config is asked to move a script zero positions. More... about 16 years ago
bug fix: when moving a user script down then the addon manager user script view was not updated correctly; this method keeps that logic in the config. More... about 16 years ago
scrolling to the selected user script after a move to top/bottom action, because otherwise the user will have to manually scroll to the item in order to see it again. More... about 16 years ago
Bugfixes for restoring selected state. More... about 16 years ago
Restore locale strings for options window. More... about 16 years ago
Make left/right keys work like native views. More... about 16 years ago
Store, and restore, last selected script. More... about 16 years ago
Improving how user script nodes in the addon manager window are updated when user scripts are modified by updating node values instead of creating a new node and replacing the old one. More... about 16 years ago
Cleaning up the sort functionality for the addon manager. Moved sort logic to config.js and now sending move notifications, which are then used to rearrange the user script list. More... about 16 years ago
since the addon maanger list of user scripts isn't refilled when a user switches to the 'user scripts' tab, and is only filled once, we no longer need to stop the config observer when the 'user scripts' tab is not selected. More... about 16 years ago
simplifying css selector for hiding buttons at the bottom of the addon manager. More... about 16 years ago
Merge remote branch 'official/master' into addons-xbl-overlay More... about 16 years ago
Clean up orphaned code & locale strings. More... about 16 years ago
Trimming orphaned CSS. More... about 16 years ago
Tidy up showView/hideView next to each other. More... about 16 years ago
Wire up a context menu for our new independent richlistbox. More... about 16 years ago
Redefine Add-Ons UI definition and interactions. More... about 16 years ago
Fixes #1138 adds the newAddon attribute when a user script is installed and the addon manager is open to the 'user scripts' tab. More... about 16 years ago
Merge branch 'master' of git://github.com/greasemonkey/greasemonkey into issue-1114-3 More... about 16 years ago
- don't need to call hideView w/in showView - removing all instances of 'userscript' from the class attribute of the addon manager document when running hideView More... about 16 years ago
- removing all instances of 'userscript' from the class attribute of the addon manager document when running hideView More... about 16 years ago
Remove old-versions-of-Firefox specific code. More... about 16 years ago
Remove old-versions-of-Firefox specific code. More... about 16 years ago