[Webkit-unassigned] [Bug 44527] [Qt] Implement WebKit::Module for qt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 24 10:10:59 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44527





--- Comment #3 from Balazs Kelemen <kb at inf.u-szeged.hu>  2010-08-24 10:10:59 PST ---
(In reply to comment #2)
> (From update of attachment 65281 [details])
> WebKit2/Platform/qt/ModuleQt.cpp:34
>  +      // Try to remove the file suffix if the path contains it.
> Try removing... 
> 
> You don't say why.
> 
> WebKit2/Platform/qt/ModuleQt.cpp:35
>  +      QString path = static_cast<QString>(m_path);
> What is m_path?

The filename (with path) of the library we want to load.
Actually, I have found out that we can assure that the path is good for QLibrary in UIProcess/Plugins/PluginInfoQt.cpp so the whole string stuff is useless here. I will remove that in the next patch.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list