RESOLVED FIXED 16149
[GTK] Implement the window-object-cleared signal
https://bugs.webkit.org/show_bug.cgi?id=16149
Summary [GTK] Implement the window-object-cleared signal
Alp Toker
Reported 2007-11-26 16:02:26 PST
This is an important hook to give applications access to the JS engine.
Attachments
Add support for this signal (7.34 KB, patch)
2007-11-26 16:21 PST, Alp Toker
aroben: review+
Alp Toker
Comment 1 2007-11-26 16:21:33 PST
Created attachment 17540 [details] Add support for this signal
Adam Roben (:aroben)
Comment 2 2007-11-26 17:40:03 PST
Comment on attachment 17540 [details] Add support for this signal + void (*window_object_cleared) (WebKitPage* page, WebKitFrame* frame, JSContextRef context, JSObjectRef window_object); window_object should be a JSGlobalContextRef (it's a mistake in the Windows port that this is not the case). + // TODO: Re-attach debug clients if present. + // The Win port has an example of how we might do this. + //detachScriptDebugger(); + //attachScriptDebugger(); We generally don't like to leave commented-out code in the source tree. r=me
Alp Toker
Comment 3 2007-11-26 18:08:25 PST
Landed in r28065.
Note You need to log in before you can comment on or make changes to this bug.