Alessio Placitelli
7c6bc9ff25
Bug 1164822 - Fix OS.File.remove not throwing with unexisting files. r=Yoric
2015-05-19 14:10:17 -07:00
Valentin Gosu
309c8d6c57
Bug 1040285 - Single Quotes in HTTP request-uri Are Incorrectly Encoded as %27 r=MattN
2015-04-28 18:29:34 +03:00
Valentin Gosu
ff4abdaae2
Bug 1040285 - Single Quotes should not be encoded in the path r=mcmanus,annevk
2015-04-28 18:29:22 +03:00
Ganesh Sahukari
c1ca4c818d
Bug 1022816 - OS.File will now be able to change the readOnly, hidden, and system file attributes on Windows. r=paolo
2015-03-13 15:51:53 +00:00
Mohamed Waleed
a39447baa8
Bug 1106938 - When OS.File stores information on calls for AsyncShutdown, also store the Task.stack. r=yoric
2015-03-10 05:26:00 -04:00
Andrew Sutherland
c0834d1d61
Bug 1125989 - Avoid OS.File request lossage during worker shutdown, r=yoric
...
OS.File requests like OS.File.stat would potentially be lost on b2g during
auto-shutdown/auto-killing of the worker thread. This patch corrects the
queue management so races with killing are not possible. A test is added that
fails without the fix and passes with it. See the comments in the test and
test for further details. Also, the bug is nice.
2015-02-25 00:43:13 -05:00
Andrew Sutherland
20ebe06333
Backed out changeset 9110f18c19aa (bug 1125989)
2015-02-24 13:46:27 -05:00
Andrew Sutherland
1946b6892d
Bug 1125989 - Avoid OS.File request lossage during worker shutdown, r=yoric
...
OS.File requests like OS.File.stat would potentially be lost on b2g during
auto-shutdown/auto-killing of the worker thread. This patch corrects the
queue management so races with killing are not possible. A test is added that
fails without the fix and passes with it. See the comments in the test and
test for further details. Also, the bug is nice.
2015-02-24 10:59:46 -05:00
Dhi Aurrahman
7e9effba7e
Bug 1125766 - Throw proper error types for TextEncoder(), TextDecoder() and TextDecoder.decode(). r=bz
2015-02-04 18:46:26 +07:00
Jon Coppeard
9e76d394fb
Bug 1077354 - Transfer buffers to OS.File methods rather than passing a pointer r=froydnj
2015-01-08 11:31:21 +00:00
Gaurav Rai
8f123d522f
Bug 1075438 - Removed readTo function from two files and fixed read function to work without readTo.Also removed the test for readTo function from mochi and xpcshell tests. r=Yoric
2014-10-27 06:59:00 +01:00
Eric Faust
86a0a1fe88
Bug 611388 - |const| should be block scoped and require an initializer. (r=shu)
2014-10-30 17:27:03 -07:00
Carsten "Tomcat" Book
cd62211b81
Backed out changeset 77052db08766 (bug 611388)
2014-10-31 13:12:18 +01:00
Eric Faust
5c06017b76
Bug 611388 - |const| should be block scoped and require an initializer. (r=shu)
2014-10-30 17:27:03 -07:00
Carsten "Tomcat" Book
8e87439b26
Backed out changeset 48099863baec (bug 1075438) for add-on bustage
2014-10-29 12:57:14 +01:00
Gaurav Rai
f074feccc2
Bug 1075438 - Removed readTo function from two files and fixed read function to work without readTo.Also removed the test for readTo function from mochi and xpcshell tests. r=Yoric
2014-10-27 06:59:00 -04:00
Iaroslav Sheptykin
4623f4da73
Bug 1023685 - Support writing encoded zero-byte strings in OS.File.writeAtomic. r=yoric
...
Patch originally created by KeyboardFire <andy@keyboardfire.com >.
2014-09-23 06:50:00 -04:00
Chris Peterson
def5e6780e
Bug 1063962 - Replace jschar typedef with C++11 char16_t type. r=jandem
2014-07-21 21:43:21 -07:00
David Rajchenbach-Teller
c947ac2597
Bug 1044700 - Make OS.Path.join and OS.File.makeDir more resilient to denormalized paths. r=froydnj
2014-08-20 07:39:00 -04:00
Nathan Froyd
cedbc07ce0
Bug 1044162 - part 1 - make EXTRA_{PP_,}JS_MODULES communicate their installation path; r=mshal
...
This patch makes EXTRA_{PP_,}JS_MODULES similar in functionality to
TESTING_JS_MODULES: we indicate the path relative to
$(FINAL_TARGET)/modules with an appropriate hierarchy of paths.
2014-07-25 13:40:07 -04:00
Paolo Amadini
a14291b5ec
Bug 1023402 - API review for OS.File.setPermissions. r=Yoric
2014-07-09 14:26:41 +01:00
Lynn Tran
199e92f91e
Bug 1003336 - OS.Constants.Sys.Name should not be "Android" for Firefox OS. r=yoric
2014-07-04 18:20:49 -04:00
David Rajchenbach-Teller
ff6c57baf6
Bug 801598 - Making OS.File use the now public PromiseWorker API. r=froydnj
2014-06-28 12:04:00 +02:00
David Rajchenbach-Teller
018cf033b9
Bug 801598 - Exposing OS.File communication mechanism as an independent API. r=froydnj
2014-06-28 12:03:00 +02:00
David Rajchenbach-Teller
dbad84568a
Bug 883609 - Making OS.File.removeDir work without options;r=froydnj
2014-06-24 16:51:02 +02:00
Zack Weinberg
77066ba5b1
Bug 1001849: expose general chmod, and chmod-to-umask, support in OS.File. r=yoric
2014-06-20 19:54:06 -04:00
David Rajchenbach-Teller
358e6d0959
Bug 1008944 - Expose AsyncShutdown barriers for OS.File. r=froydnj
2014-06-17 15:11:00 -04:00
Ryan VanderMeulen
d016dfe3cc
Merge inbound to m-c. a=merge
2014-06-10 00:45:12 -04:00
David Rajchenbach-Teller
758de89605
Bug 1014484 - Fix 'toString is read-only' errors on B2G. r=froydnj
2014-06-09 08:26:00 -04:00
David Rajchenbach-Teller
49eeb89e89
Bug 1011158 - Tighten the lock around OS.File |kill| operation. r=froydnj
2014-06-09 06:25:00 -04:00
Shashank Sabniveesu
7881d7e65c
Bug 994651 - Fix 'TypeError: anonymous function does not always return a value osfile_shared_front.jsm:551'. r=Yoric
2014-05-23 08:37:00 -04:00
Masatoshi Kimura
12242164d0
Bug 1007797 - Save ctypes.winLastError to prevent WinFile.GetFileAttributes from clobbering it. r=yoric
2014-05-12 22:46:49 +09:00
David Rajchenbach-Teller
c624dd2c45
Bug 994951 - Activate OS.File xpcshell tests on B2G. r=froydnj
2014-05-05 06:53:00 -04:00
David Rajchenbach-Teller
c6bb5ed203
Bug 995162 - Rewrite the mechanism that (re)starts the OS.File worker. r=froydnj
2014-04-16 17:04:47 -04:00
kushagra singh[:kushagra]
1dda95cfa0
Bug 819068 - Implementing OS.File.queue. r=Yoric
2014-04-12 21:02:06 -04:00
Nils Maier
3481ba4240
Bug 952997 - Fix OS.File large file support. r=yoric
2014-04-08 03:40:00 +02:00
David Rajchenbach-Teller
a548bfc9e1
Bug 961317 - Clean up OS.File shutdown race condition and rework OS.File reset/shutdown. r=froydnj
2014-04-02 11:42:51 -04:00
Ryan VanderMeulen
8c22c8bfd7
Backed out changeset 4eb0d4408fd2 (bug 961317) for Windows xpcshell failures.
2014-04-01 10:46:44 -04:00
David Rajchenbach-Teller
029b7f7424
Bug 989129 - ReferenceError: reference to undefined property options.bytes in workerlz4/lz4.js. r=yoric
2014-04-01 08:57:25 -04:00
David Rajchenbach-Teller
ffae94deb0
Bug 961317 - Clean up OS.File shutdown race condition and rework OS.File reset/shutdown. r=froydnj
2014-04-01 08:57:25 -04:00
David Rajchenbach-Teller
c4922da921
Bug 934283 - Add option to OS.File.makeDir to recursively make directories;r=froydnj
2014-03-28 17:33:36 -07:00
Abhishek Potnis
cf64d09a53
Bug 986499 - Make the calls to import Deprecated.jsm lazy. r=yoric
2014-03-28 10:36:48 -04:00
David Rajchenbach-Teller
1845011948
Bug 965527 - More and more logging for OS.File AsyncShutdown. r=froydnj
2014-03-21 13:44:58 -04:00
Carsten "Tomcat" Book
53b171342e
Merge mozilla-central to fx-team
2014-03-21 15:35:37 +01:00
Ryan VanderMeulen
ccc3f11d1b
Backed out 3 changesets (bug 965527, bug 859059, bug 812172) for mochitest and xperf orange on a CLOSED TREE
...
Backed out changeset 18f579c4308e (bug 965527)
Backed out changeset 70ed33107301 (bug 859059)
Backed out changeset 7b59b92580fa (bug 812172)
2014-03-21 10:33:18 -04:00
Masatoshi Kimura
d2a0b50165
Bug 974677 - Stop following symlinks when OS.File removes a directory. r=yoric
2014-03-21 12:59:59 +09:00
David Rajchenbach-Teller
fc3e1e9902
Bug 985980 - Restore off main thread logging for OS.File. r=froydnj
2014-03-21 09:07:30 -04:00
David Rajchenbach-Teller
8f31daee9e
Bug 965527 - More and more logging for OS.File AsyncShutdown. r=froydnj
2014-03-21 08:57:08 -04:00
David Rajchenbach-Teller
5e41c8d7ec
Bug 981875 - Improve error _PromiseWorker's error reporting in case of xpcom error. r=froydnj
2014-03-15 17:19:00 -04:00
David Rajchenbach-Teller
b3c6ac6799
Bug 961665 - Native implementation of OS.File.read, js code. r=froydnj
2014-03-14 10:13:50 -04:00