-
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GeckoSession uses a HistoryDelegate object (provided by Wolvic) to keep track of history changes. In the case of Chromium the concept is different. We can listen to the events dispatched by the WebContents object and manyally call the HistoryDelegate to record changes in the history. That way we don't need to change anything in the Gecko port and we get history support in Chromium.
- Loading branch information
Showing
1 changed file
with
23 additions
and
3 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