Chris Peterson
Chris Peterson
VF seems to have added a "i:" preamble to the base64 string. Need to strip this in pageinfo.js before base64 decoding.
Per https://developer.salesforce.com/page/Workbench#Login, constructing a special URL with the sid and API endpoint embedded will auto login to force.com workbench. This seems like it would be a handy button to have.
Kinda like http://www.ca-peterson.com/2012/07/force-sfdc-ui-bookmarklet.html but pretty
Taking a great idea from the dev console (which requires a bunch of permissons to open that you don't actually need to implement code search): implement a search across apex...
Selecting a SID for copy/paste use is way too annoying as-is. Should provide non-blocking feedback to the user (i.e. not an `alert()` call), something like jquery UI tooltips looks promising.
If a user is viewing a deleted record (the standard salesforce "this record has been deleted" page) then pressing the "Record Details" tab should still work by making a call...
Grey tab currently uses a background page to cache organization metadata and internal log messages. There's an alternative, event pages (and the alarms API to replace our use of `setInterval()`)...
This was temporarily removed due to it showing improper results in some cases. This will be readded along with more UserInfo details in the future.
e.g. if a new object is created after the global describe is fetched the record details tab won't work with it as it's not in the cache. Proposal: clear the...