Bug 49470 - [Qt] Static platform plugin support
Summary: [Qt] Static platform plugin support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Luiz Agostini
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2010-11-12 13:35 PST by Luiz Agostini
Modified: 2010-11-18 13:32 PST (History)
1 user (show)

See Also:


Attachments
patch (2.71 KB, patch)
2010-11-12 13:45 PST, Luiz Agostini
kling: review+
kling: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Luiz Agostini 2010-11-12 13:35:07 PST
Static platform plugin support
Comment 1 Benjamin Poulain 2010-11-12 13:37:19 PST
A bit short of a summary :)
Comment 2 Luiz Agostini 2010-11-12 13:45:23 PST
Created attachment 73772 [details]
patch
Comment 3 Luiz Agostini 2010-11-12 14:13:37 PST
(In reply to comment #1)
> A bit short of a summary :)

Yeah, you are right. :)

The objective is to enable the use of plugins linked statically in the application instead of only dynamic linked plugins.
Comment 4 Andreas Kling 2010-11-17 16:12:09 PST
Comment on attachment 73772 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=73772&action=review

r=me, but..

> WebKit/qt/ChangeLog:8
> +        Adding support for static platform pugins.

s/pugins/plugins/

> WebKit/qt/WebCoreSupport/QtPlatformPlugin.h:53
> +    bool loadStaticPlugin();

Not a huge fan of this name.. loadStaticallyLinkedPlugin()?
Comment 5 Luiz Agostini 2010-11-18 13:32:49 PST
Committed r72329: <http://trac.webkit.org/changeset/72329>