Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue in chrome, and added 2 piece of fuctionality #1

Merged
merged 4 commits into from Mar 28, 2012

Commits on Mar 28, 2012

  1. Fixed websockets URL artifact issue (/# breaks it)

    Added try-catch on MozWebSocket statment (killed chrom 17.0.963.79 (Developer Build 125985))
    Kos committed Mar 28, 2012
    Copy the full SHA
    ecefe5d View commit details
    Browse the repository at this point in the history
  2. Added cookie in extension that maintains the hookname.

    Added the ability to rename hooks, along with the UI stuff to enable it
    Kos committed Mar 28, 2012
    Copy the full SHA
    ebce729 View commit details
    Browse the repository at this point in the history
  3. Updated 'updateHookName' - first time seeing a hook works correclty now

    changed fro cookie in extension to lcoalStorage. Definitely way intrusive... but convenient for maintaining names.
    Maybe this hsould be an option to set?
    Kos committed Mar 28, 2012
    Copy the full SHA
    c2ebb34 View commit details
    Browse the repository at this point in the history
  4. Made it so "info-tab" is activated on page load, instead of having to…

    … hit commands or html, and back to info
    Kos committed Mar 28, 2012
    Copy the full SHA
    1eb54ea View commit details
    Browse the repository at this point in the history