summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Omnibox: Highlight Matches in URLs Properlympearson@chromium.org2014-04-283-2/+105
* libevent message-pump: Fix a particular case of nested message-loop runs.sadrul@chromium.org2014-04-282-4/+45
* Parsing /proc/cpuinfo for cpu branding information on Android and Aura.puttaraju.r@samsung.com2014-04-281-7/+50
* Clean up the Linux FileWatcher implementation.thestig@chromium.org2014-04-261-123/+143
* Fix typo inside comment in base/bind_helpers.h.tnagel@chromium.org2014-04-251-1/+1
* base: Refactor DiscdarableMemoryManager for use with different type of alloca...reveman@chromium.org2014-04-255-328/+367
* base: Test the cost of adding observers on message loops.epenner@chromium.org2014-04-251-0/+26
* Remove the WCHAR_T_IS_UNSIGNED definition since it is not really useful. Repl...rmcilroy@chromium.org2014-04-251-7/+2
* Extend UnixDomainSocket::RecvMsg to return sender's PIDmdempsky@chromium.org2014-04-243-8/+112
* Rename gpu.SwapBuffers to gpu.PresentingFrame and add it to PostSubBuffer.geofflang@chromium.org2014-04-241-5/+6
* TRACING: Enable java tracing from native alsoepenner@chromium.org2014-04-233-13/+39
* Make use of cached trace state in TraceEventhush@chromium.org2014-04-231-0/+1
* Rename jni_helper.h to jni_weak_ref.h.newt@chromium.org2014-04-235-41/+50
* [Android]: Avoid time_t special case on 64bit Android devices.rmcilroy@chromium.org2014-04-231-3/+3
* Enable check_printf=1 for ASan.glider@chromium.org2014-04-231-3/+6
* Cleanup: Get rid of base::UTF16ToWideHack.thestig@chromium.org2014-04-231-1/+0
* UTF8 Adjustments for FormatURL(): Fix Overly-Aggressive DCHECKmpearson@chromium.org2014-04-231-4/+5
* Extracted logging::SystemErrorCodeToString function.vitalybuka@chromium.org2014-04-233-87/+48
* Some cleanups for the message_loop.h/cc.sadrul@chromium.org2014-04-233-146/+85
* Allow creating SharedMemory that can't be shared read-only.jbauman@chromium.org2014-04-233-24/+44
* Disable crazy linker build on 64-bit.anton@chromium.org2014-04-221-4/+6
* Added support to convert double to timedelta's without loss of data during ty...behara.ms@samsung.com2014-04-222-0/+32
* Support COM in SequencedWorkerPool. This will be used by some code thatpkasting@chromium.org2014-04-212-0/+11
* x11: Make the event-source work with both glib and libevent message-pumps.sadrul@chromium.org2014-04-212-4/+8
* disable more stacktrace usage in debug uclibc buildsmostynb@opera.com2014-04-182-3/+5
* base::Thread will store its |name| as a string, so take the name as a stringpkasting@chromium.org2014-04-184-6/+5
* Make FormatUrl Keep Track of Full Transformationmpearson@chromium.org2014-04-183-176/+329
* base::ReadFile() should return the number of read bytes on Windows.fukino@chromium.org2014-04-184-14/+60
* Add generate_jni templatecjhopman@chromium.org2014-04-181-28/+46
* Remove --debug-on-start and --debug-children.pkasting@chromium.org2014-04-1710-279/+1
* Remove unused input_shlib_pathcjhopman@chromium.org2014-04-171-2/+0
* Remove all uses of toolkit_use_gtk in the gyp files.erg@chromium.org2014-04-171-35/+1
* Fix a bug in Arm64 atomicops.rmcilroy@chromium.org2014-04-161-1/+1
* Fill out the rest of the net targets in the GN build except Android.brettw@chromium.org2014-04-161-2/+13
* Remove the libc++ and ASan/TSan/MSan runtime dependencies from base.gyp:sanit...glider@chromium.org2014-04-161-0/+15
* message-loop: Remove MessagePumpDispatcher support from glib message-pump.sadrul@chromium.org2014-04-165-90/+58
* Remove MessagePumpGtk.erg@chromium.org2014-04-1611-286/+3
* remove redundant ifdefsestade@chromium.org2014-04-151-3/+3
* Implement net in GN build.brettw@chromium.org2014-04-151-6/+0
* Remove CreatePlatformFilervargas@chromium.org2014-04-155-232/+20
* Set the default ASan options for executables built with ASan on Linux.glider@chromium.org2014-04-152-0/+88
* Re-enable ProcessUtilTest.GetTerminationStatusCrash on Win64 botsjschuh@chromium.org2014-04-151-3/+1
* base: Remove dependency on x11.sadrul@chromium.org2014-04-152-33/+0
* x11: Remove X11 message-pump.sadrul@chromium.org2014-04-157-135/+5
* Android: Make looper traces toplevel.epenner@chromium.org2014-04-152-5/+14
* Revert of Base: Make FileProxy automaticaly close the file on a worker thread...leviw@chromium.org2014-04-154-37/+11
* Revert 263726 "x11: Remove X11 message-pump."fischman@chromium.org2014-04-147-5/+135
* x11: Remove X11 message-pump.sadrul@chromium.org2014-04-147-135/+5
* Base: Make FileProxy automaticaly close the file on a worker thread.rvargas@chromium.org2014-04-144-11/+37
* Trace event micro-optimization: use finer grained lock.bulach@chromium.org2014-04-141-29/+43