[Webkit-unassigned] [Bug 53016] [GTK] Crash in some pages containing flash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 24 13:24:17 PST 2011


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


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #79930|review?                     |review+
               Flag|                            |




--- Comment #4 from Martin Robinson <mrobinson at webkit.org>  2011-01-24 13:24:16 PST ---
(From update of attachment 79930)
View in context: https://bugs.webkit.org/attachment.cgi?id=79930&action=review

Seems very reasonable to me!

> Source/WebCore/plugins/gtk/PluginPackageGtk.cpp:113
> +              "This probably reflects a bug in the flash plugin.\n"

Here it should probably either say "in a plugin" or "in the Adobe Flash plugin"

> Source/WebCore/plugins/gtk/PluginPackageGtk.cpp:157
> +    if (!g_strcmp0(baseName.get(), "libflashplayer.so")) {

g_str_equal here might be clearer, unless there's a possibility that basename may be null.

> Source/WebCore/plugins/gtk/PluginPackageGtk.cpp:160
> +        // custom error handler to show a warning when a X error happenswithout aborting.

"happenswithout" -> happens without

-- 
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