1. 5be8f34 Fix 64-bit warnings (for 64-bit Windows build) by gregoryd@google.com · 15 years ago
  2. fec229c Functor for functions with STDCALL calling conventions. Allows invoking Windows API. by stoyan@chromium.org · 15 years ago
  3. 3f6b260 Add compiler-specific "examine printf format" attributes to printfs. by evan@chromium.org · 15 years ago
  4. d9e9bb4 Set prop app id for chromium/application shortcut. by xiyuan@chromium.org · 15 years ago
  5. e7f133a Isolate tests by running AtExit callbacks between them. by phajdan.jr@chromium.org · 15 years ago
  6. a32e401 Refactors RenderWidget to extract a PaintAggregator class. by darin@chromium.org · 15 years ago
  7. 9228505 file_util: Fix some callers of CreateNewTempDirectory to remove the deprecated version. by evan@chromium.org · 15 years ago
  8. e3dbf5d Remove the unused ProcessFilter destructor. by evan@chromium.org · 15 years ago
  9. 6b49379 No need to run out of memory test under valgrind - they will obviously leak, but we don't care. by vandebo@chromium.org · 15 years ago
  10. 0265b73 Moved bits.h from O3D to Chrome base. TEST=none BUG=none by apatrick@google.com · 15 years ago
  11. a7a3098 For Linux, override malloc and friends so that we can detect and then stop on out of memory. by vandebo@chromium.org · 15 years ago
  12. 0d848dd linux: StackTrace test isn't expected to work in Release builds anymore by evan@chromium.org · 15 years ago
  13. e03d0bf Launch processes asynchronously so as not to block the UI thread. For now, renderer only, I'll take care of plugin/worker/utility processes in a followup change. (relanding 32203) by jam@chromium.org · 15 years ago
  14. beedd1a Fix race conditions where an object's constructor uses PostTask on itself. This isn't safe since the posted task can execute before the constructor returns, leading to destruction of the object. by jam@chromium.org · 15 years ago
  15. 3b3809e [Mac/Linux] Fix WordIterator::GetWord() for UTF-16 surrogate pairs. by shess@chromium.org · 15 years ago
  16. 890805d Implement web app shortcuts natively per issue 25528 by xiyuan@chromium.org · 15 years ago
  17. 6489cef TBR: willchan by willchan@chromium.org · 15 years ago
  18. b53d746 Experiment: enable TCMalloc on Linux by default. by willchan@chromium.org · 15 years ago
  19. 3ac3206 reland 31875. Revert was: by estade@chromium.org · 15 years ago
  20. 9b21d57 Linux: fix uninit warnings when building -Os. by agl@chromium.org · 15 years ago
  21. 1d240ae Late object binding for stdcall. by stoyan@chromium.org · 15 years ago
  22. 0b3b1ba Add another variant of the PrependInteger UMR stack. by erikkay@chromium.org · 15 years ago
  23. 4e64ab5 linux: Remove NOTIMPL cluttering test output by evan@chromium.org · 15 years ago
  24. 9e31fcd Revert 31875 to see whether it fixes reliability bot. by huanr@chromium.org · 15 years ago
  25. bcd0298 More safe browsing cleanup work: by pkasting@chromium.org · 15 years ago
  26. 8ce7f58 Log warnings, not errors, if we can't fetch memory status for by sgk@google.com · 15 years ago
  27. 046cd5a Split *AndAdjustOffset() functions into their own header, to restore utf_string_conversions.h to a simple, readable state. by pkasting@chromium.org · 15 years ago
  28. 64997aa Use renderer spellchecker for windows. by estade@chromium.org · 15 years ago
  29. 81758fe Add python script that generates gmock_mutant.h by stoyan@chromium.org · 15 years ago
  30. 9241cc6 Print allocation callstacks to LOG(ERROR) rather than std err, since otherwise it doesn't show up inline in the log file. by eroman@chromium.org · 15 years ago
  31. bd24f7f Ensure OOM is a killer on the Mac. by avi@chromium.org · 15 years ago
  32. 1dadc1a [GTTF] Make WatchdogTest.DisarmTest faster by about 2s by phajdan.jr@chromium.org · 15 years ago
  33. b037ff4 Revert 31765 - Experiment: enable TCMalloc on Linux by default. by willchan@chromium.org · 15 years ago
  34. 9313f42 Experiment: enable TCMalloc on Linux by default. by willchan@chromium.org · 15 years ago
  35. 3341010 linux: implement some SysInfo bits to reduce NOTIMPL spew by evan@chromium.org · 15 years ago
  36. 84b05b8 posix: move mac-specific code into mac-specific file by evan@chromium.org · 15 years ago
  37. 6e8e4e1 Implement the memory leak annotations for heap leak checker. by willchan@chromium.org · 15 years ago
  38. 1d42c81 linux: TCMalloc-based C++ heap profiler. by willchan@chromium.org · 15 years ago
  39. 4eb8cda Clean up recent string conversion function changes, part 1: Remove unnecessary code. Thanks to a change in escape.cc I can basically revert the ICU conversions back to what they used to be; I can also get rid of half the conversions immediately since they aren't used. by pkasting@chromium.org · 15 years ago
  40. c85f429 [GTTF] Make DirectoryWatcher tests faster by about 15 seconds. by phajdan.jr@chromium.org · 15 years ago
  41. 98dcdf7 Expand the purify suppressions for PrivateKeyInfoCodec. by willchan@chromium.org · 15 years ago
  42. 5e1eb8b More memory stats code cleanup: by sgk@chromium.org · 15 years ago
  43. 6968934 Fix NSString conversions to treat a null NSString as a string of length 0, instead of crashing. This allows Cocoa to use null objects as empties, as is its wont, and we only run a check when needed. by mirandac@chromium.org · 15 years ago
  44. 4736650 Fix various problems with inline autocomplete and URLs that change length during fixup: by pkasting@chromium.org · 15 years ago
  45. 3734a87 Add 64bit support by gregoryd@google.com · 15 years ago
  46. bc8977f Cancel unused timeout events. Without this change they can by dkegel@google.com · 15 years ago
  47. 7bcc4c1 Use GetSwitchValueASCII. by tony@chromium.org · 15 years ago
  48. 2131ee2 Move the spellchecker to the renderer. by estade@chromium.org · 15 years ago
  49. a786072 Mac: Implement about:memory. by viettrungluu@chromium.org · 15 years ago
  50. b1f47b2 First patch in making destructors of refcounted objects private. by jam@chromium.org · 15 years ago
  51. d6753f3 Cleans up our autorelease pool handling by making sure that an autorelease pool isn't created while the app is handling an event sent via -[NSApp sendEvent]. by dmaclach@chromium.org · 15 years ago
  52. cd3a707 Improve the run time of base_unittests by about 20s by reducing timeouts in by phajdan.jr@chromium.org · 15 years ago
  53. 28c7123 Linux: use /proc/pid/statm to get memory stats when /proc/pid/smaps is unavailable. by thestig@chromium.org · 15 years ago
  54. f64907f Implement FormStructure and an initial method, EncodeUploadRequest. This also adds SHA1HashString, a utility method to get the SHA-1 hash of an input string, with appropriate unit tests. by jhawkins@chromium.org · 15 years ago
  55. 21ae481 GTK: Properly convert task manager UI row to task manager model row. by estade@chromium.org · 15 years ago
  56. 4352f4d Add support for getting the real process id from within the suid sandbox. The browser processes gets the real process ids, so they look correct in the task manager. When it asks the zygote to reap a process, we use the process ids internal to the sandbox. by thestig@chromium.org · 15 years ago
  57. 922da97 Attempt 2 at: by sky@chromium.org · 15 years ago
  58. 85f3b30 Revert 30938 - Add support for getting the real process id from within the suid sandbox. The browser processes gets the real process ids, so they look correct in the task manager. When it asks the zygote to reap a process, we use the process ids internal to the sandbox. by thestig@chromium.org · 15 years ago
  59. 04c69f2 Add support for getting the real process id from within the suid sandbox. The browser processes gets the real process ids, so they look correct in the task manager. When it asks the zygote to reap a process, we use the process ids internal to the sandbox. by thestig@chromium.org · 15 years ago
  60. 51add8d Add first class support for user scripts. by aa@chromium.org · 15 years ago
  61. 88483ff Revert 30903 - Gets find bar animation/clipping to work on views/gtk. by sky@chromium.org · 15 years ago
  62. edc4b78 Gets find bar animation/clipping to work on views/gtk. by sky@chromium.org · 15 years ago
  63. ab42567 linux: compiler_version.py tweak to work on gcc 4.4 by evan@chromium.org · 15 years ago
  64. d9110cb Linux: Autodetect and change build flags when using gcc 4.4. by craig.schlenter@chromium.org · 15 years ago
  65. f0f7291 Submitting change from http://codereview.chromium.org/276029/show by mad@chromium.org · 15 years ago
  66. 5863a19 Add the ability for objects which derive from RefCountedThreadSafe to specify a destructor trait. This allows browser objects to specify which thread they're terminated on. The benefit is we avoid the need to do manual ref counting when an object posts tasks to itself on different threads, if an object must be destructed on a specific thread. by jam@chromium.org · 15 years ago
  67. bb9dd07 Add a CHECK() around the SharedMemory ftruncate() call to finger it as a crash culprit. by hawk@chromium.org · 15 years ago
  68. 670699b Bisect script should exit gracefully when not enough revisions are present by nirnimesh@chromium.org · 15 years ago
  69. 5feb5bb Convert ReplaceStringPlaceholders(std::string...) to take a by tony@chromium.org · 15 years ago
  70. fd4599a Linux: Add missing include. by craig.schlenter@chromium.org · 15 years ago
  71. ad59fcb Lower priorities of background tabs on linux. by davemoore@chromium.org · 15 years ago
  72. 2feb1c8 Move FileDescriptorGetInode() and FindProcessHoldingSocket() into base/linux_util.cc. Reimplement FileDescriptorGetInode(). by thestig@chromium.org · 15 years ago
  73. e035408 First parts of new FTP LIST response parsing code. by phajdan.jr@chromium.org · 15 years ago
  74. cfdd608 Reset the Mac message pump's delayed work timer upon waking from system sleep. by mark@chromium.org · 15 years ago
  75. b801ee3 Get rid of FilePath::AppendAndResolveRelative(). by mad@chromium.org · 15 years ago
  76. 7cde031 Fix for bug 10876 that resulted in some refactoring: by rolandsteiner@chromium.org · 15 years ago
  77. d37bd34 Fix build breakage at r30320. by ukai@chromium.org · 15 years ago
  78. eb9afb4 Add Pickle::Read/WriteUint64. by thestig@chromium.org · 15 years ago
  79. 08945ec Make all paths passed to --user-data-dir absolute. by erg@google.com · 15 years ago
  80. dcce3a3 Modify DataPacks so they can return RefCountedStaticMemory objects. by erg@google.com · 15 years ago
  81. 5828b51 Move console stack dumping code to a function so it can be reused in test_shell_tests. by maruel@chromium.org · 15 years ago
  82. 0facf21 Fix an exception in the ref counted data. This appeares as a crash on startip by brettw@chromium.org · 15 years ago
  83. f44f631 Add GrabWindowSnapshot method to mac_util class, and a unit test. by mirandac@chromium.org · 15 years ago
  84. 03100a8 Suppress a data race on vfptr in ipc/ipc_sync_channel_unittest.cc by timurrrr@chromium.org · 15 years ago
  85. 755ea26 Revert 30168 - Commit patch set from http://codereview.chromium.org/149796 by rolandsteiner@chromium.org · 15 years ago
  86. f85323d Commit patch set from http://codereview.chromium.org/149796 by rolandsteiner@chromium.org · 15 years ago
  87. 7283507 Revert 30149 - The existing file_util::AbsolutePath() function was already doing what we needed to do in the ExtensionResource class. by tim@chromium.org · 15 years ago
  88. 16e4b9e The existing file_util::AbsolutePath() function was already doing what we needed to do in the ExtensionResource class. by mad@chromium.org · 15 years ago
  89. f02b2d7 Make the memory resource functions return bools so that we know when the information is not available. Refactor TaskManager slightly. by vandebo@chromium.org · 15 years ago
  90. ce161d8 Move helper_gmock.h from ChromFrame subrtee to testing directory. by stoyan@google.com · 15 years ago
  91. c4fee2c Remove deprecated CommandLine(std::wstring) ctor. by evan@chromium.org · 15 years ago
  92. 0adbd64 About box auto-update improvements. by mark@chromium.org · 15 years ago
  93. 283facb Move creation of SEH frame into a separate funcion.For any function that uses SEH, the compiler creates a single EXCEPTION_REGISTRATION record at the function prolog (even if the function has nested or inside condition statement __try/__except constructs). When __try block is entered and leaved only the index to the relevant scope table is updated.When the exception occurs the __except_handler4 may ignore it if there is no scope table set i.e. we are outside __try block.In ChromeFrame when exception happens, the global vectored exception filter walks through the SEH chain and is misled that there is handler/filter installed and therefore skips creation of a crashdump. by stoyan@google.com · 15 years ago
  94. eea8559 Log the argument (NSS config directory) that we pass to by wtc@chromium.org · 15 years ago
  95. 7cd41eb Move the json-related files into a separate json directory. This hopefully also by brettw@chromium.org · 15 years ago
  96. 33b0fad Implements tests for testing browser's overall key events handling behavior. by suzhe@chromium.org · 15 years ago
  97. 7d3eaa7 linux: cut down on EPIPE error spew by evan@chromium.org · 15 years ago
  98. 0fb4c2b Disable the FileUtilICU tests because they hang purify by nsylvain@chromium.org · 15 years ago
  99. 80f5d52 Do some cleanup of file path name handling. by brettw@chromium.org · 15 years ago
  100. fd7a76b Added a case to build_config.h to cover compiling for Linux with 16-bit wchars by brettw@chromium.org · 15 years ago