Bug 51610 - WebKit2 really needs more random preferences
Summary: WebKit2 really needs more random preferences
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-25 12:26 PST by Sam Weinig
Modified: 2010-12-25 12:54 PST (History)
0 users

See Also:


Attachments
Patch (9.35 KB, patch)
2010-12-25 12:28 PST, Sam Weinig
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2010-12-25 12:26:34 PST
WebKit2 really needs more random preferences.  It really does, man.
Comment 1 Sam Weinig 2010-12-25 12:28:22 PST
Created attachment 77441 [details]
Patch
Comment 2 mitz 2010-12-25 12:32:21 PST
Comment on attachment 77441 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=77441&action=review

> WebKit2/ChangeLog:5
> +        WebKit2 really needs more random preferences

The bug title seems wrong

> WebKit2/UIProcess/API/C/WKPreferencesPrivate.h:93
> +WK_EXPORT void WKPreferencesSetDOMPasteAllowedEnabled(WKPreferencesRef preferences, bool enabled);
> +WK_EXPORT bool WKPreferencesGetDOMPasteAllowedEnabled(WKPreferencesRef preferences);
> +

What does “allowed enabled” mean?
Comment 3 Sam Weinig 2010-12-25 12:54:01 PST
Landed in r74661.