1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 27, 2023 — Sep 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Issue 47 - should have included this paren in last commit More... over 12 years ago
Issue 47 - Fixed demo mode (had to update sample-tracking-info.json to use the new format as well as change some of the logic in demo.js to parse the new format.) More... over 12 years ago
Issue 46 fixed - got rid of Mozilla-specific JS syntax that was breaking on Safari More... over 12 years ago
Merge branch 'master' of https://github.com/toolness/collusion More... over 12 years ago
added a --server-only option to develop.py. More... over 12 years ago
Tweaked graph layout parameters to make nodes spread out more More... over 12 years ago
Made circles colored on the outside and white on the inside to match Barry's mockup More... over 12 years ago
Removed debugging statements that should not have been included in previous commit, sorry More... over 12 years ago
Issue 26 - extension now notes which domains you actually visit; graphrunner.js uses this info to turn those nodes blue. More... over 12 years ago
adding a warning if addon sdk doesn't seem to be activated. More... over 12 years ago
Added develop.py, which starts up the localhost webserver and runs cfx run simultaneously. Added a quick-start section to the README which guides new developers to use it. More... over 12 years ago
Moved all website-specific files into a website directory, so that they're not confused with files that are only relevant to the addon. Symlinking shared files between the website and addon, and forcing links to be copied/collapsed on deployment. More... over 12 years ago
Undid changes from 5fe9f0749e27d1df67dc02aeee855f92e5e02358 because combined with the changes from 2a6c92f11edc353dc21eef4cf5f97d3b63f6dc86 they look crummy. More... over 12 years ago
Merge branch 'refactorings' More... over 12 years ago
Fixed merge conflict More... over 12 years ago
Factored out all application-specific code in graphrunner.js and moved it into index.html. Soon, graphrunner.js will be able to be embedded in any page that needs to display a collusion graph. More... over 12 years ago
Added collusion-addon.js, which encapsulates the addon's functionality in web content, as well as detecting whether the addon is installed in web content. More... over 12 years ago
Converted jQuery.fn.setDomainLink() into a private function, as we don't want to pollute the jQuery namespace with such private things. More... over 12 years ago
Separated out demo code into its own file, demo.js. More... over 12 years ago
Dependencies are now explicitly passed into GraphRunner via its constructor function. More... over 12 years ago
Enclosed graphrunner.js into its own scope with a single export, GraphRunner.init(). More... over 12 years ago
got rid of the dumb page=big thing. now you can pass in graph_url=(some url) and the exported graph will be displayed in the window. You can always pass an invalid URL and then drag-and-drop instead of doing the page=big thing now. Still not an ideal solution, but simpler than page=big. More... over 12 years ago
Added anonymizer for exported graphs. More... over 12 years ago
nodes can be dragged properly again (they don't randomly flicker between their dragged position and the top-left of the screen). More... over 12 years ago
the querystring param 'page=big' can now be used to force the graph's area to be big in demo mode. More... over 12 years ago
dragging a JSON graph export into the page during demo mode will load the graph. among other things, this means we can browse graphs in non-Firefox browsers. unfortunately, right now the graph is still constrained to 640x480, which should be fixed, since it's horrible for browsing massive graphs. More... over 12 years ago
link hovering has a yellow background again, but the text is black to improve contrast. More... over 12 years ago
changed styling of reset/export graph buttons. More... over 12 years ago
color changes to cope with the new dark background. More... over 12 years ago
Added test suite with one very trivial smoke test. More... over 12 years ago