Title: [230391] trunk/Tools
Revision
230391
Author
zandober...@gmail.com
Date
2018-04-09 01:08:50 -0700 (Mon, 09 Apr 2018)

Log Message

Unreviewed follow-up to r230389.

* WebKitTestRunner/TestController.cpp:
(WTR::TestController::platformAdjustContext): Use the 'ServiceWorkers'
subdirectory for the temporary testing-purpose SW registration directory
like it's used in Cocoa's TestController, addressing the review comment
that I forgot about.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (230390 => 230391)


--- trunk/Tools/ChangeLog	2018-04-09 07:14:15 UTC (rev 230390)
+++ trunk/Tools/ChangeLog	2018-04-09 08:08:50 UTC (rev 230391)
@@ -1,3 +1,13 @@
+2018-04-09  Zan Dobersek  <zdober...@igalia.com>
+
+        Unreviewed follow-up to r230389.
+
+        * WebKitTestRunner/TestController.cpp:
+        (WTR::TestController::platformAdjustContext): Use the 'ServiceWorkers'
+        subdirectory for the temporary testing-purpose SW registration directory
+        like it's used in Cocoa's TestController, addressing the review comment
+        that I forgot about.
+
 2018-04-08  Zan Dobersek  <zdober...@igalia.com>
 
         Non-Cocoa ports use default directory for ServiceWorker data during testing

Modified: trunk/Tools/WebKitTestRunner/TestController.cpp (230390 => 230391)


--- trunk/Tools/WebKitTestRunner/TestController.cpp	2018-04-09 07:14:15 UTC (rev 230390)
+++ trunk/Tools/WebKitTestRunner/TestController.cpp	2018-04-09 08:08:50 UTC (rev 230391)
@@ -2401,7 +2401,7 @@
         String temporaryFolder = String::fromUTF8(dumpRenderTreeTemp);
         const char separator = '/';
 
-        WKWebsiteDataStoreSetServiceWorkerRegistrationDirectory(dataStore, toWK(temporaryFolder + separator + "ServiceWorkerRegistration").get());
+        WKWebsiteDataStoreSetServiceWorkerRegistrationDirectory(dataStore, toWK(temporaryFolder + separator + "ServiceWorkers").get());
     }
 
     return context;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to