[Webkit-unassigned] [Bug 23932] Current API does not allow us to open target="_blank" links in new tabs instead of windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 23 05:19:59 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=23932


alex at igalia.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28284|review?                     |
               Flag|                            |
  Attachment #28284|0                           |1
        is obsolete|                            |
  Attachment #28850|                            |review?
               Flag|                            |




------- Comment #10 from alex at igalia.com  2009-03-23 05:19 PDT -------
Created an attachment (id=28850)
 --> (https://bugs.webkit.org/attachment.cgi?id=28850&action=view)
New version of the patch

New version of the patch, I've reviewed the behavior when the handler returns
TRUE after talking to Xan. We have also added more information about the
signals to the documentation trying to clarify how to use this signal:

     * Emitted when @frame requests opening a new window. With this
     * signal the browser can use the context of the request to decide
     * about the new window. If the request is not handled the default
     * behavior is to allow opening the new window to load the url,
     * which will cause a create-web-view signal emission where the
     * browser hanbles the new window action but without information
     * of the context that caused the navigation. The following
     * navigation-policy-decision-requested emissions will load the
     * page after the creation of the new window just with the
     * information of this new navigation context, without any
     * information about the action that made this new window to be
     * opened.


-- 
Configure bugmail: https://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