gecko-dev/devtools/client/storage/test
Masatoshi Kimura 7be7b11a1c Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher
This patch is generated by the following sed script:
find . ! -wholename '*/.hg*' -type f \( -iname '*.html' -o -iname '*.xhtml' -o -iname '*.xul' -o -iname '*.js' \) -exec sed -i -e 's/\(\(text\|application\)\/javascript\);version=1.[0-9]/\1/g' {} \;

MozReview-Commit-ID: AzhtdwJwVNg

--HG--
extra : rebase_source : e8f90249454c0779d926f87777f457352961748d
2017-02-23 06:10:07 +09:00
..
.eslintrc.js Bug 1251003 - Change .eslintrc files to .eslintrc.js to avoid obsolete config file format. r=mossop 2016-10-18 08:38:10 +01:00
browser.ini Bug 1263324 - Part 2: Add test cases to test context id for devtools storage inspector. r=miker 2017-01-24 14:45:42 +08:00
browser_storage_basic.js Bug 1302989 - Make storage inspector work with file:// when # is in the URL r=nchevobbe 2017-01-06 10:14:55 +00:00
browser_storage_basic_usercontextid.js Bug 1263324 - Part 2: Add test cases to test context id for devtools storage inspector. r=miker 2017-01-24 14:45:42 +08:00
browser_storage_basic_with_fragment.js Bug 1302989 - Make storage inspector work with file:// when # is in the URL r=nchevobbe 2017-01-06 10:14:55 +00:00
browser_storage_cache_delete.js Bug 1304297 - Support for deleting Cache and Response objects in Storage Inspector r=miker 2016-09-22 12:29:48 +02:00
browser_storage_cache_error.js Bug 1261785 - Part 3: make affected JS files eslint-clean. r=mratcliffe 2016-04-19 01:44:00 +02:00
browser_storage_cookies_delete_all.js Bug 1302989 - Make storage inspector work with file:// when # is in the URL r=nchevobbe 2017-01-06 10:14:55 +00:00
browser_storage_cookies_domain.js Bug 1302989 - Make storage inspector work with file:// when # is in the URL r=nchevobbe 2017-01-06 10:14:55 +00:00
browser_storage_cookies_edit.js Bug 1146194 - Multiple cookies with the same name not shown r=gl 2016-11-11 15:57:51 +00:00
browser_storage_cookies_edit_keyboard.js Bug 1146194 - Multiple cookies with the same name not shown r=gl 2016-11-11 15:57:51 +00:00
browser_storage_cookies_tab_navigation.js Bug 1146194 - Multiple cookies with the same name not shown r=gl 2016-11-11 15:57:51 +00:00
browser_storage_delete.js Bug 1302989 - Make storage inspector work with file:// when # is in the URL r=nchevobbe 2017-01-06 10:14:55 +00:00
browser_storage_delete_all.js Bug 1326479 - Fix 'indent' eslint errors now that eslint scans multiline array and object definitions. r=Gijs 2017-01-03 10:07:50 -05:00
browser_storage_delete_tree.js Bug 1302989 - Make storage inspector work with file:// when # is in the URL r=nchevobbe 2017-01-06 10:14:55 +00:00
browser_storage_delete_usercontextid.js Bug 1263324 - Part 2: Add test cases to test context id for devtools storage inspector. r=miker 2017-01-24 14:45:42 +08:00
browser_storage_dom_cache_disabled.js Bug 1321820 - Storage Inspector fails with dom.caches.enabled=false r=nchevobbe 2016-12-23 16:53:20 +00:00
browser_storage_dynamic_updates_cookies.js Bug 1302989 - Make storage inspector work with file:// when # is in the URL r=nchevobbe 2017-01-06 10:14:55 +00:00
browser_storage_dynamic_updates_localStorage.js Bug 1146194 - Multiple cookies with the same name not shown r=gl 2016-11-11 15:57:51 +00:00
browser_storage_dynamic_updates_sessionStorage.js Bug 1146194 - Multiple cookies with the same name not shown r=gl 2016-11-11 15:57:51 +00:00
browser_storage_empty_objectstores.js Bug 1276339 - Storage inspector doesn't work on chrome:// pages and web extensions r=jdescottes 2016-11-22 14:47:22 +00:00
browser_storage_indexeddb_delete.js Bug 1276339 - Storage inspector doesn't work on chrome:// pages and web extensions r=jdescottes 2016-11-22 14:47:22 +00:00
browser_storage_indexeddb_delete_blocked.js Bug 1276339 - Storage inspector doesn't work on chrome:// pages and web extensions r=jdescottes 2016-11-22 14:47:22 +00:00
browser_storage_indexeddb_duplicate_names.js Bug 1276339 - Storage inspector doesn't work on chrome:// pages and web extensions r=jdescottes 2016-11-22 14:47:22 +00:00
browser_storage_localstorage_edit.js Bug 1261785 - Part 1: fix promise rejections in storage inspector tests. r=mratcliffe 2016-04-19 01:43:00 +02:00
browser_storage_localstorage_error.js Bug 1283800 - Storage inspector throws unhandled exception trying to access localStorage on about:home r=mratcliffe 2016-07-01 06:26:00 +02:00
browser_storage_overflow.js Bug 1257246: Update devtools for eslint 2. r=pbro 2016-04-05 11:31:19 -07:00
browser_storage_search.js Bug 1257246: Update devtools for eslint 2. r=pbro 2016-04-05 11:31:19 -07:00
browser_storage_search_keyboard_trap.js Bug 1263104 - Ctrl+F in Storage Inspector should open search. r=mratcliffe 2016-07-05 20:21:00 +02:00
browser_storage_sessionstorage_edit.js Bug 1261785 - Part 1: fix promise rejections in storage inspector tests. r=mratcliffe 2016-04-19 01:43:00 +02:00
browser_storage_sidebar.js Bug 1302989 - Make storage inspector work with file:// when # is in the URL r=nchevobbe 2017-01-06 10:14:55 +00:00
browser_storage_sidebar_update.js Bug 1260380 - 'Parsed value' section gets duplicated when editing. r=mratcliffe 2016-04-21 05:10:00 +02:00
browser_storage_values.js Bug 1276339 - Storage inspector doesn't work on chrome:// pages and web extensions r=jdescottes 2016-11-22 14:47:22 +00:00
head.js Bug 1263324 - Part 2: Add test cases to test context id for devtools storage inspector. r=miker 2017-01-24 14:45:42 +08:00
storage-cache-error.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
storage-complex-values.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
storage-cookies.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
storage-empty-objectstores.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
storage-idb-delete-blocked.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
storage-indexeddb-duplicate-names.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
storage-listings-usercontextid.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
storage-listings-with-fragment.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
storage-listings.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
storage-localstorage.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
storage-overflow.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
storage-search.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
storage-secured-iframe-usercontextid.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
storage-secured-iframe.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
storage-sessionstorage.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
storage-unsecured-iframe-usercontextid.html Bug 1263324 - Part 2: Add test cases to test context id for devtools storage inspector. r=miker 2017-01-24 14:45:42 +08:00
storage-unsecured-iframe.html Bug 976073 - Part 2: Modify errors from try server, r=jdm 2016-11-09 17:26:03 +08:00
storage-updates.html Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00