1. f6e9a2a Adding support for loading custom locale resources using a command line flag. by ofri@google.com · 13 years ago
  2. fd1b87b Add metrics for DHCP WPAD feature. Fix memory overwrite. by joi@chromium.org · 13 years ago
  3. df4775c Fix PP_FileOpenFlags_Dev handling: by yzshen@chromium.org · 13 years ago
  4. d337bb6 Fix component=shared_library build for touchui. by sadrul@chromium.org · 13 years ago
  5. 02508dc Try another way to alias a variable in optimized builds. by apatrick@chromium.org · 13 years ago
  6. fc23cd0 GTTF: Remove wait_for_terminate_timeout_ms in favor of action_max_timeout_ms by phajdan.jr@chromium.org · 13 years ago
  7. 0da7dbd Comment on WARN_UNUSED_RESULT about how to defeat it. by shess@chromium.org · 13 years ago
  8. 927d728 Move scoped_temp_dir and scoped_native_library back from base/memory to base. by thakis@chromium.org · 13 years ago
  9. 0b930f2 Globally replace <(library) with static_library by evan@chromium.org · 13 years ago
  10. 2bb7957 Switch to using TCMALLOC in browser process to fix WinHeap hanging IO thread for 15 secs. by rtenneti@chromium.org · 13 years ago
  11. 8716404 Tag all tracked objects, including Tasks, with the program counter at the site of FROM_HERE. by apatrick@chromium.org · 13 years ago
  12. 63352e9 components: tag more functions with BASE_API by evan@chromium.org · 13 years ago
  13. 180c0c9 Fixed spelling mistake typo in comment. by wyck@chromium.org · 13 years ago
  14. d429e12 Revert 85898 - Re-land http://codereview.chromium.org/6869009 (except for the suppressions) by glider@chromium.org · 13 years ago
  15. 3cd6abb Re-land http://codereview.chromium.org/6869009 (except for the suppressions) by glider@chromium.org · 13 years ago
  16. 2d29c26 memory: don't reserve trace events unless we're using tracing by evan@chromium.org · 13 years ago
  17. 97d22e3 Add in example for prebinding. by ajwong@chromium.org · 13 years ago
  18. 1ed7f9a net: Add NET_API to net/base by rvargas@google.com · 13 years ago
  19. 237e9ab Move SystemMonitor to base/. by willchan@chromium.org · 13 years ago
  20. 0fbb868 Move SystemMonitor to base/. by willchan@chromium.org · 13 years ago
  21. e8e917b Revert 85732 (broke build) - Move SystemMonitor to base/. by willchan@chromium.org · 13 years ago
  22. 947efcb Move SystemMonitor to base/. by willchan@chromium.org · 13 years ago
  23. 7b9ffba wstring: remove wstring version of RemoveChars by evan@chromium.org · 13 years ago
  24. a6ec4f8 Add support for real-time audio threads. by crogers@google.com · 13 years ago
  25. 0b3e4e4 IPC: Increase MAX_DESCRIPTORS_PER_MESSAGE by mseaborn@chromium.org · 13 years ago
  26. c44d1d1 base/i18n: Remove unneeded includes in case_conversion.* by tfarina@chromium.org · 13 years ago
  27. 4fbb9b2 wstring: Remove the ability to put wstrings in hash_map<>s. by evan@chromium.org · 13 years ago
  28. c711b82 Support binding WeakPtr<> to methods with void return types. by ajwong@chromium.org · 13 years ago
  29. 929aea2 Revert 85359 because it did not reveal the site where the crashing task was posted. by apatrick@chromium.org · 13 years ago
  30. 8bf5bc4 base/i18n: Put break_iterator* into namespace i18n. by tfarina@chromium.org · 13 years ago
  31. 6beeb83 Fix data races in LazyInstance<>. by dvyukov@google.com · 13 years ago
  32. bee85b3 Reland old fix that was reverted incorrectly. by mbelshe@chromium.org · 13 years ago
  33. 53fbac1 Consolidate most CommandLine code across platforms. by msw@chromium.org · 13 years ago
  34. 237d549 Added release build assert on attempt to create a RunnableFunction for a function pointer with address 1. by apatrick@chromium.org · 13 years ago
  35. b3cab86 Implemented threshold based trace events that only get added to the trace if the elapsed time between begin and end is greater than a specified time. by jbates@chromium.org · 13 years ago
  36. 5948bf4 Removing 'using namespace' style violations in src/ipc/ by kushi.p@gmail.com · 13 years ago
  37. 8b2481d Include "base/string_util.h" in "base/string_util_posix.h". by asvitkine@chromium.org · 13 years ago
  38. 74edbf5 ObfuscatedFileSystemFileUtil class by ericu@google.com · 13 years ago
  39. 0d7e019 Enhance the comment about IPC_USES_READWRITE. I was confused and thought that by brettw@chromium.org · 13 years ago
  40. 482f99a Add thread check to WatchFileDescriptor. by dmaclach@chromium.org · 13 years ago
  41. 639d3b5 The gyp files don't have a way to refer to POSIX-like OS's as a group, so I defined os_posix, toolkit_gtk, and use_x11 in common.gypi to handle them. I used something similar when porting Chromium 10 and 11 to OpenBSD and Solaris, plus a version of this patch has been tested on FreeBSD. by mark@chromium.org · 13 years ago
  42. dc6904a iwyu: Include stringprintf.h where appropriate, part 3. by jhawkins@chromium.org · 13 years ago
  43. ac63ed8 X message pump: Allow adding observers for XEvents. by sadrul@chromium.org · 13 years ago
  44. 20adc58 iwyu: Include callback_old.h where appropriate, final. by jhawkins@chromium.org · 13 years ago
  45. df983d6 Do not redefine malloc&co when ADDRESS_SANITIZER macro is defined. by timurrrr@chromium.org · 13 years ago
  46. b07f5bc Merge the dynamic annotations from ThreadSanitizer r3424. by timurrrr@chromium.org · 13 years ago
  47. 5ef6b49 Revert of 83710 which reverted 83641 - DNS Host resolver changes by rtenneti@chromium.org · 13 years ago
  48. ea060fa Nits fix on trace_event.h and child_trace_message_filter.cc by scheib@chromium.org · 13 years ago
  49. b5534e5 base: Replace "using namespace base;" by wrapping the tests around "namespace base { ... }" by tfarina@chromium.org · 13 years ago
  50. 47db370 Added CHECK for tasks passed to PostTask being null. by apatrick@chromium.org · 13 years ago
  51. 7c0a8b6 Make the Pepper proxy support in-process font rendering. by brettw@chromium.org · 13 years ago
  52. 4fd4156 wstring: remove WideToUpper/WideToLower by evan@chromium.org · 13 years ago
  53. b1d5c02 Add more ThreadSanitizer sanity tests by timurrrr@chromium.org · 13 years ago
  54. 8eceb1b wstring: remove wstring version of TrimWhitespace by evan@chromium.org · 13 years ago
  55. df3561d Add one-time randomization support for FieldTrial, and the ability to by joi@chromium.org · 13 years ago
  56. 71cd130 [Sync] Remove more boilerplate from chrome://sync-internals js files by akalin@chromium.org · 13 years ago
  57. 8fcfe96 iwyu: Include stringprintf.h where appropriate, part 1. by jhawkins@chromium.org · 13 years ago
  58. af4c50e iwyu: Use callback_old.h where appropriate, part 2. by jhawkins@chromium.org · 13 years ago
  59. 256f7da Remove cancel from RunnableFunctions. by dmaclach@chromium.org · 13 years ago
  60. 603f46e Merge gpu_trace_event back into base/debug/trace_event. by scheib@chromium.org · 13 years ago
  61. f7b5ad9 iwyu: Use callback_old.h where appropriate, part 1. by jhawkins@chromium.org · 13 years ago
  62. 493fc40 linux components: expose functions used by tests by evan@chromium.org · 13 years ago
  63. f895b37 Add shutdown trace functions by davemoore@chromium.org · 13 years ago
  64. c9a720b linux components: expose more functions from base by evan@chromium.org · 13 years ago
  65. a2e66ea Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial land attempt at http://codereview.chromium.org/6551019/gpu_trace_event fork at http://codereview.chromium.org/6691013- gpu_trace_event renamed to base/debug/trace_event and modified as appropriate for base::debug- Unit Tests implemented for trace_event- gpu_common library removed (was added only for gpu_trace_event)- Existing calls to trace_event suffixed with _ETW to make ETW calls (see decisions and incremental plans at end of 6551019)- GPU trace calls renamed to new calls.- Tracing switch removed from test_shell, as linux log file support removed.BUG=79509TEST=trace_event_win_unittest and about:gpuCommitted: http://src.chromium.org/viewvc/chrome?view=rev&revision=84284Review URL: http://codereview.chromium.org/6862002 by scheib@chromium.org · 13 years ago
  66. 88e886a Merge gpu_trace_event back into base/debug/trace_event. by scheib@chromium.org · 13 years ago
  67. e178fe2 FTP: split the directory listing parser test and re-enable it on TSan bots by phajdan.jr@chromium.org · 13 years ago
  68. d7e260d Revert 84197 - Add one-time randomization support for FieldTrial, and the ability to by joi@chromium.org · 13 years ago
  69. c2e0763 wstring: remove wstring version of SplitString by evan@chromium.org · 13 years ago
  70. 82f2783 Revert "wstring: remove wstring version of SplitString" by evan@chromium.org · 13 years ago
  71. ebabb2c wstring: remove wstring version of SplitString by evan@chromium.org · 13 years ago
  72. 04cbed8 FilePath: Add WARN_UNUSED_RESULT in more places. by thakis@chromium.org · 13 years ago
  73. 3e0e0be Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial land attempt at http://codereview.chromium.org/6551019/gpu_trace_event fork at http://codereview.chromium.org/6691013- gpu_trace_event renamed to base/debug/trace_event and modified as appropriate for base::debug- Unit Tests implemented for trace_event- gpu_common library removed (was added only for gpu_trace_event)- Existing calls to trace_event suffixed with _ETW to make ETW calls (see decisions and incremental plans at end of 6551019)- GPU trace calls renamed to new calls.- Tracing switch removed from test_shell, as linux log file support removed.BUG=79509TEST=trace_event_win_unittest and about:gpuReview URL: http://codereview.chromium.org/6862002 by scheib@chromium.org · 13 years ago
  74. 5a8b55d Merge gpu_trace_event back into base/debug/trace_event. by scheib@chromium.org · 13 years ago
  75. fbda4d5 Move crypto_helpers from sync to crypto by qsr@google.com · 13 years ago
  76. 62b5bc6 Add one-time randomization support for FieldTrial, and the ability to by joi@chromium.org · 13 years ago
  77. 72a5cd9 class PageLoadTrackerUnitTest is not used anymore. Remove. by dilmah@chromium.org · 13 years ago
  78. e68ddef IPC outgoing message filters interpose yourself in a message stream. Minimally invasive baseline for building IPC tests to abuse browser along the lines of a compromised renderer. by tsepez@chromium.org · 13 years ago
  79. 5876b2c Revert 84060 - Remove cancel from RunnableFunctions. by dmaclach@chromium.org · 13 years ago
  80. 05b9980 Remove cancel from RunnableFunctions. by dmaclach@chromium.org · 13 years ago
  81. 381e966 Updating logging in src/base/. Using DCHECK_NE/EQ/LE/GE/GT() where possible by kushi.p@gmail.com · 13 years ago
  82. e6b5c20 Eliminate wstring from base/utf_offset_string_conversions.h, net/base/escape.h, and net/base/net_util.h, and reduce the API surfaces in various places slightly where possible. by pkasting@chromium.org · 13 years ago
  83. 06d1844 Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. This allows us to remove usage of the IOThread object, and generally makes IPC::ChannelProxy more robust for future uses. by jam@chromium.org · 13 years ago
  84. 3e20889 linux: components build by evan@chromium.org · 13 years ago
  85. 039c411 [Mac] Implement the system dictionary popup by implementing NSTextInput methods. by rsesek@chromium.org · 13 years ago
  86. 5dd624c Revert 83641 - DNS Host resolver changes with retry logic. Fix for by jar@chromium.org · 13 years ago
  87. 0b18b53 Modified Value::GetAsDouble so the function returns true when the object holds an Integer. by yusukes@google.com · 13 years ago
  88. ed3e0ad DNS Host resolver changes with retry logic. Fix for by rtenneti@chromium.org · 13 years ago
  89. ecc031a Revert 83631 - linux: successfully build net_unittests in components build by maf@chromium.org · 13 years ago
  90. 9e96403 Revert 83630 - linux components: expose one last function from base needed by test_shell by maf@chromium.org · 13 years ago
  91. fe8d7f8 Revert 83629 - linux components: expose more BASE_API used by Chrome itself by maf@chromium.org · 13 years ago
  92. 2ac7368 linux: successfully build net_unittests in components build by evan@chromium.org · 13 years ago
  93. d43ba8e linux components: expose one last function from base needed by test_shell by evan@chromium.org · 13 years ago
  94. be80f43 linux components: expose more BASE_API used by Chrome itself by evan@chromium.org · 13 years ago
  95. c19cb31 Add a rand_util method for generating a random string. by abarth@chromium.org · 13 years ago
  96. 75d1cb3 linux: components support for base/ by evan@chromium.org · 13 years ago
  97. 020e0b1 There's no need to export the key_iterator class, and exporting it by darin@chromium.org · 13 years ago
  98. b99ed42 Mac base cleanup. by avi@chromium.org · 13 years ago
  99. 40183e3 Field trials are currently implemented (commonly) using a static variable that is set by rtenneti@chromium.org · 13 years ago
  100. 2c6bbaf Fix one more time the linux tests, in other words giving up on improving the tests by cpu@chromium.org · 13 years ago