-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for displaying Favorites in HTML New Tab Page (#3583)
Task/Issue URL: https://app.asana.com/0/72649045549333/1208246350498753/f Description: This change implements NewTabPageFavoritesClient that connects HTML NTP to favorites. The client talks to the NewTabPageUserScript, and it uses a newly added NewTabPageFavoritesModel, which provides favorites array from BookmarkManager and delegates favorites-related actions to NewTabPageFavoritesActionsHandler. Favicons are provided by FaviconsManager but need to be delivered to the web UI as "web assets" which means they're handled in DuckURLSchemeHandler.
- Loading branch information
Showing
18 changed files
with
1,039 additions
and
44 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.