[Webkit-unassigned] [Bug 236295] New: [WPE] Developer extras are always enabled by default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 8 02:49:45 PST 2022


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

            Bug ID: 236295
           Summary: [WPE] Developer extras are always enabled by default
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WPE WebKit
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com
                CC: bugs-noreply at webkitgtk.org

Currently in WPEView.cpp there is a call to enable the option unconditionally,
around line 64:

    if (preferences) {
        preferences->setAcceleratedCompositingEnabled(true);
        preferences->setForceCompositingMode(true);
        preferences->setThreadedScrollingEnabled(true);
        preferences->setWebGLEnabled(true);
        preferences->setDeveloperExtrasEnabled(true);
    }

This should be disabled by default, and when needed users would opt-in with
webkit_settings_set_enable_developer_extras(settings, TRUE) via the public
API.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220208/e5ef8298/attachment.htm>


More information about the webkit-unassigned mailing list