1. 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
  2. 922da97 Attempt 2 at: by sky@chromium.org · 15 years ago
  3. 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
  4. 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
  5. 51add8d Add first class support for user scripts. by aa@chromium.org · 15 years ago
  6. 88483ff Revert 30903 - Gets find bar animation/clipping to work on views/gtk. by sky@chromium.org · 15 years ago
  7. edc4b78 Gets find bar animation/clipping to work on views/gtk. by sky@chromium.org · 15 years ago
  8. ab42567 linux: compiler_version.py tweak to work on gcc 4.4 by evan@chromium.org · 15 years ago
  9. d9110cb Linux: Autodetect and change build flags when using gcc 4.4. by craig.schlenter@chromium.org · 15 years ago
  10. f0f7291 Submitting change from http://codereview.chromium.org/276029/show by mad@chromium.org · 15 years ago
  11. 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
  12. bb9dd07 Add a CHECK() around the SharedMemory ftruncate() call to finger it as a crash culprit. by hawk@chromium.org · 15 years ago
  13. 670699b Bisect script should exit gracefully when not enough revisions are present by nirnimesh@chromium.org · 15 years ago
  14. 5feb5bb Convert ReplaceStringPlaceholders(std::string...) to take a by tony@chromium.org · 15 years ago
  15. fd4599a Linux: Add missing include. by craig.schlenter@chromium.org · 15 years ago
  16. ad59fcb Lower priorities of background tabs on linux. by davemoore@chromium.org · 15 years ago
  17. 2feb1c8 Move FileDescriptorGetInode() and FindProcessHoldingSocket() into base/linux_util.cc. Reimplement FileDescriptorGetInode(). by thestig@chromium.org · 15 years ago
  18. e035408 First parts of new FTP LIST response parsing code. by phajdan.jr@chromium.org · 15 years ago
  19. cfdd608 Reset the Mac message pump's delayed work timer upon waking from system sleep. by mark@chromium.org · 15 years ago
  20. b801ee3 Get rid of FilePath::AppendAndResolveRelative(). by mad@chromium.org · 15 years ago
  21. 7cde031 Fix for bug 10876 that resulted in some refactoring: by rolandsteiner@chromium.org · 15 years ago
  22. d37bd34 Fix build breakage at r30320. by ukai@chromium.org · 15 years ago
  23. eb9afb4 Add Pickle::Read/WriteUint64. by thestig@chromium.org · 15 years ago
  24. 08945ec Make all paths passed to --user-data-dir absolute. by erg@google.com · 15 years ago
  25. dcce3a3 Modify DataPacks so they can return RefCountedStaticMemory objects. by erg@google.com · 15 years ago
  26. 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
  27. 0facf21 Fix an exception in the ref counted data. This appeares as a crash on startip by brettw@chromium.org · 15 years ago
  28. f44f631 Add GrabWindowSnapshot method to mac_util class, and a unit test. by mirandac@chromium.org · 15 years ago
  29. 03100a8 Suppress a data race on vfptr in ipc/ipc_sync_channel_unittest.cc by timurrrr@chromium.org · 15 years ago
  30. 755ea26 Revert 30168 - Commit patch set from http://codereview.chromium.org/149796 by rolandsteiner@chromium.org · 15 years ago
  31. f85323d Commit patch set from http://codereview.chromium.org/149796 by rolandsteiner@chromium.org · 15 years ago
  32. 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
  33. 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
  34. 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
  35. ce161d8 Move helper_gmock.h from ChromFrame subrtee to testing directory. by stoyan@google.com · 15 years ago
  36. c4fee2c Remove deprecated CommandLine(std::wstring) ctor. by evan@chromium.org · 15 years ago
  37. 0adbd64 About box auto-update improvements. by mark@chromium.org · 15 years ago
  38. 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
  39. eea8559 Log the argument (NSS config directory) that we pass to by wtc@chromium.org · 15 years ago
  40. 7cd41eb Move the json-related files into a separate json directory. This hopefully also by brettw@chromium.org · 15 years ago
  41. 33b0fad Implements tests for testing browser's overall key events handling behavior. by suzhe@chromium.org · 15 years ago
  42. 7d3eaa7 linux: cut down on EPIPE error spew by evan@chromium.org · 15 years ago
  43. 0fb4c2b Disable the FileUtilICU tests because they hang purify by nsylvain@chromium.org · 15 years ago
  44. 80f5d52 Do some cleanup of file path name handling. by brettw@chromium.org · 15 years ago
  45. fd7a76b Added a case to build_config.h to cover compiling for Linux with 16-bit wchars by brettw@chromium.org · 15 years ago
  46. b5299f1 Trim the lsb_release output in GetLinuxDistro. by thestig@chromium.org · 15 years ago
  47. 9d0e95c Simplify GetLinuxDistro() for Chrome OS. by thestig@chromium.org · 15 years ago
  48. 6271872 Fix ProcessUtilTest.FDRemapping hang on x86_64 by counting open fds in child process nondestructively by dkegel@google.com · 15 years ago
  49. d8461d2 Add a comment warning against using RSAPrivateKeyImport on untrusted sources. by rafaelw@chromium.org · 15 years ago
  50. cafa744 Remove +x bit from files that shouldn't have it. by evan@chromium.org · 15 years ago
  51. cc4f7b3 Minimize dependency of user scripts. by mad@chromium.org · 15 years ago
  52. 1c39a01 Cleanup: change PIDs to base::ProcessId (or pid_t, as appropriate). by viettrungluu@chromium.org · 15 years ago
  53. 7b4227b Deprecate PathService::Get(..., wstring*) and use FilePath instead. by evan@chromium.org · 15 years ago
  54. bca1e7c Add more string16 variants. by darin@chromium.org · 15 years ago
  55. c25eae8 First fix to minimize copying of image data. by erg@google.com · 15 years ago
  56. cef36fb We want GOOGLE_CHROME_BUILDs on Chrome OS to get the appropriate OS version info. by cmasone@google.com · 15 years ago
  57. a4096a8 On Linux, Chrome uses lsb_release (a python script) to determine the name of the distro. On Chrome OS, we don't need to do this. by cmasone@google.com · 15 years ago
  58. 600a96a Forces user to use ScopedNSAutoreleasePool instead of using by dmaclach@chromium.org · 15 years ago
  59. a026642 Remove special code fro calculating bucket index in linear histograms by jar@chromium.org · 15 years ago
  60. 1b78831 Adding support for Reset in StringTokenizerT and HttpHeadersIterator. by tommi@chromium.org · 15 years ago
  61. 1a35887 Adjust comment following r29182 post-commit feedback. by mark@chromium.org · 15 years ago
  62. 44aaf62 Linux: remove the pipe errors that we spew all the time. by agl@chromium.org · 15 years ago
  63. 0cafffe Mark some disabled tests as flaky to increase test coverage. by phajdan.jr@chromium.org · 15 years ago
  64. ec4a060 Add AtomicFlag class to base/... by timurrrr@chromium.org · 15 years ago
  65. 8289952 Add string16 support for LowerCaseEqualsASCII, StartsWith, and EndsWith. by darin@chromium.org · 15 years ago
  66. 95dab0a Make all NSPR symbols "private extern". by mark@chromium.org · 15 years ago
  67. 7186358 Add a variation of a stack to the base unittest umr flaky list. by nsylvain@chromium.org · 15 years ago
  68. 518fe79 Re-try r29078: Remove some deprecated file_util wstring functions. by estade@chromium.org · 15 years ago
  69. fce07c7 Remove file_util::TrimTrailingSeparators(), which is deprecated and by tkent@chromium.org · 15 years ago
  70. d241ae1 Revert wstring patch (r29078 and follow up commits). It is causing failures on the buildbots. by estade@chromium.org · 15 years ago
  71. 45a7704 Remove some deprecated file_util wstring functions. by estade@chromium.org · 15 years ago
  72. c0cf77e More CopyDirectory tests and fixes by vandebo@chromium.org · 15 years ago
  73. 67eb77e Remove the base_gfx project since it no longer has an external dependencies. by brettw@chromium.org · 15 years ago
  74. 00f3a0b Re-attempt r28993 by darin@chromium.org · 15 years ago
  75. 2777cb0 The send done event in the old send watcher can be NULL as it can be signaled in a nested sync channel by ananta@chromium.org · 15 years ago
  76. d4b16ec Reverting 28993. Review URL: http://codereview.chromium.org/267100 by darin@chromium.org · 15 years ago
  77. eac2e9f Add string16 support for TrimString, TrimWhitespace, and CollapseWhitespace. by darin@chromium.org · 15 years ago
  78. 31b338f John, please review everything. by ananta@chromium.org · 15 years ago
  79. 029a840 Add a comment to file_path.h describing a couple of bits of trivia that came by mark@chromium.org · 15 years ago
  80. 0b3a994 Demangle C++ symbols in stack traces for Linux. by evan@chromium.org · 15 years ago
  81. 1e25e00 Convert SysInfo::AmountOfFreeDiskSpace from wstring to FilePath. by tony@chromium.org · 15 years ago
  82. 29e288f Fix a whole bunch of style nits. by erg@google.com · 15 years ago
  83. 7bd4dca Add API to CommandLine to get a FilePath value of a switch. by evan@chromium.org · 15 years ago
  84. 90a3f8a Eliminate all uses of strerror() in code that uses src/base. strerror() is inherently unsafe in multi-threaded apps because it stores the string in a global buffer. It should never be used. If you want to log an error, use PLOG and friends, or if that's too high-level then use safe_strerror(). by tschmelcher@chromium.org · 15 years ago
  85. 70cf3f1 Match window's behavior when recursively copying directories that exist. by vandebo@chromium.org · 15 years ago
  86. 778d9cf Add FilePathTest.StripTrailingSeparators to base_unittests to test by mark@chromium.org · 15 years ago
  87. ef0e943 Turn NULL used as int to 0. (Excluding chrome/browser/...) by phajdan.jr@chromium.org · 15 years ago
  88. ceacced This is a second attempt at submitting this changelist. The original one was by markus@chromium.org · 15 years ago
  89. 741196d Make GetLinuxDistro thread-safe. by thestig@chromium.org · 15 years ago
  90. c11615c Remove obsolete source excludes in base/gfx. The files have been moved to app/gfx/ by thestig@chromium.org · 15 years ago
  91. e3fca69 Use ASCII strings for switch names. by evan@chromium.org · 15 years ago
  92. 14ca2d2 linux: drop linux-specific CommandLine function by evan@chromium.org · 15 years ago
  93. 6240fee include CHROMEOS files and defintions in TOOLKIT_VEIWS build. by oshima@chromium.org · 15 years ago
  94. 6606180 Convert a CopyRecursiveDirNoCache to use FilePaths instead by tony@chromium.org · 15 years ago
  95. 757621d CommandLine: rejigger how initialization works. by evan@chromium.org · 15 years ago
  96. 4da68b0 Step 2 in porting disk cache to using FilePath. by tony@chromium.org · 15 years ago
  97. b6e7c2b Drop redundant CommandLine::Terminate. by evan@chromium.org · 15 years ago
  98. 753c0d3 Trim the list of signals used by debug_util::DisableOSCrashDumps() on Mac. by mark@chromium.org · 15 years ago
  99. 3d4195c Move native_widget_types and gtk_native_view_id_manager from base/gfx to by brettw@chromium.org · 15 years ago
  100. de29ea4 Remove the dependency on i18n/icu_string_conversions from base/string_util.h. by brettw@chromium.org · 15 years ago