Comment #20 on issue 25714 by [email protected]: Cannot type in a URL with an underscore in the hostname http://code.google.com/p/chromium/issues/detail?id=25714
@19: GURL supports domains with spaces, but the omnibox doesn't, and hasn't ever. Also, we don't have the ability to arrow to navigate with UNKNOWN inputs anymore, due to some quality changes made a while ago. Also, getting the accidental search infobar for a URL like the one in this bug just appears utterly broken, so that's not a real solution. I am convinced there's a wider set of characters/rules that we can use. For example, I don't think any real-world URLs use '!' in the hostname, or the double-quote character that triggered the original fix. All we need to do is widen our current rules to cover all the cases that happen in the real world. -- 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 -~----------~----~----~----~------~----~------~--~---
