| Commit message (Expand) | Author | Age | Files | Lines |
* | x11: Make the event-source work with both glib and libevent message-pumps. | sadrul@chromium.org | 2014-04-21 | 2 | -4/+8 |
* | disable more stacktrace usage in debug uclibc builds | mostynb@opera.com | 2014-04-18 | 2 | -3/+5 |
* | base::Thread will store its |name| as a string, so take the name as a string | pkasting@chromium.org | 2014-04-18 | 4 | -6/+5 |
* | Make FormatUrl Keep Track of Full Transformation | mpearson@chromium.org | 2014-04-18 | 3 | -176/+329 |
* | base::ReadFile() should return the number of read bytes on Windows. | fukino@chromium.org | 2014-04-18 | 4 | -14/+60 |
* | Add generate_jni template | cjhopman@chromium.org | 2014-04-18 | 1 | -28/+46 |
* | Remove --debug-on-start and --debug-children. | pkasting@chromium.org | 2014-04-17 | 10 | -279/+1 |
* | Remove unused input_shlib_path | cjhopman@chromium.org | 2014-04-17 | 1 | -2/+0 |
* | Remove all uses of toolkit_use_gtk in the gyp files. | erg@chromium.org | 2014-04-17 | 1 | -35/+1 |
* | Fix a bug in Arm64 atomicops. | rmcilroy@chromium.org | 2014-04-16 | 1 | -1/+1 |
* | Fill out the rest of the net targets in the GN build except Android. | brettw@chromium.org | 2014-04-16 | 1 | -2/+13 |
* | Remove the libc++ and ASan/TSan/MSan runtime dependencies from base.gyp:sanit... | glider@chromium.org | 2014-04-16 | 1 | -0/+15 |
* | message-loop: Remove MessagePumpDispatcher support from glib message-pump. | sadrul@chromium.org | 2014-04-16 | 5 | -90/+58 |
* | Remove MessagePumpGtk. | erg@chromium.org | 2014-04-16 | 11 | -286/+3 |
* | remove redundant ifdefs | estade@chromium.org | 2014-04-15 | 1 | -3/+3 |
* | Implement net in GN build. | brettw@chromium.org | 2014-04-15 | 1 | -6/+0 |
* | Remove CreatePlatformFile | rvargas@chromium.org | 2014-04-15 | 5 | -232/+20 |
* | Set the default ASan options for executables built with ASan on Linux. | glider@chromium.org | 2014-04-15 | 2 | -0/+88 |
* | Re-enable ProcessUtilTest.GetTerminationStatusCrash on Win64 bots | jschuh@chromium.org | 2014-04-15 | 1 | -3/+1 |
* | base: Remove dependency on x11. | sadrul@chromium.org | 2014-04-15 | 2 | -33/+0 |
* | x11: Remove X11 message-pump. | sadrul@chromium.org | 2014-04-15 | 7 | -135/+5 |
* | Android: Make looper traces toplevel. | epenner@chromium.org | 2014-04-15 | 2 | -5/+14 |
* | Revert of Base: Make FileProxy automaticaly close the file on a worker thread... | leviw@chromium.org | 2014-04-15 | 4 | -37/+11 |
* | Revert 263726 "x11: Remove X11 message-pump." | fischman@chromium.org | 2014-04-14 | 7 | -5/+135 |
* | x11: Remove X11 message-pump. | sadrul@chromium.org | 2014-04-14 | 7 | -135/+5 |
* | Base: Make FileProxy automaticaly close the file on a worker thread. | rvargas@chromium.org | 2014-04-14 | 4 | -11/+37 |
* | Trace event micro-optimization: use finer grained lock. | bulach@chromium.org | 2014-04-14 | 1 | -29/+43 |
* | For the WebView build, invoking "cpp" from $PATH is problematic on some | torne@chromium.org | 2014-04-14 | 1 | -14/+20 |
* | Revert 263625 "Set the default ASan options for executables buil..." | fischman@chromium.org | 2014-04-14 | 2 | -86/+0 |
* | Set the default ASan options for executables built with ASan on Linux. | glider@chromium.org | 2014-04-14 | 2 | -0/+86 |
* | Cleanup coding style | byungwook.ahn@gmail.com | 2014-04-13 | 1 | -1/+1 |
* | Checkpoint work to get GN builds working on Android. | dpranke@chromium.org | 2014-04-12 | 1 | -0/+26 |
* | base: Avoid unnecessary calls to BytesAllocatedChanged(). | reveman@chromium.org | 2014-04-11 | 1 | -1/+3 |
* | GN Windows build fixes | brettw@chromium.org | 2014-04-11 | 1 | -7/+7 |
* | Remove icon_loader_linux.cc and related code. | davidben@chromium.org | 2014-04-11 | 2 | -627/+1 |
* | base: Add a trace counter for amount of discardable memory allocated. | reveman@chromium.org | 2014-04-11 | 2 | -0/+16 |
* | x11: Remove MessagePumpObserver. | sadrul@chromium.org | 2014-04-11 | 5 | -57/+10 |
* | Add workaround for TextView.setCompoundDrawablesRelative() on JB MR1. | newt@chromium.org | 2014-04-11 | 1 | -0/+24 |
* | ozone: Fix libbase_nacl build after MessagePumpOzone removal | spang@chromium.org | 2014-04-10 | 2 | -2/+2 |
* | GTK: Adds #error statements to GTK code to root out unknown bots. | erg@chromium.org | 2014-04-10 | 1 | -0/+2 |
* | ozone: Remove the libevent message-pump. | sadrul@chromium.org | 2014-04-10 | 6 | -129/+31 |
* | Fix and improve arm64 atomic operations in Base. | rmcilroy@chromium.org | 2014-04-10 | 1 | -103/+50 |
* | disable stack trace unittests for uClibc builds | mostynb@opera.com | 2014-04-10 | 1 | -0/+2 |
* | [UMA] Fix a crash on logging user actions posted from a non-UI thread. | isherman@chromium.org | 2014-04-10 | 2 | -15/+46 |
* | don't use glibc-specific execinfo.h on uclibc builds | mostynb@opera.com | 2014-04-09 | 3 | -4/+18 |
* | [Linux] Use PR_SET_NO_NEW_PRIVS by default in base/process/launch.h. | rsesek@chromium.org | 2014-04-09 | 4 | -0/+44 |
* | Remove CreatePlatformFile from file_util_proxy | rvargas@chromium.org | 2014-04-09 | 2 | -16/+18 |
* | Add Skia to the GN build. | brettw@chromium.org | 2014-04-09 | 1 | -0/+1 |
* | Fix typo (approve -> approach) and cleanup wording while here | mdempsky@chromium.org | 2014-04-08 | 1 | -4/+4 |
* | Expose the virtual memory limit to blink | jochen@chromium.org | 2014-04-08 | 4 | -0/+38 |