| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the statistics initialization higher up in browser init. | evan@chromium.org | 2010-09-20 | 1 | -3/+3 |
* | Reland r59511: Eagerly set the IO loop used for OCSP. | willchan@chromium.org | 2010-09-20 | 1 | -1/+4 |
* | Reduce fieldtrials percentages for push to stable M7 | jar@chromium.org | 2010-09-16 | 1 | -25/+16 |
* | Increase the prefetch experiment to 50/50 in dev & beta | gavinp@chromium.org | 2010-09-15 | 1 | -1/+1 |
* | Eliminate the 8-sockets-per-proxy field trial. Reduce the percentage | mbelshe@chromium.org | 2010-09-14 | 1 | -16/+5 |
* | This is a second attempt of http://codereview.chromium.org/3175038 | davemoore@chromium.org | 2010-09-13 | 1 | -0/+5 |
* | Printing: Convert several wstrings to string16. | jhawkins@chromium.org | 2010-09-13 | 1 | -1/+1 |
* | Revert 59147 - Allow overriding of X error functions | davemoore@chromium.org | 2010-09-10 | 1 | -5/+0 |
* | Allow overriding of X error functions | davemoore@chromium.org | 2010-09-10 | 1 | -0/+5 |
* | Change UI font at startup time if necessary, based on the UI locale. | satorux@chromium.org | 2010-09-09 | 1 | -0/+18 |
* | Cleanup some duplicated includes. | tfarina@chromium.org | 2010-09-04 | 1 | -1/+0 |
* | Revert 58493 - Call InitEventRouters after a successful chromeos login. This ... | stoyan@chromium.org | 2010-09-03 | 1 | -4/+0 |
* | Call InitEventRouters after a successful chromeos login. This successfully | dmazzoni@chromium.org | 2010-09-03 | 1 | -0/+4 |
* | Update the Preconnect logic to use the new HttpStreamFactory for | mbelshe@chromium.org | 2010-09-03 | 1 | -2/+1 |
* | Set default browser AFTER import. | mirandac@chromium.org | 2010-09-01 | 1 | -0/+1 |
* | Reduce the number of files that recompile when changing template_url.h or tem... | levin@chromium.org | 2010-08-31 | 1 | -1/+2 |
* | Support handling blob URL and resolve blob references in upload data. | jianli@chromium.org | 2010-08-31 | 1 | -1/+3 |
* | Create an instance of AtExitManager before relaunching the browser on Windows... | prasadt@chromium.org | 2010-08-28 | 1 | -0/+5 |
* | Implement about:labs | thakis@chromium.org | 2010-08-27 | 1 | -0/+4 |
* | Revert 57635: Implement about:labs | dpolukhin@chromium.org | 2010-08-27 | 1 | -4/+0 |
* | Implement about:labs | thakis@chromium.org | 2010-08-27 | 1 | -0/+4 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -3/+3 |
* | Refactor new first run control flow. | estade@chromium.org | 2010-08-25 | 1 | -1/+1 |
* | A/B experiment for re-establishing TCP connections. | ziadh@chromium.org | 2010-08-25 | 1 | -0/+29 |
* | Resubmit r56600 - Start/stop service process when browser starts and stop | hclam@chromium.org | 2010-08-23 | 1 | -0/+16 |
* | Enable spdy to 95%, npn only to 5%. | lzheng@chromium.org | 2010-08-20 | 1 | -9/+2 |
* | net: expect MITM attacks with HTTP proxies and command line flag. | agl@chromium.org | 2010-08-19 | 1 | -0/+2 |
* | Switch to GoogleServiceAuthError struct instead of GaiaAuthError. | chron@chromium.org | 2010-08-19 | 1 | -2/+2 |
* | Extract connection logic from HttpNetworkTransaction into a new | mbelshe@chromium.org | 2010-08-19 | 1 | -3/+3 |
* | Add a command-line flag to disable SSL/TLS False Start | davidben@chromium.org | 2010-08-18 | 1 | -0/+2 |
* | Revert 56600 - ServiceProcessControlBrowserTest.LaunchAndIPC crashes. | rvargas@google.com | 2010-08-18 | 1 | -16/+0 |
* | Start/stop service process when browser starts and stop | hclam@chromium.org | 2010-08-18 | 1 | -0/+16 |
* | Rework gfx::Font by moving platform-specific code into inner classes. | ben@chromium.org | 2010-08-13 | 1 | -2/+3 |
* | Fix for issue 51693, which was a regression from integrating the open source | rogerta@google.com | 2010-08-13 | 1 | -0/+2 |
* | Revert 55797 - Disable support of --enable-preconnect flag | ziadh@chromium.org | 2010-08-11 | 1 | -1/+6 |
* | Disable support of --enable-preconnect flag | ziadh@chromium.org | 2010-08-11 | 1 | -6/+1 |
* | net: add embedded DNSSEC chain support. | agl@chromium.org | 2010-08-11 | 1 | -0/+3 |
* | Added event traces at various points during Chrome and ChromeFrame startup to... | ananta@chromium.org | 2010-08-11 | 1 | -0/+7 |
* | Histograms & Field Trails about prefetching | gavinp@google.com | 2010-08-09 | 1 | -0/+23 |
* | More metrics for proxy connections impact A/B test. | ziadh@chromium.org | 2010-08-09 | 1 | -4/+4 |
* | Bad interaction between 2 A/B experiments | ziadh@chromium.org | 2010-08-06 | 1 | -3/+14 |
* | Reland 54771 (and 54795) To enable TCP Preconnection by default | jar@chromium.org | 2010-08-06 | 1 | -1/+6 |
* | Have MakeName prepend the underscore to the field trial group name, | mlloyd@chromium.org | 2010-08-05 | 1 | -13/+13 |
* | [ChromeOS] When doing a stub-login for chromeos, avoid the already-logged-in-... | cmasone@google.com | 2010-08-05 | 1 | -1/+7 |
* | Revert 55071 - Reland 54771 (and 54795) To enable TCP Preconnection by default | dhollowa@chromium.org | 2010-08-05 | 1 | -6/+1 |
* | Reland 54771 (and 54795) To enable TCP Preconnection by default | jar@chromium.org | 2010-08-05 | 1 | -1/+6 |
* | FBTF: Remove unneeded headers from base/ (part 1) | thestig@chromium.org | 2010-08-05 | 1 | -2/+0 |
* | To effectively test some parts of chrome for cros on the linux desktop, we ne... | davemoore@chromium.org | 2010-08-04 | 1 | -0/+45 |
* | Revert 54771 - Enable speculative preconnection by default | jar@chromium.org | 2010-08-04 | 1 | -6/+1 |
* | Remove wstrings from l10n_util/ResourceBundle locale functions. | evan@chromium.org | 2010-08-04 | 1 | -1/+1 |