| Commit message (Expand) | Author | Age | Files | Lines |
* | Set svn:eol-style = LF on files in base from which it is missing | mmentovai@google.com | 2008-09-02 | 15 | -1039/+1063 |
* | Initial pass at simple event tracing. I added a few traces to tcp_socket and... | erikkay@google.com | 2008-09-02 | 3 | -2/+303 |
* | Add simple_thread, its unittest, and atomicops_unittest on the Mac | mmentovai@google.com | 2008-09-02 | 1 | -0/+14 |
* | Add a LinkerInitialized constructor to AtomicSequenceNumber. | deanm@google.com | 2008-09-02 | 2 | -1/+2 |
* | Revert part of r1633 Windows time changes, seems to have caused test failures? | deanm@google.com | 2008-09-02 | 2 | -71/+55 |
* | Add a simple thread pool to SimpleThread. | deanm@google.com | 2008-09-02 | 3 | -1/+183 |
* | Cleanup some Windows TimeTicks functions. Move TickTicks::Now and TicksTicks... | deanm@google.com | 2008-09-02 | 6 | -162/+180 |
* | Update Copyright text in SCons config files. | sgk@google.com | 2008-09-01 | 3 | -84/+12 |
* | fix ui tests | darin@google.com | 2008-08-30 | 1 | -1/+0 |
* | Remove assertion in Timer() because it was too aggressive. Instead, we need to | darin@google.com | 2008-08-30 | 1 | -2/+5 |
* | fix mac build | darin@google.com | 2008-08-30 | 1 | -2/+2 |
* | A better fix for the hang observed while running net_unittests on vista. This | darin@google.com | 2008-08-30 | 1 | -8/+10 |
* | Switch SharedTimerWin over to using PostDelayedTask. I made some tweaks to the | darin@google.com | 2008-08-30 | 7 | -49/+68 |
* | Fix net_unittests hang observed on Vista. It turns out that a subpump was | darin@google.com | 2008-08-29 | 1 | -5/+6 |
* | platform ifdefs for webview. Add platform_viewdefs to wrap things like HWNDs ... | pinkerton@google.com | 2008-08-29 | 1 | -0/+38 |
* | We are not going to support win2k, so this test can always run. | deanm@google.com | 2008-08-29 | 1 | -14/+2 |
* | Fix a test to avoid a MSVC warning as error about constant truncation. | deanm@google.com | 2008-08-29 | 1 | -2/+10 |
* | Import upstream atomicop tests. | deanm@google.com | 2008-08-29 | 3 | -0/+234 |
* | Bring back SimpleThread, but with a Delegate interface. | deanm@google.com | 2008-08-29 | 6 | -0/+306 |
* | fix base_unittets bustage observed on mac/linux | darin@google.com | 2008-08-29 | 1 | -2/+4 |
* | fix purify error | darin@google.com | 2008-08-28 | 1 | -0/+1 |
* | Provide what looks like the minimal platform specific interface for skia. Thi... | erg@google.com | 2008-08-28 | 10 | -4/+237 |
* | Reading the comments on a later change, it seems I should have only used a co... | dsh@google.com | 2008-08-28 | 1 | -1/+1 |
* | Simplify OneShotTimer and RepeatingTimer. Fix up all consumers. | darin@google.com | 2008-08-28 | 8 | -155/+372 |
* | WorkerPool implementation for Mac, using NSOperationQueue | mmentovai@google.com | 2008-08-28 | 4 | -1/+148 |
* | Ensure Cocoa sets up its multithreaded environment | mmentovai@google.com | 2008-08-28 | 5 | -10/+74 |
* | Add unit tests for WorkerPool and add a working but poor implementation for L... | dsh@google.com | 2008-08-27 | 3 | -1/+83 |
* | Move std::string16 to base::string16. Don't pollute the std namespace. Don't | mmentovai@google.com | 2008-08-27 | 7 | -139/+162 |
* | Use correct decls for non-windows platforms. Create a platform-neutral wrappe... | pinkerton@google.com | 2008-08-27 | 1 | -0/+7 |
* | Some more passing tests in base for Linux | mmentovai@google.com | 2008-08-27 | 4 | -64/+37 |
* | Use our own bz_internal_error | mmentovai@google.com | 2008-08-27 | 1 | -0/+4 |
* | On .mm files in net and base: | mmentovai@google.com | 2008-08-27 | 5 | -164/+36 |
* | Rename atomicops_internals_x86_mac.h back to its original name, | mmentovai@google.com | 2008-08-27 | 3 | -6/+7 |
* | Add more passing tests to base_unittests. Add a few more headers we use to | mmentovai@google.com | 2008-08-27 | 3 | -10/+25 |
* | Include process_util_posix.cc in POSIX SCons builds | mmentovai@google.com | 2008-08-27 | 1 | -0/+1 |
* | Fix process_util_posix.cc | mmentovai@google.com | 2008-08-27 | 3 | -5/+8 |
* | Stub out a few things into process_util_posix. | deanm@google.com | 2008-08-27 | 1 | -0/+26 |
* | Make perftimer and run_all_perftests compile on Posix. Stub out a few things... | deanm@google.com | 2008-08-27 | 7 | -24/+32 |
* | rollback r1427 to attempt to fix test failures | darin@google.com | 2008-08-27 | 1 | -0/+2 |
* | Fix the net_perftests to work again. | darin@google.com | 2008-08-27 | 1 | -22/+29 |
* | Re-enable DeletePendingTasks. We need this to plug memory leaks in the unit | darin@google.com | 2008-08-27 | 1 | -2/+0 |
* | Add dcheck to CloseHandle() | cpu@google.com | 2008-08-27 | 1 | -2/+5 |
* | Use COMPILE_ASSERT instead of DCHECK for compile-time constant checks | mmentovai@google.com | 2008-08-27 | 1 | -4/+4 |
* | Update pr_time_unittest.cc in base.xcodeproj following r1375 | mmentovai@google.com | 2008-08-27 | 1 | -4/+4 |
* | Mark the platform_canvas_unittest as windows specific. | erg@google.com | 2008-08-27 | 3 | -9/+9 |
* | Fix Linux & Mac builds. I swapped the types of two templates. | brettw@google.com | 2008-08-26 | 1 | -1/+1 |
* | Update base.xcodeproj following r1375 | mmentovai@google.com | 2008-08-26 | 1 | -12/+12 |
* | Add UTF8 <-> UTF-16 conversion functions, and a WebCore::String -> std::strin... | brettw@google.com | 2008-08-26 | 2 | -17/+106 |
* | Remove false 'process crash' signal (again) | cpu@google.com | 2008-08-26 | 1 | -9/+20 |
* | Another attempt at enabling stderr logging for ERROR and FATAL logs. This wi... | erikkay@google.com | 2008-08-26 | 1 | -2/+2 |