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