gecko-dev/dom/tests/browser
Blake Kaplan 34e6eff4f8 Bug 1304531 - Remove CPOW usage from browser_ConsoleStorageAPITests.js. r=Felipe
This was a little tricky to get right. The "spin the event loop" bit is weird
but doing a setTimout to call resolve is already redundant since resolve calls
the promise callbacks on the next turn of the event loop anyway. Basically,
the test just needed to move more stuff to the content process.

MozReview-Commit-ID: KrZZU5reJf7

--HG--
extra : rebase_source : 0817cdefc2e3941a5f59e3e8365d72395d8c4869
2016-09-20 18:04:15 -07:00
..
browser_autofocus_background.js Bug 1246635, enable browser_autofocus_background.js in e10s, r=mrbkap 2016-03-09 09:11:12 -05:00
browser_autofocus_preference.js Bug 1246635, enable browser_autofocus_preference.js in e10s, r=mrbkap 2016-03-09 09:11:35 -05:00
browser_bug396843.js Bug 1267479 - Use ContentTask to avoid using intermittent CPOWs in browser_bug396843.js. r=wchen 2016-07-22 16:45:47 -07:00
browser_bug1004814.js Bug 1271067 - Make test_bug1004814 more reliable on non-e10s, r=baku 2016-05-19 09:37:51 -04:00
browser_bug1008941_dismissGeolocationHanger.js Bug 1246654, enable browser_bug1008941_dismissGeolocationHanger.js in e10s, r=mconley 2016-03-09 09:11:46 -05:00
browser_bug1238427.js Bug 1238427 - Avoid a strong reference from the timeout timer to nsGeolocationRequest. r=jdm 2016-01-21 09:57:30 -08:00
browser_ConsoleAPI_originAttributes.js Bug 1264106 - Fix browser_ConsoleAPI_originAttributes.js permafail on DevEdition. r=baku 2016-04-13 00:48:01 +02:00
browser_ConsoleAPITests.js Bug 1270299 - Modify browser_ConsoleAPITests.js to run in e10s, r=baku 2016-05-16 13:54:55 -04:00
browser_ConsoleStorageAPITests.js Bug 1304531 - Remove CPOW usage from browser_ConsoleStorageAPITests.js. r=Felipe 2016-09-20 18:04:15 -07:00
browser_ConsoleStoragePBTest_perwindowpb.js
browser_focus_steal_from_chrome_during_mousedown.js Bug 1270117 - Modify browser_focus_steal_from_chrome_during_mousedown to run on e10s, r=enndeakin 2016-05-06 13:52:42 -04:00
browser_focus_steal_from_chrome.js Bug 1271819 - Rewrite browser_focus_steal_from_chrome to avoid race condition, r=enndeakin 2016-08-03 13:25:06 -04:00
browser_frame_elements.html
browser_frame_elements.js Bug 1241930: Part 5 - convert all assertion methods used inside content tasks to the Assert.* family in dom tests. r=mconley 2016-03-04 14:32:32 +01:00
browser_localStorage_privatestorageevent.js Bug 1270119 - Rewrite browser_localStorage_privatestoragevent.js to run on e10s, r=jdm 2016-05-06 13:52:38 -04:00
browser_test__content.js
browser_test_new_window_from_content.js Bug 1253673, r=bz 2016-04-19 09:56:19 +01:00
browser_test_toolbars_visibility.js Bug 1253673, r=bz 2016-04-19 09:56:19 +01:00
browser_webapps_permissions.js
browser_webapps_perms_reinstall.js
browser_xhr_sandbox.js
browser.ini Bug 1276738 - Tag a bunch of tests that exercise opening windows with openwindow. r=me 2016-04-29 14:29:03 -04:00
dummy.html Bug 1253673, r=bz 2016-04-19 09:56:19 +01:00
geo_leak_test.html Bug 1238427 - Avoid a strong reference from the timeout timer to nsGeolocationRequest. r=jdm 2016-01-21 09:57:30 -08:00
page_privatestorageevent.html Bug 1270119 - Rewrite browser_localStorage_privatestoragevent.js to run on e10s, r=jdm 2016-05-06 13:52:38 -04:00
position.html
test_bug1004814.html
test_new_window_from_content_child.html Bug 1253673, r=bz 2016-04-19 09:56:19 +01:00
test-console-api.html
test-webapp-original.webapp
test-webapp-reinstall.webapp
test-webapp.webapp
test-webapps-permissions.html
worker_bug1004814.js