gecko-dev/dom/base/test
Jan Varga 6c4d8f4644 Bug 975696 - Split ArchiveReader and FileHandle implementation into separate dirs. r=bent f=baku
--HG--
rename : dom/file/ArchiveEvent.cpp => dom/archivereader/ArchiveEvent.cpp
rename : dom/file/ArchiveEvent.h => dom/archivereader/ArchiveEvent.h
rename : dom/file/ArchiveReader.cpp => dom/archivereader/ArchiveReader.cpp
rename : dom/file/ArchiveReader.h => dom/archivereader/ArchiveReader.h
rename : dom/file/ArchiveRequest.cpp => dom/archivereader/ArchiveRequest.cpp
rename : dom/file/ArchiveRequest.h => dom/archivereader/ArchiveRequest.h
rename : dom/file/ArchiveZipEvent.cpp => dom/archivereader/ArchiveZipEvent.cpp
rename : dom/file/ArchiveZipEvent.h => dom/archivereader/ArchiveZipEvent.h
rename : dom/file/ArchiveZipFile.cpp => dom/archivereader/ArchiveZipFile.cpp
rename : dom/file/ArchiveZipFile.h => dom/archivereader/ArchiveZipFile.h
rename : dom/file/test/test_archivereader.html => dom/archivereader/test/test_basic.html
rename : dom/file/test/test_archivereader_nonUnicode.html => dom/archivereader/test/test_nonUnicode.html
rename : dom/file/test/test_archivereader_zip_in_zip.html => dom/archivereader/test/test_zip_in_zip.html
rename : dom/file/test/test_bug_793311.html => dom/base/test/test_bug793311.html
rename : dom/file/AsyncHelper.cpp => dom/filehandle/AsyncHelper.cpp
rename : dom/file/AsyncHelper.h => dom/filehandle/AsyncHelper.h
rename : dom/file/File.cpp => dom/filehandle/File.cpp
rename : dom/file/File.h => dom/filehandle/File.h
rename : dom/file/FileHandle.cpp => dom/filehandle/FileHandle.cpp
rename : dom/file/FileHandle.h => dom/filehandle/FileHandle.h
rename : dom/file/FileHelper.cpp => dom/filehandle/FileHelper.cpp
rename : dom/file/FileHelper.h => dom/filehandle/FileHelper.h
rename : dom/file/FileRequest.cpp => dom/filehandle/FileRequest.cpp
rename : dom/file/FileRequest.h => dom/filehandle/FileRequest.h
rename : dom/file/FileService.cpp => dom/filehandle/FileService.cpp
rename : dom/file/FileService.h => dom/filehandle/FileService.h
rename : dom/file/FileStreamWrappers.cpp => dom/filehandle/FileStreamWrappers.cpp
rename : dom/file/FileStreamWrappers.h => dom/filehandle/FileStreamWrappers.h
rename : dom/file/LockedFile.cpp => dom/filehandle/LockedFile.cpp
rename : dom/file/LockedFile.h => dom/filehandle/LockedFile.h
rename : dom/file/MemoryStreams.cpp => dom/filehandle/MemoryStreams.cpp
rename : dom/file/MemoryStreams.h => dom/filehandle/MemoryStreams.h
rename : dom/file/MetadataHelper.cpp => dom/filehandle/MetadataHelper.cpp
rename : dom/file/MetadataHelper.h => dom/filehandle/MetadataHelper.h
rename : dom/file/moz.build => dom/filehandle/moz.build
rename : dom/file/nsIFileStorage.h => dom/filehandle/nsIFileStorage.h
rename : dom/file/test/dummy_worker.js => dom/filehandle/test/dummy_worker.js
rename : dom/file/test/helpers.js => dom/filehandle/test/helpers.js
rename : dom/file/test/mochitest.ini => dom/filehandle/test/mochitest.ini
rename : dom/file/test/moz.build => dom/filehandle/test/moz.build
rename : dom/file/test/test_append_read_data.html => dom/filehandle/test/test_append_read_data.html
rename : dom/file/test/test_getFile.html => dom/filehandle/test/test_getFile.html
rename : dom/file/test/test_getFileId.html => dom/filehandle/test/test_getFileId.html
rename : dom/file/test/test_location.html => dom/filehandle/test/test_location.html
rename : dom/file/test/test_lockedfile_lifetimes.html => dom/filehandle/test/test_lockedfile_lifetimes.html
rename : dom/file/test/test_lockedfile_lifetimes_nested.html => dom/filehandle/test/test_lockedfile_lifetimes_nested.html
rename : dom/file/test/test_lockedfile_ordering.html => dom/filehandle/test/test_lockedfile_ordering.html
rename : dom/file/test/test_overlapping_lockedfiles.html => dom/filehandle/test/test_overlapping_lockedfiles.html
rename : dom/file/test/test_progress_events.html => dom/filehandle/test/test_progress_events.html
rename : dom/file/test/test_readonly_lockedfiles.html => dom/filehandle/test/test_readonly_lockedfiles.html
rename : dom/file/test/test_request_readyState.html => dom/filehandle/test/test_request_readyState.html
rename : dom/file/test/test_stream_tracking.html => dom/filehandle/test/test_stream_tracking.html
rename : dom/file/test/test_success_events_after_abort.html => dom/filehandle/test/test_success_events_after_abort.html
rename : dom/file/test/test_truncate.html => dom/filehandle/test/test_truncate.html
rename : dom/file/test/test_workers.html => dom/filehandle/test/test_workers.html
rename : dom/file/test/test_write_read_data.html => dom/filehandle/test/test_write_read_data.html
2014-05-07 16:32:12 +02:00
..
audio.ogg Bug 923247 - patch 3 - audio-active/inactive notifications per window, r=ehsan, r=roc 2014-03-11 10:47:25 +00:00
chrome.ini Bug 998188 part.4 nsIDOMWindowUtils.sendQueryContentEvent() and .sendSelectionSetEvent() should take additional flags with its argument for making callers selectable native line break mode or XP line break mode r=smaug, sr=jst 2014-04-26 08:52:13 +09:00
file_empty.html Bug 931746 - Make sure all mozbrowser mm are in the target chain. r=smaug 2013-11-17 01:07:24 +08:00
file_url.jsm Bug 920015 - Expose DOM URL to js modules, r=ehsan, f=emk, r=bz, r=bholley, r=smaug 2013-10-10 08:56:01 +02:00
iframe_messageChannel_cloning.html Bug 912456 - transferable MessagePorts, r=jorendorff 2013-11-14 20:42:34 -08:00
iframe_messageChannel_pingpong.html Bug 912456 - transferable MessagePorts, r=jorendorff 2013-11-14 20:42:34 -08:00
iframe_messageChannel_post.html Bug 677638 - Start() method 2013-09-03 14:38:56 +02:00
iframe_postMessage_solidus.html Bug 949488 - postMessage's targetOrigin argument should accept /, r=bholley 2014-01-07 19:53:31 +01:00
mochitest.ini Bug 975696 - Split ArchiveReader and FileHandle implementation into separate dirs. r=bent f=baku 2014-05-07 16:32:12 +02:00
moz.build Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:01 +02:00
test_Image_constructor.html Test for bug 862702. r=peterv 2013-04-19 23:04:23 -04:00
test_appname_override.html Bug 939445 - general.appname.override has stopped working. r=smaug 2013-11-17 23:10:15 +00:00
test_audioNotification.html Bug 923247 - patch 3 - audio-active/inactive notifications per window, r=ehsan, r=roc 2014-03-11 10:47:25 +00:00
test_audioWindowUtils.html Bug 923247 - patch 2 - mute and volume per window, r=ehsan, r=roc 2014-03-11 10:46:55 +00:00
test_bug715041.xul Fix for bug 771967. OS idle api active to briefly idle to active notification fix. r=jst 2012-07-13 15:39:46 -07:00
test_bug715041_removal.xul Fixing bug 715041. Add support for Idle API. r=bent, jst 2012-06-29 01:32:21 -07:00
test_bug793311.html Bug 975696 - Split ArchiveReader and FileHandle implementation into separate dirs. r=bent f=baku 2014-05-07 16:32:12 +02:00
test_bug913761.html Bug 912456 - transferable MessagePorts, r=jorendorff 2013-11-14 20:42:34 -08:00
test_bug978522.html Bug 978522 - Console must use LinkedList instead a nsTArray, r=smaug 2014-03-03 00:20:34 +00:00
test_bug979109.html Bug 979109 - termination string check in Console.cpp, r=smaug 2014-03-05 03:22:32 +00:00
test_bug989665.html Bug 989665 - Console API should clone objects propertly. Crash fixed, r=bz 2014-04-02 10:09:29 +01:00
test_clearTimeoutIntervalNoArg.html Back out ab395abf96b9:837481767455 (bug 972312) for Windows build bustage 2014-02-22 21:39:13 -08:00
test_console.xul Bug 965860 - patch 3 - Console replacable in IDL, r=bz 2014-02-27 23:39:06 +00:00
test_consoleEmptyStack.html Bug 965860 - patch 2 - ConsoleAPI written in C++, r=bz 2014-02-27 23:39:00 +00:00
test_constructor-assignment.html Bug 824217 - Remove the JSRESOLVE_ASSIGNING test that guards definition of DOM Worker constructors and Gecko-specific script namespace manager constructors. r=bz 2013-01-03 12:29:16 -06:00
test_constructor.html Bug 824217 - Remove the JSRESOLVE_ASSIGNING test that guards definition of DOM Worker constructors and Gecko-specific script namespace manager constructors. r=bz 2013-01-03 12:29:16 -06:00
test_document.all_unqualified.html Bug 823283 - Don't query for JSRESOLVE_QUALIFIED when resolving document.all. r=bz 2012-09-15 11:19:55 -07:00
test_domcursor.html Back out 8db40a38aeb1 (bug 837917) for test_interfaces.html failures 2013-02-14 21:37:37 -08:00
test_domrequest.html Bug 885701 - [DOMRequest] Implement DOMRequestService.fireDetailedError. r,sr=sicking 2013-06-28 10:53:44 +08:00
test_domrequesthelper.xul Bug 475981, remove titles from a bunch of tests, fixing box wrapped in a block warnings,r=neil 2014-04-04 13:11:12 -04:00
test_domwindowutils.html Bug 891882 - DOMWindowUtils.sendMouseEvent dispatch events with isSynthesized chrome attribute set to true. r=smaug 2014-01-15 09:28:04 -05:00
test_e4x_for_each.html Bug 804834 - Part 3: Add a regression test. r=waldo 2012-12-23 05:13:02 +09:00
test_error.html Bug 870856 - Convert DOMError to WebIDL. r=Ms2ger, r=bz 2013-05-18 13:52:06 -04:00
test_getTranslationNodes.html Bug 971043 - Implement getTranslationNodes function to retrieve nodes from webpage that contains meaningful text for translation. r=smaug 2014-04-05 00:21:08 -03:00
test_getTranslationNodes_limit.html Bug 971043 - Implement getTranslationNodes function to retrieve nodes from webpage that contains meaningful text for translation. r=smaug 2014-04-05 00:21:08 -03:00
test_gsp-qualified.html Bug 799875. Make the global scope polluter work even for qualified lookups. r=jst 2012-10-15 14:00:09 -04:00
test_gsp-quirks.html
test_gsp-standards.html
test_history_document_open.html Bug 943418. Check for active documents, not current inners, in History APIs. r=bholley 2013-11-27 11:16:07 -05:00
test_history_state_null.html Bug 949471. history.state should be null, not undefined, when there is no state. r=smaug 2013-12-12 16:11:56 -05:00
test_innersize_scrollport.html Bug 919437 - Add a test to ensure setting the scrollport size overrides the inner size. r=roc 2013-10-01 21:21:53 -04:00
test_messageChannel.html Bug 677638 - MessageChannel and MessagePort disabled by pref, r=smaug 2013-09-03 14:39:03 +02:00
test_messageChannel_cloning.html Bug 912456 - transferable MessagePorts, r=jorendorff 2013-11-14 20:42:34 -08:00
test_messageChannel_pingpong.html Bug 912456 - transferable MessagePorts, r=jorendorff 2013-11-14 20:42:34 -08:00
test_messageChannel_post.html Bug 912456 - transferable MessagePorts, r=jorendorff 2013-11-14 20:42:34 -08:00
test_messageChannel_pref.html Bug 928312: Convert the worker global object and all remaining EventTargets to new DOM bindings. r=bent,peterv,smaug 2013-11-05 22:16:26 +08:00
test_messageChannel_start.html Bug 912456 - transferable MessagePorts, r=jorendorff 2013-11-14 20:42:34 -08:00
test_messageChannel_transferable.html Bug 912456 - transferable MessagePorts, r=jorendorff 2013-11-14 20:42:34 -08:00
test_messageChannel_unshipped.html Bug 677638 - MessageChannel and MessagePort disabled by pref, r=smaug 2013-09-03 14:39:03 +02:00
test_messagePort.html Bug 912456 - transferable MessagePorts, r=jorendorff 2013-11-14 20:42:34 -08:00
test_messagemanager_targetchain.html Bug 931746 - Make sure all mozbrowser mm are in the target chain. r=smaug 2013-11-17 01:07:24 +08:00
test_named_frames.html Bug 823227 - Tests. r=bholley 2013-03-18 23:06:48 -07:00
test_navigator_resolve_identity.html Bug 985827. Make Navigator::DoNewResolve not double-create objects no matter what JS is doing. r=khuey 2014-03-20 23:19:43 -04:00
test_navigator_resolve_identity_xrays.xul Bug 985827. Make Navigator::DoNewResolve not double-create objects no matter what JS is doing. r=khuey 2014-03-20 23:19:43 -04:00
test_nondomexception.html Backout changeset c8cd1f6b6d2d because it's not web-compatible. 2014-02-13 10:31:09 +01:00
test_openDialogChromeOnly.html Back out 75c95dac7fe0 (bug 984497) and f1b0d3d13755 (bug 990475) to fix bustage on a CLOSED TREE. 2014-04-07 22:18:53 +02:00
test_postMessage_solidus.html Bug 949488 - postMessage's targetOrigin argument should accept /, r=bholley 2014-01-07 19:53:31 +01:00
test_screen_orientation.html Bug 793244 - Part a: Rewrite mozLockOrientation to match WebIDL requirements; f=mounir r=bz 2012-10-14 09:39:34 +02:00
test_sendQueryContentAndSelectionSetEvent.html Bug 998188 part.4 nsIDOMWindowUtils.sendQueryContentEvent() and .sendSelectionSetEvent() should take additional flags with its argument for making callers selectable native line break mode or XP line break mode r=smaug, sr=jst 2014-04-26 08:52:13 +09:00
test_settimeout_extra_arguments.html Bug 973905. setTimeout/setInterval with a string first arg but more than two arguments should still work (and ignore the extra arguments). r=smaug 2014-02-19 10:13:38 -05:00
test_settimeout_inner.html Bug 936129 - nsGlobalWindow::InnerForSetTimeoutOrInterval is a no-op for bareword setTimeout. r=bz. 2013-11-26 16:28:34 +01:00
test_setting_opener.html Bug 868996. Allow setting opener on the window to non-null, for just the lifetime of the page. r=bholley 2013-05-09 13:07:39 -04:00
test_url.html Bug 996055 - Prevent url.hostname from clearing the hostname. r=mcmanus 2014-04-23 17:45:58 +03:00
test_url.xul Bug 920015 - Expose DOM URL to js modules, r=ehsan, f=emk, r=bz, r=bholley, r=smaug 2013-10-10 08:56:01 +02:00
test_urlExceptions.html Bug 927735 - TypeError check for URL API. r=ehsan 2013-10-18 10:17:03 -04:00
test_urlSearchParams.html Bug 985432 - URLSearchParams is not nullable, r=bz 2014-03-19 15:36:46 +00:00
test_url_empty_port.html Bug 930450 - Setting port to the empty string should set URL's port to the default value. Setting it to "0" should set URL's port to 0., r=bz, r=honzab 2014-01-04 20:42:42 +00:00
test_urlutils_stringify.html Bug 959190 - [URL API] stringify href attribute, r=bz 2014-01-13 23:46:04 +01:00
test_window_constructor.html Bug 824217 - Remove some easy-to-remove tests of JSRESOLVE_ASSIGNING. r=bz 2012-12-19 19:32:34 -05:00
test_window_cross_origin_props.html Bug 946067 part 3. Adjust codegen to allow cross-origin this values based on WebIDL annotations. r=peterv 2013-12-09 10:34:04 -05:00
test_window_enumeration.html Bug 898817 - Stop exposing nsIDOM* interfaces on the global automatically. r=bz 2013-07-30 22:26:27 +09:00
test_window_extensible.html Bug 856384 - Make outer windows always be [[Extensible]]. r=bholley, r=till 2013-04-09 09:07:05 -04:00
test_window_indexing.html Bug 828787. Stop allowing indexed expandos on windows. r=peterv 2013-01-22 15:29:53 -05:00
test_writable-replaceable.html Bug 823283 - Don't do anything special for writable [Replaceable] properties, a Gecko-specific abomination. r=bz 2012-12-19 15:57:18 -05:00