1. 1cb2dac chrome 2: string_util.h -> utf_string_conversions.h fix. by [email protected] · 15 years ago
  2. 8de85a6 Revert "Revert r31175 r31176 r31187" by [email protected] · 16 years ago
  3. 08ffa6b Rever r31175 r31176 r31187 by [email protected] · 16 years ago
  4. b1f498e333 Fifth patch in making destructors of refcounted objects private. by [email protected] · 16 years ago
  5. a08e630 Better handling of UNKNOWN versus QUERY in a couple ways. by [email protected] · 16 years ago
  6. 833fa26 Loosen RFC 1738 compliance check to allow underscores where we already allowed hyphens, to match real-world needs. by [email protected] · 16 years ago
  7. 258e897 Parse input with explicit schemes better. Before, if the user typed "http://..." we always parsed as a URL. Now we parse more like we would without the scheme, so that we can reject various kinds of invalid inputs. by [email protected] · 16 years ago
  8. 96be43e9 Classify more types of input as queries. by [email protected] · 16 years ago
  9. df772cb More work fixing miscellaneous issues in the autocomplete code, probably none of which will help my crasher :( by [email protected] · 16 years ago
  10. 01dbd93 Original patch by [email protected] (see http://codereview.chromium.org/113944) by [email protected] · 16 years ago
  11. 0522128 Fix crash due to AutocompletePopup trying to draw the old results when they were no longer available.I introduced this regression when moving |result_| to the AutocompleteController; the specific problem was the "result_.CopyFrom(latest_result_);" line I added when handling the synchronous messages being available. This was done so the popup could get at the new results to update the edit with them.Instead, go back to the old method (of not updating the results until the first coalesced update came in), and pass the appropriate result set as a Details<> in the notification, so the popup can get at it without having to know how the controller works under-the-hood.BUG=11742 by [email protected] · 16 years ago
  12. 818071ce Allow IPv6 literals to be typed directly into the address bar, without by [email protected] · 16 years ago
  13. 30d32c936 Color/emphasize correct portions of view-source: URLs. Original patch by Shinichiro Hamaji (see http://codereview.chromium.org/62094/show ), r=me. by [email protected] · 16 years ago
  14. 43101c03 Properly handle empty components when converting url_parse::Parsed object. by [email protected] · 16 years ago
  15. a6380108 Temporary fix for omnibox crash. by [email protected] · 16 years ago
  16. 3603722 Remove unneeded uses of base/ref_counted.h. by [email protected] · 16 years ago
  17. fc3f1b6 Porting unit tests in chrome/ by [email protected] · 16 years ago
  18. 057a9a9 Enable AutocompleteTest, HistoryURLProviderTest, by [email protected] · 16 years ago
  19. 6c85aa0 Misc formatting / cleanup in the autocomplete code. by [email protected] · 16 years ago
  20. bfd04a6 Remove most header file dependencies on the notification type list. It is by [email protected] · 16 years ago
  21. e7a5b787 Make the autocomplete system and various other connected bits of code use GURL instead of wstring where appropriate. Original patch by [email protected], r=me,sky. See http://codereview.chromium.org/13205 . by [email protected] · 17 years ago
  22. 4c1fb7ec Omnibox metrics logging patch splitout, part 5: Add additional AutocompleteMatch types, and pass a type to the AutocompleteMatch constructor. The added detail in the new types is not used for anything functional; its sole purpose is for metric logging. Someday we could probably update other bits of the code to make use of this, though (e.g. the paste-and-search vs. paste-and-go determinant code). by [email protected] · 17 years ago
  23. a28e9566 Omnibox metrics logging patch splitout, part 2: Remove the AutocompleteMatch NULL constructor. It's too easy to forget to set various members with this. by [email protected] · 17 years ago
  24. 8deeb95 Move |result_| and |latest_result_| to the autocomplete controller. by [email protected] · 17 years ago
  25. 9fc8ebd5 Stop exposing manually_selected_match_ outside the AutocompletePopupModel. The main goal of this is to be a first step towards divorcing the popup and the edit from each other. by [email protected] · 17 years ago
  26. ab820df Chrome changes corresponding to my message_loop_type CL. by [email protected] · 17 years ago
  27. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  28. 09911bf Add chrome to the repository. by initial.commit · 17 years ago