| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove another instance of using the transient pref service. This pref | tony@chromium.org | 2009-11-30 | 1 | -4/+0 |
* | Add -profile command line switch | davemoore@chromium.org | 2009-11-30 | 1 | -49/+42 |
* | Make SystemMonitor not a Singleton and move it out of base | phajdan.jr@chromium.org | 2009-11-26 | 1 | -8/+4 |
* | Fix signal handlers so we don't fail a DCHECK. | thestig@chromium.org | 2009-11-26 | 1 | -10/+11 |
* | Move last shutdown file access off the UI thread and onto the file thread. | jam@chromium.org | 2009-11-25 | 1 | -8/+7 |
* | Posix: Catch SIGHUP/SIGINT and do a clean shutdown. | thestig@chromium.org | 2009-11-25 | 1 | -9/+31 |
* | Assorted cleanup. | estade@chromium.org | 2009-11-23 | 1 | -1/+1 |
* | Fix bug when accessing g_browser_process->broker_services() at shutdown. | jam@chromium.org | 2009-11-23 | 1 | -1/+2 |
* | Enable WebSocketExperiment back | ukai@chromium.org | 2009-11-19 | 1 | -4/+0 |
* | Hook up the memory purger to all the relevant locations. | pkasting@chromium.org | 2009-11-18 | 1 | -3/+0 |
* | Stop top-crasher regression by disabling WebSocketExperimentRunner | jar@chromium.org | 2009-11-18 | 1 | -0/+4 |
* | Use GetSwitchValuePath. | evan@chromium.org | 2009-11-16 | 1 | -2/+2 |
* | Use Chrome to transport Chrome OS metrics. | rvargas@google.com | 2009-11-13 | 1 | -0/+5 |
* | Write a test for loading libcros.so on startup of Chrome. You just pass the | brettw@chromium.org | 2009-11-13 | 1 | -2/+11 |
* | WebSocket Live Experiment | ukai@chromium.org | 2009-11-11 | 1 | -0/+4 |
* | Fix first run ui hanging. The threads need to get started earlier. | jam@chromium.org | 2009-11-05 | 1 | -6/+7 |
* | Remove themes/default.dll and merge the resources into chrome.dll. | tc@google.com | 2009-11-02 | 1 | -2/+0 |
* | Third patch in getting rid of caching MessageLoop pointers and always using C... | jam@chromium.org | 2009-11-02 | 1 | -2/+1 |
* | Use FilePath in UserDataDirDialog to remove the use of FilePath::FromWStringH... | avi@chromium.org | 2009-10-30 | 1 | -2/+1 |
* | Move chromeos code to namespace chromeos. | chocobo@google.com | 2009-10-30 | 1 | -1/+1 |
* | Design changes in browser/privacy_blacklist needed to integrate | phajdan.jr@chromium.org | 2009-10-29 | 1 | -15/+0 |
* | Move a Linux only #include into the right place. | thestig@chromium.org | 2009-10-28 | 1 | -1/+1 |
* | Cleanup a few FirstRun methods that are only applicable to Windows. | kuchhal@chromium.org | 2009-10-28 | 1 | -1/+7 |
* | Fix the crashes in interactive_ui_tests on Linux. | jam@chromium.org | 2009-10-28 | 1 | -4/+6 |
* | Simplify threading in browser thread by making only ChromeThread deal with di... | jam@chromium.org | 2009-10-27 | 1 | -7/+10 |
* | Changes the initialization of enabling the reporting metrics to initialize fr... | gwilson@google.com | 2009-10-22 | 1 | -3/+2 |
* | Make importer obey import_search_engine preference even if FRUI is enabled. | kuchhal@chromium.org | 2009-10-19 | 1 | -2/+6 |
* | Eliminate all uses of strerror() in code that uses src/base. strerror() is in... | tschmelcher@chromium.org | 2009-10-13 | 1 | -2/+2 |
* | SIGTERM should cause the application to exit on the Mac. | mark@chromium.org | 2009-10-12 | 1 | -6/+29 |
* | Adding a SIGTERM handler for OS_POSIX builds. This is needed so that Chrome ... | cmasone@google.com | 2009-10-07 | 1 | -0/+25 |
* | Add framework of MemoryPurger, a class to dump memory from everywhere possibl... | pkasting@chromium.org | 2009-10-01 | 1 | -0/+3 |
* | Relanding: | mbelshe@google.com | 2009-09-30 | 1 | -0/+4 |
* | Linux: remove --google-internal-crash-reporting. | agl@chromium.org | 2009-09-28 | 1 | -5/+3 |
* | Refuse to start if we can't get the user data directory. | evan@chromium.org | 2009-09-25 | 1 | -7/+19 |
* | linux: drop temp_scaffolding_stubs | evan@chromium.org | 2009-09-25 | 1 | -3/+9 |
* | Make Linux Breakpad initialization call to lsb_release asynchronous. Also wra... | thestig@chromium.org | 2009-09-23 | 1 | -12/+28 |
* | Move FTP LIST parsing code to the renderer process. | phajdan.jr@chromium.org | 2009-09-22 | 1 | -41/+3 |
* | linux: fix a notimplemented by sharing mac code | evan@chromium.org | 2009-09-22 | 1 | -4/+3 |
* | Chrome should shut down cleanly when quit from the Dock icon menu, during | mark@chromium.org | 2009-09-15 | 1 | -1/+1 |
* | Send Breakpad and debugger status to the metrics service on the Mac. | mark@chromium.org | 2009-09-14 | 1 | -21/+2 |
* | Disable browser shutdown measurements on non-Windows platforms. | agl@chromium.org | 2009-09-12 | 1 | -0/+2 |
* | Move StringPiece into the base namespace. It is colliding | tony@chromium.org | 2009-09-10 | 1 | -2/+2 |
* | Error diagnostics for Blacklist IO | idanan@chromium.org | 2009-09-10 | 1 | -0/+14 |
* | Add 3 more flavors of the try chrome toast | cpu@chromium.org | 2009-09-09 | 1 | -2/+5 |
* | Convert std::wstring encoding names to std::string in a bunch of files. | tony@chromium.org | 2009-09-04 | 1 | -1/+1 |
* | Change default homepage experience. | kuchhal@chromium.org | 2009-08-28 | 1 | -11/+14 |
* | Fix linux views build. | estade@chromium.org | 2009-08-27 | 1 | -2/+4 |
* | GTK: Set the default icon list so we don't have to set it on every window all... | estade@chromium.org | 2009-08-27 | 1 | -0/+4 |
* | Fix a FORWARD_NULL defect reported by Coverity. | wtc@chromium.org | 2009-08-26 | 1 | -1/+1 |
* | Turn tips on by default, and turn off tip loading during UI testing. | mirandac@chromium.org | 2009-08-26 | 1 | -1/+1 |