-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: Add isSyncable
property to BookmarkTreeNode
#733
Comments
We've started work on a CL for this (https://chromium-review.googlesource.com/c/chromium/src/+/6087835) and are discussing naming before finishing implementation. We came up with That said, we still use sync elsewhere in the extension APIs, so while we're slightly leaning towards |
Relevant part of the meeting notes: webextensions/_minutes/2024-12-19-wecg.md Lines 162 to 169 in edd0979
|
Proposal
Add a new
isSyncable
property to BookmarkTreeNode. This will be set to true if the user has sync enabled and this is a node which will be synced.Motivation
An existing problem is that developers may wish to indicate to a user if bookmarks saved in a given folder will be uploaded to a user's account.
As part of changes to the sync model in Chrome, we are planning to change the bookmark tree in a way that may introduce a mix of syncing and non-syncing folders to the tree.
Before we do this, we'd like to make it easier for developers to distinguish them.
The text was updated successfully, but these errors were encountered: