1. 8027129 gcc 4.6 warnings cleanup by pph34r@gmail.com · 13 years ago
  2. d483ffe Allow Bind() to take a Callback<> and bind all its free parameters. by ajwong@chromium.org · 13 years ago
  3. 5a4c53c Here are more exports needed for content_unittests to link in the component build. by dpranke@chromium.org · 13 years ago
  4. 1b42c24 Upstream ProcessUtilTest, and make a few other files compile on Android. by jingzhao@chromium.org · 13 years ago
  5. bd6391d Update SHA1_LENGTH -> kSHA1Length to match previous change to SHA256_LENGTH. by pkasting@chromium.org · 13 years ago
  6. 24ba196 add missing, but used headers by ensonic@google.com · 13 years ago
  7. cc65491 Remove chromeos specific debug code from tuple.h by oshima@chromium.org · 13 years ago
  8. 718dddf Add new helper that can adapt Callbacks with return values for Closures. by ajwong@chromium.org · 13 years ago
  9. 43a227f Suppress benign race in ThreadTest.SleepInsideInit by jochen@chromium.org · 13 years ago
  10. 5fca376 Add "kSHA1Length" to base/sha1.h. This is a tiny piece of http://codereview.chromium.org/7972024/ that's being landed first so that the third-party RLZ library can be updated to use it. by pkasting@chromium.org · 13 years ago
  11. 19ff3c7 Get gid of created folders from stat()ing the folders, not from getgid(). by skerner@chromium.org · 13 years ago
  12. 4bf312a Add comment about use of virtual by jar@chromium.org · 13 years ago
  13. d09a919 touchui: support XInput2 multitouch by sadrul@chromium.org · 13 years ago
  14. c574747 Mark VerifyPathControlledByUserTest.* as FAILS_ on mac. by thakis@chromium.org · 13 years ago
  15. a84e5da wstring: remove SplitStringAlongWhitespace for wchar by evan@chromium.org · 13 years ago
  16. 7a47031 Improve IPC logging for ChannelHandle and NPVariant_Param by steveblock@chromium.org · 13 years ago
  17. a9ca27c These are the changes necessary for views to be able to build w/ use_aura implying no gtk. by davemoore@chromium.org · 13 years ago
  18. 93449ef Add external extensions json source in proper mac location. by skerner@google.com · 13 years ago
  19. 605cf03 This is a reapply of by xji@google.com · 13 years ago
  20. 8e2e300 Delete Tracked, and move Location to its own file. by ajwong@chromium.org · 13 years ago
  21. ad4fb90 Fixes aura build on windows. TBRing since build is broken without this by sky@chromium.org · 13 years ago
  22. fc205ff aura: Make GTK a dependency again for chrome/aura etc. to make things buildable. by sadrul@chromium.org · 13 years ago
  23. 847a572 Reland 102005 and 102009: aura: Explicitly disable GTK. by sadrul@chromium.org · 13 years ago
  24. 3b393cb Disable ProcessUtilTest.GetTerminationStatusCrash under AddressSanitizer. by glider@chromium.org · 13 years ago
  25. 1f4cee2 Revert 102006 - fix know issues in RenderText by sky@chromium.org · 13 years ago
  26. 675aad3 Add a gyp flag to enable dcheck by default in release without by nsylvain@chromium.org · 13 years ago
  27. edefce0 Revert 102005 - aura: Explicitly disable GTK. by sky@chromium.org · 13 years ago
  28. c5aea4b Revert 102009 - Follow up fix from r102005: Fix static build of base_unittests. by sky@chromium.org · 13 years ago
  29. 8af08b4 Follow up fix from r102005: Fix static build of base_unittests. by sadrul@chromium.org · 13 years ago
  30. f3ca76e fix know issues in RenderText by xji@google.com · 13 years ago
  31. 393e10c aura: Explicitly disable GTK. by sadrul@chromium.org · 13 years ago
  32. 52d7862 Fix duplicate rule for LASTCHANGE by piman@chromium.org · 13 years ago
  33. 3d2baf0 Linux: add two new DBus client library utility functions, to be used by KWallet. by mdm@chromium.org · 13 years ago
  34. 2e813e7 Base/Valgrind: Close the UStringSearch. by jhawkins@chromium.org · 13 years ago
  35. e2865b2 Disable GetTerminationStatusExit on Windows. by thakis@chromium.org · 13 years ago
  36. af9455b Wait properly for renderer crashes by phajdan.jr@chromium.org · 13 years ago
  37. 1602a47 Adds Find method to the ListValue class. by pastarmovj@chromium.org · 13 years ago
  38. c60a96d Remove base/scoped_ptr.h by akalin@chromium.org · 13 years ago
  39. 987f833 mac: Try to fix valgrind sanity tests 14 and 15. by thakis@chromium.org · 13 years ago
  40. c3846f8 Prevent clang from optimizing away 2 variables. by thakis@chromium.org · 13 years ago
  41. 6cd6900 Fix a trivial warning compiling basictypes.h by mcgrathr@chromium.org · 13 years ago
  42. 01efe90 Fix comment for PostTaskAndReply(). by willchan@chromium.org · 13 years ago
  43. 847d687 Add ToString() method to tracked_objects::Location by akalin@chromium.org · 13 years ago
  44. c04eec5 Searching for downloads currently does a plain substring search, which does not by vanlam@google.com · 13 years ago
  45. 298851a Add messages/handlers for the invocation sequence. Copy from geolocation_dispatcher. by gbillock@chromium.org · 13 years ago
  46. 7ac134c Have SyncMessageFilter hold a reference to MessageLoopProxy instead of a weak pointer. by sievers@chromium.org · 13 years ago
  47. 1374f1d Some possible comment typos? by rogerta@chromium.org · 13 years ago
  48. 2680a0a Fourth attempt at the following. Unreviewed, this was originally reviewed in http://codereview.chromium.org/7550002 . by pkasting@chromium.org · 13 years ago
  49. dfc65a9 Make autofill regular expressions unicode again. by tony@chromium.org · 13 years ago
  50. 43937b2 Move the V8 benchmarking_extension.cc/.h files out of webkit/extensions into chrome as the functionality by ananta@chromium.org · 13 years ago
  51. 7225b7a Stop restricting the sender object path for incoming signals. by satorux@chromium.org · 13 years ago
  52. fd9caa3 ProcessUtilTest.GetTerminationStatusExit is flaky at best... by mad@chromium.org · 13 years ago
  53. 225ca5f Eliminate headers from precompile.h that define 'interface' to avoid compile failures on Windows that would not be seen on Mac or Linux. I didn't do an exact measurement but I think we lose very little in terms of build time from this; Windows.h is the big Windows-specific header and it's still precompiled. by joi@chromium.org · 13 years ago
  54. b23d184 micro optimize CommandLine.GetSwitchPrefixLength by joth@chromium.org · 13 years ago
  55. 11d4c36 Add support for filtering traces by categories. The TraceLog API is updated to support included and excluded categories. This API is then plumbed through to the TraceController so that it can be used across all processes. by jbates@chromium.org · 13 years ago
  56. 4beea00 base: Get rid of references to gtk_util.* from base.gypi. by tfarina@chromium.org · 13 years ago
  57. afd5e2c Add ThreadRestrictions::AssertIOAllowed to platform_file_posix calls by evan@chromium.org · 13 years ago
  58. 98d596a Avoid long test_server timeouts by using action_timeout_ms by phajdan.jr@chromium.org · 13 years ago
  59. 4bed1f3 Refactor Mac crash key reporting - move to base/mac/crash_logging.{h,mm} by jeremy@chromium.org · 13 years ago
  60. 3bc50ce Make Callback.Equals() only work when comparing against the same type. by ajwong@chromium.org · 13 years ago
  61. 505386d Create a "no compile" drivers script in python to unittest compile time asserts. by ajwong@chromium.org · 13 years ago
  62. 18bbd0d Fix memory leak if user of IPC::SyncMessage never calls GetReplyDeserializer(). by dmichael@chromium.org · 13 years ago
  63. ed27f3a Refactor ScopedJavaRef by joth@chromium.org · 13 years ago
  64. cff0949 Use MessageLoopProxy for the origin message loop as well. by satorux@chromium.org · 13 years ago
  65. fb4d529 Add UTF16ToUTF8AndAdjustOffset() to base/. by kinaba@chromium.org · 13 years ago
  66. 8174e5b Move launching in a job object logic by phajdan.jr@chromium.org · 13 years ago
  67. 3b4d6d9 Use precompiled headers for most large projects where the .gyp file by joi@chromium.org · 13 years ago
  68. 3d894b4 aura: A few changes to have aura_demo compile and run on linux. by sadrul@chromium.org · 13 years ago
  69. 788d5a1 Fix trace_event code to accept double-quote and backslash characters in string values by jbates@chromium.org · 13 years ago
  70. 035f4af Support for registering arbitrary Tasks with AtExitManager. by apatrick@chromium.org · 13 years ago
  71. 62dc12c add IPC_MESSAGE_EXPORT to IPC_STRUCT_BEGIN. by dpranke@chromium.org · 13 years ago
  72. a2f1fed Revert 99810 - Get the rest of the chrome target to build (but not link) with USE_AURA. by ben@chromium.org · 13 years ago
  73. 5a92cf3 Add some histograms to the D-Bus library: by satorux@chromium.org · 13 years ago
  74. 7b404ac Get the rest of the chrome target to build (but not link) with USE_AURA. by ben@chromium.org · 13 years ago
  75. 45f2c6a Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. by mdm@chromium.org · 13 years ago
  76. 4a95417 base/json: Make ReadHexDigits easier to read by using IsHexDigit() function. by tfarina@chromium.org · 13 years ago
  77. 1f18e46 Added support to trace_event for passing static string arguments without copy by jbates@chromium.org · 13 years ago
  78. 8b6a3d3 [Linux] Make FilePathWatcher somewhat more symlink aware. by craig.schlenter@chromium.org · 13 years ago
  79. 477ac1b Make BaseFile member functions return net::Error's. by ahendrickson@chromium.org · 13 years ago
  80. 9952aaf Add metrics to measure time elapsed between form load and form submission with or without Autofill. by isherman@chromium.org · 13 years ago
  81. 8c12a9d Move test utilities into test_file_util.*. by ahendrickson@chromium.org · 13 years ago
  82. ad6a345 Update base/timer.h code to pass through Location from call sites. (reland) original CL w/LGTMs: http://codereview.chromium.org/7812036/ by jbates@chromium.org · 13 years ago
  83. d336d45 Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown() by satorux@chromium.org · 13 years ago
  84. e32a2be Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, by mattm@chromium.org · 13 years ago
  85. 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
  86. 1fe806d Base: Change ReadPlatformFile to perform a best by rvargas@google.com · 13 years ago
  87. cb1af06 Synchronize the parent and child processes during launch, ensuring that the by mark@chromium.org · 13 years ago
  88. 3274a1a Remove use of <iostream> where unnecessary. by evan@chromium.org · 13 years ago
  89. 2b47e61 Disable failed test GetTerminationStatusExit on Linux. by dyu@chromium.org · 13 years ago
  90. 7c304b5 base/json: Get rid of static initializer in JSONReader. by tfarina@chromium.org · 13 years ago
  91. e5d3f63 Enable smooth scrolling on mac by thakis@chromium.org · 13 years ago
  92. 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
  93. 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
  94. 6249e05 Moved the following IPC messages used by the chrome NPAPI plugin installer out of content by ananta@chromium.org · 13 years ago
  95. c4b016b Base: Switch base_i18n to be a separate dll (component build) by rvargas@google.com · 13 years ago
  96. 2d471f0 Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS by jamescook@chromium.org · 13 years ago
  97. 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
  98. c6ac757 Fix typos in the D-Bus library. by satorux@chromium.org · 13 years ago
  99. 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
  100. f3c5597 Third attempt at the following. Unreviewed, this was originally reviewed in http://codereview.chromium.org/7550002 . by pkasting@chromium.org · 13 years ago