Bug 174524 - -[WKWebProcessBundleParameters setParametersForKeyWithDictionary:] passing wrong parameters to -setParameter:forKey:
Summary: -[WKWebProcessBundleParameters setParametersForKeyWithDictionary:] passing wr...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jeff Miller
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-07-14 12:48 PDT by Jeff Miller
Modified: 2017-07-14 16:15 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.65 KB, patch)
2017-07-14 12:55 PDT, Jeff Miller
no flags Details | Formatted Diff | Diff
Patch (8.38 KB, patch)
2017-07-14 15:37 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 2017-07-14 12:48:36 PDT
-[WKWebProcessBundleParameters setParametersForKeyWithDictionary:] passing wrong parameters to -setParameter:forKey:
Comment 1 Jeff Miller 2017-07-14 12:51:58 PDT
rdar://problem/33317831
Comment 2 Jeff Miller 2017-07-14 12:55:49 PDT
Created attachment 315475 [details]
Patch
Comment 3 Sam Weinig 2017-07-14 14:10:34 PDT
Comment on attachment 315475 [details]
Patch

eek. Can you write an API for this?
Comment 4 Jeff Miller 2017-07-14 14:26:54 PDT
I assume you mean an API test. I've never done one of those before, but I'll take a look.
Comment 5 Sam Weinig 2017-07-14 14:37:31 PDT
(In reply to Jeff Miller from comment #4)
> I assume you mean an API test. I've never done one of those before, but I'll
> take a look.

NO! Can you write an API for this?????
Comment 6 Sam Weinig 2017-07-14 14:38:50 PDT
OpenSource/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/BundleParameters.mm might be a good jumping off point.
Comment 7 Jeff Miller 2017-07-14 15:37:07 PDT
Created attachment 315498 [details]
Patch
Comment 8 Jeff Miller 2017-07-14 16:15:55 PDT
Fixed in <https://trac.webkit.org/r219533>.