capeterson / Grey-Tab

Chrome extension for making developing and supporting force.com apps less panful.
BSD 3-Clause "New" or "Revised" License
25 stars 9 forks source link

No support for visualforce pages #6

Closed capeterson closed 12 years ago

capeterson commented 12 years ago

Visualforce pages have a totally unique sessionId that isn't valid for API calls.

Grey Tab needs to be modified to pul in the sid cookie for the "proper" salesforce domain using the chrome.coomies API to get a valid ssessionId.

capeterson commented 12 years ago

Partially fixed with latest push - it should work on visualforce pages without my domain now.

capeterson commented 12 years ago

Almost there!

Not working on visualforce pages in my domain sandboxes IF the page is in the null/default namespace.