We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://www.chromium.org/developers/design-documents/sync/unified-sync-and-storage-overview
https://chromium.googlesource.com/chromium/src/+/8554331912828c09f8a26a33ddd52d7838f722b0 is landed in C78 which causes our bookmarks sync doesn't work (#6435 which will be addressed by workaround adding kSyncUSSBookmarks to disable feature list in BraveMainDelegate)
kSyncUSSBookmarks
BraveMainDelegate
We have to prepare for the case before BookmarkChangeProcessor and BookmarkModelAssociator and other related things will be completely deprecated
BookmarkChangeProcessor
BookmarkModelAssociator
The text was updated successfully, but these errors were encountered:
According to https://bugs.chromium.org/p/chromium/issues/detail?id=933756 They will be removed in 80.0.3947.0
Sorry, something went wrong.
Verification passed on
Verified test plan from brave/brave-core#4324 (comment) Also test by switching the devices.
[Pass] Add (1) [Pass] Add with existing bookmarks (2) [Pass] Add with same order (3) [Pass] Move [Pass] Modify [Pass] Reorder (1) [Pass] Reorder (2) [Pass] Delete [Pass] Migration/Upgrade - Verified Move, Delete, Modify, Reorder(1), Reorder(2)
Verification passed with
Verified test plan from brave/brave-core#4324 (comment)
[Pass] Add (1) [Pass] Add with existing bookmarks (2) [Pass] Add with same order (3) [Pass] Move [Pass] Modify [Pass] Reorder (1) [Pass] Reorder (2) [Pass] Delete [Pass] Migration/Upgrade - Verified Move, Modify, Reorder(1), Reorder(2), Delete
bridiver
darkdh
Successfully merging a pull request may close this issue.
https://www.chromium.org/developers/design-documents/sync/unified-sync-and-storage-overview
https://chromium.googlesource.com/chromium/src/+/8554331912828c09f8a26a33ddd52d7838f722b0
is landed in C78 which causes our bookmarks sync doesn't work
(#6435 which will be addressed by workaround adding
kSyncUSSBookmarks
to disable feature list inBraveMainDelegate
)We have to prepare for the case before
BookmarkChangeProcessor
andBookmarkModelAssociator
and other related things will be completely deprecatedThe text was updated successfully, but these errors were encountered: