| Commit message (Expand) | Author | Age | Files | Lines |
* | Update XCode project after a bunch of files moved in the tree. | jeremy@chromium.org | 2009-01-16 | 1 | -73/+109 |
* | Move url_* to net subdir | ben@chromium.org | 2009-01-16 | 1 | -12/+12 |
* | adding more ported files from scons | pinkerton@google.com | 2009-01-16 | 1 | -0/+8 |
* | mac bootstrapping of browser main and app startup bits | pinkerton@google.com | 2009-01-16 | 1 | -2/+14 |
* | Move all the SSL stuff into its own subdir | ben@chromium.org | 2009-01-16 | 1 | -4/+4 |
* | more mac bustage | beng@google.com | 2009-01-16 | 1 | -4/+0 |
* | fix bustage | beng@google.com | 2009-01-16 | 1 | -21/+13 |
* | Move metrics files into a subdir | ben@chromium.org | 2009-01-16 | 1 | -30/+32 |
* | Move search code to a subdir | ben@chromium.org | 2009-01-16 | 1 | -16/+12 |
* | Fie. | ben@chromium.org | 2009-01-15 | 1 | -12/+16 |
* | Move search engines files into subdir | ben@chromium.org | 2009-01-15 | 1 | -16/+12 |
* | fix mac bustage | beng@google.com | 2009-01-15 | 1 | -90/+102 |
* | get in sync with scons changes in browser | pinkerton@google.com | 2009-01-13 | 1 | -0/+2 |
* | Add all the WebCore cursors/supporting images to chromium project | pinkerton@google.com | 2009-01-13 | 1 | -0/+129 |
* | Remove user_script_master.cc from chrome.xcodeproj unit_tests target. It | mark@chromium.org | 2009-01-09 | 1 | -2/+0 |
* | This is a rename of the term 'Greasemonkey' to 'user script' in Chromium. | aa@chromium.org | 2009-01-09 | 1 | -16/+16 |
* | remove chrome dependencies from win sandboxing headers. Wrap sandbox code to | pinkerton@google.com | 2009-01-09 | 1 | -0/+10 |
* | add files from http://codereview.chromium.org/17052 | pinkerton@google.com | 2009-01-08 | 1 | -4/+36 |
* | check datestamps before blindly re-generating .h | pinkerton@google.com | 2009-01-08 | 1 | -6/+18 |
* | adding more grit love to other targets, updating scons files for things that ... | pinkerton@google.com | 2009-01-07 | 2 | -18/+166 |
* | Integrate grit into mac build. Add more files that are building in scons to t... | pinkerton@google.com | 2009-01-07 | 2 | -54/+230 |
* | Adds a dummy ui_tests executable to chrome.xcodeproj. This doesn't currently | mark@chromium.org | 2009-01-06 | 1 | -1/+269 |
* | Add third_party/icu38/public/i18n to release-mode HEADER_SEARCH_PATHS in | mark@chromium.org | 2009-01-06 | 1 | -0/+1 |
* | Reverting 7574 which reverted 7570. It was an error on my part. | maruel@chromium.org | 2009-01-06 | 1 | -0/+6 |
* | Reverting 7570. | maruel@chromium.org | 2009-01-06 | 1 | -6/+0 |
* | * Port l10n_utiL and it's unit test on POSIX. | jeremy@chromium.org | 2009-01-05 | 1 | -0/+6 |
* | * Bring up render_mesages.cc on POSIX. | jeremy@chromium.org | 2008-12-29 | 1 | -0/+4 |
* | * Update xcode project to add files compiled on Linux but not on OS X in chro... | jeremy@chromium.org | 2008-12-29 | 1 | -0/+14 |
* | * Bring up GreaseMonkeySlave unittest on OS X. | jeremy@chromium.org | 2008-12-23 | 1 | -2/+23 |
* | Bring up chrome/common/ipc_sync_message.cc on POSIX. | jeremy@chromium.org | 2008-12-22 | 1 | -0/+4 |
* | Bring up IPC::ChannelProxy on POSIX. | jeremy@chromium.org | 2008-12-22 | 1 | -0/+2 |
* | Review URL: http://codereview.chromium.org/14809 | jcampan@chromium.org | 2008-12-19 | 1 | -2/+0 |
* | Update a few targets to the condition they should be in. Eliminate redundant | mark@chromium.org | 2008-12-11 | 1 | -89/+92 |
* | Refactor IPC::Channel to have a common header. | jeremy@chromium.org | 2008-12-10 | 1 | -2/+2 |
* | Updating the All target to include test_shell_tests and ipc_tests, and to add... | mark@chromium.org | 2008-12-10 | 1 | -3/+32 |
* | run ipc unit tests in release mode (was running other unit tests). port code ... | pinkerton@google.com | 2008-12-10 | 1 | -1/+1 |
* | fix link errors | pinkerton@google.com | 2008-12-09 | 1 | -0/+4 |
* | step one of some refactoring to allow other platforms to re-use the app initi... | pinkerton@google.com | 2008-12-09 | 1 | -16/+65 |
* | fix chrome_paths to make some test dirs relative to base::DIR_SOURCE_ROOT | erikkay@google.com | 2008-12-05 | 1 | -7/+17 |
* | bootstrap app target for browser/renderer. | pinkerton@google.com | 2008-12-05 | 1 | -0/+230 |
* | add a target to run the ipc tests if and when they all pass. Fix up a signed/... | pinkerton@google.com | 2008-12-04 | 1 | -6/+78 |
* | adding chrome_paths.cc | pinkerton@google.com | 2008-12-04 | 1 | -0/+2 |
* | add more files to mac chrome project, build a few more tests. Fix typo in sco... | pinkerton@google.com | 2008-12-02 | 1 | -22/+49 |
* | * Cleanup: move base/platform_test.h -> testing/ | jeremy@chromium.org | 2008-12-02 | 1 | -13/+0 |
* | Try to reland the ipc code to see if the tests | nsylvain@chromium.org | 2008-12-02 | 1 | -0/+217 |
* | We have a bunch of new ui_tests failures. I want | nsylvain@chromium.org | 2008-12-02 | 1 | -217/+0 |
* | * Add ipc_tests unittest target to xcode project. | jeremy@chromium.org | 2008-12-01 | 1 | -0/+217 |
* | Add class to encapsulate a CF Mach Message Source and handle it's liftime. | jeremy@chromium.org | 2008-11-24 | 1 | -0/+6 |
* | Mach msg class can use an externally allocated buffer rather than an internal | jeremy@chromium.org | 2008-11-20 | 1 | -0/+6 |
* | Fix the mac build to add dmg_fp to the libbase.a. | tony@chromium.org | 2008-11-15 | 1 | -43/+0 |