-
Notifications
You must be signed in to change notification settings - Fork 473
Closes #5315 - Create a Top Sites storage component #5360
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5360 +/- ##
========================================
Coverage 80.3% 80.3%
Complexity 4202 4202
========================================
Files 546 546
Lines 19174 19174
Branches 2766 2766
========================================
Hits 15398 15398
Misses 2616 2616
Partials 1160 1160 Continue to review full report at Codecov.
|
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.
That looks good to me!
bors r=pocmo |
Build failed
|
bors r=pocmo |
bors retry |
Already running a review |
bors retry Not sure why it failed when you tried. |
Already running a review |
bors r=pocmo |
Already running a review |
Build failed
|
bors retry |
1 similar comment
bors retry |
Already running a review |
5285: Closes #5284: Adds progress bar to download notification r=pocmo a=sblatz 5294: Closes #4556: Passwords sync telemetry support r=rocketsroger,liuche a=grigoryk This adds a new ping to `support-telemetry-sync` - passwords_sync, which is then used in `services-firefox-accounts` and in `service-sync-logins` to emit password sync telemetry whenever this engine is synchronized. New ping is a verbatim copy of the history_sync ping. `samples-sync` app was also updated to demonstrate to how synchronize passwords, and how to protect encryption key at rest used for the password storage. 5360: Closes #5315 - Create a Top Sites storage component r=pocmo a=gabrielluong Co-authored-by: Sawyer Blatz <sdblatz@gmail.com> Co-authored-by: Grisha Kruglov <gkruglov@mozilla.com> Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
This PR was included in a batch that timed out, it will be automatically retried |
5294: Closes #4556: Passwords sync telemetry support r=rocketsroger,liuche a=grigoryk This adds a new ping to `support-telemetry-sync` - passwords_sync, which is then used in `services-firefox-accounts` and in `service-sync-logins` to emit password sync telemetry whenever this engine is synchronized. New ping is a verbatim copy of the history_sync ping. `samples-sync` app was also updated to demonstrate to how synchronize passwords, and how to protect encryption key at rest used for the password storage. 5360: Closes #5315 - Create a Top Sites storage component r=pocmo a=gabrielluong Co-authored-by: Grisha Kruglov <gkruglov@mozilla.com> Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
Build succeeded
|
Thank you bors! |
bors +1 |
This fixes #5315 by adding an initial Top Sites storage component using
Room
similar toTabCollections
. The current use case that this currently solves is that it provides a simple storage for top sites that are manually added/removed.Pull Request checklist
After merge