Bug 57385 - Make Windows-only InjectedBundle functions platform-specific
Summary: Make Windows-only InjectedBundle functions platform-specific
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Jeff Miller
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-29 13:52 PDT by Jeff Miller
Modified: 2011-03-29 17:40 PDT (History)
0 users

See Also:


Attachments
Patch (13.01 KB, patch)
2011-03-29 16:47 PDT, Jeff Miller
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Miller 2011-03-29 13:52:27 PDT
Anders says that functions in the injected bundle that are specific to Windows should only be defined and implemented on Windows.  This applies to WKBundleSetHostAllowsAnyHTTPSCertificate() and WKBundleSetClientCertificate().
Comment 1 Jeff Miller 2011-03-29 16:47:37 PDT
Created attachment 87431 [details]
Patch
Comment 2 Jeff Miller 2011-03-29 17:40:16 PDT
Committed r82370: <http://trac.webkit.org/changeset/82370>