Nils Maier
|
c300b06a8d
|
Bug 924916: Part 3 - Provide async OS.File.setDates() API for main-thread. r=yoric
|
2013-10-28 05:41:00 +00:00 |
|
Nils Maier
|
44cb229436
|
Bug 924916: Part 2 - Implement OS.File.setDates() for Windows. r=yoric
|
2013-10-28 05:40:00 +00:00 |
|
Nils Maier
|
500ac6e588
|
Bug 924916: Part 1 - Implement OS.File.setDates() for Unix. r=yoric
|
2013-10-28 05:40:00 +00:00 |
|
Nils Maier
|
2901e2256a
|
Bug 912457 - Expose async |flush()| in OS.File. r=yoric
|
2013-10-27 19:03:25 -04:00 |
|
Nils Maier
|
9829ff2c09
|
Bug 924858 - Part 2: Implement |append| mode for OS.File.open on Windows. r=yoric
|
2013-10-27 08:03:35 -04:00 |
|
Nils Maier
|
8d9544a179
|
Bug 924858 - Part 1: Add |append| mode flag to OS.File.open on Unix. r=yoric
To match previous behavior, this mode flag will default to |true|.
|
2013-10-27 08:03:16 -04:00 |
|
David Rajchenbach-Teller
|
6afd91eca2
|
Bug 927560 - Shutdown osfile_async_worker.js when it's not needed;r=froydnj
|
2013-10-24 05:04:00 +01:00 |
|
Nils Maier
|
5a9921b1ae
|
Bug 928239 - Fix pump_userland fallback in OS.File.copy. r=yoric
|
2013-10-21 06:50:00 +01:00 |
|
David Rajchenbach-Teller
|
a01b1f3365
|
Bug 801376 - OS.File loads symbols lazily;r=froydnj
|
2013-10-22 02:43:00 +01:00 |
|
David Rajchenbach-Teller
|
df846798ca
|
Bug 904652 - Port osfile_{win, unix}_allthreads.jsm to a module loader. r=froydnj
|
2013-10-16 11:15:04 -04:00 |
|
Marcos Aruj
|
417a0959e3
|
Bug 866571 - [OS.File] Add createUnique method. r=yoric
|
2013-10-16 08:21:39 -04:00 |
|
Ryan VanderMeulen
|
dd43da16c1
|
Backed out changeset 03d629375717 (bug 904652) for suspicion of causing mass test bustage.
CLOSED TREE
|
2013-10-15 15:22:13 -04:00 |
|
Nils Maier
|
eb1847005b
|
Bug 926691 - OS.File API must preverse |bytes| options to .readTo() and .write(). r=yoric
|
2013-10-15 14:05:57 -04:00 |
|
David Rajchenbach-Teller
|
e1a2cd7adb
|
Bug 904652 - Port osfile_{win, unix}_allthreads.jsm to module loader. r=froydnj
|
2013-10-15 13:28:26 -04:00 |
|
Ryan VanderMeulen
|
9abde8f9b2
|
Backed out 2 changesets (bug 915757, bug 919885) for frequent Android Armv6 mochitest-8 crashes.
Backed out changeset 04610078280c (bug 915757)
Backed out changeset db9190b3ce60 (bug 919885)
|
2013-10-14 14:38:54 -04:00 |
|
Kyle Huey
|
30ab732153
|
Bug 919885: Move Worker to WebIDL and thread-agnostic event dispatch. r=bent,bz
|
2013-10-14 19:58:05 +08:00 |
|
Sankha Narayan Guria
|
ffd445ebd3
|
Bug 865387 - Handle the read-ahead flag operation on Linux. r=Yoric
|
2013-10-11 23:13:48 +05:30 |
|
Sankha Narayan Guria
|
9a80952c6d
|
Bug 865387 - Changes to |options| and |clone| in OS.File. r=Yoric
|
2013-10-12 12:44:52 +05:30 |
|
David Rajchenbach-Teller
|
06b090bf96
|
Bug 918364 - Make exceptions more meaningful in OS.File. r=froydnj
|
2013-10-11 11:50:52 -04:00 |
|
Marco Castelluccio
|
9d0ac7a132
|
Bug 923540 - Add a function to recursively remove directories. r=Yoric
|
2013-10-10 10:59:49 -04:00 |
|
Bill McCloskey
|
b5ee798d6c
|
Bug 885615 - Fix "reference to undefined property exn.stack" (r=Yoric)
|
2013-09-30 12:24:40 -07:00 |
|
Errietta Kostala
|
b632835600
|
Bug 918354 - Remove outer try/catch in osfile_async_worker.js. r=yoric
|
2013-09-23 14:41:01 +01:00 |
|
Brandon Benvie
|
18a7c4ce75
|
Bug 919769 - Make OS.Path.normalize correctly handle forward slashes on Windows. r=yoric
|
2013-09-24 10:59:37 -07:00 |
|
David Rajchenbach-Teller
|
1f9f58f0cd
|
Bug 910827 - Setting OS.File DEBUG will not automatically start the OS.File thread. r=froydnj
|
2013-09-23 12:18:28 -04:00 |
|
David Rajchenbach-Teller
|
beb7dc48d7
|
Bug 891300 - Porting ospath_* to the module loader. r=froydnj
--HG--
rename : toolkit/components/osfile/modules/ospath_unix_back.jsm => toolkit/components/osfile/modules/ospath_unix.jsm
rename : toolkit/components/osfile/modules/ospath_win_back.jsm => toolkit/components/osfile/modules/ospath_win.jsm
|
2013-09-19 08:55:53 -04:00 |
|
Cameron McCormack
|
a35d05564f
|
Bug 910300 - Silence "reference to undefined property options.bytes" warning. r=dteller
|
2013-09-17 17:53:29 +10:00 |
|
David Rajchenbach-Teller
|
a79fe11c8d
|
Bug 913899 - Plugging OS.File to AsyncShutdown;r=froydnj
|
2013-09-14 18:48:39 +02:00 |
|
David Rajchenbach-Teller
|
437cf8b162
|
Bug 874425 - Ensure that durationMs >= 0. r=yoric
|
2013-08-30 08:15:13 -04:00 |
|
Ryan VanderMeulen
|
be2b91609d
|
Backed out changesets 19dd0130c6ae and d986a560fbdd (bug 865387) for Android test failures on a CLOSED TREE.
|
2013-08-26 15:02:15 -04:00 |
|
Sankha Narayan Guria
|
9b556b8e87
|
Bug 865387 - Handle the read-ahead flag operation on Linux. r=Yoric
|
2013-08-26 20:42:31 +05:30 |
|
Sankha Narayan Guria
|
2cbe51dca0
|
Bug 865387 - Changes to |options| and |clone| in OS.File. r=Yoric
|
2013-08-23 19:42:30 +05:30 |
|
David Rajchenbach-Teller
|
992f997845
|
Bug 874425 - Ensure that we never return an negative duration. r=froydnj
|
2013-08-26 10:33:49 -04:00 |
|
David Rajchenbach-Teller
|
fc3f49102a
|
Bug 872577 - Using default resolution for free() instead of libc. r=froydnj
--HG--
extra : rebase_source : d31bbc9108fb9ca81b0d6d18f97d4afab2e380de
|
2013-08-14 22:12:47 +02:00 |
|
Sunny
|
aaba8eb2da
|
Bug 827805 - [OS.File] Use Deprecated.jsm to mark deprecation of OS.File.Info.prototype.creationDate. r=yoric
|
2013-08-09 14:10:44 -04:00 |
|
David Rajchenbach-Teller
|
cba68435bc
|
Bug 900944 - OS.File LOG now actually logs. r=froydnj
|
2013-08-02 12:42:46 -04:00 |
|
Ms2ger
|
12e1ffe745
|
Bug 897573 - Get rid of the make rules from toolkit/components/osfile/Makefile.in; r=glandium
--HG--
rename : toolkit/components/osfile/_PromiseWorker.jsm => toolkit/components/osfile/modules/_PromiseWorker.jsm
rename : toolkit/components/osfile/osfile_async_front.jsm => toolkit/components/osfile/modules/osfile_async_front.jsm
rename : toolkit/components/osfile/osfile_async_worker.js => toolkit/components/osfile/modules/osfile_async_worker.js
rename : toolkit/components/osfile/osfile_shared_allthreads.jsm => toolkit/components/osfile/modules/osfile_shared_allthreads.jsm
rename : toolkit/components/osfile/osfile_shared_front.jsm => toolkit/components/osfile/modules/osfile_shared_front.jsm
rename : toolkit/components/osfile/osfile_unix_allthreads.jsm => toolkit/components/osfile/modules/osfile_unix_allthreads.jsm
rename : toolkit/components/osfile/osfile_unix_back.jsm => toolkit/components/osfile/modules/osfile_unix_back.jsm
rename : toolkit/components/osfile/osfile_unix_front.jsm => toolkit/components/osfile/modules/osfile_unix_front.jsm
rename : toolkit/components/osfile/osfile_win_allthreads.jsm => toolkit/components/osfile/modules/osfile_win_allthreads.jsm
rename : toolkit/components/osfile/osfile_win_back.jsm => toolkit/components/osfile/modules/osfile_win_back.jsm
rename : toolkit/components/osfile/osfile_win_front.jsm => toolkit/components/osfile/modules/osfile_win_front.jsm
rename : toolkit/components/osfile/ospath_unix_back.jsm => toolkit/components/osfile/modules/ospath_unix_back.jsm
rename : toolkit/components/osfile/ospath_win_back.jsm => toolkit/components/osfile/modules/ospath_win_back.jsm
|
2013-08-02 09:03:47 +02:00 |
|