summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* platform ifdefs for webview. Add platform_viewdefs to wrap things like HWNDs ...pinkerton@google.com2008-08-291-0/+38
* We are not going to support win2k, so this test can always run.deanm@google.com2008-08-291-14/+2
* Fix a test to avoid a MSVC warning as error about constant truncation.deanm@google.com2008-08-291-2/+10
* Import upstream atomicop tests.deanm@google.com2008-08-293-0/+234
* Bring back SimpleThread, but with a Delegate interface.deanm@google.com2008-08-296-0/+306
* fix base_unittets bustage observed on mac/linuxdarin@google.com2008-08-291-2/+4
* fix purify errordarin@google.com2008-08-281-0/+1
* Provide what looks like the minimal platform specific interface for skia. Thi...erg@google.com2008-08-2810-4/+237
* Reading the comments on a later change, it seems I should have only used a co...dsh@google.com2008-08-281-1/+1
* Simplify OneShotTimer and RepeatingTimer. Fix up all consumers.darin@google.com2008-08-288-155/+372
* WorkerPool implementation for Mac, using NSOperationQueuemmentovai@google.com2008-08-284-1/+148
* Ensure Cocoa sets up its multithreaded environmentmmentovai@google.com2008-08-285-10/+74
* Add unit tests for WorkerPool and add a working but poor implementation for L...dsh@google.com2008-08-273-1/+83
* Move std::string16 to base::string16. Don't pollute the std namespace. Don'tmmentovai@google.com2008-08-277-139/+162
* Use correct decls for non-windows platforms. Create a platform-neutral wrappe...pinkerton@google.com2008-08-271-0/+7
* Some more passing tests in base for Linuxmmentovai@google.com2008-08-274-64/+37
* Use our own bz_internal_errormmentovai@google.com2008-08-271-0/+4
* On .mm files in net and base:mmentovai@google.com2008-08-275-164/+36
* Rename atomicops_internals_x86_mac.h back to its original name,mmentovai@google.com2008-08-273-6/+7
* Add more passing tests to base_unittests. Add a few more headers we use tommentovai@google.com2008-08-273-10/+25
* Include process_util_posix.cc in POSIX SCons buildsmmentovai@google.com2008-08-271-0/+1
* Fix process_util_posix.ccmmentovai@google.com2008-08-273-5/+8
* Stub out a few things into process_util_posix.deanm@google.com2008-08-271-0/+26
* Make perftimer and run_all_perftests compile on Posix. Stub out a few things...deanm@google.com2008-08-277-24/+32
* rollback r1427 to attempt to fix test failuresdarin@google.com2008-08-271-0/+2
* Fix the net_perftests to work again.darin@google.com2008-08-271-22/+29
* Re-enable DeletePendingTasks. We need this to plug memory leaks in the unitdarin@google.com2008-08-271-2/+0
* Add dcheck to CloseHandle()cpu@google.com2008-08-271-2/+5
* Use COMPILE_ASSERT instead of DCHECK for compile-time constant checksmmentovai@google.com2008-08-271-4/+4
* Update pr_time_unittest.cc in base.xcodeproj following r1375mmentovai@google.com2008-08-271-4/+4
* Mark the platform_canvas_unittest as windows specific.erg@google.com2008-08-273-9/+9
* Fix Linux & Mac builds. I swapped the types of two templates.brettw@google.com2008-08-261-1/+1
* Update base.xcodeproj following r1375mmentovai@google.com2008-08-261-12/+12
* Add UTF8 <-> UTF-16 conversion functions, and a WebCore::String -> std::strin...brettw@google.com2008-08-262-17/+106
* Remove false 'process crash' signal (again)cpu@google.com2008-08-261-9/+20
* Another attempt at enabling stderr logging for ERROR and FATAL logs. This wi...erikkay@google.com2008-08-261-2/+2
* Add a trailing EOL to tracked_objects_unittest, elimates a GCC warning.deanm@google.com2008-08-261-1/+1
* Move process_util.cc to process_util_win.cc to make way for posix.deanm@google.com2008-08-263-2/+2
* Move unittests that had a _test filename to _unittest. Update some missing t...deanm@google.com2008-08-267-9/+11
* Disable this DCHECK since too many consumers expect to be able todarin@google.com2008-08-261-1/+3
* fix broken test that assumed it could cache MessageLoop::current() in a stati...darin@google.com2008-08-261-2/+1
* revert to using MessagePumpWin on all threadsdarin@google.com2008-08-261-12/+3
* fix unit test that was missing a MessageLoop allocationdarin@google.com2008-08-261-6/+5
* fix linux builddarin@google.com2008-08-261-1/+1
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-2613-223/+503
* An earlier change I made sent all logging output to stderr. The webkit layou...erikkay@google.com2008-08-251-2/+11
* When we're only outputting to a log file, above a certain log level, we shoul...erikkay@google.com2008-08-251-2/+10
* Fixup some nits from brettpinkerton@google.com2008-08-251-1/+3
* Updated comment in thread naming.avi@google.com2008-08-251-1/+6
* Make PlatformThread::SetName operate only on the current thread.deanm@google.com2008-08-255-8/+10