| Commit message (Expand) | Author | Age | Files | Lines |
* | Redo fix from yesterday. | mbelshe@google.com | 2008-12-02 | 2 | -6/+56 |
* | Fix mac build bustage by syncing to new file locations. | brettw@google.com | 2008-12-02 | 1 | -10/+0 |
* | Delete files from base unittests that I moved to skia. | brettw@google.com | 2008-12-02 | 1 | -2/+0 |
* | Move convolver, image_operations, and skia_utils from base/gfx to skia/ext. | brettw@google.com | 2008-12-02 | 15 | -1549/+6 |
* | Quick touchup requested by reviewer | avi@google.com | 2008-12-02 | 1 | -2/+1 |
* | Revert r6233, need to move the cert, there is a policy against | dkegel@google.com | 2008-12-02 | 1 | -47/+2 |
* | For http://code.google.com/p/chromium/issues/detail?id=4510 | dkegel@google.com | 2008-12-02 | 1 | -2/+47 |
* | * Cleanup: move base/platform_test.h -> testing/ | jeremy@chromium.org | 2008-12-02 | 11 | -66/+8 |
* | Implement GetCPUUsage; it was causing link errors because of its absence on t... | avi@google.com | 2008-12-02 | 2 | -5/+53 |
* | Revert the timer code again because even after relanding | nsylvain@chromium.org | 2008-12-02 | 2 | -48/+6 |
* | Reland 6190 now that the tree is green to see if | nsylvain@chromium.org | 2008-12-02 | 2 | -6/+48 |
* | Fixes and enhancements | sgk@google.com | 2008-12-02 | 1 | -6/+0 |
* | Revert 6190 to see if it's the cause of the 100+ new regressions | nsylvain@chromium.org | 2008-12-02 | 2 | -48/+6 |
* | Found a bug in the BaseTimer (used by OneShotTimer). | mbelshe@google.com | 2008-12-02 | 2 | -6/+48 |
* | Fix CloseHandle blunder. I was thinking that the handle would be closed by S... | tommi@chromium.org | 2008-12-01 | 1 | -0/+1 |
* | Making sure that the buffer we use with ReadFile/WriteFile is page | tommi@chromium.org | 2008-12-01 | 1 | -10/+67 |
* | Reapply 5971 which was reverted in 5974. The unit test wasn't unregistering t... | maruel@chromium.org | 2008-12-01 | 2 | -4/+1 |
* | Rollback | mbelshe@google.com | 2008-12-01 | 1 | -4/+2 |
* | A new copy of the old system monitor changelist. | mbelshe@google.com | 2008-11-30 | 1 | -2/+4 |
* | Remove file_util::kPathSeparator from posix. | estade@chromium.org | 2008-11-27 | 8 | -157/+231 |
* | Roll back r6063. TBR. | dank@chromium.org | 2008-11-26 | 2 | -61/+2 |
* | Point nss at root certs so test_shell can talk to mail.google.com without war... | dank@chromium.org | 2008-11-26 | 2 | -2/+61 |
* | Add the test_file_util changes to the Windows scons. | deanm@chromium.org | 2008-11-25 | 1 | -0/+1 |
* | ScopedHandle is not in a namespace. | deanm@chromium.org | 2008-11-25 | 1 | -1/+2 |
* | 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 | 6 | -0/+188 |
* | Port base/watchdog to Linux. | deanm@chromium.org | 2008-11-25 | 5 | -95/+68 |
* | Append a trailing slash on file directory URLs. Thus a link to /directory wil... | estade@chromium.org | 2008-11-25 | 2 | -12/+34 |
* | Review URL: http://codereview.chromium.org/12434 | jcampan@chromium.org | 2008-11-25 | 2 | -0/+9 |
* | Reverting 5971. | maruel@chromium.org | 2008-11-25 | 2 | -1/+4 |
* | Add superficial unit test for PrintJob. That's a start. | maruel@chromium.org | 2008-11-25 | 2 | -4/+1 |
* | Lazily create the clipboard owner window. CreateWindow can take ~.5ms, and w... | deanm@chromium.org | 2008-11-25 | 2 | -13/+26 |
* | Remove base versions of the graphics headers, which previously just forwarded... | brettw@google.com | 2008-11-22 | 12 | -160/+1 |
* | Adjust histograms to get better data for latency experiments | jar@google.com | 2008-11-22 | 1 | -1/+8 |
* | Purify support: | sgk@google.com | 2008-11-22 | 1 | -0/+1 |
* | Remove use of wide characters in stats table identifiers. | evanm@google.com | 2008-11-22 | 5 | -120/+120 |
* | Move port/.../skia/public to skia/ext for Linux. Windows & Mac already moved ... | brettw@google.com | 2008-11-22 | 6 | -7/+7 |
* | Generate a warning if the return value of FilePath::Append is ignored. | agl@chromium.org | 2008-11-21 | 2 | -3/+10 |
* | Make the implementation of LaunchApp have the correct prototype to match the ... | deanm@chromium.org | 2008-11-21 | 1 | -1/+1 |
* | Move skia extensions from the port to skia/ext for Windows only. Fixed the | brettw@google.com | 2008-11-21 | 4 | -4/+4 |
* | Rollback "Remove use of wide characters in stats table identifiers." | evanm@google.com | 2008-11-21 | 5 | -120/+120 |
* | Port some files in chrome/common to Linux. | evanm@google.com | 2008-11-21 | 1 | -0/+6 |
* | Remove use of wide characters in stats table identifiers. | evanm@google.com | 2008-11-21 | 5 | -120/+120 |
* | Move the platform files form port to skia for Mac only. Hopefully this won't ... | brettw@google.com | 2008-11-21 | 3 | -3/+3 |
* | Wrap MSVC-specific pragmas. As -Wunknown-pragmas has been disabled for wtf, | deanm@chromium.org | 2008-11-21 | 1 | -0/+5 |
* | Only remove -Wall from $CXXFLAGS on Linux, not on Mac. Mac's tool | sgk@google.com | 2008-11-21 | 1 | -1/+1 |
* | Add builds of miscellaneous .exes: | sgk@google.com | 2008-11-21 | 3 | -2/+28 |
* | Port directory lister to allow the linux and mac test shells to display file ... | estade@chromium.org | 2008-11-20 | 3 | -19/+52 |
* | Finish release (opt) builds on Windows, including the parallel | sgk@google.com | 2008-11-20 | 3 | -42/+8 |
* | revert 5730 | estade@chromium.org | 2008-11-19 | 3 | -52/+19 |