Bug 131048 - Stub out the web process -> UI process message SPI
Summary: Stub out the web process -> UI process message SPI
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-01 11:00 PDT by Anders Carlsson
Modified: 2014-04-01 11:48 PDT (History)
1 user (show)

See Also:


Attachments
Patch (27.67 KB, patch)
2014-04-01 11:02 PDT, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2014-04-01 11:00:13 PDT
Stub out the web process -> UI process message SPI
Comment 1 Anders Carlsson 2014-04-01 11:02:36 PDT
Created attachment 228301 [details]
Patch
Comment 2 WebKit Commit Bot 2014-04-01 11:05:01 PDT
Attachment 228301 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfigurationPrivate.h:39:  Missing spaces around =  [whitespace/operators] [4]
Total errors found: 1 in 12 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Sam Weinig 2014-04-01 11:07:21 PDT
Comment on attachment 228301 [details]
Patch

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

> Source/WebKit2/UIProcess/API/Cocoa/_WKScriptMessage.mm:45
> +
> +@end

You are missing name and scriptWorld.

> Source/WebKit2/UIProcess/API/Cocoa/_WKUserContentController.mm:33
> +- (id <_WKScriptMessageHandlerToken>)addScriptMessageHandler:(id <_WKScriptMessageHandler>)scriptMessageHandler name:(NSString *)name world:(_WKScriptWorld *)world

This should not have a return value.

> Source/WebKit2/UIProcess/API/Cocoa/_WKUserContentController.mm:39
> +- (void)removeScriptMessageHandler:(id <_WKScriptMessageHandlerToken>)scriptMessageHandlerToken

This has the wrong signature.
Comment 4 Anders Carlsson 2014-04-01 11:48:54 PDT
Committed r166598: <http://trac.webkit.org/changeset/166598>