[Webkit-unassigned] [Bug 104268] New: [chromium] expose UserGestureIndicator::Token via WebKit API so PPAPI plugins can correctly consume it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 6 08:53:43 PST 2012


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

           Summary: [chromium] expose UserGestureIndicator::Token via
                    WebKit API so PPAPI plugins can correctly consume it
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jochen at chromium.org
                CC: fishd at chromium.org, abarth at webkit.org,
                    jochen at chromium.org


In https://code.google.com/codesearch#OAMlx_jo-ck/src/webkit/plugins/ppapi/ppapi_plugin_instance.cc&exact_package=chromium&q=PluginInstance::IsProcessingUserGesture&l=1747 the user gesture state is remembered for 10s and allows a PPAPI plugin to execute javascript with a user gesture indicator in that timeframe. It should use a token instead, so we only get one user gesture gated action per user gesture.

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