toofar
toofar
> Are you also running with qt.process_model process-per-site? Yep, an effort to reduce memory usage from back when I had less. > and that gets called in qutebrowser.browser.webengine.webenginetab._WebEngineScripts.init But that...
@coiby we are currently focusing on https://github.com/qutebrowser/qutebrowser/milestone/49 so please be patient. Although we might be moving some imports around for #995 so we'll see if that makes startups slower. >...
Since I've been waiting for test runs to finish a lot this week. I would be interested in seeing if the CI jobs run faster on this branch.
> 1. Change the setting: ":set input.mode_override normal" > 2. Enter a url to open ":open -t eff.org" and then press > I expect this to open a new tab...
I can confirm on Qt6.8. I suspect QtWebEngine doesn't support some of the permission stuff that native file API requires. Trying to open a directory on the logseq demo page...
For the record, the next step in progressing this issue is raising a bug ticket [upstream](https://bugreports.qt.io) against the QtWebEngine component. Generally upstream likes having reproducers that work in Falkon or...
> Is there a way to also not focus the tab on undo? My current implementation will load the tab on undo, which you probably wouldn't want to do if...
@phmongeau Are you going to continue with this PR? In addition to the requested changes there have been some changes to the tab API which this wil need to be...
I rebased on master. I think I did it right. I didn't look at addressing the existing feedback.
`:tab-unload` doesn't seem to work anymore. Once that is working try navigating somewhere so there is a history entry, unload the tab, go back, try going forward. (And thanks for...