summaryrefslogtreecommitdiffstats
path: root/base/build/base_unittests.vcproj
Commit message (Expand)AuthorAgeFilesLines
* Removing vcprojs now generated by gyp.bradnelson@google.com2009-03-261-438/+0
* Use FilterContext to allow filters to access URLRequestJob datajar@chromium.org2009-03-091-0/+4
* Add a Version class and matching unit tests, roughly based on chrome/installe...erikkay@google.com2009-01-291-0/+4
* Add ScopedTempDir - a class that manages the lifetime of a temporary directory.erikkay@google.com2009-01-281-0/+4
* Try2 of issue 18772. (move jpeg_codec* to base/gfx)estade@chromium.org2009-01-271-0/+4
* undo 8692 (fix build failure)estade@chromium.org2009-01-271-4/+0
* Move jpeg_codec.* to base/gfxestade@chromium.org2009-01-271-0/+4
* fix filename in vcproj file (time_unittest_win.cc -> time_win_unittest.cc)tc@google.com2009-01-161-1/+1
* Renaming the following files to include the _win suffix:tommi@chromium.org2009-01-151-2/+2
* scoped_bstr and StackBstr implementations. The scoped_bstr class is a wrappe...tommi@chromium.org2009-01-141-0/+4
* Call logging::InitLogging. The lack of this was causing some hangs (and poss...erikkay@google.com2009-01-131-0/+4
* com_ptr implementation. This is a fairly simple implementation of a smart cl...tommi@chromium.org2009-01-121-0/+4
* Adds a helper class used to mark/define critical section in a class and then ...maruel@chromium.org2008-12-171-0/+4
* Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.maruel@chromium.org2008-12-161-406/+406
* Changed svn:eol-style of all .sln and .vcproj files to CRLFscherkus@chromium.org2008-12-041-406/+406
* Move convolver and image_operations from base/gfx to skia/ext. This is justbrettw@google.com2008-12-031-8/+0
* Revert my skia file moves because of layout test failures.brettw@google.com2008-12-031-0/+8
* Move convolver, image_operations, and skia_utils from base/gfx to skia/ext.brettw@google.com2008-12-021-8/+0
* Move PlatformCanvas and PlatformDevice from base/gfx to webkit/port. I left h...brettw@google.com2008-11-191-8/+0
* Debase our Uniscribe code. This moves FontUtils and all our Uniscribe code frombrettw@google.com2008-11-171-4/+0
* Create a thread-safe observer list. Will be usedmbelshe@google.com2008-10-221-0/+4
* Make String Conversion Unittest x-platform + fix a small bug the tests exposed.jeremy@chromium.org2008-10-221-1/+1
* Construct a field trial to see if HIGH or MEDIUM memory model "works better"jar@google.com2008-10-191-0/+4
* Add a DirectoryWatcher class, allowing objects to be notified wheneverevanm@google.com2008-10-171-2/+6
* Remove unused shared_event.agl@chromium.org2008-10-161-4/+0
* Add a FilePath objectmark@chromium.org2008-10-031-0/+4
* Refactoring for portability:mark@chromium.org2008-09-291-0/+4
* Implement a SystemMonitor class for monitoring system statusmbelshe@google.com2008-09-251-0/+4
* Add a class for extracting system-specific information, like the number of pr...deanm@chromium.org2008-09-171-0/+4
* Refactor the platform canvas unit test a bit so that it can be run onawalker@google.com2008-09-091-1/+1
* Create a LazyInstance abstraction for avoiding static constructors by lazily ...deanm@google.com2008-09-081-0/+4
* Add ThreadLocalPointer and ThreadLocalBoolean abstractions, that will depreca...deanm@google.com2008-09-031-0/+4
* Cleanup some Windows TimeTicks functions. Move TickTicks::Now and TicksTicks...deanm@google.com2008-09-021-0/+4
* Import upstream atomicop tests.deanm@google.com2008-08-291-0/+4
* Bring back SimpleThread, but with a Delegate interface.deanm@google.com2008-08-291-0/+4
* Mark the platform_canvas_unittest as windows specific.erg@google.com2008-08-271-1/+1
* Move unittests that had a _test filename to _unittest. Update some missing t...deanm@google.com2008-08-261-5/+5
* Add example usages and tests to scoped_ptr.h and tuple.h.deanm@google.com2008-08-251-0/+8
* Remove CallWrapper and SimpleThread. They overlap too closely with the messa...deanm@google.com2008-08-221-8/+0
* Create a simple abstraction to a native OS thread, mostly useful for unittest...deanm@google.com2008-08-221-0/+4
* Create a CallWrapper interface, for making closure-like callbacks. This is s...deanm@google.com2008-08-211-0/+4
* Kill check handler. It seems to be unused, and is implemented using ugly SEHdeanm@google.com2008-08-131-8/+0
* Provide cross-platform implementation of WaitableEvent for use on Mac and Linux.darin@google.com2008-08-111-0/+4
* Add a unit test for WordIterator. Fix word_iterator.* includes at the same time.maruel@google.com2008-08-071-0/+4
* Remove the old atomic operations interface.deanm@google.com2008-08-071-4/+0
* This is the addition of the system-dependent string conversions. This is just...brettw@google.com2008-08-071-0/+4
* Drop FixedString. It's only used in two places, one where it doesn't really ...evanm@google.com2008-08-061-4/+0
* A helper class for calling RegisterWaitForSingleObject with the objective of ...darin@google.com2008-08-011-0/+4
* Adds new class AtExitManager which manages the dtors of all singletons.cpu@google.com2008-08-011-0/+4
* Add base to the repository.initial.commit2008-07-261-0/+370