[Webkit-unassigned] [Bug 103229] New: [EFL][WK2] Duplicated WebPageGroup initialization

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 26 01:39:27 PST 2012


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

           Summary: [EFL][WK2] Duplicated WebPageGroup initialization
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jinwoo7.song at samsung.com
                CC: demarchi at webkit.org


WebPageGroup does not need to be created in creating EwkView when the pageGroupRef is 0
because the default WebPageGroup(m_defaultPageGroup) is created in WebContext constructor.

As a side effect on the duplicated initialization, pageGroupID increases
even when the EwkView is created with default context.

The issue can be easily detected with the following test case. 
(Even the window name is same, the new window is created.)
http://www.w3schools.com/js/tryit.asp?filename=try_win_name

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