| Commit message (Expand) | Author | Age | Files | Lines |
* | Commit issue 19737: Partial implementation of tests for | aa@chromium.org | 2009-02-16 | 9 | -6/+766 |
* | Revert "Commit issue 19737: Partial implementation of tests for Greasemonkey" | aa@chromium.org | 2009-02-15 | 8 | -765/+6 |
* | Commit issue 19737: | aa@chromium.org | 2009-02-15 | 8 | -6/+765 |
* | Rollback r9835 and r9837: Mac build broken. | mal@chromium.org | 2009-02-15 | 5 | -37/+20 |
* | Fix the mac build. Add a stubbed ResourceBundle::CleanupSharedInstance. | jhawkins@chromium.org | 2009-02-15 | 1 | -0/+4 |
* | Make browser_shutdown.cc compile on Posix. | jhawkins@chromium.org | 2009-02-15 | 5 | -20/+33 |
* | Make password_manager.cc compile on Posix. | jhawkins@chromium.org | 2009-02-15 | 6 | -26/+7 |
* | Make browser_url_handler.cc compile on Posix. | jhawkins@chromium.org | 2009-02-15 | 5 | -9/+11 |
* | Clean up some includes in sessions/ directory. | estade@chromium.org | 2009-02-15 | 3 | -13/+2 |
* | Use the ALLOW_THIS_IN_INITIALIZER_LIST instead of a pragma. | jhawkins@chromium.org | 2009-02-14 | 1 | -4/+1 |
* | Make base_session_service.cc compile on Posix. | jhawkins@chromium.org | 2009-02-14 | 8 | -113/+17 |
* | Reverting r9823 (http://codereview.chromium.org/16207) because | dkegel@google.com | 2009-02-14 | 2 | -5/+20 |
* | Make session_restore.cc compile on Posix. | jhawkins@chromium.org | 2009-02-14 | 7 | -24/+13 |
* | Rollback my change that seems to break some tests. | hclam@chromium.org | 2009-02-14 | 2 | -89/+69 |
* | Add render view id to AudioRendererHost | hclam@chromium.org | 2009-02-14 | 2 | -69/+89 |
* | ssl_client_socket_unittest.cc: launch local server with TestServerLauncher | dkegel@google.com | 2009-02-14 | 2 | -20/+5 |
* | Add early-injection capability to user scripts. | aa@chromium.org | 2009-02-14 | 10 | -13/+99 |
* | Add chrome-extension to the list of "web-safe" schemes for | aa@chromium.org | 2009-02-14 | 2 | -0/+3 |
* | NO CODE CHANGE. | maruel@chromium.org | 2009-02-14 | 1 | -181/+181 |
* | Add additional library dependencies for the shared linking of ipc_tests. | thestig@chromium.org | 2009-02-14 | 1 | -0/+14 |
* | NO CODE CHANGE. | maruel@chromium.org | 2009-02-14 | 6 | -378/+378 |
* | Port session_backend.cc to Posix. | jhawkins@chromium.org | 2009-02-14 | 12 | -93/+102 |
* | Change mime type utils to operate on platform-specific string types for filen... | estade@chromium.org | 2009-02-14 | 6 | -17/+22 |
* | Build alternate_nav_url_fetcher.cc on posix | estade@chromium.org | 2009-02-14 | 4 | -3/+4 |
* | Disable the printing UI tests again :( | maruel@chromium.org | 2009-02-14 | 1 | -2/+4 |
* | Have ChildProcessInfo contain a list of all running child processes (i.e. ins... | jam@chromium.org | 2009-02-13 | 13 | -299/+278 |
* | Enabling the BrowsersRememberFocus interactive UI test. The fix is to change the | ananta@chromium.org | 2009-02-13 | 4 | -7/+7 |
* | Cleanup in preparation for Fullscreen mode. | pkasting@chromium.org | 2009-02-13 | 5 | -144/+94 |
* | fix unittests on a clean build, rc files moved. | tc@google.com | 2009-02-13 | 1 | -19/+3 |
* | Fix chrome_kjs.sln dependency as well. | tc@google.com | 2009-02-13 | 1 | -0/+1 |
* | Make browser depend on webkit_resources. Fixes windows | tc@google.com | 2009-02-13 | 1 | -0/+1 |
* | Small cleanup of DoUninstallTasks() | cpu@google.com | 2009-02-13 | 5 | -17/+19 |
* | Put up a dialog for extension load and install errors. (this is temporary un... | erikkay@google.com | 2009-02-13 | 1 | -0/+11 |
* | Fix a crash bug in memory_utils.cc caused by assuming that the | mpcomplete@google.com | 2009-02-13 | 4 | -5/+8 |
* | Set the line endings to grd files as LF in the tree. Leave | tc@google.com | 2009-02-13 | 2 | -357/+357 |
* | fix checkdeps | tc@google.com | 2009-02-13 | 2 | -0/+2 |
* | Hook up browser cursors on linux. | estade@chromium.org | 2009-02-13 | 3 | -2/+26 |
* | Port remaining .rc data resource files to grd. This includes | tc@google.com | 2009-02-13 | 26 | -138/+157 |
* | Originally this change was intended as the solution to accidentally maximizin... | idanan@google.com | 2009-02-13 | 1 | -3/+2 |
* | Add debugger_shell to the POSIX build. | thestig@chromium.org | 2009-02-13 | 2 | -6/+8 |
* | add infobar_delegate.cc to the build | tc@google.com | 2009-02-13 | 6 | -26/+25 |
* | Fix an off-by-one error in posix backing store scrolling. | estade@chromium.org | 2009-02-13 | 1 | -1/+1 |
* | Make system menus show up at the right place for all frames, whether they're ... | pkasting@chromium.org | 2009-02-13 | 12 | -155/+141 |
* | Don't focus unfocusable things. | pkasting@chromium.org | 2009-02-13 | 5 | -12/+11 |
* | Make some functions const. This will help with my fullscreen mode changes. | pkasting@chromium.org | 2009-02-13 | 8 | -13/+23 |
* | Register Metrics prefs for Mac and Linux. | avi@chromium.org | 2009-02-13 | 1 | -3/+3 |
* | A patch from external contributor Yong Shin (already in AUTHORS list). I also... | finnur@google.com | 2009-02-13 | 1 | -18/+18 |
* | Fix an issue with HWNDView visibility where invisible (i.e. SetVisible(false)... | pkasting@chromium.org | 2009-02-13 | 2 | -5/+3 |
* | Fix some focus traversal issues: | pkasting@chromium.org | 2009-02-13 | 1 | -11/+9 |
* | Hack to get CG functions working in the OS X sandbox. | jeremy@chromium.org | 2009-02-13 | 1 | -0/+15 |