[Webkit-unassigned] [Bug 110679] New: Get webView client's userMediaClient on demand

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 22 18:25:59 PST 2013


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

           Summary: Get webView client's userMediaClient on demand
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wjia at chromium.org


Currently, when ENABLE(MEDIA_STREAM) is set to 1, UserMediaClientImpl is included in WebViewImpl as a member. When WebViewImpl is created, UserMediaClientImpl's ctor is called and it will get try to get client's userMediaClient. However, when visiting a page on which there is no media stream stuff, this is unnecessary.

It's proposed to get client's userMediaClient on demand, i.e., only when UserMediaClientImpl is used.

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