summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/default_apps.cc
Commit message (Expand)AuthorAgeFilesLines
* Replacing DictionaryValue::key_iterator by DictionaryValue::Iterator in chrom...pneubeck@chromium.org2013-03-061-5/+3
* Introduce //components/user_prefs.joi@chromium.org2013-03-061-1/+1
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.joi@chromium.org2013-02-101-3/+4
* Move Extension Location and Type enums to Manifest, and move InstallWarning t...yoz@chromium.org2013-01-311-2/+2
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-221-2/+2
* Don't install external extensions in testsdpolukhin@chromium.org2012-11-091-5/+0
* Remove Default Apps field trial code.stevet@chromium.org2012-10-221-8/+0
* [Coverity] Fix dereference null check errors.kmadhusu@chromium.org2012-10-041-9/+6
* [Coverity] Fix uninitialized scalar field.kmadhusu@chromium.org2012-10-041-1/+2
* Reliably install default apps into new installations.mihaip@chromium.org2012-08-311-3/+16
* Revert 154450 - Reliably install default apps into new installations.jsbell@chromium.org2012-08-311-7/+3
* Reliably install default apps into new installations.mihaip@chromium.org2012-08-311-3/+7
* Disable install of new default apps for existing users.grv@chromium.org2012-08-301-34/+69
* New implementation of default apps.grv@chromium.org2012-08-241-36/+40
* Moved ExternalExtensionLoaders/Providers into extensions namespacerdevlin.cronin@chromium.org2012-07-161-4/+4
* Ensure that default apps like youtube/gmail etc show up in Windows 8 metro mode.ananta@chromium.org2012-05-251-8/+5
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-2/+3
* Refactor FirstRun class code into namespace first_run progressively. This cl ...jennyz@chromium.org2011-12-281-1/+1
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-1/+0
* Only install default apps for new profiles.rogerta@chromium.org2011-12-211-11/+22
* Rename constants used with default apps to confrom with naming convention.rogerta@chromium.org2011-12-061-2/+2
* Exempt default apps from external-extension alerts.miket@chromium.org2011-12-061-0/+1
* Default apps should not be installed on profiles that already have apps. Therogerta@chromium.org2011-11-091-16/+39
* Remove race condition when installing default apps into a new profile.rogerta@chromium.org2011-10-251-0/+106
* Update the web store promo to be clearer and configurable at run-time.jstritar@chromium.org2011-04-151-181/+0
* Change UTF8ToUTF16 to accept const StringPiece&.suzhe@google.com2011-01-281-0/+2
* Changes to default apps promo per ui leads:aa@chromium.org2011-01-111-29/+28
* More cleanup of DefaultApps code. This should also fix some issues when apps ...aa@chromium.org2011-01-041-25/+83
* Default apps promo was getting expired early if NTP open.aa@chromium.org2010-12-141-1/+1
* Update default apps.aa@chromium.org2010-11-301-3/+3
* Text changes to app promo per gregor. Also remove calendaraa@chromium.org2010-11-301-2/+1
* Add a histogram for tracking web store promojstritar@chromium.org2010-11-121-2/+8
* Don't show the apps promo at all on Chrome OSjstritar@chromium.org2010-11-121-0/+4
* Remove component extensions Calendar and Docsdpolukhin@chromium.org2010-11-041-0/+2
* Uninstall default apps if user hides promojstritar@chromium.org2010-10-201-0/+4
* FBTF: Fix more ctor/dtors found by clang plugin.erg@google.com2010-10-131-0/+2
* Implement new strategy for default apps. Instead of usingaa@chromium.org2010-10-091-0/+105