Comment #28 on issue 5490 by [email protected]: "http://тест";  
and "http://тест(" displayed very differently in Omnibox dropdown
http://code.google.com/p/chromium/issues/detail?id=5490

Coverity found a bug (CID 5991) in that googleurl change:
if (source <= 0x80) {
  should be
if (source < 0x80) {


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to