WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
[patch]
Add bug id to changelog
fix_flash_transparency02.diff (text/plain), 1.35 KB, created by
Viatcheslav Ostapenko
on 2011-02-10 15:22:31 PST
(
hide
)
Description:
Add bug id to changelog
Filename:
MIME Type:
Creator:
Viatcheslav Ostapenko
Created:
2011-02-10 15:22:31 PST
Size:
1.35 KB
patch
obsolete
>diff --git a/Source/WebKit/qt/ChangeLog b/Source/WebKit/qt/ChangeLog >index e1b5faa..b046966 100644 >--- a/Source/WebKit/qt/ChangeLog >+++ b/Source/WebKit/qt/ChangeLog >@@ -1,3 +1,14 @@ >+2011-02-10 Viatcheslav Ostapenko <ostapenko.viatcheslav@nokia.com> >+ >+ Reviewed by Tor Arne Vestbø. >+ >+ [Qt] wmode gets overridden even if already windowless in QGraphicsWebView >+ Do not override wmode if it is not set to "window". >+ https://bugs.webkit.org/show_bug.cgi?id=50495 >+ >+ * WebCoreSupport/FrameLoaderClientQt.cpp: >+ (WebCore::FrameLoaderClientQt::createPlugin): >+ > 2011-02-09 Robert Hogan <robert@webkit.org> > > Reviewed by Csaba Osztrogonác. >diff --git a/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp b/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp >index dde17ed..1b40171 100644 >--- a/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp >+++ b/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp >@@ -1581,7 +1581,7 @@ PassRefPtr<Widget> FrameLoaderClientQt::createPlugin(const IntSize& pluginSize, > if (wmodeIndex == -1) { > params.append("wmode"); > values.append("opaque"); >- } else >+ } else if (equalIgnoringCase(values[wmodeIndex], "window")) > values[wmodeIndex] = "opaque"; > } > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 50495
:
75572
|
75577
|
82007
|
82042
| 82060