| Commit message (Expand) | Author | Age | Files | Lines |
* | Turn backend tip service on by default. | mirandac@chromium.org | 2009-07-12 | 1 | -1/+1 |
* | Instead of forcing the homepage to be linux splash, force the startup action ... | estade@chromium.org | 2009-07-10 | 1 | -0/+13 |
* | Start Chrome button on First Run customize view should launch Chrome. | kuchhal@chromium.org | 2009-07-09 | 1 | -1/+0 |
* | Ensure that SDCH is initialized at all times. | jar@chromium.org | 2009-07-09 | 1 | -11/+8 |
* | Linux: Add "set chrome as default" and "import profile data" option to First ... | kuchhal@chromium.org | 2009-07-08 | 1 | -31/+1 |
* | Some code had been removed from FirstRun::IsChromeFirstRun() so that it may r... | jcampan@chromium.org | 2009-07-08 | 1 | -4/+3 |
* | Move printing related stuff to the root printing project from the browser pro... | sverrir@google.com | 2009-07-07 | 1 | -1/+1 |
* | Add a ping delay time master preference. | kuchhal@chromium.org | 2009-07-06 | 1 | -1/+4 |
* | Remove unused notification in print code to simplify before refactoring. | sverrir@google.com | 2009-07-03 | 1 | -3/+3 |
* | Convert menu strings to UTF16, fix some views-GTK build errors. | brettw@chromium.org | 2009-07-02 | 1 | -1/+2 |
* | Regression: task manager icon for chrome is blank | cpu@google.com | 2009-07-01 | 1 | -2/+7 |
* | Create A/B test of SDCH | jar@chromium.org | 2009-06-30 | 1 | -4/+23 |
* | Refactor DNS A/B experient, and add test of congestion time limits | jar@chromium.org | 2009-06-27 | 1 | -47/+2 |
* | Enable extension protocols on all platforms. This should enable background p... | erikkay@google.com | 2009-06-26 | 1 | -8/+1 |
* | Linux: fix crash reporting for zygote model | agl@chromium.org | 2009-06-23 | 1 | -0/+5 |
* | Finish the wiring of the inactive user toast experiment | cpu@google.com | 2009-06-19 | 1 | -2/+2 |
* | First draft of web resource service; fetches data from a JSON feed | mirandac@chromium.org | 2009-06-18 | 1 | -1/+5 |
* | Enable SDCH on mac/linux | jar@chromium.org | 2009-06-18 | 1 | -3/+1 |
* | Fix die-on-launch. | jrg@chromium.org | 2009-06-17 | 1 | -0/+3 |
* | Exit Chrome and show FRUI again on the next run, if user clicks on Cancel. | kuchhal@chromium.org | 2009-06-17 | 1 | -0/+8 |
* | Enable extensions without UI | davemoore@chromium.org | 2009-06-17 | 1 | -1/+5 |
* | Add a switch for changing the fd limit on Mac/Linux. | stuartmorgan@chromium.org | 2009-06-15 | 1 | -1/+38 |
* | Revert processing naming change, which breaks UI tests iterating over the | deanm@chromium.org | 2009-06-15 | 1 | -6/+0 |
* | Set process name on Linux | deanm@chromium.org | 2009-06-15 | 1 | -0/+6 |
* | Reduce header dependencies in browser/ | phajdan.jr@chromium.org | 2009-06-13 | 1 | -0/+1 |
* | Tweaks to the try chrome toast | cpu@google.com | 2009-06-12 | 1 | -0/+11 |
* | Revert r17575 and r17576. They are causing layout test errors. | agl@chromium.org | 2009-06-04 | 1 | -11/+0 |
* | Linux: Add support for chrooted renderers. | agl@chromium.org | 2009-06-04 | 1 | -0/+11 |
* | Test impact of 4 rather than 8 parallel DNS prefetch | jar@chromium.org | 2009-06-01 | 1 | -3/+20 |
* | Initialize gtk syles before first run dialog. (Missed in r17104) | thestig@chromium.org | 2009-05-28 | 1 | -6/+6 |
* | Automatically adapt to faster/slower uploads of renderer histograms | jar@chromium.org | 2009-05-28 | 1 | -3/+15 |
* | Respect Linux user prefs with regards to crash reporting. | thestig@chromium.org | 2009-05-28 | 1 | -22/+11 |
* | Do not monitor system power state during unit tests. | phajdan.jr@chromium.org | 2009-05-27 | 1 | -0/+5 |
* | linux: Implement a first run dialog. | evan@chromium.org | 2009-05-22 | 1 | -3/+6 |
* | Refactor the FirstRun code into Windows-specific and portable. | evan@chromium.org | 2009-05-22 | 1 | -7/+6 |
* | Respect the kNoFirstRun flag on Mac to not display the UI. This should help ... | jeremy@chromium.org | 2009-05-22 | 1 | -1/+7 |
* | Linux: add Breakpad support | agl@chromium.org | 2009-05-22 | 1 | -0/+8 |
* | Implement temporary First Run Dialog on OS X | jeremy@chromium.org | 2009-05-21 | 1 | -0/+19 |
* | Add support for alternate window station. | nsylvain@chromium.org | 2009-05-20 | 1 | -6/+22 |
* | Hook up stats reporting via default system on OS X. | jeremy@chromium.org | 2009-05-18 | 1 | -1/+4 |
* | linux: unify all the dialog layout code for visual consistency. | evan@chromium.org | 2009-05-18 | 1 | -0/+7 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-14 | 1 | -0/+5 |
* | Add a separate cookie store that's used for extensions. | mpcomplete@google.com | 2009-05-14 | 1 | -0/+7 |
* | metrics: don't record metrics unless user has opted-in. | evan@chromium.org | 2009-05-13 | 1 | -3/+3 |
* | Revert 15965. I wasn't supposed to check that in since it still doesn't compi... | maruel@chromium.org | 2009-05-13 | 1 | -5/+0 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-13 | 1 | -0/+5 |
* | Add customized first run tabs | cpu@google.com | 2009-05-09 | 1 | -2/+26 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Refactor BrowserInit in preparation for customized first run tabs | cpu@google.com | 2009-05-07 | 1 | -13/+16 |