[Webkit-unassigned] [Bug 37523] New: Add boolean "activate" to WindowFeatures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 13 14:40:39 PDT 2010


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

           Summary: Add boolean "activate" to WindowFeatures
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: superstippi at gmx.de


The motivation for this change is that in my browser implementation, I could
not figure out when to open a new window (tab) in the background and when to
activate it. The most straight forward solution seemed to add the information
to WindowFeatures, which is passed to ChomeClient::createWindow(). The
implementor can then chose to open a new tab in the background. No idea if this
is the best solution, please advice. :-)

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



More information about the webkit-unassigned mailing list