Title: [227248] trunk/Source/WebKit
- Revision
- 227248
- Author
- [email protected]
- Date
- 2018-01-19 16:10:01 -0800 (Fri, 19 Jan 2018)
Log Message
Resource Load Statistics: Remove unused calls to WebResourceLoadStatisticsStore:logTestingEvent() to fix API test
https://bugs.webkit.org/show_bug.cgi?id=181890
<rdar://problem/36674772>
Unreviewed API test fix.
* UIProcess/WebResourceLoadStatisticsStore.cpp:
(WebKit::WebResourceLoadStatisticsStore::scheduleClearInMemoryAndPersistent):
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (227247 => 227248)
--- trunk/Source/WebKit/ChangeLog 2018-01-19 23:37:26 UTC (rev 227247)
+++ trunk/Source/WebKit/ChangeLog 2018-01-20 00:10:01 UTC (rev 227248)
@@ -1,3 +1,14 @@
+2018-01-19 John Wilander <[email protected]>
+
+ Resource Load Statistics: Remove unused calls to WebResourceLoadStatisticsStore:logTestingEvent() to fix API test
+ https://bugs.webkit.org/show_bug.cgi?id=181890
+ <rdar://problem/36674772>
+
+ Unreviewed API test fix.
+
+ * UIProcess/WebResourceLoadStatisticsStore.cpp:
+ (WebKit::WebResourceLoadStatisticsStore::scheduleClearInMemoryAndPersistent):
+
2018-01-19 Youenn Fablet <[email protected]>
Do not go to the storage process when registering a service worker client if there is no service worker registered
Modified: trunk/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.cpp (227247 => 227248)
--- trunk/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.cpp 2018-01-19 23:37:26 UTC (rev 227247)
+++ trunk/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.cpp 2018-01-20 00:10:01 UTC (rev 227248)
@@ -603,11 +603,9 @@
if (shouldGrandfather == ShouldGrandfather::Yes)
grandfatherExistingWebsiteData([this, protectedThis = makeRef(*this), callback = WTFMove(callback)]() {
callback();
- logTestingEvent(ASCIILiteral("ClearedInMemoryAndPersistent"));
});
else {
callback();
- logTestingEvent(ASCIILiteral("ClearedInMemoryAndPersistent"));
}
});
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes