fune/browser/components/originattributes/test/browser
2017-03-20 12:36:37 +01:00
..
.eslintrc.js Bug 1347712 - Change the testing configurations into ESLint configurations within eslint-plugin-mozilla - automatically update .eslintrc.js test config files for new config locations. r=jaws 2017-03-20 12:36:37 +01:00
browser.ini Bug 1300671 - set firstPartyDomain on about: pages. r=smaug 2017-03-14 16:22:02 +08:00
browser_blobURLIsolation.js Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
browser_broadcastChannel.js Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
browser_cache.js Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs 2017-01-17 09:48:17 -06:00
browser_cacheAPI.js Bug 1274020 - Tests that shows the Cache Web API is separated by origin attributes. r=baku 2016-12-13 11:44:59 +08:00
browser_clientAuth.js Bug 1282279 - Tests that make sure user certificates are Origin Attribute aware. r=baku 2016-11-29 14:21:09 +08:00
browser_cookieIsolation.js Bug 1316870 - Enable no-shadow eslint rule for browser/. r=mossop 2016-11-15 22:58:30 -05:00
browser_favicon_firstParty.js Bug 1330147 - automatic removal of the third boolean parameter in removeObserver calls, r=jaws. 2017-01-11 22:27:42 +01:00
browser_favicon_userContextId.js Bug 1330147 - automatic removal of the third boolean parameter in removeObserver calls, r=jaws. 2017-01-11 22:27:42 +01:00
browser_firstPartyIsolation.js Bug 1344027 - Fix most of the remaining ESLint no-undef issues in browser/components. r=jaws 2017-03-03 09:29:14 +00:00
browser_firstPartyIsolation_aboutPages.js Bug 1300671 - set firstPartyDomain on about: pages. r=smaug 2017-03-14 16:22:02 +08:00
browser_firstPartyIsolation_js_uri.js Bug 1300671 - set firstPartyDomain on about: pages. r=smaug 2017-03-14 16:22:02 +08:00
browser_httpauth.js Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs 2017-01-17 09:48:17 -06:00
browser_imageCacheIsolation.js Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs 2017-01-17 09:48:17 -06:00
browser_localStorageIsolation.js Bug 1316870 - Enable no-shadow eslint rule for browser/. r=mossop 2016-11-15 22:58:30 -05:00
browser_permissions.js Bug 1329182 - remove trailing newURI null parameters in browser/, r=jaws. 2017-01-09 20:27:25 +01:00
browser_sanitize.js Bug 1270338 - Add a mochitest to ensure Sanitizer clears data for all containers. r=baku,tanvi 2016-12-27 15:05:16 +08:00
browser_sharedworker.js Bug 1316882: Turn on space-before-function-paren eslint rule (browser). r=jaws 2016-11-11 08:10:51 -08:00
browser_windowOpenerRestriction.js Bug 1339336 - Add a test case for pref "privacy.firstparty.isolate.restrict_opener_access". r=baku 2017-02-16 10:15:54 +08:00
dummy.html
file_broadcastChannel.html Bug 1342144 - Fix ESLint errors in browser/. r=Paolo 2017-02-24 23:25:45 +09:00
file_broadcastChanneliFrame.html Bug 1342144 - Fix ESLint errors in browser/. r=Paolo 2017-02-24 23:25:45 +09:00
file_cache.html Bug 1264577 - Add a test case of caches for first-party isolation(adapted from Tor Browser patch 13749). r=mayhemer, r=arthuredelstein 2016-11-01 15:54:02 +08:00
file_favicon.html Bug 1277803 - Part 6 : Add a test case for favicon loading in different userContextIds. r=baku 2016-10-13 15:44:02 +08:00
file_favicon.png Bug 1277803 - Part 6 : Add a test case for favicon loading in different userContextIds. r=baku 2016-10-13 15:44:02 +08:00
file_favicon.png^headers^ Bug 1277803 - Part 6 : Add a test case for favicon loading in different userContextIds. r=baku 2016-10-13 15:44:02 +08:00
file_favicon_cache.html Bug 1277803 - Part 7 : Add a test case of favicon loading for first party isolation. r=baku, arthuredelstein 2016-10-13 15:44:04 +08:00
file_favicon_cache.png Bug 1277803 - Part 7 : Add a test case of favicon loading for first party isolation. r=baku, arthuredelstein 2016-10-13 15:44:04 +08:00
file_favicon_thirdParty.html Bug 1277803 - Part 6 : Add a test case for favicon loading in different userContextIds. r=baku 2016-10-13 15:44:02 +08:00
file_firstPartyBasic.html
file_sharedworker.html
file_sharedworker.js Bug 1316882: Turn on space-before-function-paren eslint rule (browser). r=jaws 2016-11-11 08:10:51 -08:00
file_thirdPartyChild.audio.ogg Bug 1264577 - Add a test case of caches for first-party isolation(adapted from Tor Browser patch 13749). r=mayhemer, r=arthuredelstein 2016-11-01 15:54:02 +08:00
file_thirdPartyChild.embed.png Bug 1264577 - Add a test case of caches for first-party isolation(adapted from Tor Browser patch 13749). r=mayhemer, r=arthuredelstein 2016-11-01 15:54:02 +08:00
file_thirdPartyChild.fetch.html Bug 1264577 - Add a test case of caches for first-party isolation(adapted from Tor Browser patch 13749). r=mayhemer, r=arthuredelstein 2016-11-01 15:54:02 +08:00
file_thirdPartyChild.iframe.html Bug 1264577 - Add a test case of caches for first-party isolation(adapted from Tor Browser patch 13749). r=mayhemer, r=arthuredelstein 2016-11-01 15:54:02 +08:00
file_thirdPartyChild.img.png Bug 1264577 - Add a test case of caches for first-party isolation(adapted from Tor Browser patch 13749). r=mayhemer, r=arthuredelstein 2016-11-01 15:54:02 +08:00
file_thirdPartyChild.import.js Bug 1264577 - Add a test case of caches for first-party isolation(adapted from Tor Browser patch 13749). r=mayhemer, r=arthuredelstein 2016-11-01 15:54:02 +08:00
file_thirdPartyChild.link.css Bug 1264577 - Add a test case of caches for first-party isolation(adapted from Tor Browser patch 13749). r=mayhemer, r=arthuredelstein 2016-11-01 15:54:02 +08:00
file_thirdPartyChild.object.png Bug 1264577 - Add a test case of caches for first-party isolation(adapted from Tor Browser patch 13749). r=mayhemer, r=arthuredelstein 2016-11-01 15:54:02 +08:00
file_thirdPartyChild.request.html Bug 1264577 - Add a test case of caches for first-party isolation(adapted from Tor Browser patch 13749). r=mayhemer, r=arthuredelstein 2016-11-01 15:54:02 +08:00
file_thirdPartyChild.script.js Bug 1264577 - Add a test case of caches for first-party isolation(adapted from Tor Browser patch 13749). r=mayhemer, r=arthuredelstein 2016-11-01 15:54:02 +08:00
file_thirdPartyChild.sharedworker.js Bug 1264577 - Add a test case of caches for first-party isolation(adapted from Tor Browser patch 13749). r=mayhemer, r=arthuredelstein 2016-11-01 15:54:02 +08:00
file_thirdPartyChild.track.vtt Bug 1264577 - Add a test case of caches for first-party isolation(adapted from Tor Browser patch 13749). r=mayhemer, r=arthuredelstein 2016-11-01 15:54:02 +08:00
file_thirdPartyChild.video.ogv Bug 1264577 - Add a test case of caches for first-party isolation(adapted from Tor Browser patch 13749). r=mayhemer, r=arthuredelstein 2016-11-01 15:54:02 +08:00
file_thirdPartyChild.worker.fetch.html Bug 1264577 - Add a test case of caches for first-party isolation(adapted from Tor Browser patch 13749). r=mayhemer, r=arthuredelstein 2016-11-01 15:54:02 +08:00
file_thirdPartyChild.worker.js Bug 1264577 - Add a test case of caches for first-party isolation(adapted from Tor Browser patch 13749). r=mayhemer, r=arthuredelstein 2016-11-01 15:54:02 +08:00
file_thirdPartyChild.worker.request.html Bug 1264577 - Add a test case of caches for first-party isolation(adapted from Tor Browser patch 13749). r=mayhemer, r=arthuredelstein 2016-11-01 15:54:02 +08:00
file_thirdPartyChild.worker.xhr.html Bug 1264577 - Add a test case of caches for first-party isolation(adapted from Tor Browser patch 13749). r=mayhemer, r=arthuredelstein 2016-11-01 15:54:02 +08:00
file_thirdPartyChild.xhr.html Bug 1264577 - Add a test case of caches for first-party isolation(adapted from Tor Browser patch 13749). r=mayhemer, r=arthuredelstein 2016-11-01 15:54:02 +08:00
file_windowOpenerRestriction.html Bug 1339336 - Add a test case for pref "privacy.firstparty.isolate.restrict_opener_access". r=baku 2017-02-16 10:15:54 +08:00
file_windowOpenerRestrictionTarget.html Bug 1339336 - Add a test case for pref "privacy.firstparty.isolate.restrict_opener_access". r=baku 2017-02-16 10:15:54 +08:00
head.js Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
test.html Bug 1316882: Turn on space-before-function-paren eslint rule (browser). r=jaws 2016-11-11 08:10:51 -08:00
test.js
test.js^headers^
test2.html
test2.js
test2.js^headers^
test_firstParty.html
test_firstParty_cookie.html
test_firstParty_html_redirect.html
test_firstParty_http_redirect.html
test_firstParty_http_redirect.html^headers^
test_firstParty_http_redirect_to_same_domain.html Bug 1315602 - Remove the assertion of FirstPartyDomain should be empty in HTTP redirect. r=smaug 2016-12-01 15:49:07 +08:00
test_firstParty_http_redirect_to_same_domain.html^headers^ Bug 1315602 - Remove the assertion of FirstPartyDomain should be empty in HTTP redirect. r=smaug 2016-12-01 15:49:07 +08:00
test_firstParty_iframe_http_redirect.html
test_firstParty_postMessage.html Bug 1316882: Turn on space-before-function-paren eslint rule (browser). r=jaws 2016-11-11 08:10:51 -08:00
test_form.html Bug 1315602 - Remove the assertion of FirstPartyDomain should be empty in HTTP redirect. r=smaug 2016-12-01 15:49:07 +08:00
window.html
window2.html Bug 1315602 - Remove the assertion of FirstPartyDomain should be empty in HTTP redirect. r=smaug 2016-12-01 15:49:07 +08:00
window3.html Bug 1315602 - Remove the assertion of FirstPartyDomain should be empty in HTTP redirect. r=smaug 2016-12-01 15:49:07 +08:00
window_redirect.html Bug 1331661 - Manually fix the remaining 'quotes' errors for eslint. r=Gijs 2017-01-17 10:38:58 -06:00
worker_blobify.js Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
worker_deblobify.js Bug 1338249 - Improve eslint-plugin-mozilla's handling of workers when dealing with globals and imports. r=mossop 2017-02-07 11:14:49 +00:00