summaryrefslogtreecommitdiff
path: root/Source/WebCore/plugins/PluginPackage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Imported QtWebKit TP3 (git b57bc6801f1876c3220d5a4bfea33d620d477443)Konstantin Tokarev2017-02-021-391/+0
| | | | | Change-Id: I3b1d8a2808782c9f34d50240000e20cb38d3680f Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
* PluginPackage::freeLibraryTimerFired asserts if plugin got loaded again ↵David Faure2013-03-181-4/+5
| | | | | | | | | | | | | | | | | | meanwhile https://bugs.webkit.org/show_bug.cgi?id=106463 Patch by David Faure <faure@kde.org> on 2013-01-10 Reviewed by Simon Hausmann. No new tests, this code path will be tested by bug 106140. * plugins/PluginPackage.cpp: (WebCore::PluginPackage::freeLibraryTimerFired): skip unloading if loaded again meanwhile. Change-Id: I54d15e2f84083a36f879920859f5a5cd7034fd51 git-svn-id: http://svn.webkit.org/repository/webkit/trunk@139318 268f45cc-cd09-0410-ab3c-d52691b4dbfc Reviewed-by: David Faure (KDE) <faure@kde.org>
* [Qt] Flash objects won't load until scrolling pageAllan Sandfeld Jensen2013-03-041-3/+1
| | | | | | | | | | | | | | | | https://bugs.webkit.org/show_bug.cgi?id=110149 Reviewed by Simon Hausmann. Revert r134222. The issue from bug 101836 is no longer reproducable, and the fix was causing flash objects to not load properly. * plugins/PluginPackage.cpp: (WebCore::PluginPackage::determineQuirks): Change-Id: If204d409a6d425022a4f7d21135803bb6f4c309d git-svn-id: http://svn.webkit.org/repository/webkit/trunk@144191 268f45cc-cd09-0410-ab3c-d52691b4dbfc Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
* Imported WebKit commit 6a4a1d32e1d779548c726c4826cba9d69eb87601 ↵Simon Hausmann2012-11-301-1/+3
| | | | | | | | | | | (http://svn.webkit.org/repository/webkit/trunk@136242) Final import for the Qt 5.x series that implements the QtWebKit / QtWebKitWidgets split Extra fixes will be cherry-picked. Change-Id: I844f1ebb99c6d6b75db31d6538c2acd628e79681 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Imported WebKit commit e89504fa9195b2063b2530961d4b73dd08de3242 ↵Simon Hausmann2012-11-221-1/+3
| | | | | | | (http://svn.webkit.org/repository/webkit/trunk@135485) Change-Id: I03774e5ac79721c13ffa30d152537a74d0b12e66 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Imported WebKit commit 2ea9d364d0f6efa8fa64acf19f451504c59be0e4 ↵Simon Hausmann2012-01-061-0/+388
(http://svn.webkit.org/repository/webkit/trunk@104285)