summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Add missing BASE_EXPORT to fix buildjoth@chromium.org2011-11-071-1/+2
* Thin out the Singeton template codejoth@chromium.org2011-11-073-22/+53
* Minor cleanup: Make method private that is only used for testingjar@chromium.org2011-11-062-17/+27
* Remove calls to g_thread_init().willchan@chromium.org2011-11-051-1/+0
* Copy WebKit's DEFINE_STATIC_LOCAL to base/basictypes.hthakis@chromium.org2011-11-051-0/+7
* Support tracking of IPC messages as tasks in profilerjar@chromium.org2011-11-0511-198/+401
* Minor perf and size optimization - don't do asserts in release buildjoth@chromium.org2011-11-042-0/+6
* Clean up some API in trace_event_analyzer.h and add some getters.jbates@chromium.org2011-11-043-29/+126
* Revert 108639 - again it seems to have broken Mac layout testskinuko@chromium.org2011-11-042-100/+27
* Original issue with review is:kinuko@chromium.org2011-11-042-27/+100
* Remove 2 unused definitions from base/basictypes.hthakis@chromium.org2011-11-041-12/+0
* Change three LazyInstances I added earlier to be leaky.thakis@chromium.org2011-11-042-4/+9
* Remove 1 exit time destructor and 1 static initializer from watchdog.ccthakis@chromium.org2011-11-042-30/+33
* Support max of profiled times as well as sum and averagejar@chromium.org2011-11-043-48/+176
* Remove 1 exit time destructor and 1 static initializer from platform_thead_(p...thakis@chromium.org2011-11-032-7/+20
* Remove 1 exit time destructor and 1 static initializer in trace_event.thakis@chromium.org2011-11-032-15/+15
* Remove 2 exit time destructors and 2 static initializers.thakis@chromium.org2011-11-031-7/+11
* Remove base::Thread::CleanUpAfterMessageLoopDestruction() because it is unuse...rsesek@chromium.org2011-11-031-5/+0
* Remove an unused include.thakis@chromium.org2011-11-031-1/+0
* Revert 108352 - Try to see if disabling ALL tracking helps treejar@chromium.org2011-11-031-1/+1
* Try to see if disabling ALL tracking helps treejar@chromium.org2011-11-021-1/+1
* Thread::Stop() must be called before any subclass's destructor completes.joi@chromium.org2011-11-023-6/+17
* Revert 108258 - broke Mac LayoutTests.kinuko@chromium.org2011-11-022-100/+27
* Moving the SignalingTask class to base/test.tommi@chromium.org2011-11-023-0/+53
* Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: Creat...kinuko@chromium.org2011-11-022-27/+100
* Add FilePath::FromUTF8Unsafe() and FilePath::AsUTF8Unsafe().satorux@chromium.org2011-11-024-28/+86
* Test 32bit time in tracked_objectjar@chromium.org2011-11-021-0/+98
* Cleanup: No need to dynamically allocate a couple class members in mime_util_...thestig@chromium.org2011-11-021-25/+16
* Linux: Use the existing desktop environment detection code in mime_util_xdg.c...thestig@chromium.org2011-11-011-6/+13
* Add CHECK to catch places where BrowserProcessImpl's refcount goes to 0.willchan@chromium.org2011-11-012-0/+8
* Make LazyInstance managed Locks leaky.thestig@chromium.org2011-11-011-2/+3
* regex fixes in base.gypi for android files.jrg@chromium.org2011-11-011-11/+14
* Prevent clang from optimizing away a variable.thakis@chromium.org2011-11-011-1/+2
* Enable default object tracking no Macjar@chromium.org2011-11-011-5/+0
* Enable tracking of objects by defaultjar@chromium.org2011-10-3113-393/+849
* Enable ICU in Androidmichaelbai@google.com2011-10-311-50/+0
* Revert 107895 - Fully enable about:tracking by defaultjoth@chromium.org2011-10-3113-754/+368
* Revert 107939 - Pile of nits for tracked object enablementjoth@chromium.org2011-10-311-36/+13
* Revert 107940 - Remove DCHECK that tickles TLS during shutdownjoth@chromium.org2011-10-311-0/+1
* Revert 107944 - Avoid all unnecessary calls to TLS during thread teardownjoth@chromium.org2011-10-311-0/+1
* Avoid all unnecessary calls to TLS during thread teardownjar@chromium.org2011-10-311-1/+0
* Remove DCHECK that tickles TLS during shutdownjar@chromium.org2011-10-311-1/+0
* Pile of nits for tracked object enablementjar@chromium.org2011-10-311-13/+36
* Revert 107928 - Pile of nits for tracked object enablementjar@chromium.org2011-10-311-36/+12
* Pile of nits for tracked object enablementjar@chromium.org2011-10-311-12/+36
* Revert 107921 - Pile of nits for tracked object enablementjar@chromium.org2011-10-311-36/+12
* Pile of nits for tracked object enablementjar@chromium.org2011-10-311-12/+36
* Revert log change to thread_local_win to fix an internal compiler error whenbrettw@chromium.org2011-10-311-1/+1
* Fully enable about:tracking by defaultjar@chromium.org2011-10-3013-368/+754
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-295-20/+31