[Webkit-unassigned] [Bug 16149] Implement the window-object-cleared signal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 26 17:40:04 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16149


aroben at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17540|review?                     |review+
               Flag|                            |




------- Comment #2 from aroben at apple.com  2007-11-26 17:40 PDT -------
(From update of attachment 17540)
+    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


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list