Bug 10703 - drosera does not fetch the current page javascripts on attach
Summary: drosera does not fetch the current page javascripts on attach
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P4 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-03 00:27 PDT by Eric Seidel (no email)
Modified: 2008-05-17 09:09 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2006-09-03 00:27:29 PDT
drosera does not fetch the current page javascripts on attach

Instead you have to reload the page.  It should be possible for Drosera to pull this information from Safari.
Comment 1 Timothy Hatcher 2006-09-03 11:41:20 PDT
It is more complicated than that. We also need to get the source Ids from JavaScriptCore. Right now these are only sent through the debug delegate or DO API.
Comment 2 Timothy Hatcher 2008-05-17 09:09:28 PDT
Not an issue with the Web Inspector's debugger since we reload the page on attach.