gecko/dom/file/test
Bobby Holley 9f03f90fb7 Bug 792036 - Automated fixups. r=mccr8
find /files/mozilla/build/d/_tests/testing/mochitest/tests/ | egrep "\.(xhtml|html|xml|js)$" | grep -v SimpleTest | grep -vi mochikit | grep -v simpleThread | grep -v test_ipc_messagemanager_blob.html | grep -v "indexedDB/test" | xargs grep -l Components |  xargs grep -L enablePrivilege | perl -pe 's#.*mochitest/tests/##' | xargs perl -p -i.bakkk -e 's/Components\.interfaces(\s|;|\.|\[)/SpecialPowers\.Ci$1/g, s/SpecialPowers\.wrap\(Components\)\.(.)(lasses|tils|nterfaces|esults)/SpecialPowers.C$1/g, s/(?<![\.a-zA-Z])Components/SpecialPowers\.Components/g, s/window\.Components/window\.SpecialPowers\.Components/g'
2012-09-24 14:46:29 +02:00
..
dummy_worker.js Bug 778023 - Need to figure out how cycle collected DOM files are supposed to play with workers. r=bent. Make worker.postMessage() to just throw for now. 2012-08-02 07:34:26 +02:00
helpers.js Bug 758357 - Only show prompt after 50mb of quota was reached. r=sicking 2012-07-05 14:11:48 -07:00
Makefile.in Bug 781153 - ArchiveReader doesn't support zip-in-zip archives, r=jst 2012-08-17 18:04:03 -07:00
test_append_read_data.html Bug 761159 - FileHandle: Better handling of the end of file state. r=sicking 2012-06-17 05:36:54 +02:00
test_archivereader_zip_in_zip.html Bug 792036 - Automated fixups. r=mccr8 2012-09-24 14:46:29 +02:00
test_archivereader.html Bug 792036 - Automated fixups. r=mccr8 2012-09-24 14:46:29 +02:00
test_getFileId.html
test_location.html Bug 761159 - FileHandle: Better handling of the end of file state. r=sicking 2012-06-17 05:36:54 +02:00
test_lockedfile_lifetimes_nested.html Bug 792036 - Automated fixups. r=mccr8 2012-09-24 14:46:29 +02:00
test_lockedfile_lifetimes.html
test_lockedfile_ordering.html
test_overlapping_lockedfiles.html
test_progress_events.html
test_readonly_lockedfiles.html
test_request_readyState.html
test_stream_tracking.html Bug 771498 - FileHandle: getFile() should return a DOMRequest (instead of a FileRequest). r=sicking 2012-07-10 07:07:01 +02:00
test_success_events_after_abort.html Bug 792036 - Automated fixups. r=mccr8 2012-09-24 14:46:29 +02:00
test_truncate.html
test_workers.html Bug 778023 - Need to figure out how cycle collected DOM files are supposed to play with workers. r=bent. Make worker.postMessage() to just throw for now. 2012-08-02 07:34:26 +02:00
test_write_read_data.html