[webkit-gtk] Support clearing history
Igor Korot
ikorot01 at gmail.com
Fri Dec 1 09:04:17 PST 2017
Hi, Konstantin,
On Fri, Dec 1, 2017 at 5:21 AM, Konstantin Tokarev <annulen at yandex.ru> wrote:
>
>
> 01.12.2017, 09:06, "Igor Korot" <ikorot01 at gmail.com>:
>> Hi, Michael,
>>
>> On Thu, Nov 30, 2017 at 11:56 PM, Michael Catanzaro
>> <mcatanzaro at igalia.com> wrote:
>>> On Thu, Nov 30, 2017 at 11:00 PM, Igor Korot <ikorot01 at gmail.com> 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.
Some people may think about this as a browser history.
After all - if I clear the history those buttons should be disabled,
because there ill be
nowhere to go.
Anyway, I guess the actual history is kept either inside SQLite or
some other means
and it is not possible to clear it from either WebKit2GTK or GTK+2/GTK+3 API.
Or is it?
Thank you.
>
>>
>> I guess I just didn't understand the API well enough. Sorry about that.
>>
>> Thank you.
>>
>>> Michael
>>
>> _______________________________________________
>> webkit-gtk mailing list
>> webkit-gtk at lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-gtk
>
> --
> Regards,
> Konstantin
More information about the webkit-gtk
mailing list