[Webkit-unassigned] [Bug 33180] New: [Qt] Support private browsing mode in plugins

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 4 13:30:53 PST 2010


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

           Summary: [Qt] Support private browsing mode in plugins
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: robert at roberthogan.net


Add support for NPNVprivateModeBool property in plugins.

See also:
https://developer.mozilla.org/En/Supporting_private_browsing_in_plugins

The NPNVprivateModeBool property is supported as scriptable property
privateBrowsingEnabled in the test WebKit plugin. The Mac platform also
supports a cachedPrivateBrowsingEnabled
property implemented in the test plugin. This allows the Layout test
plugins/private-browsing-mode.html to retrieve the previous value of
NPNVprivateModeBool in the test plugin. Due to the platform-specific overhead
required to support this bespoke property it is not implemented as part of this
patch, instead a new test, plugins/private-browsing-mode-2.html, is added to
ensure that setting and resetting privateBrowsingEnabled works as expected.

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