01.12.2017, 09:06, "Igor Korot" <[email protected]>: > Hi, Michael, > > On Thu, Nov 30, 2017 at 11:56 PM, Michael Catanzaro > <[email protected]> wrote: >> On Thu, Nov 30, 2017 at 11:00 PM, Igor Korot <[email protected]> wrote: >>> >> >>> All I'm looking for is a way to clear the history in the browser... >> >> The thing is, WebKitBackForwardList is not persistent browser history, and >> I'm not really sure why you're trying to clear it. > > Then how do I clear the history from the WebKit2 API? > And what is WebKitBackForwardList if its not persistent browser history?
It's a list that powers "Back" and "Forward" buttons - i.e. order in which pages were naviagated in the current tab in the current browsing session. > > I guess I just didn't understand the API well enough. Sorry about that. > > Thank you. > >> Michael > > _______________________________________________ > webkit-gtk mailing list > [email protected] > https://lists.webkit.org/mailman/listinfo/webkit-gtk -- Regards, Konstantin _______________________________________________ webkit-gtk mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-gtk
