1. d336d45 Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown() by satorux@chromium.org · 13 years ago
  2. e32a2be Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, by mattm@chromium.org · 13 years ago
  3. 0d16c33 Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so the original code that created the delayed callback is lost. by jbates@chromium.org · 13 years ago
  4. 1fe806d Base: Change ReadPlatformFile to perform a best by rvargas@google.com · 13 years ago
  5. cb1af06 Synchronize the parent and child processes during launch, ensuring that the by mark@chromium.org · 13 years ago
  6. 3274a1a Remove use of <iostream> where unnecessary. by evan@chromium.org · 13 years ago
  7. 2b47e61 Disable failed test GetTerminationStatusExit on Linux. by dyu@chromium.org · 13 years ago
  8. 7c304b5 base/json: Get rid of static initializer in JSONReader. by tfarina@chromium.org · 13 years ago
  9. e5d3f63 Enable smooth scrolling on mac by thakis@chromium.org · 13 years ago
  10. 9687a8f Convert some constants declared as anonymous enums into static consts so they have types. This defines the constants where they're declared to preserve the existing readability as well as allow us to do things like dimension arrays based on the values of the constants. by pkasting@chromium.org · 13 years ago
  11. c4f2de2 Reduce number of unnamed-type-template-args violations (mostly when passing values to DCHECK(), ASSERT_EQ(), etc.), generally by naming previously-anonymous enums. We've decided not to eliminate the warning entirely because doing so is only possible with tons of ugly static_cast<>()s in Mac code. by pkasting@chromium.org · 13 years ago
  12. 6249e05 Moved the following IPC messages used by the chrome NPAPI plugin installer out of content by ananta@chromium.org · 13 years ago
  13. c4b016b Base: Switch base_i18n to be a separate dll (component build) by rvargas@google.com · 13 years ago
  14. 2d471f0 Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS by jamescook@chromium.org · 13 years ago
  15. 933c980 Simplify chrome_exe_main_*.cc, moving as much of the code out as possible. This is in preparation for moving the code in ChromeMain (and associated platform files) to a common place that can be used by both chrome and other embedders of content (i.e. content_shell). Included is a change to make the sandbox code not need an AtExitManager. This is necessary because content_shell would be just one exe, and we'd need to initialize the sandbox before calling ChromeMain, which is what would creat AtExitManager.I removed the code that printed the tcmalloc stacks in the OOM handler (i.e. r33993) under Windows. The issue is I wanted to move the OOM handling code to base to match the other platforms (in a long string of changes to make the startup code more sane, so I can share it with a browser built over content). When I tried moving the tcmalloc code to base, then I ran into a bunch of linker errors because a bunch of targets that depend on base don't depend on allocator. When I tried to add that to base, I ran into strange gyp errors (see patchset 2). I asked Jim/Eric and they said they don't use this data from dumps, and that most of the OOM minimdumps are in v8 heap anyways. When James get back, if he still uses this I can figure out how to put this back.BUG=90445 by jam@chromium.org · 13 years ago
  16. c6ac757 Fix typos in the D-Bus library. by satorux@chromium.org · 13 years ago
  17. 164b198 Revert 98885 - Third attempt at the following. Unreviewed, this was originally reviewed in http://codereview.chromium.org/7550002 . by rsleevi@chromium.org · 13 years ago
  18. f3c5597 Third attempt at the following. Unreviewed, this was originally reviewed in http://codereview.chromium.org/7550002 . by pkasting@chromium.org · 13 years ago
  19. eb40140 [Mac] Capture -dealloc backtrace to log with CrZombie messages. by shess@chromium.org · 13 years ago
  20. 33aea05 base/json: Get rid of an old TODO that doesn't apply anymore. by tfarina@chromium.org · 13 years ago
  21. 013fcd2 Remove the free_ member of scoped_ptr_malloc. by evan@chromium.org · 13 years ago
  22. 9124977 Upstream android i18n change by michaelbai@google.com · 13 years ago
  23. 326a6f8 Minor cleanups and improvements for the D-Bus library. by satorux@chromium.org · 13 years ago
  24. 8f08f2b Base: WritePlatformFile now retries the operation if by rvargas@google.com · 13 years ago
  25. b4587d5 Add support for exporting IPC messages from component DLLs. by darin@chromium.org · 13 years ago
  26. 15566f9 Allow __pnacl__ target to build code included from Chrome. by sehr@google.com · 13 years ago
  27. ef9e757 Make WeakPtr thread-safe, i.e. allow cross-thread copying of WeakPtr by sievers@chromium.org · 13 years ago
  28. 4464bef Upstream misc changes for android. by michaelbai@google.com · 13 years ago
  29. 4fb1706 Remove some unneeded reinterpret_casts by dilmah@chromium.org · 13 years ago
  30. f4f5827 Revert recent changes to base::Value by stevenjb@google.com · 13 years ago
  31. 60658e1 Move base/resource_util.* into base/win/ since it's windows specific. by tony@chromium.org · 13 years ago
  32. e98ba22 Remove obsolete test timeouts and convert callers. by phajdan.jr@chromium.org · 13 years ago
  33. e9de08f base: Add AsBinary() function to Value API. by tfarina@chromium.org · 13 years ago
  34. e0e99bb Remove unused test command-line switches. by phajdan.jr@chromium.org · 13 years ago
  35. 344a3d5 There are times on the Mac when pipe names of 0 length may occur. Let the caller handle by dmaclach@chromium.org · 13 years ago
  36. 13417b2 base: Add AsList() function to Value API. by tfarina@chromium.org · 13 years ago
  37. f77861f Add mock classes for Bus, ObjectProxy, and ExportedObject. by satorux@chromium.org · 13 years ago
  38. a0844cd Get views_unittests pass on touch build by oshima@google.com · 13 years ago
  39. 8d103c7 Reverts debugging code added in hopes of tracking crash. This also by sky@chromium.org · 13 years ago
  40. ea6545c Tommi: I need an owner review for the chrome frame changes. by rogerta@chromium.org · 13 years ago
  41. 7e538e9 mpx: Use [mostly proper] glib event source for X events when GTK events are not used. by sadrul@chromium.org · 13 years ago
  42. bd36573 Fix variable names and comments in RandGenerator. by dilmah@chromium.org · 13 years ago
  43. 727780e Remove check_on_delete for ChromeOS to avoid change to sizeof(Value) by satorux@chromium.org · 13 years ago
  44. ffa83a9 Fix design shortcomings in Message classes. by satorux@chromium.org · 13 years ago
  45. dccbb7b Reuse existing object proxies and exported objects, if these exist. by satorux@chromium.org · 13 years ago
  46. 22c4ff0 Trying again to land OOM priority manager changes. by gspencer@google.com · 13 years ago
  47. 2597d5f Revert 97808 - Make WeakPtr thread-safe, i.e. allow cross-thread copying of WeakPtr by cbentzel@chromium.org · 13 years ago
  48. becc14d Clean up a comment in ipc_message_macros.h by steveblock@chromium.org · 13 years ago
  49. 39ba5cc Dump a stack trace when browser tests time out. by mihaip@chromium.org · 13 years ago
  50. 7f0c451 Add support for sending and receiving D-Bus signals. by satorux@chromium.org · 13 years ago
  51. a40267d base: Map non-finite double Values to 0.0. by derat@chromium.org · 13 years ago
  52. 142c71c Adds some debugging code in hopes of figuring out a crash. As far as I by sky@chromium.org · 13 years ago
  53. ad12d3d This patch caused Chrome to be unable to load any web pages on Chrome OS. by satorux@chromium.org · 13 years ago
  54. bb4c289 Make WeakPtr thread-safe, i.e. allow cross-thread copying of WeakPtr by sievers@chromium.org · 13 years ago
  55. bc7c359 Fix WaitForSingleNonChildProcess. There were three bugs in the loop usage. by mark@chromium.org · 13 years ago
  56. fa290c3 GTTF: Reduce number of different timeouts. by phajdan.jr@chromium.org · 13 years ago
  57. f569e6c Revert 97724 - Changing OOM range to 0, 1000 and tweaking OOM algorithm. by mattm@chromium.org · 13 years ago
  58. b3face6 Changing OOM range to 0, 1000 and tweaking OOM algorithm. by gspencer@google.com · 13 years ago
  59. f0ceb48 Add AppendArrayOfObjectPaths, which was missing. by satorux@chromium.org · 13 years ago
  60. def5e2e Rename event_recorder.cc to event_recorder_win.cc. by tony@chromium.org · 13 years ago
  61. 01fbb89 Rework TestService using asynchronos API of ExportedObject. by satorux@chromium.org · 13 years ago
  62. a2e284f Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS by jamescook@chromium.org · 13 years ago
  63. 5637b68 base/json: Don't use static variables of user-defined type (i.e, std::wstring). by tfarina@chromium.org · 13 years ago
  64. 6e168d3 Fix a small leak in FileUtilProxy by kinuko@chromium.org · 13 years ago
  65. 9c8b573 Fix IPC marshalling of dictionaries with dots in their key names. by kalman@chromium.org · 13 years ago
  66. 0fd2cc7 Cleanup code used to diagnose and fix bug 81449. by apatrick@chromium.org · 13 years ago
  67. 545839a Implementation of PostTaskAndReply() in MessageLoopProxy and BrowserThread. by ajwong@chromium.org · 13 years ago
  68. 3b26fdb [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding malloc_error_break(). by rsesek@chromium.org · 13 years ago
  69. bbd6e3e Revert "[Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding malloc_error_break" by rsesek@chromium.org · 13 years ago
  70. deea421 Change the expectation for ProcessUtilTest.MacTerminateOnHeapCorruption to work on 10.5-10.7. by rsesek@chromium.org · 13 years ago
  71. 31c7852 [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding malloc_error_break(). by rsesek@chromium.org · 13 years ago
  72. 153a6fc Mirror Windows implementation of CancelOnMessageLoopThread. by dominich@chromium.org · 13 years ago
  73. 163f1cb Implement Bus and ObjectProxy classes for our D-Bus library. by satorux@chromium.org · 13 years ago
  74. 5fcf787 Remove Purify and Quantify.Doing so will reduce substantially the size of the project files. by jeanluc@chromium.org · 13 years ago
  75. 21d251f Adding checks to guard against buffer overruns in QuotaFileIO::Write and base::FileUtilProxy::Write by sanga@chromium.org · 13 years ago
  76. f5cff13 Adding guards against heap overflow in PPB_FileIO::Read by sanga@chromium.org · 13 years ago
  77. ebeb351 Include base/stringprintf.h in base/debug/profiler.cc. by hans@chromium.org · 13 years ago
  78. af8c8f0 base: Add DCHECK that double Values are finite. by derat@chromium.org · 13 years ago
  79. abbf8ab base: Fix the TODO in string_util.h by tfarina@chromium.org · 13 years ago
  80. fb67cde Fix typos in the message test. by satorux@chromium.org · 13 years ago
  81. aa53871 ipc: rename a variable to make code clearer by evan@chromium.org · 13 years ago
  82. ecc3f07 Tag IPC::Channel::Listener implementations with OVERRIDE by evan@chromium.org · 13 years ago
  83. 80e4c5e Create ipc.dll. Review URL: http://codereview.chromium.org/7633042 by darin@chromium.org · 13 years ago
  84. ba04861 Add MessageLoopProxy::current by nduca@chromium.org · 13 years ago
  85. a3a4db7 base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType. by tfarina@chromium.org · 13 years ago
  86. 09cf434 base: Fix the TODO in ListValue::Remove(). by tfarina@chromium.org · 13 years ago
  87. 254780a base: Rename ValueType to something less redundant as _just_ Type. by tfarina@chromium.org · 13 years ago
  88. 6935fc3 Fixes a corner case bug in the HexStringToInt conversion function which caused the string "0x" to be treated as a valid hexadecimal number. by ali.akbar@gmail.com · 13 years ago
  89. cc17740 base: Add missing OVERRIDE annotations to overridden methods from Value. by tfarina@chromium.org · 13 years ago
  90. 63a7b5d Adding Wayland message loop and gyp build deps by dnicoara@chromium.org · 13 years ago
  91. 4147545 CrOS - Memory debug widget shows anonymous memory and renderer kills. by jamescook@chromium.org · 13 years ago
  92. efc0c2b base: Remove CreateBinaryValue() function as it's redundant. by tfarina@chromium.org · 13 years ago
  93. 2c0d0af base: Remove using declaration of FundamentalValue as it's no longer necessary. by tfarina@chromium.org · 13 years ago
  94. 54f2100 Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, including: by mnissler@chromium.org · 13 years ago
  95. b6cdd98 Update base/android to use new ScopedJava(Global)Reference by steveblock@google.com · 13 years ago
  96. 8facb24 Add utility functions to Message classes. by satorux@chromium.org · 13 years ago
  97. 733ab7d Revert 95910 - Revert 95907 - Clean up SSL false start blacklist code. by pkasting@chromium.org · 13 years ago
  98. a2623e5 Optimize phishing page term feature extraction. by gcasto@chromium.org · 13 years ago
  99. 2bc73e7 Use MessageLoopProxy instead of MessageLoop to dispatch notifications in ObserverListThreadsafe. by adamk@chromium.org · 13 years ago
  100. 29af9e5 base: Remove a file that is no longer used. by tfarina@chromium.org · 13 years ago