[Webkit-unassigned] [Bug 61167] Middle clicking a named target sets a focus to a previously opened page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 25 00:47:29 PDT 2011


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





--- Comment #27 from Adam Barth <abarth at webkit.org>  2011-08-25 00:47:29 PST ---
(From update of attachment 103222)
View in context: https://bugs.webkit.org/attachment.cgi?id=103222&action=review

> Source/WebCore/loader/FrameLoaderTypes.h:76
> +        NavigationPolicyCurrentTab,
> +        NavigationPolicyNewBackgroundTab,
> +        NavigationPolicyNewForegroundTab,

I'm still not 100% clear on the problem you're trying to solve, but Alexey is correct that the notion of a tab is too specific for WebCore.  Generally, the concept of a tab in the browser corresponds to a Page in WebCore.  I'm not sure WebCore has any concept of current / background / foreground Pages, however.

-- 
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