summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Delete some accidental comments.estade@chromium.org2008-11-051-3/+1
* Rewrote the clipboard API to be more concurrent. Added a helper class to make...estade@chromium.org2008-11-0511-326/+695
* Review URL: http://codereview.chromium.org/8220dsh@google.com2008-11-042-5/+9
* Spelling fix (r4652)mark@chromium.org2008-11-041-1/+3
* Port more of url_request_unittest.cc.dkegel@google.com2008-11-044-5/+16
* Fix scoped_cftyperef<>::reset() to adopt the incoming CFTypeRef when themark@chromium.org2008-11-041-3/+3
* Turn time_mac.cc back on, with workaround for scoped_cftyperef reset bugamanda@chromium.org2008-11-042-10/+8
* Handle time overflow more gracefully in base/time_posix.cc. Instead ofmark@chromium.org2008-11-041-5/+38
* Use CreateThread instead of _beginthreadex. This should still be safe, and w...deanm@chromium.org2008-11-041-6/+8
* Fix tree breakage.erg@google.com2008-11-041-1/+4
* Remove fragile check in DidProcessCrashcpu@google.com2008-11-032-5/+13
* Get url_request_unittest.cc to build on Linux.dkegel@google.com2008-11-031-1/+1
* Undisable the now not-flaky unittests!ojan@google.com2008-11-031-5/+2
* Revert r4473 to fix build breakage (local time zone tests failed)amanda@chromium.org2008-11-032-3/+33
* Switch from the benighted PlatformThread to the shiny SimpleThreaddkegel@google.com2008-11-032-11/+16
* Add a TODO from Jar.mbelshe@google.com2008-11-031-0/+3
* Update Mac implemention of Time to prevent problems withamanda@chromium.org2008-11-033-34/+126
* Update idle timer test to use longer intervals.mbelshe@google.com2008-11-031-33/+40
* Weee. More TODO(darin)s. :)ojan@google.com2008-11-031-3/+5
* The base unittests were succeeding for the isolatedmbelshe@google.com2008-11-031-0/+2
* Fix unit test for system monitor.mbelshe@google.com2008-11-031-0/+11
* quick build fix for Linuxerikkay@google.com2008-11-031-1/+1
* * Add write and read/write support to FileStream (renamed from FileInputStream).erikkay@google.com2008-11-036-10/+189
* Make the SystemMonitor observer list thread safe.mbelshe@google.com2008-11-036-64/+119
* Always show file extensions in the shelf.glen@chromium.org2008-11-032-2/+13
* Fix compilation error on Windows and link error on Macdkegel@google.com2008-10-311-8/+5
* Port GetProcessCount(), KillProcesses(), and CleanupProcesses().dkegel@google.com2008-10-313-5/+278
* Port last remaining test case in base/stats_table_unittest.cc, anddkegel@google.com2008-10-313-39/+45
* Adds the ability for ObserverList to not notify observers added duringsky@google.com2008-10-312-5/+67
* AbsolutePath should probably also work on non-Windows platforms.evanm@google.com2008-10-311-1/+1
* AbsolutePath should probably actually use its input somewhere.evanm@google.com2008-10-311-1/+1
* Switch to using the message loop rather than gtk_main().agl@chromium.org2008-10-301-2/+10
* Begin the first small step towards using FilePath everywhere:evanm@google.com2008-10-3016-307/+469
* Fix build bustage - remove reference to exported_sybmols file.jeremy@chromium.org2008-10-291-3/+0
* 1) Add a new MULTIPROCESS_TEST_MAIN macro to store child process namesjeremy@chromium.org2008-10-298-59/+23
* System includes need to use angle brackets for check_depsagl@chromium.org2008-10-291-1/+1
* Start writing the GTK code for test_shell.agl@chromium.org2008-10-293-13/+49
* Removed magic number for owner rights, avoid to call close(-1).brettw@google.com2008-10-291-2/+2
* * Revert "Start writing the GTK code for test_shell."agl@chromium.org2008-10-283-48/+12
* Start writing the GTK code for test_shell.agl@chromium.org2008-10-283-12/+48
* Roll back project file portion of r4024. The unit test is not ready on Macmark@chromium.org2008-10-281-8/+0
* Add base\field_trial_unittest.cc to the SCons build.sgk@google.com2008-10-281-0/+1
* Add a file I forgot in the last change.evanm@google.com2008-10-271-0/+25
* Port a few test_shell_tests. Now it runs 45 of them.evanm@google.com2008-10-271-0/+1
* fix linux build by making sure APICALL is defined ontc@google.com2008-10-271-2/+2
* Disable flaky test IdleTimerTest.RepeatIdleResetmaruel@google.com2008-10-271-1/+2
* Enable stats_tabe_unittest.cc on OS X.jeremy@chromium.org2008-10-276-9/+86
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-2747-67/+121
* Lint message loop code (added explicit to a class definition)jar@google.com2008-10-271-6/+6
* Clean up filter and content encoding handling jar@google.com2008-10-272-1/+5