1. 96bade2 touch: more fixes in the message pump. by sadrul@chromium.org · 14 years ago
  2. 2812db6 Add some bullet proofing to ipc_channel_posix. by dmaclach@chromium.org · 14 years ago
  3. 623a523 P2P Sockets host implementation. by sergeyu@chromium.org · 14 years ago
  4. 6ef07b5 Until we have sparse histograms, to track error codes, we are using by rtenneti@chromium.org · 14 years ago
  5. aed4b38 Pure pedantry: Replace all ".size() == 0" with ".empty()". by erg@google.com · 14 years ago
  6. 6e68156 touch: Fix unit_tests crash. by sadrul@chromium.org · 14 years ago
  7. 04abcb8 Commneted out ShutdownSingleThreadedCleanup in debug builds to by rtenneti@google.com · 14 years ago
  8. fc31f79 FilePath: add a convertor to ASCII by evan@chromium.org · 14 years ago
  9. 96b695b Out-of-line default Commandline ctor and provide dtor. by msw@chromium.org · 14 years ago
  10. d65bab5 Attempt to reduce the amount of cut n paste needed to maintain these. by tsepez@chromium.org · 14 years ago
  11. e736672 Small cleanup for previous histogram checkin by jar@chromium.org · 14 years ago
  12. 73bfc43 More DCHECK() updates. A mixture of _EQ and _GE. by mhm@chromium.org · 14 years ago
  13. 7b2af61 Reorganize CommandLine code. by msw@chromium.org · 14 years ago
  14. 0d5ac66 ipc: don't send server hello message if we closed the channel. by agl@chromium.org · 14 years ago
  15. b50903e Fix compilation bug on ARM by jar@chromium.org · 14 years ago
  16. c016a0d Crash when we notice a corruption of the histogram range-vector by jar@chromium.org · 14 years ago
  17. cb17534 Callback support for __fastcall and __stdcall functions. by ajwong@chromium.org · 14 years ago
  18. 90e5e25 Expand comment for named IPC chmod(). It was previously unclear that it is just a precaution and not intended to be a complete security policy for the named IPC channel. by dtu@chromium.org · 14 years ago
  19. c2064f1 Fix style mistakes in r75477. by ajwong@chromium.org · 14 years ago
  20. 0470b12 Minor fixes in FieldTrial. by cbentzel@chromium.org · 14 years ago
  21. 5444bec Comment out unused parameter names in function definitions, by joi@chromium.org · 14 years ago
  22. d1970c8 Roll gtest 492:539 and gmock 300:358 by thakis@chromium.org · 14 years ago
  23. 0c55c56 Get service process running standalone on the mac by hooking it into launchd. by dmaclach@chromium.org · 14 years ago
  24. 39d46f9 Prevent compiling cpu_unittest on i386 (Take 2). by hbono@chromium.org · 14 years ago
  25. 8b46e09 Prevent compiling cpu_unittest on i386. by hbono@chromium.org · 14 years ago
  26. 3140736 Add a unittest for the CPU class. by hbono@chromium.org · 14 years ago
  27. f3fe947 Pull in ICU 4.6 by jshin@chromium.org · 14 years ago
  28. 5a0b62f Added CHECKs to make sure histogram caller's don't create by rtenneti@chromium.org · 14 years ago
  29. 3920995 Make MemoryMappedFile::IsValid const by tommi@chromium.org · 14 years ago
  30. 36c0625 Dup command-buffer SHM handle before auto-closing. by piman@google.com · 14 years ago
  31. 8b5a8f8 Mac: Don't show dialogs for debug messages. by thakis@chromium.org · 14 years ago
  32. 400b0b2 Fix Downloads Windows Zone identifier test. by rdsmith@chromium.org · 14 years ago
  33. c85d0fd Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNavigate. by bryner@chromium.org · 14 years ago
  34. 19b6869 Do not block in OwnershipService::IsAlreadyOwned on UI thread. by dilmah@chromium.org · 14 years ago
  35. 732fd06 Re-enable positive OOB write tests under Dr. Memory and add the suppression for these tests. by timurrrr@chromium.org · 14 years ago
  36. 6fca958 Add MoveToThread method to PrefMember to make it safe to read pref values from other threads. by bauerb@chromium.org · 14 years ago
  37. da7a548 Register Application Restart with Windows Restart Manager on browser_main startup for Windows Vista / Server 2008 and beyond. This launches Chrome and restores tabs if the computer is restarted as the result of an update. Use GetFunctionPointer/GetProcAddress to avoid XP link and run errors. Make changes to support necessary CommandLine operations. Other minor cleanup and refactoring. by msw@chromium.org · 14 years ago
  38. e064823 Callbacks: Replumb the type-inference. by ajwong@chromium.org · 14 years ago
  39. 440e076 Run event executor on the ui thread to remove the need to explicitly XFlush() the XTest calls. by ajwong@chromium.org · 14 years ago
  40. fa0ff43 Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by ajwong@chromium.org · 14 years ago
  41. 14542f0 Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h" by ajwong@chromium.org · 14 years ago
  42. 35377cb Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by ajwong@chromium.org · 14 years ago
  43. 813b51b Revert 75405 - Register Application Restart with Windows Restart Manager on browser_main startup for Windows Vista / Server 2008 and beyond. This launches Chrome and restores tabs if the computer is restarted as the result of an update. Make changes to support necessary CommandLine operations. Other minor cleanup and refactoring. by msw@chromium.org · 14 years ago
  44. ec49caa Register Application Restart with Windows Restart Manager on browser_main startup for Windows Vista / Server 2008 and beyond. This launches Chrome and restores tabs if the computer is restarted as the result of an update. Make changes to support necessary CommandLine operations. Other minor cleanup and refactoring. by msw@chromium.org · 14 years ago
  45. b038ce0 Remove dummy build/build-bisect.py. It was moved to tools/bisect-builds.py in r70112. by thestig@chromium.org · 14 years ago
  46. 62fb0a0 Emptiness, Reset, and Comparison API for Callbacks. by ajwong@chromium.org · 14 years ago
  47. dd96ed8 Intergration of the client-side phishing detection. by noelutz@google.com · 14 years ago
  48. ee94595 MessagePump implementations should call DoWork and DoDelayedWork at equal by mark@chromium.org · 14 years ago
  49. d5f6111 Fix is_convertible for windows. by ajwong@chromium.org · 14 years ago
  50. c842040 detect cpu feature for all x64 and x86 platforms (no longer windows only). by jiesun@chromium.org · 14 years ago
  51. 0ff60d8 Initialize members in Encryptor constructors. by finnur@chromium.org · 14 years ago
  52. 68d7987 Revert r74850 and r74865: by ajwong@chromium.org · 14 years ago
  53. 6ab1faf Clang doesn't like EXPECT_EQ with false and a template value. by ajwong@chromium.org · 14 years ago
  54. e2cca63 Unified callback system based on tr1::function/tr1::bind and Google's internal callback code. by ajwong@chromium.org · 14 years ago
  55. 780a3ab Redo "Add extra heap-allocation to refcounting. For perf test only." by ajwong@chromium.org · 14 years ago
  56. fa6208c Initialize SecureHashAlgorithm members. by finnur@chromium.org · 14 years ago
  57. 1e0a8cf Initialize EventRecorder member. by finnur@chromium.org · 14 years ago
  58. 1457f8a Revert "Add extra heap-allocation to refcounting. For perf test only. Will Revert after one build." by ajwong@chromium.org · 14 years ago
  59. ae21917 Add extra heap-allocation to refcounting. For perf test only. Will Revert after one build. by ajwong@chromium.org · 14 years ago
  60. 577a66f GTTF: Prefetch the browser with a longer timeout before running browser tests. by phajdan.jr@chromium.org · 14 years ago
  61. 1ac4613 Make the implementation .cc files go away, instead have the authors give us a header only. by tsepez@chromium.org · 14 years ago
  62. d4def1a Use DispatchX for dispatching X events. by sadrul@chromium.org · 14 years ago
  63. f1c708f Initialize StatsTable::Private members. by finnur@chromium.org · 14 years ago
  64. 3be4f68 Initialize members of ThreadLocalStorage::Slot. by finnur@chromium.org · 14 years ago
  65. 8b56335 Wigtspace change to trigger a build. by thestig@chromium.org · 14 years ago
  66. 2dd8cd1 Stats tables are only used for debugging at this point, and when I turn by mbelshe@chromium.org · 14 years ago
  67. 1270a6f Add support for ICU data in a data file. by thomasvl@chromium.org · 14 years ago
  68. ca13ff4 Lower process priorities of backgrounded tabs on restore by davemoore@chromium.org · 14 years ago
  69. 90e911e Linux: Restrict access to xdg-mime functions to the FILE thread. by thestig@chromium.org · 14 years ago
  70. ccb3fef Rent syncemove all uses of the global Dispatcher Get function. by brettw@chromium.org · 14 years ago
  71. be5bcf7 Add ability to create self signed certs to mac. by dmaclach@chromium.org · 14 years ago
  72. 63dab76 [Logging] Remove unneeded CheckOpString struct for CHECKs by akalin@chromium.org · 14 years ago
  73. 54ad902 Roll clang to r124477. by thakis@chromium.org · 14 years ago
  74. 1ae6e0d FilePath: Remove much of ToWStringHack, adding a LossyDisplayName() by evan@chromium.org · 14 years ago
  75. 6a56c37 Update the dynamic annotations to the trunk version from by glider@chromium.org · 14 years ago
  76. 44a9973 Copy buffers in base::FileUtilProxy::{Read,Write} to avoid memory corruption. by darin@chromium.org · 14 years ago
  77. f146c29 Clean up channel modes by dmaclach@chromium.org · 14 years ago
  78. cd0a8d1 Cross-platform CL to remove app/win/win_util.h&cc and related work. by msw@chromium.org · 14 years ago
  79. 30ff764 Cleanup base & app unit test MockCrApp NSApp initialization. by msw@chromium.org · 14 years ago
  80. 424ed87 Get service processes working on Mac and Linux. by dmaclach@chromium.org · 14 years ago
  81. eeb51f7 Added command line switches and UI (controlled via a build option) by davemoore@chromium.org · 14 years ago
  82. 8fba15c Fix DIR_SOURCE_ROOT for WebKit checkouts on linux by jamesr@chromium.org · 14 years ago
  83. 13413eb Rename Real* to Double* in values.* and dependent files by arv@chromium.org · 14 years ago
  84. 44ae58f Add support for attaching filters to an IPC TestSink. by bryner@chromium.org · 14 years ago
  85. 2f5ca04 Remove obsolete files from 'sources'. This causes needless work on incremental builds in VS2010. by jeanluc@chromium.org · 14 years ago
  86. e442259 Revert 73121 - Remove obsolete files from 'sources'. This causes needless work on incremental builds in VS2010. by nsylvain@chromium.org · 14 years ago
  87. ef06eb6 Remove obsolete files from 'sources'. This causes needless work on incremental builds in VS2010. by jeanluc@chromium.org · 14 years ago
  88. 84db36d Change size() function to return a size_t so that result size is not inadvertently truncated. by mrossetti@chromium.org · 14 years ago
  89. afeb708 Move some mac_util functions into foundation_util. by rohitrao@chromium.org · 14 years ago
  90. 3eba59b Fix bug in ProcessIterator::CheckForNextProcess(). Under load it's by sky@chromium.org · 14 years ago
  91. 982d43a Renames secure_hash.cc to secure_hash_default.cc by bulach@chromium.org · 14 years ago
  92. f3389d0 Change UTF8ToUTF16 to accept const StringPiece&. by suzhe@google.com · 14 years ago
  93. 10bf978 Disable OVERRIDE for clang for a while. by thakis@chromium.org · 14 years ago
  94. 454e856 Renames secure_hash_nss.cc to secure_hash.cc by bulach@chromium.org · 14 years ago
  95. 8ea8350 Abstracts SHA256 context for NSS / OpenSSL. by bulach@chromium.org · 14 years ago
  96. 8b725fa Check that we've got a complete header before accessing its fields. by glider@chromium.org · 14 years ago
  97. 75844f1 Add one more Valgrind header (memcheck.h) and update the one we already have. by glider@chromium.org · 14 years ago
  98. 52b19fe Move AutoFill messages into a separate file. by jam@chromium.org · 14 years ago
  99. a5b92b4 Allow CDSA/CSSM to be used on worker threads in debug builds by making both the CSSM init singleton and the Mac Security Services lock singleton leaky. by rsleevi@chromium.org · 14 years ago
  100. 3a39767 Add MessageLoop::AssertIdle(). Use in ChromeOS audio threads. by willchan@chromium.org · 14 years ago