Title: [200826] releases/WebKitGTK/webkit-2.12/Source/WebCore
- Revision
- 200826
- Author
- [email protected]
- Date
- 2016-05-13 02:57:43 -0700 (Fri, 13 May 2016)
Log Message
Merge r199851 - Fix crashes when loading SVG images.
* loader/EmptyClients.cpp:
(WebCore::fillWithEmptyClients):
Give the SVG page its own application cache storage.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.12/Source/WebCore/ChangeLog (200825 => 200826)
--- releases/WebKitGTK/webkit-2.12/Source/WebCore/ChangeLog 2016-05-13 09:54:15 UTC (rev 200825)
+++ releases/WebKitGTK/webkit-2.12/Source/WebCore/ChangeLog 2016-05-13 09:57:43 UTC (rev 200826)
@@ -1,3 +1,11 @@
+2016-04-21 Anders Carlsson <[email protected]>
+
+ Fix crashes when loading SVG images.
+
+ * loader/EmptyClients.cpp:
+ (WebCore::fillWithEmptyClients):
+ Give the SVG page its own application cache storage.
+
2016-04-27 Carlos Garcia Campos <[email protected]>
[GTK] Overlay scrollbars with steppers enabled render incorrectly
Modified: releases/WebKitGTK/webkit-2.12/Source/WebCore/loader/EmptyClients.cpp (200825 => 200826)
--- releases/WebKitGTK/webkit-2.12/Source/WebCore/loader/EmptyClients.cpp 2016-05-13 09:54:15 UTC (rev 200825)
+++ releases/WebKitGTK/webkit-2.12/Source/WebCore/loader/EmptyClients.cpp 2016-05-13 09:57:43 UTC (rev 200826)
@@ -28,6 +28,7 @@
#include "config.h"
#include "EmptyClients.h"
+#include "ApplicationCacheStorage.h"
#include "ColorChooser.h"
#include "DatabaseProvider.h"
#include "DocumentLoader.h"
@@ -130,6 +131,7 @@
static NeverDestroyed<EmptyDiagnosticLoggingClient> dummyDiagnosticLoggingClient;
pageConfiguration.diagnosticLoggingClient = &dummyDiagnosticLoggingClient.get();
+ pageConfiguration.applicationCacheStorage = ApplicationCacheStorage::create(String(), String());
pageConfiguration.databaseProvider = adoptRef(new EmptyDatabaseProvider);
pageConfiguration.storageNamespaceProvider = adoptRef(new EmptyStorageNamespaceProvider);
pageConfiguration.visitedLinkStore = adoptRef(new EmptyVisitedLinkStore);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes