1. cc2a2a2 Revert 242455 "Revert 242449 "Update some uses of UTF conversion..." by [email protected] · 12 years ago
  2. 213cee4 Revert 242449 "Update some uses of UTF conversions in chrome/bro..." by [email protected] · 12 years ago
  3. 1fe96d0 Update some uses of UTF conversions in chrome/browser to use the base:: namespace. by [email protected] · 12 years ago
  4. 6a72a63 Replace string16 with base::string16 in chrome/browser by [email protected] · 12 years ago
  5. 9692015 Replace string16 with base::string16. by [email protected] · 12 years ago
  6. 50f9185 Canonical encoding name : windows-949 => EUC-KR by [email protected] · 12 years ago
  7. 8bbf619 Replace third_party/icu/public with third_party/icu/source in the include directives. by [email protected] · 12 years ago
  8. 4b4c013 Rewrite scoped_ptr<T>(NULL) to use the default ctor in chrome/. by [email protected] · 12 years ago
  9. e746341 Use a direct include of strings headers in chrome/browser/a*-c*/. by [email protected] · 12 years ago
  10. 135cb80 Use a direct include of utf_string_conversions.h in chrome/browser/, part 1. by [email protected] · 12 years ago
  11. f4ebe77 Move string tokenizer to base/strings. by [email protected] · 13 years ago
  12. c297d3a Roll ICU and convert include style to standard Chromium style, by [email protected] · 13 years ago
  13. 22f7e4e [Coverity] CID 6203: pass std::string by const-ref by [email protected] · 13 years ago
  14. 02c3f683 chrome: Remove 14 exit time destructors and 2 static initializers. by [email protected] · 14 years ago
  15. 9f66d30 Revert 110235 - chrome: Remove 14 exit time destructors and 2 static initializers. by [email protected] · 14 years ago
  16. dcfc6ba chrome: Remove 14 exit time destructors and 2 static initializers. by [email protected] · 14 years ago
  17. 631bb74 Move BrowserThread to content namespace. by [email protected] · 14 years ago
  18. c38831a1 Split BrowserThread into public API and private implementation, step 1. by [email protected] · 14 years ago
  19. 47a0b00 Remove static initializer in character_encoding.cc. by [email protected] · 14 years ago
  20. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  21. c051a1b Move l10n_util to ui/base by [email protected] · 15 years ago
  22. d223f3b Remove wstring from l10n_util. Part 1. by [email protected] · 15 years ago
  23. 1a3aba8 Split out command IDs from chrome_dll_resource.h. by [email protected] · 15 years ago
  24. be1ce6a7 Add #include utf_string_conversions.h to all files that use ASCIIToWide and by [email protected] · 15 years ago
  25. ddd231e Change a bunch of string types. by [email protected] · 15 years ago
  26. 225c8f5 linux: build with -Wextra by [email protected] · 16 years ago
  27. 8891d14 remove ICU includes from l10n_util.h by [email protected] · 16 years ago
  28. 54b0385 "Windows" and "Macintosh" are proper names, and should be capitalized in the UI. by [email protected] · 16 years ago
  29. 41fc032 Convert std::wstring encoding names to std::string in a bunch of files. by [email protected] · 16 years ago
  30. aacd7cc Alias 'US-ASCII' to 'ISO-8859-1' in our UI without touching webkit.BUG=15801 by [email protected] · 16 years ago
  31. d70539de Replace std:;wstring with std::string and string16 in locale-name related APIs. by [email protected] · 16 years ago
  32. a92b864 Move l10n_util to app/ by [email protected] · 16 years ago
  33. e13271f Make both Hebrew Visual (ISO-8859-8) and Hebrew Logical (ISO-8859-8-I) by [email protected] · 16 years ago
  34. d321644 NO CODE CHANGE. by [email protected] · 16 years ago
  35. 5a43a8d Now we sort encoding menu according to current application locale, we also by [email protected] · 16 years ago
  36. 34ac8f3 Update include paths for grit files. Go ahead and resort the headers too. by [email protected] · 17 years ago
  37. f8fae18a We will sort the encoding menu items according to current used UI language except the UTF-8 encoding and the recently selectd encodings. by [email protected] · 17 years ago
  38. 035119b Make character_encoding.cc compile on Mac and Linux. by [email protected] · 17 years ago
  39. 97fa6ce3 We need to add UI test for "Encoding" menu to avoid regression. by [email protected] · 17 years ago
  40. 1c5bf63 A follow-up to a recent unforking of WebCore/platform/text/TextCodecICU.cpp (r6540). by [email protected] · 17 years ago
  41. 643681c Get rid of ISO-8859-9 in the character encoding menu because it's now treated as an alias to its superset, windows-1254. by [email protected] · 17 years ago
  42. e38f4015 Revert the change that fixed the encoding when viewing source in subframes. by [email protected] · 17 years ago
  43. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  44. 1a3ebe1 As Brett pointed it out, We normally use 8-bit for encoding names since they're always ASCII. Plus, wstrings will also be 32-bit characters on Linux and Mac, which is expensive. So I make this CL by using std::string instead of std::wstring every time you have an encoding name. by [email protected] · 17 years ago
  45. 09911bf Add chrome to the repository. by initial.commit · 17 years ago