[Webkit-unassigned] [Bug 63023] [chromium] Searching may cause a segmentation fault in WebPluginDocument

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 7 15:10:11 PDT 2011


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





--- Comment #11 from Andrew Russell <deadhead at google.com>  2011-07-07 15:10:11 PST ---
I have uploaded a new patch that includes tests for this change.

I did not add the `findString` method to the layoutTestController since I would have needed to change a large amount of the chromium DumpRenderTree code to allow searching through plugins and did not think it was worth the effort.

Instead, I created a simpler method, `removePlugin`, that removes the plugin from the WebPluginDocument, and then makes sure that it has been removed.  The test will crash without this bug fix, and the test passes with this bug fix.

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