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 9 hours
ago. based on code collected
about 9 hours
ago.
Jul 27, 2025 — Jul 27, 2026
Showing page 68 of 85
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
To prevent the unnecessary redownloading of resources when the metadata hasn't been changed but the script has been modified, I've added the hash computing(using SHA1) of the metadata block. Then that hash is stored in config.xml file. If the timestamp shows that the file has been modified, the hash is recomputed and compared against the stored hash and if it is different then the new metadata is used, the resources are redownloaded, and the new timestamp and new hash is stored, otherwise if the hash is unchanged just the new timestamp is stored.
sizzlemctwizzle
More...
over 16 years ago
To prevent the unnecessary redownloading of resources when the metadata hasn't been changed but the script has been modified, I've added the hash computing(using SHA1) of the metadata block. Then that hash is stored in config.xml file. If the timestamp shows that the file has been modified, the hash is recomputed and compared against the stored hash and if it is different then the new metadata is used, the resources are redownloaded, and the new timestamp and new hash is stored, otherwise if the hash is unchanged just the new timestamp is stored.
sizzlemctwizzle
More...
over 16 years ago
Get rid of old dependencies when re-downloading.
sizzlemctwizzle
More...
over 16 years ago
Get rid of old dependencies when re-downloading.
sizzlemctwizzle
More...
over 16 years ago
Added safety checking of file names for dependencies with the same remote name.
sizzlemctwizzle
More...
over 16 years ago
Added safety checking of file names for dependencies with the same remote name.
sizzlemctwizzle
More...
over 16 years ago
Added a safety check for saving dependencies and a notice where some more checking needs to be done.
sizzlemctwizzle
More...
over 16 years ago
Added a safety check for saving dependencies and a notice where some more checking needs to be done.
sizzlemctwizzle
More...
over 16 years ago
Removed a little change I used for testing.
sizzlemctwizzle
More...
over 16 years ago
Removed a little change I used for testing.
sizzlemctwizzle
More...
over 16 years ago
Added support for redownloading @resource and @require files when the .user.js file is modified.
sizzlemctwizzle
More...
over 16 years ago
Added support for redownloading @resource and @require files when the .user.js file is modified.
sizzlemctwizzle
More...
over 16 years ago
Consolidated changes to config.js
sizzlemctwizzle
More...
over 16 years ago
Consolidated changes to config.js
sizzlemctwizzle
More...
over 16 years ago
@description, @includes, and @exclude are now updated dynamically when there has been a change made to the .user.js file. My next goal is to get the more complex meta keys(@require/@resource) working.
sizzlemctwizzle
More...
over 16 years ago
@description, @includes, and @exclude are now updated dynamically when there has been a change made to the .user.js file. My next goal is to get the more complex meta keys(@require/@resource) working.
sizzlemctwizzle
More...
over 16 years ago
Added timestamp checking so we don't parse files that haven't changed. Next step will be checking the timestamp at runtime.
sizzlemctwizzle
More...
over 16 years ago
Added timestamp checking so we don't parse files that haven't changed. Next step will be checking the timestamp at runtime.
sizzlemctwizzle
More...
over 16 years ago
I first attempt at getting @include, @exclude, and @description fields to be read at runtime. So far a Firefox restart is required to get Greasemonkey to notice the changes.
sizzlemctwizzle
More...
over 16 years ago
I first attempt at getting @include, @exclude, and @description fields to be read at runtime. So far a Firefox restart is required to get Greasemonkey to notice the changes.
sizzlemctwizzle
More...
over 16 years ago
checking the length of this.menuCommanders.length before starting work.
Erik Vold
More...
over 16 years ago
checking the length of this.menuCommanders.length before starting work.
Erik Vold
More...
over 16 years ago
- removed unused variable 'commander' - scoped the 'item' variable to the GM_BrowserUI.contentUnload function - added check that this.menuCommanders exists in GM_BrowserUI.contentUnload before doing work on it to avoid "this.menuCommanders is undefined" error.
Erik Vold
More...
over 16 years ago
- removed unused variable 'commander' - scoped the 'item' variable to the GM_BrowserUI.contentUnload function - added check that this.menuCommanders exists in GM_BrowserUI.contentUnload before doing work on it to avoid "this.menuCommanders is undefined" error.
Erik Vold
More...
over 16 years ago
using hasOwnProperty() to verify each of the header object's enumerated properties are owned by the object, they are skipped otherwise.
Erik Vold
More...
over 16 years ago
using hasOwnProperty() to verify each of the header object's enumerated properties are owned by the object, they are skipped otherwise.
Erik Vold
More...
over 16 years ago
Removed reference to nonexistent file.
Johan Sundström
More...
over 16 years ago
Removed reference to nonexistent file.
Johan Sundström
More...
over 16 years ago
Merge branch 'addonstab' into 0.9.0
Anthony Lieuallen
More...
over 16 years ago
Remove "pages overlay" (@include/@exclude pane for manage dialog) which is no longer used.
Anthony Lieuallen
More...
over 16 years ago
←
1
2
…
64
65
66
67
68
69
70
71
72
…
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