Irakli Gozalishvili

Results 654 comments of Irakli Gozalishvili

@paulrouget Can you please give me more detalis where that file should go, or better yet submit a pull request.

Sure remove them, I'll try to get them up to date after probably after / or maybe by June.

Seems like we could just display a preview for of the titlebar when [update-target-url](https://electron.atom.io/docs/api/webview-tag/#event-update-target-url) is dispatched on webview. @patrykadas I think it would be interesting to provide some extra information...

For anchor links I'm not even sure doing the same preview as we for any other link would make sense given that (presumably): 1. Page will just scroll down (unless...

I have did a preliminary exploration if this can be done. Specifically I was somewhat worried about the fact that we need to keep current page around while the page...

Alternative option could be to keep track of navigation history ourselves. So idea would be that for each tab we'd have `history: [{ url: a1, at:{n:0,of:1}, {url: a2, at:{n:0,of:2} },...

> I have added small X that's being transformed to menu icon once you load a link, visible here: > https://youtu.be/G8BADxAcKCM > It also provides a way to actually stop...

https://github.com/servo/servo/issues/12807 is a corresponding servo issue

Fix would be to just handle goBack / goForward / stop similar to [how we handle `LoadEnd`](https://github.com/browserhtml/browserhtml/blob/master/src/browser/Navigators/Navigator.js#L437)

> Aren't we supposed to get a loadend event from Servo followed by a loadstart on goBack? You tell me :) But it does not seem to, so if you...