David Rajchenbach-Teller
bc607409db
Bug 852143 - Write strings efficiently in OS.File. r=froydnj
2013-03-28 09:16:13 -04:00
Ryan VanderMeulen
1bf803e305
Backed out changeset ed90c16f9b22 (bug 854350) for mochitest-other failures on a CLOSED TREE.
2013-03-27 12:08:08 -04:00
Ryan VanderMeulen
ea501c8f71
Backed out changeset ef6fba6c2878 (bug 852143) for mochitest-other orange on a CLOSED TREE.
2013-03-27 12:05:32 -04:00
Sunny
dd39873ac9
Bug 854350 - [OS.File] Clean up code by using default arguments. r=Yoric
2013-03-27 10:52:46 -04:00
David Rajchenbach-Teller
2e2328533b
Bug 852143 - Write strings efficiently in OS.File. r=froydnj
2013-03-27 10:52:46 -04:00
Cykesiopka
3c94bef49d
Bug 802989 - [OS.File] Fix documentation of OS.Path. r=Yoric
2013-03-27 10:52:46 -04:00
Mike Shal
9680b82df6
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
2013-03-19 11:47:00 -07:00
Yura Zenevich
4133db401e
Bug 848278 - Add an |outExecutionDuration| option to all osfile operations that support options argument. It will be udpated with the actual time it took to perform the operation off the main thread. r=yoric
2013-03-19 09:23:59 -04:00
Gregory Szorc
f0b7e3972c
Merge mozilla-central into build-system
...
There were merges in configure.in and some Makefile.in. None had any
conflicts. I spot verified the Makefile.in changes and confirmed that
the changes did not touch any DIRS* variables.
2013-02-27 10:03:52 -08:00
Gregory Szorc
faf262c4ee
Merge mozilla-central into build-system
...
Only conflict was configure.in amd was due to context, not
changed lines themselves.
2013-02-25 22:09:18 -08:00
Gregory Szorc
14545664e3
Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted
2013-02-25 13:19:09 -08:00
David Rajchenbach-Teller
a266fca5cd
Bug 840436 - OS.File.writeAtomic without flush doesn't rename anymore. r=froydnj
2013-02-25 09:07:16 -05:00
Yura Zenevich
05e0efe5f1
Bug 777712 - Adding file descriptors leaks logging on web-workers-shutdown. r=yoric
2013-02-20 08:50:51 -05:00
Ryan VanderMeulen
0a21e6f55c
Backed out changeset eac4470ca9f2 (bug 777712) for xpcshell failures.
2013-02-19 12:28:10 -05:00
Yura Zenevich
9121e273a7
Bug 777712 - Adding file descriptors leaks logging on web-workers-shutdown. r=yoric
2013-02-19 11:23:11 -05:00
Yura Zenevich
0a1fffba5c
Bug 828204 - Make if DEBUG statements internal to LOG in osfile. Add new TEST flag for logging into Console.services. r=yoric
2013-02-16 10:40:15 -05:00
David Rajchenbach-Teller
b0f2f97bcf
Bug 840887 - Test the behavior of DirectoryIterator when the directory doesn't exist. r=froydnj
2013-02-26 12:08:51 -05:00
David Rajchenbach-Teller
d9de4189d3
Bug 840887 - DirectoryIterator.prototype.exists - asynchronous version. r=froydnj
2013-02-26 12:08:28 -05:00
David Rajchenbach-Teller
40c86b9211
Bug 840887 - Fix behavior of DirectoryIterator when the directory doesn't exist - Windows version. r=froydnj
2013-02-26 12:08:07 -05:00
David Rajchenbach-Teller
89fd452b5b
Bug 840887 - Fix behavior of DirectoryIterator when the directory doesn't exist - Unix version. r=froydnj
2013-02-26 12:07:42 -05:00
David Rajchenbach-Teller
26b162dde1
Bug 840436 - [OS.File] writeAtomic without flush. r=froydnj
2013-02-14 09:11:58 -05:00
Yura Zenevich
4318c1f3fc
Bug 828201 - Replace DEBUG constant by a preference across OS.File and add File.GET_DEBUG method used for testing. r=dteller
2013-02-13 20:51:39 -05:00
Dave Townsend
f1c830614d
Bug 793928: Switch users of the promise library to the new location and move tests files. r=gavin
...
--HG--
rename : toolkit/addon-sdk/test/Makefile.in => addon-sdk/test/Makefile.in
rename : toolkit/addon-sdk/test/unit/head.js => addon-sdk/test/unit/head.js
rename : toolkit/addon-sdk/test/unit/test_promise.js => addon-sdk/test/unit/test_promise.js
rename : toolkit/addon-sdk/test/unit/xpcshell.ini => addon-sdk/test/unit/xpcshell.ini
2013-02-01 11:43:15 -08:00
Kartikaya Gupta
5942209d6f
Back out of d8d79ba17527 (bug 828201) as it caused a significant memory regression on Android. r=me
2013-02-01 13:41:42 -05:00
Mitesh Pathak
bdfb49d00a
Bug 808492 - Support double-closing DirectoryIterator in asynchronous mode. r=dteller
2013-01-17 15:22:09 +05:30
Yura Zenevich
c0ee945a1b
Bug 828201 - Replace DEBUG constant by a preference across OS.File and add a File.GET_DEBUG method used for testing. r=dteller
2013-01-29 10:50:04 -05:00
David Rajchenbach-Teller
84d3a15daf
Bug 830694 - Taking advantage of zero-copy transfer between workers;r=froydnj
2013-01-16 13:30:28 +01:00
Eduard Neculaesi
7d36566ade
Bug 802534 - [OS.File] Main thread versions of OS.File.Info and OS.File.DirectoryIterator.Entry should have nice prototypes; r=yoric
2013-01-10 10:40:46 -08:00
David Rajchenbach-Teller
1be8873e10
Bug 827206 - OS.File.exists for Windows should now work on directories. r=froydnj
2013-01-07 21:29:22 -05:00
Dustin L. Howett
2b635dfd91
Bug 812647 - Fix OS.File's failure to find libc on case-sensitive OS X filesystems. r=Yoric
2012-12-23 10:52:35 -05:00
David Rajchenbach-Teller
fcc899a9db
Bug 815339 - Extract PromiseWorker from OS.File. r=froydnj
2012-12-19 20:11:14 -05:00
David Rajchenbach-Teller
c704a2d6f6
Bug 820681 - Restore OS.Constants.Path.{profileDir, localProfileDir} to its previous state. r=Yoric
2012-12-16 19:37:11 -05:00
Sankha Narayan Guria
060217ad59
Bug 809305 - [OS.File] Share the common functions in the test suite. r=Yoric
2012-12-16 19:31:35 -05:00
David Rajchenbach-Teller
f38dd67616
Bug 810543 - do_get_profile now sends the correct events. r=froydnj,khuey
2012-12-11 15:12:59 -08:00
David Rajchenbach-Teller
cd65eb8fc3
Bug 810543 - OS.File now adapts if OS.Constants.Path.profileDir is not available;r=froydnj
2012-12-11 15:12:59 -08:00
Benjamin Peterson
a58970b987
Bug 819601 - Don't redeclare formal. r=Yoric
2012-12-08 10:07:32 -05:00
Ryan VanderMeulen
61800c75c4
Backed out changeset b4b3522a6c08 (bug 815339) due to mochitest timeouts.
2012-12-03 21:23:05 -05:00
David Rajchenbach-Teller
7c943d7992
Bug 815339 - Extract PromiseWorker from OS.File. r=froydnj
2012-12-03 20:26:16 -05:00
Amod Narvekar
399290969e
Bug 781346 - Expose local profie directory to OS.Constants.Path. r=yoric
2012-12-01 21:20:44 -05:00
David Rajchenbach-Teller
5e20b43d79
Bug 807875 - Implement creationDate correctly for Mac OS X. r=froydnj
2012-11-15 11:22:27 -08:00
David Rajchenbach-Teller
e2685ec5f5
Bug 794091 - Reorganize OS.File importScripts to avoid talos hangs. r=froydnj
2012-11-08 14:35:01 -05:00
Sankha Narayan Guria
f548ecc819
Bug 775949 - [OS.File] Test suite uses |info| instead of |ok|. r=Yoric
2012-11-12 16:43:45 -05:00
Phil Ringnalda
6c724342b3
Back out 5ebd6549bf93 and 73287cb2dc6a (bug 794091) on suspicion of breaking Win64 PGO builds
2012-11-08 20:43:18 -08:00
David Rajchenbach-Teller
8f78d9d386
Bug 794091 - Reorganize OS.File importScripts to avoid talos hangs. r=froydnj
2012-11-08 14:35:01 -05:00
David Rajchenbach-Teller
dca36f6ddf
Bug 808428 - Testing that OS.File can be called from xpcshell. r=nfroyd
...
--HG--
extra : rebase_source : 6dfc9107c4ff2453b47a3df528ca8d0037b91cf8
2012-11-05 07:59:00 -08:00
Kyle Huey
1482122303
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
...
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Eduard Neculaesi
d4c76420c6
Bug 804566 - [OS.File] Add an option ignoreExisting to OS.File.makeDir r=dteller
...
--HG--
extra : rebase_source : 9c09886a434bc800c51be348e6761b5131da01e2
2012-10-31 01:19:44 +02:00
Vicamo Yang
8297cdabd6
Backout 67cb43bb8865: Breaks B2G Marionette
2012-10-31 16:35:11 +08:00
David Rajchenbach-Teller
f00db38ba7
Bug 770538 - dirfd, MacOS X version. r=froydnj
2012-10-30 11:34:49 -04:00
Mitesh Pathak
f7d0947b62
Bug 770538 - Call Unix C function |dirfd| from JavaScript. r=dteller
2012-10-12 00:19:17 +05:30