| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove resources for "not toolkit_views and not is_macosx and not is_ios". Th... | oshima@chromium.org | 2014-05-17 | 1 | -17/+1 |
* | Show a modified outdated upgrade Bubble for non-enterprise users without auto... | mad@chromium.org | 2014-03-28 | 1 | -0/+8 |
* | Updates some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-11 | 1 | -1/+1 |
* | Wrench Menu Icons: Use new icons | sail@chromium.org | 2013-04-23 | 1 | -17/+35 |
* | browser: Move the rest of application_lifetime.h into chrome namespace. | tfarina@chromium.org | 2013-02-18 | 1 | -1/+1 |
* | Add an outdated upgrade bubble view. | mad@chromium.org | 2013-02-15 | 1 | -8/+20 |
* | Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. | joi@chromium.org | 2013-02-11 | 1 | -1/+1 |
* | Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. | joi@chromium.org | 2013-02-06 | 1 | -4/+4 |
* | Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. | joi@chromium.org | 2012-12-22 | 1 | -1/+1 |
* | Don't autorestart if incognito windows are open. | finnur@chromium.org | 2012-10-22 | 1 | -0/+6 |
* | This CL moves the contents of ui_resources_standard.grd into ui_resources.grd... | benrg@chromium.org | 2012-07-11 | 1 | -1/+1 |
* | grd file update for new 2x assets | thakis@chromium.org | 2012-06-22 | 1 | -2/+2 |
* | Move application lifetime functionality off BrowserList. | ben@chromium.org | 2012-05-18 | 1 | -2/+2 |
* | Store the "browser autorestarted, last session must be restored" information ... | marja@chromium.org | 2011-12-05 | 1 | -0/+1 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -5/+5 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -2/+2 |
* | When critical updates have been installed and the user has been idle for quit... | finnur@chromium.org | 2011-10-13 | 1 | -1/+75 |
* | Profiles: Remove orphaned notifications. | erg@chromium.org | 2011-07-29 | 1 | -5/+0 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -3/+3 |
* | Refactor UpgradeDetector. | xiyuan@chromium.org | 2011-06-12 | 1 | -256/+3 |
* | [ChromeOS] Move ChromeOS upgrade check logic into UpgradeDetector. | xiyuan@chromium.org | 2011-05-24 | 1 | -0/+13 |
* | Make sure right badge shows up on the Wrench menu for Linux and Mac. | finnur@chromium.org | 2011-05-03 | 1 | -3/+22 |
* | Fix the upgrade detector time for the dev and canary channels. The "low" | mark@chromium.org | 2011-05-03 | 1 | -28/+41 |
* | Fix users of platform_util::GetVersionStringModifier that really only care | mark@chromium.org | 2011-04-25 | 1 | -12/+13 |
* | Change the upgrade reminder as time passes without user action. | finnur@chromium.org | 2011-04-14 | 1 | -21/+72 |
* | Add the UpgradeDetector to the list of things which don't run when the | mbelshe@chromium.org | 2011-04-06 | 1 | -0/+3 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 1 | -6/+6 |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Carnitas: Move non-ui Mac files out of browser/ui/cocoa | sail@chromium.org | 2011-02-11 | 1 | -1/+1 |
* | base/version: remove wstring version | evan@chromium.org | 2010-12-23 | 1 | -1/+1 |
* | Revert 69592 - file_version_info was not finding Mac values correctly. | dmaclach@chromium.org | 2010-12-18 | 1 | -0/+4 |
* | file_version_info was not finding Mac values correctly. | dmaclach@chromium.org | 2010-12-18 | 1 | -4/+0 |
* | Installer cleanup | amit@chromium.org | 2010-12-16 | 1 | -7/+6 |
* | This is a continuation of http://codereview.chromium.org/5519016/, adds a new... | satish@chromium.org | 2010-12-09 | 1 | -0/+6 |
* | Move browser/cocoa to browser/ui/cocoa | ben@chromium.org | 2010-12-01 | 1 | -1/+1 |
* | Refactor the installer to support multi-install. | tommi@chromium.org | 2010-12-01 | 1 | -2/+5 |
* | Use the File thread when checking the Chrome version, since the UpgradeDetector | finnur@chromium.org | 2010-10-29 | 1 | -14/+7 |
* | Rename ChromeThread to BrowserThread Part22: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part16: | tfarina@chromium.org | 2010-10-11 | 1 | -11/+11 |
* | Change the frequency of update checks depending on the installed channel of c... | estade@chromium.org | 2010-09-22 | 1 | -11/+22 |
* | Add a command line switch to allow testers to test the upgrade detection | finnur@chromium.org | 2010-09-18 | 1 | -1/+9 |
* | Refactor version-getting info into a chrome::VersionInfo object. | evan@chromium.org | 2010-08-27 | 1 | -5/+3 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | FBTF: Remove unneeded headers from base/ (part 3) | thestig@chromium.org | 2010-08-06 | 1 | -1/+0 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -0/+1 |
* | Wording change for the upgrade detection mechanism and increase timer to chec... | finnur@chromium.org | 2010-07-24 | 1 | -7/+3 |
* | Cleanup: Break another common->app dependency. | thestig@chromium.org | 2010-07-20 | 1 | -2/+4 |
* | Make UpgradeDetector work on the Mac. | mark@chromium.org | 2010-07-15 | 1 | -18/+27 |
* | Fix windows build | estade@chromium.org | 2010-06-15 | 1 | -3/+3 |