gecko-dev/dom/base/test
Ehsan Akhgari 9fe74dfec0 Bug 839838 - Implement DOMRequest.then; r=sicking,bzbarsky
This is implemented by creating a Promise object internally and
forwarding the .then() call to it. Any further callbacks passed to
future .then() calls will be added as callbacks on the same internal
promise object. We also take care of resolving or rejecting the promise
if the success/error event of the DOMRequest object has been fired
before .then() is called.
2014-10-11 09:46:01 -04: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 984990 - Enable MessageChannel for chrome and resource:// callers, r=bz 2014-06-05 00:58:00 +02: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_setname.html Bug 1019417. When enumerating the window, make sure to not enumerate frame names that we wouldn't actually expose. r=bholley 2014-06-10 22:50:21 -04:00
file_url.jsm Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley 2014-10-08 17:15:22 +01:00
iframe_bug976673.html Bug 976673 part.1 Add tests r=enndeakin 2014-06-18 15:12:59 +09:00
iframe_main_bug1022229.html Bug 1022229 - Tests. r=bz 2014-07-29 08:47:53 -07:00
iframe_messageChannel_chrome.html Bug 984990 - Enable MessageChannel for chrome and resource:// callers, r=bz 2014-06-05 00:58:00 +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
iframe_sandbox_bug1022229.html Bug 1022229 - Tests. r=bz 2014-07-29 08:47:53 -07:00
mochitest.ini Bug 1069401 - UserAgent cannot be changed for specific websites in workers, r=khuey, r=bz 2014-09-24 17:09:50 +01: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_removal.xul
test_bug715041.xul
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_bug976673.html Bug 976673 part.1 Add tests r=enndeakin 2014-06-18 15:12:59 +09: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_bug999456.html Bug 999456. Page load events should not be cancelable. r=smaug 2014-05-22 00:23:51 -04:00
test_bug1016960.html Bug 1016960 - make |instanceof WebIDLInterface| work with outer windows. r=bz. 2014-05-28 22:45:37 +02:00
test_bug1022229.html Bug 1022229 - Tests. r=bz 2014-07-29 08:47:53 -07:00
test_bug1043106.html Bug 1043106 - StorageEvent should have the storageArea of the correct window, r=smaug 2014-08-13 14:56:25 +02:00
test_bug1064481.html Bug 1064481 - URLSearchParams should encode % values correcty. r=ehsan 2014-09-08 19:27:00 -04: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 899753 - Part 0: Add the table method to Console.{h,cpp,webidl} r=bz 2014-08-27 15:32:32 -07: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
test_constructor.html
test_dialogArguments.html Bug 1019761 - Fix null dialogArugments deref. r=bz, r=johns 2014-06-06 15:43:00 -04:00
test_document.all_unqualified.html
test_domcursor.html Bug 839838 - Implement DOMRequest.then; r=sicking,bzbarsky 2014-10-11 09:46:01 -04:00
test_domrequest.html Bug 839838 - Implement DOMRequest.then; r=sicking,bzbarsky 2014-10-11 09:46:01 -04:00
test_domrequesthelper.xul Bug 1035074 - Fix DOMRequestHelper::destroyDOMRequestHelper logic error. r=gene, fabrice, ferjm. 2014-07-11 15:22:18 +08:00
test_domwindowutils.html Bug 976673 part.3 Don't synthesize mouse events while another mouse event is being synthesized r=smaug 2014-06-18 15:13:00 +09:00
test_e4x_for_each.html
test_error.html
test_getFeature_with_perm.html Backed out changeset 93203c822307 (bug 900241) for mochitest failures 2014-07-09 15:17:09 -07:00
test_getFeature_without_perm.html Bug 983502 - test cases for navigator.getFeature (both with permission and without), r=ehsan 2014-04-15 14:30:22 +08: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_getTranslationNodes.html Bug 1015535 - Only consider text nodes and cdata sections as candidates for translation. r=smaug 2014-05-24 23:52:04 -03:00
test_gsp-qualified.html
test_gsp-quirks.html
test_gsp-standards.html
test_hasFeature.html Bug 1009645 - Follow up, disable mozTime test. 2014-08-12 13:50:12 -03:00
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_Image_constructor.html
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_location_searchParams.html Bug 1037715 - Implement .searchParams on Location, r=bz, r=ehsan 2014-08-07 17:45:21 -07: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 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley 2014-10-08 17:15:22 +01: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_messageChannel.html Bug 677638 - MessageChannel and MessagePort disabled by pref, r=smaug 2013-09-03 14:39:03 +02:00
test_messageChannel.xul Bug 984990 - Enable MessageChannel for chrome and resource:// callers, r=bz 2014-06-05 00:58:00 +02: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_messagePort.html Bug 912456 - transferable MessagePorts, r=jorendorff 2013-11-14 20:42:34 -08:00
test_named_frames.html
test_navigator_language.html Bug 1012624 - Add missing return in test_navigator_language.html r=Ms2ger 2014-05-26 12:25:16 +01: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_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_navigatorPrefOverride.html Bug 1069401 - UserAgent cannot be changed for specific websites in workers, r=khuey, r=bz 2014-09-24 17:09:50 +01:00
test_open_null_features.html Bug 1009529 - add test for window.open with null and with empty string having the same barprops, r=bz 2014-05-16 15:33:12 +01:00
test_openDialogChromeOnly.html Backed out changeset c744c837c732 (bug 789261) for Gaia-unit test bustage on a CLOSED TREE 2014-05-19 15:20:43 -07: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
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 989584. Allow sites to set window.opener to any value. r=peterv 2014-06-03 11:38:37 -04:00
test_url_data.html Bug 1018682 - URL API - SetProtocol should serialize and reparse the URL, r=bz 2014-06-09 17:20:19 +01: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_url_malformedHost.html Bug 1020041 - host limit in nsStandardURL, r=jduell, r=valentin 2014-06-10 12:53:54 +01:00
test_url.html Bug 1058470 - Blob URL should contain the origin as part of the URI, r=bz 2014-08-31 11:40:11 +01: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_utf8.html Bug 1032511 - URLSearchParam should decode any non-unicode input correctly, r=hsivonen 2014-08-07 17:45:14 -07:00
test_urlSearchParams.html Bug 1074902 - URLSearchParams.set() should remove duplicate pairs. r=baku 2014-10-09 09:53:00 -04: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
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
test_window_indexing.html
test_window_named_frame_enumeration.html Bug 1019417. When enumerating the window, make sure to not enumerate frame names that we wouldn't actually expose. r=bholley 2014-06-10 22:50:21 -04:00
test_writable-replaceable.html