Márton Marczell

Results 18 comments of Márton Marczell

Yes. I don’t know though if it would cause compatibility issues with other browsers or if those would just ignore it

I started a fork: https://github.com/marczellm/Feedly-Notifier/tree/feature/firefox-sidebar Most things seems to work smoothly because popup UI and sidebar UI is equivalent in how it works in Firefox. The main issue is that...

Quoting https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Popups: > If the user moves the extension's button to the menu or it appears in the toolbar overflow, then the popup appears inside the menu's panel and is...

@nanfang2000 Thanks for showing some interest :) As you can see this library is currently not under active development. I would love to know your use case though! Might help...

> runtime command line option / settings in app or figure out a way to catch the ImportError and then fall back to QWebEngine?

I'm on Windows where installation / compilation of separate binaries is more complicated. Maybe I'll fork QHangups for my own purpose and try QtWebEngine.

I tried QtWebEngine, but it dropped a lot of APIs including DOM manipulation (I found no clear source on this, but it only seems possible through injected JavaScript), so the...

Unfortunately I cannot do that on Windows. But I created a pull request with the necessary changes to migrate to QtWebEngine. Unfortunately some APIs were removed, like scrolling or resizing...

No, it hasn’t changed.

Hi, This addon is great and it's the only reason I won't update to Firefox 57 yet. Is the porting work ongoing? I might be able to contribute, though only...