| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor plugin process code in the browser process so that the browser/about... | jam@chromium.org | 2009-02-11 | 1 | -0/+4 |
* | Add a Version class and matching unit tests, roughly based on chrome/installe... | erikkay@google.com | 2009-01-29 | 2 | -0/+12 |
* | Add ScopedTempDir - a class that manages the lifetime of a temporary directory. | erikkay@google.com | 2009-01-28 | 2 | -0/+12 |
* | Make WebContentsView portable by using the native view types. | brettw@chromium.org | 2009-01-28 | 1 | -4/+8 |
* | Add portable keyboard codes | phajdan.jr@chromium.org | 2009-01-28 | 1 | -0/+8 |
* | Try2 of issue 18772. (move jpeg_codec* to base/gfx) | estade@chromium.org | 2009-01-27 | 3 | -1/+13 |
* | undo 8692 (fix build failure) | estade@chromium.org | 2009-01-27 | 3 | -13/+1 |
* | Move jpeg_codec.* to base/gfx | estade@chromium.org | 2009-01-27 | 3 | -1/+13 |
* | fix filename in vcproj file (time_unittest_win.cc -> time_win_unittest.cc) | tc@google.com | 2009-01-16 | 1 | -1/+1 |
* | WaitableEvent is the replacement for Windows events. Previously in the code, ... | agl@chromium.org | 2009-01-15 | 1 | -0/+8 |
* | Renaming the following files to include the _win suffix: | tommi@chromium.org | 2009-01-15 | 2 | -5/+5 |
* | scoped_bstr and StackBstr implementations. The scoped_bstr class is a wrappe... | tommi@chromium.org | 2009-01-14 | 2 | -0/+12 |
* | 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 | 2 | -2/+10 |
* | Adds a helper class used to mark/define critical section in a class and then ... | maruel@chromium.org | 2008-12-17 | 2 | -0/+12 |
* | Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files. | maruel@chromium.org | 2008-12-16 | 4 | -1727/+1727 |
* | Changed svn:eol-style of all .sln and .vcproj files to CRLF | scherkus@chromium.org | 2008-12-04 | 4 | -1727/+1727 |
* | Move base/gfx/skia_util to skia/ext/skia_util_win. | brettw@google.com | 2008-12-03 | 1 | -8/+0 |
* | Move convolver and image_operations from base/gfx to skia/ext. This is just | brettw@google.com | 2008-12-03 | 2 | -24/+0 |
* | Revert my skia file moves because of layout test failures. | brettw@google.com | 2008-12-03 | 2 | -0/+32 |
* | Move convolver, image_operations, and skia_utils from base/gfx to skia/ext. | brettw@google.com | 2008-12-02 | 2 | -32/+0 |
* | Fix Windows vcproj file, it should be test_file_util_win.cc. | deanm@chromium.org | 2008-11-25 | 1 | -1/+1 |
* | Un-duplicate EvictFileFromSystemCache. | deanm@chromium.org | 2008-11-25 | 1 | -0/+8 |
* | Remove base versions of the graphics headers, which previously just forwarded... | brettw@google.com | 2008-11-22 | 1 | -12/+0 |
* | Move PlatformCanvas and PlatformDevice from base/gfx to webkit/port. I left h... | brettw@google.com | 2008-11-19 | 2 | -36/+0 |
* | Debase our Uniscribe code. This moves FontUtils and all our Uniscribe code from | brettw@google.com | 2008-11-17 | 2 | -20/+0 |
* | Move dmg_fp to base/third_party/dmg_fp and include the | tc@google.com | 2008-11-14 | 1 | -0/+44 |
* | Rewrote the clipboard API to be more concurrent. Added a helper class to make... | estade@chromium.org | 2008-11-05 | 1 | -0/+12 |
* | * Add write and read/write support to FileStream (renamed from FileInputStream). | erikkay@google.com | 2008-11-03 | 1 | -0/+8 |
* | Create a thread-safe observer list. Will be used | mbelshe@google.com | 2008-10-22 | 2 | -0/+8 |
* | 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 | 2 | -4/+16 |
* | Add a DirectoryWatcher class, allowing objects to be notified whenever | evanm@google.com | 2008-10-17 | 2 | -7/+19 |
* | Remove unused shared_event. | agl@chromium.org | 2008-10-16 | 2 | -12/+0 |
* | Port parts of base/process_util to Linux. | evanm@google.com | 2008-10-14 | 1 | -1/+1 |
* | Patch by Thatcher Ulrich <tulrich@google.com>. | ojan@google.com | 2008-10-09 | 1 | -8/+8 |
* | Add a FilePath object | mark@chromium.org | 2008-10-03 | 2 | -0/+12 |
* | Refactoring for portability: | mark@chromium.org | 2008-09-29 | 2 | -0/+16 |
* | Provide autorelease pool management on the Mac in all types of message pumps. | mark@chromium.org | 2008-09-25 | 1 | -0/+4 |
* | Implement a SystemMonitor class for monitoring system status | mbelshe@google.com | 2008-09-25 | 2 | -0/+16 |
* | Create a class for getting at processor information via the | mbelshe@google.com | 2008-09-24 | 1 | -0/+8 |
* | Add a class for extracting system-specific information, like the number of pr... | deanm@chromium.org | 2008-09-17 | 2 | -0/+12 |
* | 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 | 2 | -0/+12 |
* | HMAC-SHA1 implementation for Mac based on CommonCrypto; | mmentovai@google.com | 2008-09-04 | 1 | -2/+2 |
* | Add ThreadLocalPointer and ThreadLocalBoolean abstractions, that will depreca... | deanm@google.com | 2008-09-03 | 2 | -0/+12 |
* | Initial pass at simple event tracing. I added a few traces to tcp_socket and... | erikkay@google.com | 2008-09-02 | 1 | -2/+10 |
* | 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 | 2 | -0/+12 |