0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added MIT License More... about 15 years ago
re-packaged .xpi & went back to logging the elements with bound events to the Firebug console (to make it easier to see all of the elements with events ... for now) More... over 15 years ago
basically added some more logging to help with debugging. sorry, there isn't a way to disable the logging at the moment! i will try to get Firebug options working (and this debugging will be off by default) More... over 15 years ago
Allow for jQuery's chained events More... over 15 years ago
re-conventionalized console.log messages More... over 15 years ago
omg, *finally* some decent javascript indentation! http://www.vim.org/scripts/script.php?script_id=1840 More... over 15 years ago
omg, *finally* some decent javascript indentation! http://www.vim.org/scripts/script.php?script_id=1840 More... over 15 years ago
bugfix - check to make sure that event_bound_to_element has been called with non-null values before trying to set/get any attributes from the element. will implement better typing in this function. More... over 15 years ago
moved TODOs to ticgit More... over 15 years ago
fixed 'rake update', added a TODO (bug), tweaked/conventionalized console.log output of client-side js include More... over 15 years ago
meh, whatever. github's markdown is being stupid today. More... over 15 years ago
wtf is the problem with github's markdown? More... over 15 years ago
markdown list is being stupid More... over 15 years ago
markdown tweak to README TODOs More... over 15 years ago
markdown tweak to README TODOs More... over 15 years ago
added some TODOs More... over 15 years ago
added link to blog post, introducing FirebugUJS More... over 15 years ago
cleaned up a bit, rebuilt .xpi, added download link More... over 15 years ago
added screenshot to README More... over 15 years ago
cleaning up repository More... over 15 years ago
added 'rake update' for updating *installed* version of extension and added rake task descriptions ('rake -T') More... over 15 years ago
updated to work with LowPro! won't currently work with just Prototype, though. will update to work using Prototype's Event.observe More... over 15 years ago
updated README with some TODOs More... over 15 years ago
re-added jquery (not being used yet, tho) ... added .css, but can't figure out howto use it quite yet. cleaned up the code a tiny bit and added a little bit of style (want to get this moved to CSS) More... over 15 years ago
added source-browser script (gitweb) for easy repo browsing More... over 15 years ago
oh my dear lord ... IT WORKS! muhahahahahahahaha :) time to clean up the code and release! tonight == release with a blog post and screenshots (maybe a screencast) i hope! :) More... over 15 years ago
wasn't able to include <script> to local file:/// but i &was* able to load the text from a .js file included in my extension and then put that into a <script> tag! More... over 15 years ago
ah ha! got directory path (to my INSTALLED extension's install.rdf file) ... now i should be able to include a .js file! w00t More... over 15 years ago
added note for how i wanna try to get the .js file from my extension to the client side More... over 15 years ago
got it working so the panel refreshes properly when a new DOM element is selected More... over 15 years ago