| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Reverting 24385. | mirandac@chromium.org | 2009-08-26 | 1 | -1/+1 |
* | Turn on tips by default. | mirandac@chromium.org | 2009-08-26 | 1 | -1/+1 |
* | [Chrome OS] Adds support for injecting Corp cookies at startup | cmasone@google.com | 2009-08-21 | 1 | -0/+8 |
* | Make ProcessSingletonLinux check the hostname to avoid multiple uses of a pro... | mattm@chromium.org | 2009-08-21 | 1 | -4/+17 |
* | Don't show "Inspect Element" in the context menu if we can't inspect. | agl@chromium.org | 2009-08-21 | 1 | -0/+4 |
* | Add the UI thread to the list of ChromeThreads. | paul@chromium.org | 2009-08-18 | 1 | -0/+4 |
* | Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic. | willchan@chromium.org | 2009-08-14 | 1 | -1/+1 |
* | Move the menu bar l10n into the xib file. | thomasvl@chromium.org | 2009-08-12 | 1 | -6/+15 |
* | Do not import homepage on First Run if a homepage is given in master preferen... | kuchhal@chromium.org | 2009-08-11 | 1 | -4/+3 |
* | Refactoring of master preferences parsing before adding a new preference. | kuchhal@chromium.org | 2009-08-03 | 1 | -6/+6 |
* | This CL adds accelerators to the Linux toolkit views. | jcampan@chromium.org | 2009-07-31 | 1 | -2/+4 |
* | Revert changes from r22198 to r22204 and r22194. None of these changes were | kuchhal@chromium.org | 2009-07-31 | 1 | -6/+6 |
* | Refactoring of master preferences parsing before adding a new preference. | kuchhal@chromium.org | 2009-07-31 | 1 | -6/+6 |
* | Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr... | mdm@chromium.org | 2009-07-31 | 1 | -1/+1 |
* | Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines. | mdm@chromium.org | 2009-07-30 | 1 | -1/+1 |
* | There is no need for the browser process to have an accelerator handler.This ... | jcampan@chromium.org | 2009-07-29 | 1 | -1/+2 |
* | Turn on metrics reporting on POSIX if user has consented. | jeremy@chromium.org | 2009-07-28 | 1 | -0/+9 |