| Commit message (Expand) | Author | Age | Files | Lines |
* | Attempt to detect impact of disabling dns prefetching on transaction latency | jar@chromium.org | 2009-03-23 | 1 | -4/+14 |
* | Reuse the eula terms from the chrome resources | cpu@google.com | 2009-03-19 | 1 | -9/+13 |
* | Move widget related files into views/widget | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | Fix directory listings in mac and linux by making sure the code | tc@google.com | 2009-03-11 | 1 | -5/+3 |
* | Get rid of --start-renderers-manually since it's been broken for a long time ... | jam@chromium.org | 2009-03-10 | 1 | -2/+2 |
* | Make startup_tests build and run on Linux (except reference tests). | phajdan.jr@chromium.org | 2009-03-05 | 1 | -1/+0 |
* | Add FilePath setter/getter to pref service. Change callers to use it rather t... | estade@chromium.org | 2009-03-04 | 1 | -2/+2 |
* | revert broken change 10833 | nsylvain@chromium.org | 2009-03-03 | 1 | -18/+12 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 1 | -12/+18 |
* | Revert dsh's change 10818 | nsylvain@chromium.org | 2009-03-03 | 1 | -17/+12 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 1 | -12/+17 |
* | Move chrome/apps/result_codes.h to chrome/common/result_codes.h | thestig@chromium.org | 2009-03-03 | 1 | -1/+1 |
* | Drop whitespace at end of line | willchan@chromium.org | 2009-02-27 | 1 | -2/+0 |
* | Remove zombie hunting on startup. | deanm@chromium.org | 2009-02-26 | 1 | -2/+0 |
* | Wire up resource bundles on the mac: | thomasvl@chromium.org | 2009-02-26 | 1 | -2/+0 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -4/+3 |
* | Make plugin_service.cc compile on Posix. | jhawkins@chromium.org | 2009-02-20 | 1 | -1/+1 |
* | Make user_data_manager.cc compile on Posix. | jhawkins@chromium.org | 2009-02-20 | 1 | -1/+1 |
* | Clean up dns prefetch code, and also port it. | phajdan.jr@chromium.org | 2009-02-19 | 1 | -1/+4 |
* | Implement skeletal ProcessSingleton on Linux to cut down on NOTIMPLEMENTED()s. | evan@chromium.org | 2009-02-18 | 1 | -1/+1 |
* | Rename MessageWindow to ProcessSingleton in anticipation of more refactoring. | evan@chromium.org | 2009-02-18 | 1 | -7/+7 |
* | Persist info about subresources on pages for DNS pre-resolution | jar@chromium.org | 2009-02-17 | 1 | -0/+1 |
* | Call RegisterURLRequestChromeJob on browser startup for Linux and Mac. | evan@chromium.org | 2009-02-16 | 1 | -1/+4 |
* | Small cleanup of DoUninstallTasks() | cpu@google.com | 2009-02-13 | 1 | -13/+2 |
* | Port most of MetricsService to Mac and linux. | paul@chromium.org | 2009-02-13 | 1 | -1/+1 |
* | Add Recycle() method to scoped autorelease pool to allow cleaning out any junk | pinkerton@chromium.org | 2009-02-09 | 1 | -0/+7 |
* | Port the ResourceDispatcherHost to Mac and linux. | paul@chromium.org | 2009-02-05 | 1 | -1/+1 |
* | Add some more scaffolding, enable some browser_main code on linux. | estade@chromium.org | 2009-02-05 | 1 | -8/+15 |
* | Add a command line flag to load a single extension from an arbitrary (non-ver... | erikkay@google.com | 2009-02-03 | 1 | -0/+4 |
* | Remove old web app code it's no longer needed. Simplifies startup a little. | ben@chromium.org | 2009-02-02 | 1 | -1/+2 |
* | Will the real BrowserProcessImpl please stand up? | beng@google.com | 2009-02-01 | 1 | -2/+2 |
* | Re-land this changelist to make BrowserInit work on Mac. | beng@google.com | 2009-01-31 | 1 | -5/+4 |
* | Rollback 8998 | beng@google.com | 2009-01-31 | 1 | -4/+5 |
* | Bring up BrowserInit on MacOS X. | beng@google.com | 2009-01-30 | 1 | -5/+4 |
* | Provides the ability to write a unit test that brings up a browser. As | sky@google.com | 2009-01-30 | 1 | -13/+31 |
* | This CL fixes bugs with EULA | cpu@google.com | 2009-01-29 | 1 | -4/+5 |
* | Change chrome:// to chrome-ui://, fix up one chrome-resource:// reference. | glen@chromium.org | 2009-01-29 | 1 | -2/+2 |
* | Porting profiles to the Mac. | avi@chromium.org | 2009-01-28 | 1 | -5/+6 |
* | Move MessageWindow out into its own file. BrowserInit is now cross-platform-c... | ben@chromium.org | 2009-01-27 | 1 | -1/+4 |
* | Unimportant cleanup. | avi@chromium.org | 2009-01-27 | 1 | -1/+1 |
* | Fixes leak of CertStore on shutdown. | sky@google.com | 2009-01-23 | 1 | -4/+0 |
* | I'm relanding the UserDataManager leak fix. I didn't realize we had | sky@google.com | 2009-01-23 | 1 | -2/+1 |
* | Reverts my user data manager change as it breaks the mac buildbot. | sky@google.com | 2009-01-23 | 1 | -1/+2 |
* | Fixes leak of UserDataManager on shutdown. | sky@google.com | 2009-01-23 | 1 | -2/+1 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -5/+4 |
* | Move url_* to net subdir | ben@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | mac bootstrapping of browser main and app startup bits | pinkerton@google.com | 2009-01-16 | 1 | -49/+83 |
* | Move metrics files into a subdir | ben@chromium.org | 2009-01-16 | 1 | -2/+2 |
* | Remove HttpTransactionWinHttp and the --winhttp command-line | wtc@google.com | 2009-01-13 | 1 | -9/+2 |
* | Rename extension_protocol* to extension_protocols* | aa@chromium.org | 2009-01-09 | 1 | -1/+1 |