gecko-dev/dom/browser-element/mochitest
J. Ryan Stinnett 5bede71f0d Bug 1238160 - Rename nsILoadContext::GetIsInBrowserElement. r=smaug,mayhemer
This change renames nsILoadContext::GetIsInBrowserElement to
GetIsInIsolatedMozBrowserElement.  Other methods that pass these values around
also have name changes.

Tokens such as "isInBrowserElement" have previously been serialized into cache
keys, used as DB column names, stored in app registries, etc.  No changes are
made to any serialization formats.  Only runtime method and variable names are
updated.

No behavior changes are made in this patch, so some renamed methods may have
nonsensical implementations.  These are corrected in subsequent patches
focused on behavior.

MozReview-Commit-ID: CUttXANQjSv
2016-03-02 10:35:56 -06:00
..
priority Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer 2016-03-02 10:35:56 -06:00
async.js Bug 1195801 - part 2: Tests for getStructuredData. r=kanru 2015-09-17 20:55:19 -07:00
audio.ogg Bug 1223297 - Add multiple audio channel test. r=baku 2015-11-18 10:01:14 +08:00
browserElement_ActiveStateChangeOnChangingMutedOrVolume.js Bug 1204793 - Testcase for checking the agent active state when changing the volume. r=baku 2015-12-25 18:47:08 +08:00
browserElement_Alert.js Bug 1121558 - Remove message listener after test-success. r=smaug 2015-02-06 19:57:41 +08:00
browserElement_AlertInFrame.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_AllowEmbedAppsInNestedOOIframe.js Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer 2016-03-02 10:35:56 -06:00
browserElement_AppFramePermission.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_AppWindowNamespace.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_AudioChannel_nested.js Bug 1238160 - Rename nsILoadContext::GetIsInBrowserElement. r=smaug,mayhemer 2016-03-02 10:35:56 -06:00
browserElement_AudioChannel.js Bug 1235535 - Part 1: Remove muted-by-default test. r=baku 2016-01-05 19:25:55 +08:00
browserElement_AudioChannelMutedByDefault.js Bug 1235535 - Part 2: Create muted-by-default test in another new file. r=baku 2016-01-05 19:26:01 +08:00
browserElement_AudioChannelSeeking.js Bug 1225425 - [Testcase] Do not unregister the AudioChannelAgent during seeking. r=baku. 2016-01-11 10:48:18 +08:00
browserElement_AudioPlayback.js Bug 1214148 - patch 3 - correct window for nested iframes, r=alwu 2015-12-11 11:17:33 -05:00
browserElement_Auth.js Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer 2016-03-02 10:35:56 -06:00
browserElement_BackForward.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_BadScreenshot.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_BrowserWindowNamespace.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_BrowserWindowResize.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_Close.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_CloseApp.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_CloseFromOpener.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_ContextmenuEvents.js Bug 1210265 - Add a pref toggle for copying/pasting only plain text on B2G. r=timdream 2015-10-02 00:26:00 +02:00
browserElement_CookiesNotThirdParty.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_CopyPaste.js Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer 2016-03-02 10:35:56 -06:00
browserElement_DataURI.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_DisallowEmbedAppsInOOP.js Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer 2016-03-02 10:35:56 -06:00
browserElement_DocumentFirstPaint.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_DOMRequestError.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_Download.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_ErrorSecurity.js Bug 1106132 - Signal more error types in browser element. r=fabrice 2014-12-05 11:06:25 +00:00
browserElement_ExecuteScript.js Bug 1174733 - Browser API: iframe.executeScript. r=kanru, r=bholley 2015-07-16 03:56:00 -04:00
browserElement_ExposableURI.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_Find.js Bug 1163961 - Browser API: Page search. r=kchen, r=ehsan 2015-06-09 20:04:00 -04:00
browserElement_FirstPaint.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_ForwardName.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_FrameWrongURI.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_GetContentDimensions.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_GetScreenshot.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_GetScreenshotDppx.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_getStructuredData.js Bug 1195801 - part 2: Tests for getStructuredData. r=kanru 2015-09-17 20:55:19 -07:00
browserElement_getWebManifest.js Bug 1169633 - [Browser API] getWebManifest(). r=kanru, r=bholley 2015-11-03 03:52:00 +01:00
browserElement_Iconchange.js Bug 1229838 - rel=apple-touch-icon-precomposed should fire mozbrowsericonchange. r=fabrice 2015-12-14 10:03:08 -08:00
browserElement_LoadEvents.js Backout b0359c684793 (Bug 926452) for causing bug 1213051 r=me 2015-10-28 13:33:52 -07:00
browserElement_Manifestchange.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_Metachange.js Bug 1178484 - Part 5: Test for metachange event when Open Graph property is loaded. r=kanru 2015-08-28 03:31:36 -07:00
browserElement_MultipleAudioChannels.js Bug 1223297 - Add multiple audio channel test. r=baku 2015-11-18 10:01:14 +08:00
browserElement_NextPaint.js Bug 1207494 - Part 3: Remove use of expression closure from dom/browser-element/. r=smaug 2015-09-23 18:39:13 +09:00
browserElement_NoAudioTrack.js Bug 1238472 - Start playing webm after the iframe loaded. r=baku 2016-01-21 20:09:11 +08:00
browserElement_NotifyChannel.js Bug 1232517 - Remove the event listener. r=baku 2016-01-05 20:17:03 +08:00
browserElement_OpenMixedProcess.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_OpenNamed.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_Opensearch.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_OpenTab.js Bug 1156615 - (Browser API) ctrl/cmd/middle-click doesn't work if <a> element has children. r=kchen 2015-04-20 22:27:00 -04:00
browserElement_OpenWindow.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_OpenWindowDifferentOrigin.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_OpenWindowEmpty.js Bug 1216937 - Assign default URL for mozbrowseropenwindow event. r=smaug 2015-11-06 16:59:08 +08:00
browserElement_OpenWindowInFrame.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_OpenWindowRejected2.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_OpenWindowRejected.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_PrivateBrowsing.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_PromptCheck.js Bug 949614 - Use === for SimpleTest.is; r=Waldo 2015-04-14 15:28:13 +02:00
browserElement_PromptConfirm.js Bug 949614 - Use === for SimpleTest.is; r=Waldo 2015-04-14 15:28:13 +02:00
browserElement_Proxy.js Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer 2016-03-02 10:35:56 -06:00
browserElement_PurgeHistory.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_Reload.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_ReloadPostRequest.js Bug 949614 - Use === for SimpleTest.is; r=Waldo 2015-04-14 15:28:13 +02:00
browserElement_RemoveBrowserElement.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_ScrollEvent.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_SecurityChange.js Bug 1189494 - Pass tracking information to BrowserElement's mozbrowsersecuritychange event. r=fabrice 2015-08-10 16:59:59 -04:00
browserElement_SendEvent.js Bug 1131695 - Ensure that mouse and touch events sent via BrowserElementParent to the child are offsetted correctly. r=fabrice 2015-02-16 21:41:49 -05:00
browserElement_SetInputMethodActive.js Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer 2016-03-02 10:35:56 -06:00
browserElement_SetNFCFocus.js Bug 1188639 - Fix typo in BrowserElement.webidl and add tests for it. r=yoshi,bz 2015-08-03 10:56:03 +08:00
browserElement_SetVisible.js Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted 2014-12-11 13:34:40 -05:00
browserElement_SetVisibleFrames2.js Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer 2016-03-02 10:35:56 -06:00
browserElement_SetVisibleFrames.js Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer 2016-03-02 10:35:56 -06:00
browserElement_Stop.js Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted 2014-12-11 13:34:40 -05:00
browserElement_TargetBlank.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_TargetTop.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_ThemeColor.js Bug 1164123 - Add support for a theme-group meta to make theme-color"themable". r=fabrice 2015-06-17 10:02:00 -04:00
browserElement_Titlechange.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_TopBarrier.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_Viewmode.js Bug 1162844 - Add meta name="viewmode" to have configurable VR experiences. r=fabrice 2015-05-29 05:58:00 +02:00
browserElement_VisibilityChange.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_XFrameOptions.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_XFrameOptionsAllowFrom.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_XFrameOptionsDeny.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElement_XFrameOptionsSameOrigin.js Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
browserElementTestHelpers.js Bug 1221459 - Remove SelectionStateChangedEvent. r=mtseng, r=smaug 2015-12-22 14:14:12 +08:00
chrome.ini Bug 1238576 - disable mozApps API on desktop/Android; r=ehsan,ochameau,bz,mcmanus,jmaher,marco 2016-02-08 11:24:22 -08:00
createNewTest.py Bug 978681 - Fix createNewTest.py to use mochitest.ini. r=smaug 2014-10-31 10:39:15 +08:00
file_audio.html Backed out changeset bcfbdb934c37 (bug 1113086) for breaking cpp tests with timeouts in TestAudioChannelService.exe 2015-07-11 14:14:58 +02:00
file_browserElement_ActiveStateChangeOnChangingMutedOrVolume.html Bug 1204793 - Testcase for checking the agent active state when changing the volume. r=baku 2015-12-25 18:47:08 +08:00
file_browserElement_AlertInFrame_Inner.html
file_browserElement_AlertInFrame.html
file_browserElement_AllowEmbedAppsInNestedOOIframe.html Bug 1097479 - Allow nested content process to embed apps and add a nested pref check function. r=kanru 2015-04-29 03:48:00 +02:00
file_browserElement_AppFramePermission.html
file_browserElement_AppWindowNamespace.html
file_browserElement_AudioChannel_nested.html Backed out changeset afe3d65b74b6 (bug 1214148) on developers request for causing regressions 2015-12-15 14:45:06 +01:00
file_browserElement_AudioChannelMutedByDefault.html Bug 1235535 - Part 2: Create muted-by-default test in another new file. r=baku 2016-01-05 19:26:01 +08:00
file_browserElement_AudioChannelSeeking.html Bug 1225425 - [Testcase] Do not unregister the AudioChannelAgent during seeking. r=baku. 2016-01-11 10:48:18 +08:00
file_browserElement_BrowserWindowNamespace.html
file_browserElement_CloseApp.html
file_browserElement_CloseFromOpener.html
file_browserElement_CookiesNotThirdParty.html
file_browserElement_DisallowEmbedAppsInOOP.html Bug 1059662 - Disallow OOP app to embed in-proc apps. r=fabrice 2014-11-11 10:25:36 +08:00
file_browserElement_ExecuteScript.html Bug 1174733 - Browser API: iframe.executeScript. r=kanru, r=bholley 2015-07-16 03:56:00 -04:00
file_browserElement_ForwardName.html
file_browserElement_FrameWrongURI.html
file_browserElement_LoadEvents.html Backout b0359c684793 (Bug 926452) for causing bug 1213051 r=me 2015-10-28 13:33:52 -07:00
file_browserElement_Metachange.sjs
file_browserElement_MultipleAudioChannels.html Bug 1223297 - Add multiple audio channel test. r=baku 2015-11-18 10:01:14 +08:00
file_browserElement_NextPaint.html
file_browserElement_NoAudioTrack.html Bug 1238472 - Start playing webm after the iframe loaded. r=baku 2016-01-21 20:09:11 +08:00
file_browserElement_NotifyChannel.html Bug 1206581 - Implement notifyChannel() on AudioChannel API. r=kanru, r=baku. 2015-11-06 00:32:04 +08:00
file_browserElement_Open1.html
file_browserElement_Open2.html
file_browserElement_OpenMixedProcess.html
file_browserElement_OpenNamed2.html
file_browserElement_OpenNamed.html
file_browserElement_OpenWindowDifferentOrigin.html
file_browserElement_OpenWindowEmpty.html Bug 1216937 - Assign default URL for mozbrowseropenwindow event. r=smaug 2015-11-06 16:59:08 +08:00
file_browserElement_OpenWindowInFrame.html
file_browserElement_OpenWindowRejected.html
file_browserElement_PrivateBrowsing.html Bug 832700 - Add private browsing to b2g, tests r=smaug 2014-10-10 14:28:04 -07:00
file_browserElement_SecurityChange.html Bug 1189494 - Pass tracking information to BrowserElement's mozbrowsersecuritychange event. r=fabrice 2015-08-10 16:59:59 -04:00
file_browserElement_SetVisibleFrames2_Outer.html Backed out changeset fb224386bea8 (bug 1003848) for bustage on a CLOSED TREE 2014-12-03 16:43:15 +01:00
file_browserElement_SetVisibleFrames_Inner.html
file_browserElement_SetVisibleFrames_Outer.html
file_browserElement_TargetBlank.html
file_browserElement_TargetTop.html
file_browserElement_ThemeColor.html Bug 1013913 - Add meta name=theme-color to have configurable status bar color. r=fabrice 2014-07-12 13:28:48 +02:00
file_browserElement_Viewmode.html Bug 1162844 - Add meta name="viewmode" to have configurable VR experiences. r=fabrice 2015-05-29 05:58:00 +02:00
file_browserElement_XFrameOptions.sjs
file_browserElement_XFrameOptionsAllowFrom.html Bug 1151111 - Append iframe2 after iframe1 has loaded. r=kchen 2015-05-05 19:42:00 -04:00
file_browserElement_XFrameOptionsAllowFrom.sjs
file_browserElement_XFrameOptionsDeny.html
file_browserElement_XFrameOptionsSameOrigin.html
file_bug709759.sjs
file_bug741717.sjs
file_download_bin.sjs bug 983747 - Add 'download' method to Browser API r=kanru,paolo 2014-06-09 10:51:25 -07:00
file_empty_script.js
file_empty.html
file_focus.html
file_http_401_response.sjs
file_http_407_response.sjs Bug 1138354 - Add proxy authencation info for 'mozbrowserusernameandpasswordrequired' event. r=mayhemer 2015-03-26 18:49:16 +08:00
file_illegal_web_manifest.html Bug 1169633 - [Browser API] getWebManifest(). r=kanru, r=bholley 2015-11-03 03:52:00 +01:00
file_microdata_bad_itemref.html Bug 1195801 - part 2: Tests for getStructuredData. r=kanru 2015-09-17 20:55:19 -07:00
file_microdata_itemref.html Bug 1195801 - part 2: Tests for getStructuredData. r=kanru 2015-09-17 20:55:19 -07:00
file_microdata.html Bug 1195801 - part 2: Tests for getStructuredData. r=kanru 2015-09-17 20:55:19 -07:00
file_microformats.html Bug 1195801 - part 2: Tests for getStructuredData. r=kanru 2015-09-17 20:55:19 -07:00
file_post_request.html
file_web_manifest.html Bug 1169633 - [Browser API] getWebManifest(). r=kanru, r=bholley 2015-11-03 03:52:00 +01:00
file_web_manifest.json Bug 1169633 - [Browser API] getWebManifest(). r=kanru, r=bholley 2015-11-03 03:52:00 +01:00
file_wyciwyg.html
iframe_file_audio.html Backed out changeset bcfbdb934c37 (bug 1113086) for breaking cpp tests with timeouts in TestAudioChannelService.exe 2015-07-11 14:14:58 +02:00
manifest.webapp Bug 1206581 - Implement notifyChannel() on AudioChannel API. r=kanru, r=baku. 2015-11-06 00:32:04 +08:00
manifest.webapp^headers^ Bug 1206581 - Implement notifyChannel() on AudioChannel API. r=kanru, r=baku. 2015-11-06 00:32:04 +08:00
mochitest-oop.ini Bug 1238576 - disable mozApps API on desktop/Android; r=ehsan,ochameau,bz,mcmanus,jmaher,marco 2016-02-08 11:24:22 -08:00
mochitest.ini Bug 1250341 - simplify overcomplex browser-element mochitest manifest skip-if rules; r=fabrice 2016-02-26 15:46:32 -08:00
multipleAudioChannels_manifest.webapp Bug 1223297 - Add multiple audio channel test. r=baku 2015-11-18 10:01:14 +08:00
multipleAudioChannels_manifest.webapp^headers^ Bug 1223297 - Add multiple audio channel test. r=baku 2015-11-18 10:01:14 +08:00
noaudio.webm Bug 1227051 - [Testcase] No audio track video shouldn't register the AudioChannelAgent. r=baku. 2015-12-30 11:29:02 +08:00
test_browserElement_inproc_ActiveStateChangeOnChangingMutedOrVolume.html Bug 1204793 - Testcase for checking the agent active state when changing the volume. r=baku 2015-12-25 18:47:08 +08:00
test_browserElement_inproc_Alert.html
test_browserElement_inproc_AlertInFrame.html
test_browserElement_inproc_AppFramePermission.html
test_browserElement_inproc_AppWindowNamespace.html
test_browserElement_inproc_AudioChannel_nested.html Backed out changeset afe3d65b74b6 (bug 1214148) on developers request for causing regressions 2015-12-15 14:45:06 +01:00
test_browserElement_inproc_AudioChannel.html Backed out changeset bcfbdb934c37 (bug 1113086) for breaking cpp tests with timeouts in TestAudioChannelService.exe 2015-07-11 14:14:58 +02:00
test_browserElement_inproc_AudioChannelMutedByDefault.html Bug 1235535 - Part 2: Create muted-by-default test in another new file. r=baku 2016-01-05 19:26:01 +08:00
test_browserElement_inproc_AudioChannelSeeking.html Bug 1225425 - [Testcase] Do not unregister the AudioChannelAgent during seeking. r=baku. 2016-01-11 10:48:18 +08:00
test_browserElement_inproc_AudioPlayback.html Bug 1190083 - Rename mozbrowsermediaplaybackchange to mozbrowseraudioplaybackchange; r=fabrice 2015-08-04 18:31:14 -04:00
test_browserElement_inproc_Auth.html
test_browserElement_inproc_BackForward.html
test_browserElement_inproc_BadScreenshot.html
test_browserElement_inproc_BrowserWindowNamespace.html
test_browserElement_inproc_BrowserWindowResize.html
test_browserElement_inproc_Close.html
test_browserElement_inproc_CloseApp.html
test_browserElement_inproc_CloseFromOpener.html
test_browserElement_inproc_ContextmenuEvents.html
test_browserElement_inproc_CookiesNotThirdParty.html
test_browserElement_inproc_CopyPaste.html Bug 987040 - Part 4: mochitest for mozbrowserselectionchange api. r=ehsan 2014-07-28 01:21:00 +02:00
test_browserElement_inproc_DataURI.html
test_browserElement_inproc_DisallowEmbedAppsInOOP.html Bug 1059662 - Disallow OOP app to embed in-proc apps. r=fabrice 2014-11-11 10:25:36 +08:00
test_browserElement_inproc_DocumentFirstPaint.html
test_browserElement_inproc_DOMRequestError.html
test_browserElement_inproc_Download.html bug 983747 - Add 'download' method to Browser API r=kanru,paolo 2014-06-09 10:51:25 -07:00
test_browserElement_inproc_ErrorSecurity.html
test_browserElement_inproc_ExecuteScript.html Bug 1174733 - Browser API: iframe.executeScript. r=kanru, r=bholley 2015-07-16 03:56:00 -04:00
test_browserElement_inproc_ExposableURI.html
test_browserElement_inproc_Find.html Bug 1163961 - Browser API: Page search. r=kchen, r=ehsan 2015-06-09 20:04:00 -04:00
test_browserElement_inproc_FirstPaint.html
test_browserElement_inproc_ForwardName.html
test_browserElement_inproc_FrameWrongURI.html
test_browserElement_inproc_GetContentDimensions.html Bug 757859 - Add getSize/onResize methods to browser element. r=ehsan 2014-09-03 16:20:21 +01:00
test_browserElement_inproc_GetScreenshot.html
test_browserElement_inproc_GetScreenshotDppx.html
test_browserElement_inproc_getStructuredData.html Bug 1195801 - part 2: Tests for getStructuredData. r=kanru 2015-09-17 20:55:19 -07:00
test_browserElement_inproc_getWebManifest.html Bug 1169633 - [Browser API] getWebManifest(). r=kanru, r=bholley 2015-11-03 03:52:00 +01:00
test_browserElement_inproc_Iconchange.html
test_browserElement_inproc_LoadEvents.html
test_browserElement_inproc_Manifestchange.html Bug 982800 - Browser API: Add a mozbrowsermanifestchange event to detect <link rel="manifest"> elements, r=ehsan 2014-03-13 15:30:03 +00:00
test_browserElement_inproc_Metachange.html
test_browserElement_inproc_NextPaint.html
test_browserElement_inproc_NoAudioTrack.html Bug 1227051 - [Testcase] No audio track video shouldn't register the AudioChannelAgent. r=baku. 2015-12-30 11:29:02 +08:00
test_browserElement_inproc_OpenMixedProcess.html
test_browserElement_inproc_OpenNamed.html
test_browserElement_inproc_Opensearch.html
test_browserElement_inproc_OpenTab.html Bug 1144015 - (Browser API) mozbrowseropentab support. r=kchen 2015-04-02 23:45:00 -04:00
test_browserElement_inproc_OpenWindow.html
test_browserElement_inproc_OpenWindowDifferentOrigin.html
test_browserElement_inproc_OpenWindowEmpty.html Bug 1216937 - Assign default URL for mozbrowseropenwindow event. r=smaug 2015-11-06 16:59:08 +08:00
test_browserElement_inproc_OpenWindowInFrame.html
test_browserElement_inproc_OpenWindowRejected2.html
test_browserElement_inproc_OpenWindowRejected.html
test_browserElement_inproc_PrivateBrowsing.html Bug 832700 - Add private browsing to b2g, tests r=smaug 2014-10-10 14:28:04 -07:00
test_browserElement_inproc_PromptCheck.html
test_browserElement_inproc_PromptConfirm.html
test_browserElement_inproc_Proxy.html Bug 1196654 - navigator.mozBrowserElementProxy for access Browser API methods from the embedded, r=kanru, sr=sicking 2015-10-25 20:06:00 +01:00
test_browserElement_inproc_PurgeHistory.html
test_browserElement_inproc_Reload.html
test_browserElement_inproc_ReloadPostRequest.html
test_browserElement_inproc_RemoveBrowserElement.html
test_browserElement_inproc_ScrollEvent.html
test_browserElement_inproc_SecurityChange.html
test_browserElement_inproc_SendEvent.html
test_browserElement_inproc_SetInputMethodActive.html
test_browserElement_inproc_SetNFCFocus.html Bug 1188639 - Fix typo in BrowserElement.webidl and add tests for it. r=yoshi,bz 2015-08-03 10:56:03 +08:00
test_browserElement_inproc_SetVisible.html
test_browserElement_inproc_SetVisibleFrames2.html
test_browserElement_inproc_SetVisibleFrames.html
test_browserElement_inproc_Stop.html
test_browserElement_inproc_TargetBlank.html
test_browserElement_inproc_TargetTop.html
test_browserElement_inproc_ThemeColor.html Bug 1013913 - Add meta name=theme-color to have configurable status bar color. r=fabrice 2014-07-12 13:28:48 +02:00
test_browserElement_inproc_Titlechange.html
test_browserElement_inproc_TopBarrier.html
test_browserElement_inproc_Viewmode.html Bug 1162844 - Add meta name="viewmode" to have configurable VR experiences. r=fabrice 2015-05-29 05:58:00 +02:00
test_browserElement_inproc_VisibilityChange.html
test_browserElement_inproc_XFrameOptions.html
test_browserElement_inproc_XFrameOptionsAllowFrom.html
test_browserElement_inproc_XFrameOptionsDeny.html
test_browserElement_inproc_XFrameOptionsSameOrigin.html
test_browserElement_MultipleAudioChannels.html Bug 1223297 - Add multiple audio channel test. r=baku 2015-11-18 10:01:14 +08:00
test_browserElement_NoAttr.html
test_browserElement_NoPermission.html Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
test_browserElement_NoPref.html Bug 1090759 - Part 5. Use setAttribute to set mozbrowser instead of using SpecialPowers. r=smaug 2014-10-31 10:39:15 +08:00
test_browserElement_NotifyChannel.html Bug 1206581 - Implement notifyChannel() on AudioChannel API. r=kanru, r=baku. 2015-11-06 00:32:04 +08:00
test_browserElement_oop_ActiveStateChangeOnChangingMutedOrVolume.html Bug 1204793 - Testcase for checking the agent active state when changing the volume. r=baku 2015-12-25 18:47:08 +08:00
test_browserElement_oop_Alert.html
test_browserElement_oop_AlertInFrame.html
test_browserElement_oop_AllowEmbedAppsInNestedOOIframe.html Bug 1097479 - Allow nested content process to embed apps and add a nested pref check function. r=kanru 2015-04-29 03:48:00 +02:00
test_browserElement_oop_AppFramePermission.html
test_browserElement_oop_AppWindowNamespace.html
test_browserElement_oop_AudioChannel_nested.html Backed out changeset afe3d65b74b6 (bug 1214148) on developers request for causing regressions 2015-12-15 14:45:06 +01:00
test_browserElement_oop_AudioChannel.html Backed out changeset bcfbdb934c37 (bug 1113086) for breaking cpp tests with timeouts in TestAudioChannelService.exe 2015-07-11 14:14:58 +02:00
test_browserElement_oop_AudioChannelMutedByDefault.html Bug 1235535 - Part 2: Create muted-by-default test in another new file. r=baku 2016-01-05 19:26:01 +08:00
test_browserElement_oop_AudioChannelSeeking.html Bug 1225425 - [Testcase] Do not unregister the AudioChannelAgent during seeking. r=baku. 2016-01-11 10:48:18 +08:00
test_browserElement_oop_AudioPlayback.html Bug 1190083 - Rename mozbrowsermediaplaybackchange to mozbrowseraudioplaybackchange; r=fabrice 2015-08-04 18:31:14 -04:00
test_browserElement_oop_Auth.html
test_browserElement_oop_BackForward.html
test_browserElement_oop_BadScreenshot.html
test_browserElement_oop_BrowserWindowNamespace.html
test_browserElement_oop_BrowserWindowResize.html
test_browserElement_oop_Close.html
test_browserElement_oop_CloseApp.html
test_browserElement_oop_CloseFromOpener.html
test_browserElement_oop_ContextmenuEvents.html
test_browserElement_oop_CookiesNotThirdParty.html
test_browserElement_oop_CopyPaste.html Bug 987040 - Part 4: mochitest for mozbrowserselectionchange api. r=ehsan 2014-07-28 01:21:00 +02:00
test_browserElement_oop_DataURI.html
test_browserElement_oop_DisallowEmbedAppsInOOP.html Bug 1059662 - Disallow OOP app to embed in-proc apps. r=fabrice 2014-11-11 10:25:36 +08:00
test_browserElement_oop_DocumentFirstPaint.html
test_browserElement_oop_DOMRequestError.html
test_browserElement_oop_Download.html bug 983747 - Add 'download' method to Browser API r=kanru,paolo 2014-06-09 10:51:25 -07:00
test_browserElement_oop_ErrorSecurity.html
test_browserElement_oop_ExecuteScript.html Bug 1174733 - Browser API: iframe.executeScript. r=kanru, r=bholley 2015-07-16 03:56:00 -04:00
test_browserElement_oop_ExposableURI.html
test_browserElement_oop_Find.html Bug 1163961 - Browser API: Page search. r=kchen, r=ehsan 2015-06-09 20:04:00 -04:00
test_browserElement_oop_FirstPaint.html
test_browserElement_oop_ForwardName.html
test_browserElement_oop_FrameWrongURI.html
test_browserElement_oop_GetContentDimensions.html Bug 757859 - Add getSize/onResize methods to browser element. r=ehsan 2014-09-03 16:20:21 +01:00
test_browserElement_oop_GetScreenshot.html
test_browserElement_oop_GetScreenshotDppx.html
test_browserElement_oop_getStructuredData.html Bug 1195801 - part 2: Tests for getStructuredData. r=kanru 2015-09-17 20:55:19 -07:00
test_browserElement_oop_getWebManifest.html Bug 1169633 - [Browser API] getWebManifest(). r=kanru, r=bholley 2015-11-03 03:52:00 +01:00
test_browserElement_oop_Iconchange.html
test_browserElement_oop_LoadEvents.html
test_browserElement_oop_Manifestchange.html Bug 982800 - Browser API: Add a mozbrowsermanifestchange event to detect <link rel="manifest"> elements, r=ehsan 2014-03-13 15:30:03 +00:00
test_browserElement_oop_Metachange.html
test_browserElement_oop_NextPaint.html
test_browserElement_oop_NoAudioTrack.html Bug 1227051 - [Testcase] No audio track video shouldn't register the AudioChannelAgent. r=baku. 2015-12-30 11:29:02 +08:00
test_browserElement_oop_OpenMixedProcess.html
test_browserElement_oop_OpenNamed.html
test_browserElement_oop_Opensearch.html
test_browserElement_oop_OpenTab.html Bug 1144015 - (Browser API) mozbrowseropentab support. r=kchen 2015-04-02 23:45:00 -04:00
test_browserElement_oop_OpenWindow.html
test_browserElement_oop_OpenWindowDifferentOrigin.html
test_browserElement_oop_OpenWindowEmpty.html Bug 1216937 - Assign default URL for mozbrowseropenwindow event. r=smaug 2015-11-06 16:59:08 +08:00
test_browserElement_oop_OpenWindowInFrame.html
test_browserElement_oop_OpenWindowRejected2.html
test_browserElement_oop_OpenWindowRejected.html
test_browserElement_oop_PrivateBrowsing.html Bug 832700 - Add private browsing to b2g, tests r=smaug 2014-10-10 14:28:04 -07:00
test_browserElement_oop_PromptCheck.html
test_browserElement_oop_PromptConfirm.html
test_browserElement_oop_Proxy.html Bug 1196654 - navigator.mozBrowserElementProxy for access Browser API methods from the embedded, r=kanru, sr=sicking 2015-10-25 20:06:00 +01:00
test_browserElement_oop_PurgeHistory.html
test_browserElement_oop_Reload.html
test_browserElement_oop_ReloadPostRequest.html
test_browserElement_oop_RemoveBrowserElement.html
test_browserElement_oop_ScrollEvent.html
test_browserElement_oop_SecurityChange.html
test_browserElement_oop_SendEvent.html
test_browserElement_oop_SetInputMethodActive.html
test_browserElement_oop_SetNFCFocus.html Bug 1188639 - Fix typo in BrowserElement.webidl and add tests for it. r=yoshi,bz 2015-08-03 10:56:03 +08:00
test_browserElement_oop_SetVisible.html
test_browserElement_oop_SetVisibleFrames2.html
test_browserElement_oop_SetVisibleFrames.html
test_browserElement_oop_Stop.html
test_browserElement_oop_TargetBlank.html
test_browserElement_oop_TargetTop.html
test_browserElement_oop_ThemeColor.html Bug 1013913 - Add meta name=theme-color to have configurable status bar color. r=fabrice 2014-07-12 13:28:48 +02:00
test_browserElement_oop_Titlechange.html
test_browserElement_oop_TopBarrier.html
test_browserElement_oop_Viewmode.html Bug 1162844 - Add meta name="viewmode" to have configurable VR experiences. r=fabrice 2015-05-29 05:58:00 +02:00
test_browserElement_oop_VisibilityChange.html
test_browserElement_oop_XFrameOptions.html
test_browserElement_oop_XFrameOptionsAllowFrom.html
test_browserElement_oop_XFrameOptionsDeny.html
test_browserElement_oop_XFrameOptionsSameOrigin.html