gecko-dev/devtools/client/storage/test
Michael Ratcliffe 9e7ad490a0 Bug 1448484 - Disable browser_storage_cookies_samesite.js due to intermittent failures r=miker
MozReview-Commit-ID: A4ocgx0JoX5

--HG--
extra : rebase_source : 3f65d8b7d215512ca5be7977de339a1165de65b7
2018-07-27 11:15:16 +01:00
..
.eslintrc.js
browser.ini Bug 1448484 - Disable browser_storage_cookies_samesite.js due to intermittent failures r=miker 2018-07-27 11:15:16 +01:00
browser_storage_basic.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_basic_usercontextid_1.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_basic_usercontextid_2.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_basic_with_fragment.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_cache_delete.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_cache_error.js Bug 1440321 - Convert Task.jsm to async/await in devtools/client. r=jryans 2018-03-12 19:46:35 -05:00
browser_storage_cookies_add.js Bug 1440321 - Convert Task.jsm to async/await in devtools/client. r=jryans 2018-03-12 19:46:35 -05:00
browser_storage_cookies_delete_all.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_cookies_domain.js Bug 1440321 - Convert Task.jsm to async/await in devtools/client. r=jryans 2018-03-12 19:46:35 -05:00
browser_storage_cookies_domain_port.js Bug 1440321 - Convert Task.jsm to async/await in devtools/client. r=jryans 2018-03-12 19:46:35 -05:00
browser_storage_cookies_edit.js Bug 1440321 - Convert Task.jsm to async/await in devtools/client. r=jryans 2018-03-12 19:46:35 -05:00
browser_storage_cookies_edit_keyboard.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_cookies_samesite.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_cookies_tab_navigation.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_delete.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_delete_all.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_delete_tree.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_delete_usercontextid.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_dom_cache_disabled.js Bug 1451991 - Devtools: Localstorage didn't list item whose key names "key" r=nchevobbe 2018-04-14 00:33:42 +01:00
browser_storage_dynamic_updates_cookies.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_dynamic_updates_localStorage.js Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-03-13 00:15:42 -04:00
browser_storage_dynamic_updates_sessionStorage.js Fix lint failures (one from the merge in rev a97e078dcacb, one apparently preexisting. r=bzbarsky, No bug 2018-03-13 00:38:57 -04:00
browser_storage_empty_objectstores.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_file_url.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_indexeddb_delete.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_indexeddb_delete_blocked.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_indexeddb_duplicate_names.js Bug 1451486 - Part 1 - Ignore the storage attribute on indexedDB.open() by default. r=asuth,baku 2018-04-10 23:00:30 +02:00
browser_storage_indexeddb_overflow.js Bug 1434579 - Fix infinite scrolling for indexedDB in storage inspector;r=miker 2018-07-24 19:48:27 +02:00
browser_storage_localstorage_add.js Bug 1440321 - Convert Task.jsm to async/await in devtools/client. r=jryans 2018-03-12 19:46:35 -05:00
browser_storage_localstorage_edit.js Bug 1440321 - Convert Task.jsm to async/await in devtools/client. r=jryans 2018-03-12 19:46:35 -05:00
browser_storage_localstorage_error.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_localstorage_rapid_add_remove.js Bug 1453881: Part 1a - Automatically write add_task(function*) to add_task(async function) r=ochameau 2018-04-12 21:10:04 -07:00
browser_storage_overflow.js Bug 1434579 - Fix infinite scrolling for indexedDB in storage inspector;r=miker 2018-07-24 19:48:27 +02:00
browser_storage_search.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_search_keyboard_trap.js Bug 1440321 - Convert Task.jsm to async/await in devtools/client. r=jryans 2018-03-12 19:46:35 -05:00
browser_storage_sessionstorage_add.js Bug 1440321 - Convert Task.jsm to async/await in devtools/client. r=jryans 2018-03-12 19:46:35 -05:00
browser_storage_sessionstorage_edit.js Bug 1440321 - Convert Task.jsm to async/await in devtools/client. r=jryans 2018-03-12 19:46:35 -05:00
browser_storage_sidebar.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_sidebar_toggle.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_sidebar_update.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
browser_storage_values.js Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
head.js Bug 1434579 - Fix infinite scrolling for indexedDB in storage inspector;r=miker 2018-07-24 19:48:27 +02:00
storage-blank.html Bug 1444106 - Add test for rapid addition and removal of items in the storage inspector r=ochameau 2018-03-09 13:55:22 +00:00
storage-cache-error.html
storage-complex-values.html Bug 1440321 - Convert Task.jsm to async/await in devtools/client. r=jryans 2018-03-12 19:46:35 -05:00
storage-cookies-samesite.html Bug 1428745 - Remove support for version parameter from script loader - tests, r=jonco 2018-01-09 17:00:49 +01:00
storage-cookies.html Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
storage-empty-objectstores.html Bug 1440321 - Convert Task.jsm to async/await in devtools/client. r=jryans 2018-03-12 19:46:35 -05:00
storage-file-url.html Bug 1381590 - Make Storage Inspector work with file:// URLs r=pbro 2018-03-12 17:37:49 +00:00
storage-idb-delete-blocked.html Bug 1440321 - Convert Task.jsm to async/await in devtools/client. r=jryans 2018-03-12 19:46:35 -05:00
storage-indexeddb-duplicate-names.html Bug 1440321 - Convert Task.jsm to async/await in devtools/client. r=jryans 2018-03-12 19:46:35 -05:00
storage-listings-usercontextid.html Bug 1440321 - Convert Task.jsm to async/await in devtools/client. r=jryans 2018-03-12 19:46:35 -05:00
storage-listings-with-fragment.html Bug 1440321 - Convert Task.jsm to async/await in devtools/client. r=jryans 2018-03-12 19:46:35 -05:00
storage-listings.html Bug 1451991 - Devtools: Localstorage didn't list item whose key names "key" r=nchevobbe 2018-04-14 00:33:42 +01:00
storage-localstorage.html
storage-overflow-indexeddb.html Bug 1434579 - Fix infinite scrolling for indexedDB in storage inspector;r=miker 2018-07-24 19:48:27 +02:00
storage-overflow.html Backed out changeset f2f7dc725274 (bug 1434579) for devtools failures on browser_storage_overflow. 2018-07-25 22:56:51 +03:00
storage-search.html
storage-secured-iframe-usercontextid.html Bug 1440321 - Convert Task.jsm to async/await in devtools/client. r=jryans 2018-03-12 19:46:35 -05:00
storage-secured-iframe.html Bug 1440321 - Convert Task.jsm to async/await in devtools/client. r=jryans 2018-03-12 19:46:35 -05:00
storage-sessionstorage.html
storage-unsecured-iframe-usercontextid.html
storage-unsecured-iframe.html Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
storage-updates.html Bug 1442160 - Remove unnecessary usages of generators in storage test. r=miker 2018-03-01 00:47:22 -08:00