1. 2031cd8 Initial version of chrome.experimental.sidebar extension API. by brettw@chromium.org · 14 years ago
  2. cc4e854 Reland 55888: Allow per-plugin content settings. by bauerb@chromium.org · 14 years ago
  3. 6b2f4ab FBTF: Remove unneeded headers from base/ (part 6) by thestig@chromium.org · 14 years ago
  4. 9977f42 Revert "Convert FormatBytes to string16." by evan@chromium.org · 14 years ago
  5. 16c97a0 Convert FormatBytes to string16. by evan@chromium.org · 14 years ago
  6. 8aca727 Remove all wstrings from the IPC logging subsystem. by erg@google.com · 14 years ago
  7. fd5fde9 Fix DictionaryValue::Equals() to also detect differences in key names. by mnissler@chromium.org · 14 years ago
  8. b1047f1 Convert GetDisplayStringInLTRDirectionality from wstring to string16. by tony@chromium.org · 14 years ago
  9. bd07ae0 Get rid of the deprecated file_util::InsertBeforeExtension. by tfarina@chromium.org · 14 years ago
  10. a9966b1 Don't force callers to be ASCII (when some of them already aren't). by pkasting@chromium.org · 14 years ago
  11. 11f89b0 Header cleanup in base. by brettw@chromium.org · 14 years ago
  12. 12e5e20 Handle race to create histogram more cleanly by jar@chromium.org · 14 years ago
  13. 1c8c3be Re-land part of r55416, minus actually moving the test_suite.h contents to a .cc file. by brettw@chromium.org · 14 years ago
  14. e6ffcb5 Reapplies all the IPC system work (reverts the revert r56272). by erg@google.com · 14 years ago
  15. ee8d340 Remove remaining deprecated wstring methods from base/values.{cc,h}. by viettrungluu@chromium.org · 14 years ago
  16. 0aca092 Acquire lock before iterating over list of field trials by jar@chromium.org · 14 years ago
  17. 74a6d83 Fix bad tabs introduced in r56309 and r56311 in base/base.gyp. by tfarina@chromium.org · 14 years ago
  18. 6f78a11 Fix for win and mac builds by tfarina@chromium.org · 14 years ago
  19. 0e706f1 Add basic skeletal for the registry unittest. by tfarina@chromium.org · 14 years ago
  20. 4ac27c7 Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dictionary,List}(). by viettrungluu@chromium.org · 14 years ago
  21. 67cbde4 Move StringPrintf into its own file and use the base namespace. Currently this has using by brettw@chromium.org · 14 years ago
  22. f780248 Stop eternal loop in DisplayDebugMessageInDialog by cmasone@google.com · 14 years ago
  23. bfae859 Completely revert all my IPC work to see if this was what regressed the page cycler. by erg@google.com · 14 years ago
  24. cb7c702 FBTF: Header cleanup in renderer_host. by jhawkins@chromium.org · 14 years ago
  25. 89fc213 Remove test isolation enforcement code. by phajdan.jr@chromium.org · 14 years ago
  26. 6835465 Remove deprecated wstring Get(As)String() methods from Value, etc. by viettrungluu@chromium.org · 14 years ago
  27. f485079 Fix the Linux shared object build by adding necessary dependencies. by brettw@chromium.org · 14 years ago
  28. 694bb6f Separate out the constructor and Run from test_suite.cc. This is an isolated by brettw@chromium.org · 14 years ago
  29. 3ae8610 Remove (deprecated) wstring version of Value::CreateStringValue(). by viettrungluu@chromium.org · 14 years ago
  30. 6bde7e8 FBTF: Remove unneeded #includes of <string> and <vector> from src/app and src/base. by viettrungluu@chromium.org · 14 years ago
  31. 02e420f Remove deprecated wstring DictionaryValue::SetWithoutPathExpansion(). by viettrungluu@chromium.org · 14 years ago
  32. db939fb Remove remaining deprecated wstring DictionaryValue::Get...WithoutPathExpansion()s. by viettrungluu@chromium.org · 14 years ago
  33. 2535569 Cleanup Registry API: part 3. by tfarina@chromium.org · 14 years ago
  34. 8da7dce Remove deprecated DictionaryValue::HasKeyASCII(); HasKey() already takes UTF-8. by viettrungluu@chromium.org · 14 years ago
  35. 4603a8d Remove deprecated wstring DictionaryValue::Get{Dictionary,List}WithoutPathExpansion() overloads. by viettrungluu@chromium.org · 14 years ago
  36. 580ab7f CommandLine: eliminate wstring-accepting AppendLooseValue by evan@chromium.org · 14 years ago
  37. cab37e7 FBTF: Mark the Read methods in the IPC subsystem as noinline. by erg@google.com · 14 years ago
  38. 701a5b0 Remove (deprecated) wstring version of DictionaryValue::RemoveWithoutPathExpansion(). by viettrungluu@chromium.org · 14 years ago
  39. 56a552f [Mac] Use an AppleEvent to tell the Finder to open downloaded items, rather than NSWorkspace. by rsesek@chromium.org · 14 years ago
  40. c13edef Run tests faster. by agl@chromium.org · 14 years ago
  41. 6d2940d CommandLine: remove three useless functions. by evan@chromium.org · 14 years ago
  42. 2e17662 Add NSS PKCS12 import/export functions to CertDatabase. by mattm@chromium.org · 14 years ago
  43. dee73b1 FBTF: Remove all the easy headers from *_messages.h. by erg@google.com · 14 years ago
  44. c19e1a9 Revert 55888: Allow per-plugin content settings. by bauerb@chromium.org · 14 years ago
  45. 8942853 Allow per-plugin content settings. by bauerb@chromium.org · 14 years ago
  46. 6d2bd95 Cleanup Registry API part 2: by tfarina@chromium.org · 14 years ago
  47. c62f00a Revert "Add NSS PKCS12 import/export functions to CertDatabase." which failed compile on chromeos. by mattm@chromium.org · 14 years ago
  48. 9c5f98d Add NSS PKCS12 import/export functions to CertDatabase. by mattm@chromium.org · 14 years ago
  49. 2da4d84 Reapplies r55735, fixing some message code that was checked in that I collided with. by erg@google.com · 14 years ago
  50. 7b9579c Revert "FBTF: Allow forward declaration of classes passed to sync IPC messages." by erg@google.com · 14 years ago
  51. f8fd205 FBTF: Allow forward declaration of classes passed to sync IPC messages. by erg@google.com · 14 years ago
  52. 3e22460 On NSS-using platforms, add a way to use an existing keypair given only the pubkey by cmasone@google.com · 14 years ago
  53. cdf8085 Factor out command-line quoting code on Windows. by evan@chromium.org · 14 years ago
  54. 2610a36 FBTF: Reapplies r55259, the first new IPC definition patch. by erg@google.com · 14 years ago
  55. 2cd8b35 1. ipc_video_decoder.cc/h is media pipeline filter which use the gpu decoder facilities in video stack. it is only enabled when (a) hardware composition is on (b) hardware decoding command line is on (c) h264 codec is specified. by jiesun@google.com · 14 years ago
  56. 2b64352 Revert 55450 - Fix CheckFalseTest.CheckFails on Linux after my change to ui_test. by glen@chromium.org · 14 years ago
  57. 1596139 CommandLine: Deprecate a function on non-Windows. by evan@chromium.org · 14 years ago
  58. e6137c6 Fix CheckFalseTest.CheckFails on Linux after my change to ui_test. by phajdan.jr@chromium.org · 14 years ago
  59. fdbbe16 Revert 55405 - Special thanks for in-ming cheng's MFT hardware decodering code. by ananta@chromium.org · 14 years ago
  60. 12ec1e8 Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of header file by nsylvain@chromium.org · 14 years ago
  61. d0d3aed Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. by pinkerton@google.com · 14 years ago
  62. ca732a6 Special thanks for in-ming cheng's MFT hardware decodering code. by jiesun@google.com · 14 years ago
  63. d1d70ba Cleanup in base. This moves the implementation (and a bunch of header file by brettw@chromium.org · 14 years ago
  64. f5ea38c Cleanup our Registry API. by tfarina@chromium.org · 14 years ago
  65. a0d589b FBTF: Remove unneeded headers from base/ (part 5) by thestig@chromium.org · 14 years ago
  66. 8f115a8 base: rename Environment::GetEnv to Environment::GetVar. by tfarina@chromium.org · 14 years ago
  67. e6e127b rid of more OS_LINUX defines, to help the BSD port (work by sprewell & I) by pvalchev@google.com · 14 years ago
  68. 1835562 FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. by erg@google.com · 14 years ago
  69. 613caba FBTF: Remove unneeded headers from base/ (part 2) by thestig@chromium.org · 14 years ago
  70. 4c86b85 Add UTF-8 DCHECK()s in values.cc (since keys/paths are expected to be UTF-8). by viettrungluu@chromium.org · 14 years ago
  71. 5dc6673 base: rename Environment::SetEnv to Environment::SetVar. by tfarina@chromium.org · 14 years ago
  72. 14b304e Have MakeName prepend the underscore to the field trial group name, by mlloyd@chromium.org · 14 years ago
  73. e7ca2cf FBTF: Move some inner classes out of their header files. by thestig@chromium.org · 14 years ago
  74. dc1c117 Uninitialized member variable. by finnur@chromium.org · 14 years ago
  75. 6d1153e Including pthread.h, compile fix for Android. by bulach@chromium.org · 14 years ago
  76. f5de94e Don't run base/WMI* tests under Dr. Memory due to crashes by timurrrr@chromium.org · 14 years ago
  77. 9f4640e FBTF: Remove unneeded headers from base/ (part 1) by thestig@chromium.org · 14 years ago
  78. e7f0559 base: rename Environment::HasEnv to Environment::HasVar. by tfarina@chromium.org · 14 years ago
  79. 9fa7095 GTTF: Avoid assertion failures caused by clock drift. by phajdan.jr@chromium.org · 14 years ago
  80. ba56d7c [Linux Views] Refactor accelerator handler related code. by suzhe@chromium.org · 14 years ago
  81. 58767ef Rename GetStringAsUTF16() to GetString() (and overload), etc. by viettrungluu@chromium.org · 14 years ago
  82. 65dcdf9 PrependWrapper is platform-specific, so it should take a platform string. by evan@chromium.org · 14 years ago
  83. 8444be7 Factor out NormalizeToNativeFilePath from NormalizeFilePath by cpu@chromium.org · 14 years ago
  84. b7b6aa0 Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload). by viettrungluu@chromium.org · 14 years ago
  85. 9884e95 Add dictionary comparing functions to DictionaryValue and unit tests by danno@chromium.org · 14 years ago
  86. e0998e5 Mac: Some clang appeasing. by thakis@chromium.org · 14 years ago
  87. 6b2d9cc base: rename Environment::UnSetEnv to Environment::UnSetVar. by tfarina@chromium.org · 14 years ago
  88. 61bc801 De-wstringify perf_test_suite.h and test_suite.h. by evan@chromium.org · 14 years ago
  89. 31b80ba Remove Value/StringValue's ...UTF16() methods in favour of overloading. by viettrungluu@chromium.org · 14 years ago
  90. dc297ac Remove number conversion functions from string_util. These moved to string_number_conversions. by brettw@chromium.org · 14 years ago
  91. d85babb Add #include utf_string_conversions.h to all files that use ASCIIToWide and by brettw@chromium.org · 14 years ago
  92. f1a62a3 Fix incorect tests against INVALID_FILE_HANDLE, as pointed out by cpu on chrome-team. by skerner@chromium.org · 14 years ago
  93. 839060b Revert 54584 - Delete tasks unconditionally in MessageLoop::DeletePendingTasks(). by akalin@chromium.org · 14 years ago
  94. 6d36c5d base: Rename EnvVarGetter to Environment. by tfarina@chromium.org · 14 years ago
  95. a4d4424 Revert "Run tests faster." by phajdan.jr@chromium.org · 14 years ago
  96. e30c479 Delete tasks unconditionally in MessageLoop::DeletePendingTasks(). by akalin@chromium.org · 14 years ago
  97. b2e7052 Run tests faster. by agl@chromium.org · 14 years ago
  98. 7ebaeea Add undeclared virtual destructors part 5 by ziadh@chromium.org · 14 years ago
  99. 6cbac6b base: Add HexDigitToInt function to string_util.h by tfarina@chromium.org · 14 years ago
  100. 8eeabf0 Fix file_path build. by brettw@chromium.org · 14 years ago