| Commit message (Expand) | Author | Age | Files | Lines |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -3/+2 |
* | Bring download_file, download_manager into POSIX build. | estade@chromium.org | 2009-02-22 | 1 | -3/+3 |
* | Platform cleanup in chrome/browser/history/history_unittest.cc. | phajdan.jr@chromium.org | 2009-02-13 | 1 | -41/+38 |
* | Change url wstrings to GURLS | estade@chromium.org | 2009-02-12 | 3 | -5/+8 |
* | Unittest gardening on MacOS X: | shess@chromium.org | 2009-02-11 | 2 | -6/+2 |
* | Re-check in some of my dynamic linking change. | evan@chromium.org | 2009-02-10 | 4 | -3/+10 |
* | Revert basically everything I've done today as it fails mysteriously | evan@chromium.org | 2009-02-10 | 4 | -10/+3 |
* | Bring a bunch more headers into the non-Windows build: | evan@chromium.org | 2009-02-10 | 4 | -3/+10 |
* | Finish taking out render_messages.h includes from headers. | jam@chromium.org | 2009-02-05 | 1 | -0/+1 |
* | Port some unit tests from chrome/browser/ | phajdan.jr@chromium.org | 2009-02-02 | 10 | -175/+202 |
* | Fix a bunch of header includes. I removed some unnecessary headers from a | brettw@chromium.org | 2009-02-01 | 2 | -3/+3 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 10 | -38/+49 |
* | Correct sqlite wrapper behavior on systems where wchar_t is UTF-32, | phajdan.jr@chromium.org | 2009-01-30 | 4 | -13/+16 |
* | Provide the option for HTTPServer to be created with a specific | sky@google.com | 2009-01-29 | 1 | -8/+8 |
* | Porting profiles to the Mac. | avi@chromium.org | 2009-01-28 | 5 | -14/+17 |
* | Try2 of issue 18772. (move jpeg_codec* to base/gfx) | estade@chromium.org | 2009-01-27 | 5 | -5/+5 |
* | undo 8692 (fix build failure) | estade@chromium.org | 2009-01-27 | 5 | -5/+5 |
* | Move jpeg_codec.* to base/gfx | estade@chromium.org | 2009-01-27 | 5 | -5/+5 |
* | Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII(""). | deanm@chromium.org | 2009-01-22 | 1 | -2/+2 |
* | Fix two bugs that resulted in misplaced downloads and missing | paulg@google.com | 2009-01-21 | 1 | -1/+2 |
* | Remove timeout constants from ui_tests. All tests will now | paulg@google.com | 2009-01-16 | 1 | -4/+4 |
* | Move search code to a subdir | ben@chromium.org | 2009-01-16 | 2 | -2/+2 |
* | Fie. | ben@chromium.org | 2009-01-15 | 2 | -2/+2 |
* | Move search engines files into subdir | ben@chromium.org | 2009-01-15 | 2 | -2/+2 |
* | Add FTP unit test in preparation for portable FTP implementation. | erikkay@google.com | 2009-01-08 | 1 | -55/+73 |
* | Convert download manager to FilePath. | estade@chromium.org | 2009-01-06 | 3 | -8/+10 |
* | Turn on GetVisibleVisitsInRange test on POSIX. | jeremy@chromium.org | 2009-01-06 | 1 | -3/+0 |
* | Reverting 7574 which reverted 7570. It was an error on my part. | maruel@chromium.org | 2009-01-06 | 1 | -9/+14 |
* | Reverting 7570. | maruel@chromium.org | 2009-01-06 | 1 | -14/+9 |
* | Unbreak unit tests. Revert r7564. | estade@chromium.org | 2009-01-05 | 3 | -10/+8 |
* | * Port l10n_utiL and it's unit test on POSIX. | jeremy@chromium.org | 2009-01-05 | 1 | -9/+14 |
* | * switch download manager to using FilePath | estade@chromium.org | 2009-01-05 | 3 | -8/+10 |
* | Revert 7508.7509 and 7510 | nsylvain@chromium.org | 2008-12-30 | 1 | -73/+55 |
* | Add FTP unit test in preparation for portable FTP implementation. | erikkay@google.com | 2008-12-30 | 1 | -55/+73 |
* | Make some more ui_test Purify friendly. | paulg@google.com | 2008-12-18 | 1 | -2/+2 |
* | Platform cleanup in browser/ and porting of few files. | phajdan.jr@chromium.org | 2008-12-17 | 1 | -14/+14 |
* | Add a test for fts2 prefix searching. | mpcomplete@google.com | 2008-12-17 | 1 | -0/+15 |
* | Reverting 7083,7079. | phajdan.jr@chromium.org | 2008-12-16 | 1 | -14/+14 |
* | Platform cleanup in browser/ and porting of few files. | phajdan.jr@chromium.org | 2008-12-16 | 1 | -14/+14 |
* | Move file enumeration to filepaths. | avi@google.com | 2008-12-11 | 1 | -3/+4 |
* | Adds QueryParser::ExtractQueryWords. For consistent this should | sky@google.com | 2008-12-09 | 3 | -15/+71 |
* | Changes query parser to sort and coalesce overlapping match positions. | sky@google.com | 2008-12-09 | 2 | -2/+53 |
* | Reupload of 12418 | glen@chromium.org | 2008-12-07 | 1 | -1/+1 |
* | Get rid of kPathSeparator on windows. Port some wstring function to take File... | estade@chromium.org | 2008-12-04 | 3 | -9/+10 |
* | Make WordIterator and Snippet::MatchPositions use size_t instead of int for o... | pkasting@chromium.org | 2008-12-03 | 5 | -54/+50 |
* | * Cleanup: move base/platform_test.h -> testing/ | jeremy@chromium.org | 2008-12-02 | 1 | -1/+1 |
* | Port some files in chrome/browser/ - part 1. | deanm@chromium.org | 2008-11-25 | 2 | -5/+6 |
* | Rid most of the Browser object of HWND dependencies. | ben@chromium.org | 2008-11-14 | 1 | -1/+5 |
* | Port some unit tests in chrome/browser/ | agl@chromium.org | 2008-11-14 | 4 | -38/+25 |
* | Port some files in chrome/browser/ | agl@chromium.org | 2008-11-14 | 4 | -41/+16 |