[webkit-reviews] review granted: [Bug 18208] Acid3 test 65 takes >33ms due to plugin refreshing on Windows : [Attachment 20210] Step 2: Don't do any work if the plugin paths haven't changed between calls to refresh()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 30 16:38:55 PDT 2008


Darin Adler <darin at apple.com> has granted Adam Roben (aroben)
<aroben at apple.com>'s request for review:
Bug 18208: Acid3 test 65 takes >33ms due to plugin refreshing on Windows
http://bugs.webkit.org/show_bug.cgi?id=18208

Attachment 20210: Step 2: Don't do any work if the plugin paths haven't changed
between calls to refresh()
http://bugs.webkit.org/attachment.cgi?id=20210&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
+	 HashMap<String, time_t>::iterator found =
m_pluginPathsWithTimes.find(*it);

Can this just use get instead?

r=me


More information about the webkit-reviews mailing list