[Webkit-unassigned] [Bug 119203] New: [Qt][WK2]=?UTF-8?Q?=20Support=20=E2=80=9CrelatedPage=E2=80=9D=20when=20creating=20a=20page=20in=20the=20existing=20WebProcess=20in=20QQuickWebView?=.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 28 23:10:18 PDT 2013


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

           Summary: [Qt][WK2] Support “relatedPage” when creating a page
                    in the existing WebProcess in QQuickWebView.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: woojin.moh at lge.com


Added code in QQuickWebView to handle relatedPage, the third parameter of WebContext::createWebPage(), in order to create a page in the existing(same) WebProcess. The parameter was already suggested in WebKitTestRunner/qt/PlatformWebViewQt.cpp.

The 3rd parameter “relatedPage” can be used to select whether to spawn a new webprocess or attach a new page in the existing webprocess for load balancing.

please refer the related link
“Pass relatedPage when creating a page in WebKitTestRunner” (https://bugs.webkit.org/show_bug.cgi?id=115206)

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