https://bugs.kde.org/show_bug.cgi?id=403183
David Rosca <now...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Latest Commit| |https://commits.kde.org/fal | |kon/db9d506cf5c554947cfaefa | |3b290d275b7372b27 Version Fixed In| |3.1.0 Resolution|--- |FIXED --- Comment #2 from David Rosca <now...@gmail.com> --- Git commit db9d506cf5c554947cfaefa3b290d275b7372b27 by David Rosca. Committed on 28/01/2019 at 16:54. Pushed by drosca into branch 'master'. Add support for Navigator.registerProtocolHandler() It is now possible to eg. register webmail to handle mailto: links. If a site asks to register protocol handler, it will be available in site info widget (right click on web icon in location bar). Requires QtWebEngine >= 5.11 FIXED-IN: 3.1.0 M +1 -0 src/lib/CMakeLists.txt M +11 -0 src/lib/app/mainapplication.cpp M +3 -0 src/lib/app/mainapplication.h M +10 -0 src/lib/app/settings.cpp M +3 -0 src/lib/app/settings.h A +92 -0 src/lib/other/protocolhandlermanager.cpp [License: GPL (v3+)] C +18 -19 src/lib/other/protocolhandlermanager.h [from: src/lib/other/siteinfowidget.h - 060% similarity] M +29 -0 src/lib/other/siteinfowidget.cpp M +3 -0 src/lib/other/siteinfowidget.h M +45 -23 src/lib/other/siteinfowidget.ui M +29 -0 src/lib/webengine/webpage.cpp M +5 -0 src/lib/webengine/webpage.h https://commits.kde.org/falkon/db9d506cf5c554947cfaefa3b290d275b7372b27 -- You are receiving this mail because: You are watching all bug changes.