Title: [169867] trunk/Source/WebKit/mac
- Revision
- 169867
- Author
- [email protected]
- Date
- 2014-06-11 17:32:28 -0700 (Wed, 11 Jun 2014)
Log Message
WebFrameNetworkContext should not have a sourceApplicationIdentifier in WK1.
https://bugs.webkit.org/show_bug.cgi?id=133772
Patch by Jeremy Jones <[email protected]> on 2014-06-11
Reviewed by Jer Noble.
Return empty string from sourceApplicationIdentifier for WK1.
* WebCoreSupport/WebFrameNetworkingContext.mm:
(WebFrameNetworkingContext::sourceApplicationIdentifier):
Modified Paths
Diff
Modified: trunk/Source/WebKit/mac/ChangeLog (169866 => 169867)
--- trunk/Source/WebKit/mac/ChangeLog 2014-06-12 00:30:22 UTC (rev 169866)
+++ trunk/Source/WebKit/mac/ChangeLog 2014-06-12 00:32:28 UTC (rev 169867)
@@ -1,3 +1,15 @@
+2014-06-11 Jeremy Jones <[email protected]>
+
+ WebFrameNetworkContext should not have a sourceApplicationIdentifier in WK1.
+ https://bugs.webkit.org/show_bug.cgi?id=133772
+
+ Reviewed by Jer Noble.
+
+ Return empty string from sourceApplicationIdentifier for WK1.
+
+ * WebCoreSupport/WebFrameNetworkingContext.mm:
+ (WebFrameNetworkingContext::sourceApplicationIdentifier):
+
2014-06-10 Timothy Horton <[email protected]>
Factor repeated CFRunLoopObserver code out
Modified: trunk/Source/WebKit/mac/WebCoreSupport/WebFrameNetworkingContext.mm (169866 => 169867)
--- trunk/Source/WebKit/mac/WebCoreSupport/WebFrameNetworkingContext.mm 2014-06-12 00:30:22 UTC (rev 169866)
+++ trunk/Source/WebKit/mac/WebCoreSupport/WebFrameNetworkingContext.mm 2014-06-12 00:32:28 UTC (rev 169867)
@@ -106,7 +106,7 @@
String WebFrameNetworkingContext::sourceApplicationIdentifier() const
{
- return [[NSBundle mainBundle] bundleIdentifier];
+ return @"";
}
ResourceError WebFrameNetworkingContext::blockedError(const ResourceRequest& request) const
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes