| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove IsPrefRegistered function from PrefService API and fix the callers to | tony@chromium.org | 2009-12-07 | 1 | -2/+2 |
* | Remove old migration code, as users should have been migrated by now. | evan@chromium.org | 2009-10-22 | 1 | -9/+1 |
* | linux/mac: use "First Run", not "First Run Dev" | evan@chromium.org | 2009-10-09 | 1 | -8/+7 |
* | Make Mac first run store sentinel in Profile directory. | jeremy@chromium.org | 2009-08-19 | 1 | -3/+0 |
* | Linux: Add first run search bubble. | kuchhal@chromium.org | 2009-07-14 | 1 | -0/+25 |
* | Some code had been removed from FirstRun::IsChromeFirstRun() so that it may r... | jcampan@chromium.org | 2009-07-08 | 1 | -2/+12 |
* | FixIt: Remove first run dead code. | kuchhal@chromium.org | 2009-06-30 | 1 | -12/+2 |
* | Exit Chrome and show FRUI again on the next run, if user clicks on Cancel. | kuchhal@chromium.org | 2009-06-17 | 1 | -1/+1 |
* | linux: remove the word "Alpha" from all UI. | evan@chromium.org | 2009-05-28 | 1 | -2/+2 |
* | linux: Implement a first run dialog. | evan@chromium.org | 2009-05-22 | 1 | -5/+4 |
* | Fix mac. | evan@chromium.org | 2009-05-22 | 1 | -0/+3 |
* | Refactor the FirstRun code into Windows-specific and portable. | evan@chromium.org | 2009-05-22 | 1 | -611/+31 |
* | Commit for Miranda. | glen@chromium.org | 2009-05-19 | 1 | -0/+15 |
* | Revert the first run bubble change because of Mac/Linux failures. | glen@chromium.org | 2009-05-16 | 1 | -15/+0 |
* | Recommit for MirandaC of Smaller alternate first run bubble. http://coderevie... | glen@chromium.org | 2009-05-16 | 1 | -0/+15 |
* | rollback of r 162411 | glen@chromium.org | 2009-05-16 | 1 | -15/+0 |
* | Commit for MirandaC of Smaller alternate first run bubble. http://codereview.... | glen@chromium.org | 2009-05-16 | 1 | -0/+15 |
* | Create app_switches and remove a dep. | beng@google.com | 2009-05-15 | 1 | -0/+1 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-14 | 1 | -2/+2 |
* | Revert 15965. I wasn't supposed to check that in since it still doesn't compi... | maruel@chromium.org | 2009-05-13 | 1 | -2/+2 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-13 | 1 | -2/+2 |
* | Add customized first run tabs | cpu@google.com | 2009-05-09 | 1 | -4/+7 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -5/+2 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Fix multiple instances of first run dialog appearing when Chrome is started a... | robertshield@google.com | 2009-05-03 | 1 | -7/+23 |
* | Relanding the following CL (it was breaking the UI tests because a | jcampan@chromium.org | 2009-05-02 | 1 | -3/+10 |
* | Reverting 15115, it sadly breaks the ui tests. | jcampan@chromium.org | 2009-05-01 | 1 | -10/+3 |
* | If Chrome is not the default browser, tell the user, unless: | jcampan@chromium.org | 2009-05-01 | 1 | -3/+10 |
* | Add two new master preferences (import_bookmarks and make_default_browser_for... | kuchhal@chromium.org | 2009-04-30 | 1 | -0/+7 |
* | Fix a DCHECK hit from RefCountedBase class. | kuchhal@chromium.org | 2009-04-29 | 1 | -2/+2 |
* | Importer should import browser data from the browser that user selected. | kuchhal@chromium.org | 2009-04-23 | 1 | -10/+13 |
* | Make the importer respect the user selected languge. On install the language... | sverrir@google.com | 2009-04-15 | 1 | -11/+13 |
* | Wire the alternate desktop shortcut text | cpu@google.com | 2009-03-25 | 1 | -3/+3 |
* | Reuse the eula terms from the chrome resources | cpu@google.com | 2009-03-19 | 1 | -14/+38 |
* | Move windowing related objects into chrome/views/window subdir. | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | fix bustage - moved file | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -3/+3 |
* | Move chrome/apps/result_codes.h to chrome/common/result_codes.h | thestig@chromium.org | 2009-03-03 | 1 | -1/+1 |
* | Wire chrome shortcuts tooltip (installation) | cpu@google.com | 2009-02-28 | 1 | -1/+4 |
* | Remove the executable bit from a bunch of files that shouldn't have had it. | evan@chromium.org | 2009-02-12 | 1 | -0/+0 |
* | Fixes the EULA dialog to explicitly unset the usagestats flag if the checkbox... | gwilson@google.com | 2009-02-06 | 1 | -1/+4 |
* | Fix a bunch of header includes. I removed some unnecessary headers from a | brettw@chromium.org | 2009-02-01 | 1 | -0/+1 |
* | Modifies LaunchSetupWithParam to properly append the kInstallerDir and kSetup... | gwilson@google.com | 2009-01-30 | 1 | -2/+2 |
* | This CL fixes bugs with EULA | cpu@google.com | 2009-01-29 | 1 | -4/+5 |
* | Wire the stats consent checkbox of the EULA | cpu@google.com | 2009-01-29 | 1 | -1/+6 |
* | Porting profiles to the Mac. | avi@chromium.org | 2009-01-28 | 1 | -8/+10 |
* | Process the EULA distro param, to direct chrome to show the EULA dialog | cpu@google.com | 2009-01-28 | 1 | -0/+29 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -5/+5 |
* | First run is going into infinite recursion if started from master prefs | cpu@google.com | 2008-12-09 | 1 | -1/+6 |
* | The first run sentinel does not get created for system install | cpu@google.com | 2008-11-25 | 1 | -2/+11 |