Closed
Bug 1713674
Opened 4 years ago
Closed 4 years ago
Remove unsupported bookmarks.import and bookmarks.export definitions from bookmarks.json
Categories
(WebExtensions :: General, task)
WebExtensions
General
Tracking
(firefox91 fixed)
RESOLVED
FIXED
91 Branch
| Tracking | Status | |
|---|---|---|
| firefox91 | --- | fixed |
People
(Reporter: robwu, Assigned: robwu)
References
()
Details
Attachments
(1 file)
See https://github.com/mdn/content/issues/4863 for confusion.
The bookmarks.import and bookmarks.export methods are not part of the bookmarks API. They were imported from Chrome's API definition in bookmarks.json, but it's merely an internal API that's an implementation detail of Chrome's bookmarks UI as seen at https://source.chromium.org/chromium/chromium/src/+/main:chrome/common/extensions/api/_api_features.json;l=137-152;drc=e95a78857e41ace5e343133be4814fe6f607db56
To avoid confusion, let's remove this definition from the API definition and MDN.
| Assignee | ||
Comment 1•4 years ago
|
||
Pushed by rob@robwu.nl:
https://hg.mozilla.org/integration/autoland/rev/3669a66573ad
Remove unsupported bookmarks.import/export definition r=rpl
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•