From f35bf8b65d25f88c7e34263337b05619a78868f6 Mon Sep 17 00:00:00 2001 From: Andrea Marchesini Date: Thu, 10 May 2018 11:24:25 +0200 Subject: Bug 1459206 - Use FileSystemSecurity in ContentParent::RecvGetFilesRequest. r=ehsan, a=jcristau --HG-- extra : rebase_source : 542dca7fe46dd965ecde4c8387685beaf20ec3de --- dom/filesystem/tests/test_webkitdirectory.html | 1 + 1 file changed, 1 insertion(+) (limited to 'dom/filesystem') diff --git a/dom/filesystem/tests/test_webkitdirectory.html b/dom/filesystem/tests/test_webkitdirectory.html index 825f5e8fb..591619e45 100644 --- a/dom/filesystem/tests/test_webkitdirectory.html +++ b/dom/filesystem/tests/test_webkitdirectory.html @@ -152,6 +152,7 @@ function test_changeDataWhileWorking() { function test_setup() { SpecialPowers.pushPrefEnv({"set": [["dom.input.dirpicker", true], + ["dom.filesystem.pathcheck.disabled", true], ["dom.webkitBlink.dirPicker.enabled", true]]}, next); } -- cgit v1.2.3