RESOLVED FIXED 130528
[WebKit2] Implement NetworkingContext::sourceApplicationAuditData() for WebKit2
https://bugs.webkit.org/show_bug.cgi?id=130528
Summary [WebKit2] Implement NetworkingContext::sourceApplicationAuditData() for WebKit2
Sam Weinig
Reported 2014-03-20 12:28:28 PDT
[WebKit2] Implement NetworkingContext::sourceApplicationAuditData() for WebKit2
Attachments
Patch (4.69 KB, patch)
2014-03-20 12:29 PDT, Sam Weinig
no flags
Patch (12.73 KB, patch)
2014-03-21 14:03 PDT, Sam Weinig
no flags
Patch (13.39 KB, patch)
2014-03-21 15:32 PDT, Sam Weinig
thorton: review+
Sam Weinig
Comment 1 2014-03-20 12:29:27 PDT
Anders Carlsson
Comment 2 2014-03-20 12:30:38 PDT
Comment on attachment 227318 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=227318&action=review > Source/WebKit2/Platform/IPC/mac/ConnectionMac.cpp:38 > +#if defined(__has_include) && __has_include(<xpc/private.h>) No need for #if defined(__has_include).
Sam Weinig
Comment 3 2014-03-20 12:33:14 PDT
WebKit Commit Bot
Comment 4 2014-03-20 17:54:04 PDT
Re-opened since this is blocked by bug 130551
Sam Weinig
Comment 5 2014-03-21 14:03:24 PDT
Sam Weinig
Comment 6 2014-03-21 15:32:22 PDT
Tim Horton
Comment 7 2014-03-21 15:34:07 PDT
Comment on attachment 227499 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=227499&action=review > Source/WebKit2/Platform/IPC/mac/ConnectionMac.cpp:38 > +#if defined(__has_include) && __has_include(<xpc/private.h>) no need for the defined() check > Source/WebKit2/Platform/IPC/mac/ConnectionMac.cpp:41 > +extern "C" void xpc_connection_get_audit_token(xpc_connection_t, audit_token_t*); I think we should be doing this *outside* of the #if, not in an #else, so we get errors if the signature changes. > Source/WebKit2/WebProcess/WebCoreSupport/mac/WebFrameNetworkingContext.mm:32 > +#include "WebProcess.h" > #include "WebPage.h" this looks sorted wrong
Sam Weinig
Comment 8 2014-03-21 15:43:48 PDT
Note You need to log in before you can comment on or make changes to this bug.