openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Scriptish
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 4 hours
ago. based on code collected
about 19 hours
ago.
Aug 16, 2025 — Aug 16, 2026
Showing page 56 of 85
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
minor performance enhancements to filter by url
Erik Vold
More...
about 16 years ago
Merge branch 'issue-1149' of github.com:erikvold/greasemonkey
Erik Vold
More...
about 16 years ago
Merge branch 'issue-1123' of github.com:erikvold/greasemonkey
Erik Vold
More...
about 16 years ago
Use a throbber image in our extension, not an unpredictable location from inside Firefox.
Anthony Lieuallen
More...
about 16 years ago
Merge branch 'issue-1156-mods' of github.com:erikvold/greasemonkey
Erik Vold
More...
about 16 years ago
Merge branch 'issue-1159-b' of github.com:erikvold/greasemonkey
Erik Vold
More...
about 16 years ago
Fixes #1160 pass uri to parse(), not uri.spec
Erik Vold
More...
about 16 years ago
Fixes #1159 trivial updates for GM service for FF 4+
Erik Vold
More...
about 16 years ago
Making GM_stringBundle a function which only caches the stringBundle on first use.
Erik Vold
More...
about 16 years ago
Memoize GM_uriFromUrl on first use.
Erik Vold
More...
about 16 years ago
Memoize GM_sha1 on first use.
Erik Vold
More...
about 16 years ago
Using modules/constants.js in modules/scriptdownloader.js which I must have missed earlier.
Erik Vold
More...
about 16 years ago
Moving updateVersion function from modules/config.js to components/greasemonkey.js so that it can be called before a config instance is created, in case the config is not until later or needed at all.
Erik Vold
More...
about 16 years ago
Fixes #1158 bug when migrating prefs after a script modification.
Erik Vold
More...
about 16 years ago
Only import modules/miscapis.js when it's needed.
Erik Vold
More...
about 16 years ago
Only loading "chrome://global/content/XPCNativeWrapper.js" when & if it's needed.
Erik Vold
More...
about 16 years ago
Removing windowMediatorService from modules/constants.js
Erik Vold
More...
about 16 years ago
Only importing modules/xmlhttprequester.js when it's needed.
Erik Vold
More...
about 16 years ago
Only importing the definition for Config when it is required.
Erik Vold
More...
about 16 years ago
Only importing modules/menucommander.js when it is needed.
Erik Vold
More...
about 16 years ago
Only importing modules/accelimation.js when it is required, to improve startup time and optimize memory usage.
Erik Vold
More...
about 16 years ago
Minor performance change to the function that parses user script header info from source so that less non-header related lines are included in the loop.
Erik Vold
More...
about 16 years ago
Minor performance changes to the function that parses user script header info from source so that less non-header related lines are included in the loop, all headers are run through the same switch statement, and only one while statement is used.
Erik Vold
More...
about 16 years ago
Moving code in modules/config.js's _load method that deals with Script private members to modules/script.js; now removing imports of modules/scriptresource.js and modules/scriptrequire.js into modules/config.js
Erik Vold
More...
about 16 years ago
Moving the script parse method's guts to modules/script.js from modules/config.js, because it requires access to so many private members. The parse method is not part of the prototype because I thought that only a singleton is needed in this case.
Erik Vold
More...
about 16 years ago
- Caching include & exclude reg exps in script object now. This should speed up the matching a bit because a lookup won't need to be made, and in the case where GM_memoize's limit is reached this will have a greater effect. - Removing now unused functions and alerts for adding/removing an include or exclude (since change was made to read these values directly from the file on modification). - Replacing usage of private members _includes & _excludes in config.js with public methods
Erik Vold
More...
about 16 years ago
Moving sections of code from modules/config.js which accesses private members of scripts to modules/script.js
Erik Vold
More...
about 16 years ago
Renamed convert2RegExp to GM_convert2RegExp and only memoize it when it's first executed.
Erik Vold
More...
about 16 years ago
Adding a windowMediatorService constant to modules/constants.js
Erik Vold
More...
about 16 years ago
Organizing the code that keeps track of the files allowed by GM_apiLeakCheck.
Erik Vold
More...
about 16 years ago
←
1
2
…
52
53
54
55
56
57
58
59
60
…
84
85
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree