231
edits
No edit summary |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 42: | Line 42: | ||
===what's out of scope?=== | ===what's out of scope?=== | ||
* Security testing | * Security testing | ||
== Ownership == | == Ownership == | ||
Line 60: | Line 59: | ||
=== Nightly === | === Nightly === | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
*Enable extensions.webextensions. | *Enable extensions.webextensions.ExtensionStorageIDB.enabled from about:config | ||
</div> | </div> | ||
=== Beta === | === Beta === | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
*Enable extensions.webextensions. | *Enable extensions.webextensions.ExtensionStorageIDB.enabled from about:config | ||
</div> | </div> | ||
Line 157: | Line 156: | ||
Install flow - [https://docs.google.com/document/d/1IDNHoneiARuw8PT6KIQGp03WxFmaQYijpluZA0C-E7I/edit Link] | Install flow - [https://docs.google.com/document/d/1IDNHoneiARuw8PT6KIQGp03WxFmaQYijpluZA0C-E7I/edit Link] | ||
* {{Bug|1406181}} - Use indexedDB as the backend for storage.local | |||
* {{Bug|1406181}} - Use indexedDB as the backend for storage.local (pref Off) | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"blocks":[1406181], | "blocks":[1406181], | ||
"include_fields": "id, priority, component, assigned_to, summary, status, target_milestone" | "include_fields": "id, priority, component, assigned_to, summary, status, resolution, target_milestone" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
* {{Bug|1474562}} - Enable ExtensionStorageIDB backend on Nightly (pref ON) | |||
<bugzilla> | |||
{ | |||
"blocks":[1474562], | |||
"include_fields": "id, priority, component, assigned_to, summary, status, resolution, target_milestone" | |||
} | |||
</bugzilla> | |||
= Testcases = | = Testcases = | ||
Line 200: | Line 205: | ||
* Link for the [ Initial test planning] | * Link for the [ Initial test planning] | ||
* Link for the [ Google doc tests] | * Link for the [ Google doc tests] | ||
* Link for the [https://testrail.stage.mozaws.net/index.php?/suites/view/ | * Link for the [https://testrail.stage.mozaws.net/index.php?/suites/view/2712&group_by=cases:section_id&group_order=asc TestRail tests pref'd OFF] | ||
* Link for the [https://testrail.stage.mozaws.net/index.php?/suites/view/2602&group_by=cases:section_id&group_order=asc TestRail tests pref'd ON] | |||
= Bug Work = | = Bug Work = |
edits