Comment 26 for bug 56610

Revision history for this message
In , Ajschult (ajschult) wrote :

Comment on attachment 234700
fix open location dialog

>@@ -63,7 +63,7 @@ function editDocument(aDocument)

as long as you're cleaning things up :) editDocument is never called.

>-function editPage(url, launchWindow, delay)
>+function editPage(url)

xpfe's (and toolkit's!) viewsource has a ViewSourceEditPage method that still passes 3 parameters.

OpenURLDialog in xpfe/components/xremote/src/XRemoteService.cpp also needs updating

Are you yanking the delayed open because it's icky or something directly related to this bug?