This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 973
Splits sites object in the app state #10136
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 tasks
This was referenced Jul 26, 2017
This was referenced Jul 26, 2017
Pinned sites
Default sites
History sites (current sites object)
Bookmarks sites
Bookmark folder sites
General
Questions
Known issues
Tests 10/20
|
4 tasks
NejcZdovc
force-pushed
the
refactor/sites-split
branch
3 times, most recently
from
August 4, 2017 14:45
cea2dff
to
0b6e7be
Compare
Resolves #1646 Resolves #1856 Resolves #2655 Resolves #2771 Resolves #3646 Resolves #3694 Resolves #4224 Resolves #4260 Resolves #4833 Resolves #4868 Resolves #4929 Resolves #5072 Resolves #5699 Resolves #5382 Resolves #6104 Resolves #6108 Resolves #6585 Resolves #8022 Resolves #9301 Resolves #9326 Resolves #9978 Resolves #10026 Auditors: Test Plan:
NejcZdovc
force-pushed
the
refactor/sites-split
branch
from
August 4, 2017 15:03
0b6e7be
to
9354d6d
Compare
NejcZdovc
force-pushed
the
refactor/sites-split
branch
2 times, most recently
from
August 4, 2017 15:33
c12cadb
to
9934c2d
Compare
👍 |
* Fix bookmark importer by making bookmarkList immutable * Fix importer to import in order
NejcZdovc
force-pushed
the
refactor/sites-split
branch
from
August 4, 2017 16:16
9934c2d
to
9295e1e
Compare
bsclifton
reviewed
Aug 7, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++++! ❤️
15 tasks
7 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Submitter Checklist:
git rebase -i
to squash commits (if needed).Resolves #1646 (Wrong favicon is shown for bookmark)
Resolves #1856 (Removing sites from history -
siteUtil
functionality)Resolves #2655 (Bookmark name of a file does not appear in the autocomplete list)
Resolves #2771 (Bookmark folder is created left of bookmark item, not right)
Resolves #3646 (Bookmarks title changes when navigating around the page)
Resolves #3694 (Add automated test for making sure bookmark custom title appears on bookmark toolbar)
Resolves #4224 (Hidden history entries appear by deleting the latest entry)
Resolves #4260 (Edited information of bookmark does not appear on bookmark dialog via star icon)
Resolves #4833 (Bookmark title dynamically changed)
Resolves #4868 (Rebookmarking from context menu does not reset bookmark title)
Resolves #4929 (Bookmark title automatically changes on the bookmark form)
Resolves #5072 (about:history omits recent history)
Resolves #5382 (clicking entries on about:history is laggy)
Resolves #5699 (Last Visited on Bookmark Manager is not recorded for newly created bookmarks)
Resolves #6104 (Address bar should autocomplete from custom bookmark titles)
Resolves #6108 (Bookmark title on bookmark toolbar is renamed)
Resolves #6585 (Remove customTitle from siteDetail object)
Resolves #8022 (Bookmark moved to a folder on the toolbar cannot be removed via the star button)
Resolves #9301 (Changing bookmark location causes duplicate bookmarks)
Resolves #9326 (Custom bookmark title is not being displayed in suggestions)
Resolves #9978 (Split sites into separate entities)
Resolves #10026 (Bookmarks toolbar : imported sorted bookmarks are represented in wacky order)
Auditors: @bbondy @ayumi @diracdeltas @bsclifton @darkdh
Test Plan:
Run general regression tests first: https://github.com/brave/browser-laptop/wiki/Manual-Tests
Reviewer Checklist:
Tests