Bug 1713674 - Remove unsupported bookmarks.import/export definition r=rpl

Differential Revision: https://phabricator.services.mozilla.com/D116422
This commit is contained in:
Rob Wu
2021-05-31 21:21:19 +00:00
parent efff7d8f4e
commit 288ff14013

View File

@@ -432,36 +432,6 @@
"parameters": []
}
]
},
{
"name": "import",
"unsupported": true,
"type": "function",
"description": "Imports bookmarks from an html bookmark file",
"async": "callback",
"parameters": [
{
"type": "function",
"name": "callback",
"optional": true,
"parameters": []
}
]
},
{
"name": "export",
"unsupported": true,
"type": "function",
"description": "Exports bookmarks to an html bookmark file",
"async": "callback",
"parameters": [
{
"type": "function",
"name": "callback",
"optional": true,
"parameters": []
}
]
}
],
"events": [