[Webkit-unassigned] [Bug 61167] [Chromium] Clicking a named target sets a focus to a previously opened page
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 2 21:50:57 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=61167
MORITA Hajime <morrita at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #102492|review? |review-
Flag| |
--- Comment #16 from MORITA Hajime <morrita at google.com> 2011-08-02 21:50:56 PST ---
(From update of attachment 102492)
View in context: https://bugs.webkit.org/attachment.cgi?id=102492&action=review
> Source/WebCore/loader/FrameLoader.h:431
> + bool m_openedBackgroundTab;
How about to mirror navigation policy enum here instead of using enum?
See Source/WebKit/chromium/src/AssertMatchingEnums.cpp to see similar patterns.
> Source/WebKit/chromium/src/FrameLoaderClientImpl.h:255
> + bool m_openedBackgroundTab;
It looks we don't need this.
--
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