[Webkit-unassigned] [Bug 41964] [chromium] popup menu should have the capability of showing labels

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 12 16:27:09 PDT 2010


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





--- Comment #8 from Kent Tamura <tkent at chromium.org>  2010-07-12 16:27:09 PST ---
(From update of attachment 61245)
WebKit/chromium/src/AutoFillPopupMenuClient.cpp:70
 +      if (index == -1)
I don't think this code works.  A compiler warns "signed vs. unsigned" and removes the code by optimization.
convertListIndexToInternalIndex() should return signed int.

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