Confirmed users
2
edits
(Techlive Zheng's comments) |
|||
Line 43: | Line 43: | ||
=== Actual comments === | === Actual comments === | ||
* (Yoric) Please don't use nsIFile, ever. We are attempting to get rid of nsIFile in JS code. If you need file access in JS, you should use OS.File. | * (Yoric) Please don't use nsIFile, ever. We are attempting to get rid of nsIFile in JS code. If you need file access in JS, you should use OS.File. | ||
* (Yoric) Please design your data directory so that it can be accessed from chrome worker threads. | * (Yoric) Please design your data directory so that it can be accessed from chrome worker threads. | ||
* (Yoric) When time comes to make writes shutdown-safe, please come and talk to me. | * (Yoric) When time comes to make writes shutdown-safe, please come and talk to me. | ||