On Tue, Aug 14, 2012 at 11:15 AM, Andrea Diamantini <adjam7@gmail.com> wrote:
Git commit 3b7a1ffae0ae9e5fd0c1dd238434e0bf312fa6ad by Andrea Diamantini.
Committed on 14/08/2012 at 10:57.
Pushed by adjam into branch 'master'.

Get sure rekonq makes use of djvu plugin

Also, clean up mimetype detection, following kdewebkit.

I tried implementing this using the protected excludeMimeType in
kwebpluginfactory, but I fear it has to be declared virtual to let
the trick work. Isn't it?
BUG: 304562
CCMAIL: adawit@kde.org


Well, that function could not have been made virtual because it would break BIC. However, we can always add a protected function that accepts mime-types to be excluded and change the "excludedMimeType" function to take those into account.