mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Bug 1302989: Make storage inspector work with file:// when # is in the URL
Issue #31
This commit is contained in:
parent
fab2253b26
commit
b95939dd3c
16 changed files with 271 additions and 84 deletions
|
|
@ -11,7 +11,7 @@ const {StorageFront} = require("devtools/shared/fronts/storage");
|
|||
Services.scriptloader.loadSubScript("chrome://mochitests/content/browser/devtools/server/tests/browser/storage-helpers.js", this);
|
||||
|
||||
const TESTDATA = {
|
||||
"test1.example.org": [
|
||||
"http://test1.example.org": [
|
||||
{
|
||||
name: "name",
|
||||
value: "value1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue