toofar

Results 182 comments of toofar

Oh that's interesting, and annoying. QtWebEngine handles the events for us so maybe that gets access to earlier triggers than extensions do.

Yeah that looks like they are shadowing the browser's `Proxy` implementation. Since you are only modifying the DOM (as opposed to talking to and trello JS API object) you should...

@Ninlives no good news sorry. None on the horizon either. I think it came up last year but I don't even remember how the discussion went. "It" being how we...

I also couldn't reproduce slow download starts, downloading linux ISOs (qt6-v2, QtWebEngine 6.3, based on Chromium 94.0.4606.126, X11). (I got somewhat distracted by the CPU usage while a download was...

I can reproduce with awesome on X11. There's nothing in the debug logs I could see. Possibly it's a Qt issue, possibly it's us doing things in a less than...

Yay, another case of waiting for someone else to fix it paying off! It looks like that fix is being picked to the 6.2 and 6.3 branches, so no need...

I built [core-js](https://github.com/zloirock/core-js) (lots of polyfills) with `esnext.reflect` added to the grunt task and loaded that as a greasemonkey script, which does add a `Reflect.construct` function. But because we gave...

I feel like the mentions of ipc and the --debug flag are throwing me off so I'm not sure I'm reading this right. Are you saying that in some situations...

For high memory usage of the python process (it certainly seems to correlate with the number of tabs/different websites you have opened (and closed) in total over the lifetime of...

@Holzhaus what platform? (Possibly related to #3833 and #5504 since we are using Qt for downloads)