Joey Armstrong
6af3f1ee26
bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal
2013-05-13 16:24:07 -04:00
Phil Ringnalda
4b3e12270a
Bug 845190 - Disable test_logging.js on Windows debug for permaorange from thread pool assertions when random JS engine patches land
2013-05-06 18:34:53 -07:00
Yura Zenevich
4991bf0e2c
Bug 866293 - Increase test timeout threshold to avoid intermittent test failures. r=Yoric
2013-04-30 10:26:46 -04:00
Joey Armstrong
6a224ff449
bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS
2013-04-29 14:49:00 -04:00
Yura Zenevich
f30b15306d
Bug 862570 - Add a preference for an observer listening for test.osfile.web-workers-shutdown. r=yoric
2013-04-26 10:10:59 -04:00
Norbert Lindenberg
0c4ddc7307
Bug 845190 - Made test_logging.js correctly ignore messages it wants to ignore. r=dteller
2013-04-25 14:57:13 -07:00
Ginn Chen
bcb68aaa3d
Bug 861829 Fix symbol names of *stat on Solaris, make |dirent| work on Solaris r=dteller
2013-04-25 10:08:31 +08:00
David Rajchenbach-Teller
3dd945e3fe
Bug 858723 - Fix _fdmsg test in async OS.File. r=froydnj
2013-04-23 08:22:15 -04:00
Yura Zenevich
1e35fc1ccd
Bug 861264 - Add support for options argument for OS.File.read method. r=Yoric
2013-04-14 21:32:07 -04:00
David Rajchenbach-Teller
13049b1c74
Bug 860291 - Fix options check in osfile_async_worker.js. r=froydnj
2013-04-12 08:20:31 -04:00
Jonathan Laver
421c2cb213
Bug 851044 - Modified stringifyArgs to use the objects toString method if it is not Object.prototype.toString when logging. r=Yoric
2013-04-05 10:29:16 +01:00
Kyle Machulis
331f36baa9
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
David Rajchenbach-Teller
8f6ade3332
Bug 853860 - outExecutionDuration now accumulates durations. r=froydnj
2013-04-01 10:37:51 -04:00
Kyle Machulis
ec9b53db93
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
0419a0b889
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-03-29 13:56:18 -07:00
David Rajchenbach-Teller
7d98454f90
Bug 846848 - UNC-formated paths. r=froydnj
2013-03-29 11:29:28 -04:00
David Rajchenbach-Teller
0a99fbd049
Bug 852143 - Write strings efficiently in OS.File. r=froydnj
2013-03-28 09:16:13 -04:00
Ryan VanderMeulen
3b34d7377a
Backed out changeset ef6fba6c2878 (bug 852143) for mochitest-other orange on a CLOSED TREE.
2013-03-27 12:05:32 -04:00
David Rajchenbach-Teller
eb99e18d7c
Bug 852143 - Write strings efficiently in OS.File. r=froydnj
2013-03-27 10:52:46 -04:00
Mike Shal
24be52d653
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
2013-03-19 11:47:00 -07:00
Yura Zenevich
9f9311c176
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
6c0b50fe17
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
ddaecc3b88
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
f96c000ea2
Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted
2013-02-25 13:19:09 -08:00
David Rajchenbach-Teller
4c63d7ae1b
Bug 840436 - OS.File.writeAtomic without flush doesn't rename anymore. r=froydnj
2013-02-25 09:07:16 -05:00
Yura Zenevich
0e3b907b03
Bug 777712 - Adding file descriptors leaks logging on web-workers-shutdown. r=yoric
2013-02-20 08:50:51 -05:00
Ryan VanderMeulen
0de3838c75
Backed out changeset eac4470ca9f2 (bug 777712) for xpcshell failures.
2013-02-19 12:28:10 -05:00
Yura Zenevich
93b5d45f5d
Bug 777712 - Adding file descriptors leaks logging on web-workers-shutdown. r=yoric
2013-02-19 11:23:11 -05:00
Yura Zenevich
5d18b5f8a7
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
9fd4614782
Bug 840887 - Test the behavior of DirectoryIterator when the directory doesn't exist. r=froydnj
2013-02-26 12:08:51 -05:00
Yura Zenevich
fa4b648e76
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
34c2e45a17
Bug 793928: Switch users of the promise library to the new location and move tests files. r=gavin
2013-02-01 11:43:15 -08:00
Kartikaya Gupta
266b00c223
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
92ea561c3b
Bug 808492 - Support double-closing DirectoryIterator in asynchronous mode. r=dteller
2013-01-17 15:22:09 +05:30
Yura Zenevich
60f883d139
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
Eduard Neculaesi
0d8e1d2c45
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
3a007b1478
Bug 827206 - OS.File.exists for Windows should now work on directories. r=froydnj
2013-01-07 21:29:22 -05:00
David Rajchenbach-Teller
217bfcdbc0
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
f09ecd08f6
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
7c8e2a73e3
Bug 810543 - do_get_profile now sends the correct events. r=froydnj,khuey
2012-12-11 15:12:59 -08:00
Amod Narvekar
90e7979895
Bug 781346 - Expose local profie directory to OS.Constants.Path. r=yoric
2012-12-01 21:20:44 -05:00
David Rajchenbach-Teller
27e1a6d306
Bug 807875 - Implement creationDate correctly for Mac OS X. r=froydnj
2012-11-15 11:22:27 -08:00
Sankha Narayan Guria
e2b33e2c13
Bug 775949 - [OS.File] Test suite uses |info| instead of |ok|. r=Yoric
2012-11-12 16:43:45 -05:00
David Rajchenbach-Teller
b534d083ea
Bug 808428 - Testing that OS.File can be called from xpcshell. r=nfroyd
2012-11-05 07:59:00 -08:00
Eduard Neculaesi
8395bef663
Bug 804566 - [OS.File] Add an option ignoreExisting to OS.File.makeDir r=dteller
2012-10-31 01:19:44 +02:00
Mitesh Pathak
e03683beae
Bug 770538 - Call Unix C function |dirfd| from JavaScript. r=dteller
2012-10-12 00:19:17 +05:30
Ed Morley
bb6a70454b
Backout fdb7c9649a07 (bug 805967), 72003517a631 (bug 806538), 354250ed1e72 (bug 770538), ea6edd3749ce (bug 770538) for bustage on a CLOSED TREE
2012-10-30 17:56:20 +00:00
Mitesh Pathak
58ad395b50
Bug 770538 - Call Unix C function |dirfd| from JavaScript. r=dteller
2012-10-12 00:19:17 +05:30
Andres Hernandez
9360e28e83
Bug 805472 - [OS.File] Ensure that all test files are removed. r=Yoric
2012-10-25 14:11:06 -06:00
Andres Hernandez
f028b636bc
Bug 800697 - [OS.File] Convert async testsuite to use Task.js. r=Yoric
2012-10-23 11:48:52 -06:00