Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Luis Francisco Flores Romero f4f0bae9c4 Merged PR 3570804: WebView2Browser: history and minor fixes
WebView2Browser will now use its own history tracking using IndexedDB.

- Each navigation will add a history entry to the history object store.
- Browser pages will not be added to history.
- Up to 1 history entry for the same URI will be kept in history for a single day.
- Title and favicon will asynchronously update the history entry once they are available.
- The history UI will display entries in the user's timezone.
- Entries can be removed one by one or all-together.

*Some changes were made to the address-bar styles, minimum window size, a favorite operation logging and handling navigation completed.

Related work items: #22666445, #22666456
2019-08-06 18:08:09 -07:00
Luis Francisco Flores Romero 3d0ba9d733 Merged PR 3541759: Sample browser app (WebView2): favorites and settings
Added favorites and settings browser pages and made some fixes on the app.

Favorites:
- Use IndexedDB to store favorites
- Add/remove favorite from the address bar
- View favorites from the favorites page
- Remove favorites from the favorites page
- Update favorite icon on tab switch

Settings:
- Use own settings page
- Clear cache
- Clear cookies

Related work items: #22611208, #22611218, #22964864, #22964865
2019-08-06 18:08:08 -07:00