summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_prefs.cc
Commit message (Expand)AuthorAgeFilesLines
* Change ToValue to return a scoped_ptr.bryeung@chromium.org2012-12-171-3/+2
* Switch prefs::kExtensionInstallForceList to be a dictionary.mnissler@chromium.org2012-12-141-2/+2
* Ordinal::ToInternalValue can only be called on valid ordinals, but the ordina...mek@chromium.org2012-12-141-2/+3
* Move ShellWindowGeometryCache's data store to Preferences.mek@chromium.org2012-12-131-0/+22
* Add policy for restricting allowed apps/extension types.mnissler@chromium.org2012-12-111-0/+2
* Garbage Collect the Storage directory on next profile start after an extensio...ajwong@chromium.org2012-12-111-18/+35
* Dedupe code in SetIdleInstallInfo(), FinishIdleInstallInfo() and OnExtensionI...ajwong@chromium.org2012-12-081-94/+120
* Reland 171079, as it wasn't the CL that caused the perf regressionakalin@chromium.org2012-12-061-47/+36
* Revert 171079 - investigating perf regression.kalman@chromium.org2012-12-061-36/+47
* Decouple IsMetroProcess() calls, introducing IsSingleWindowMetroMode().gab@chromium.org2012-12-061-3/+3
* Make Blacklist::IsBlacklist asynchronous (it will need to be for safekalman@chromium.org2012-12-041-47/+36
* Store manifest info for component extensions with a blank 'state' to ease dow...tapted@chromium.org2012-11-301-1/+7
* Perform install tasks for newly installed or upgraded component apps/extensions.tapted@chromium.org2012-11-291-3/+4
* Make switches::kAppId behave correctly on OSXnduca@chromium.org2012-11-201-4/+4
* Pull extension blacklist and policy logic out of ExtensionPrefs and into twokalman@chromium.org2012-11-151-58/+74
* Establish /extensions directory and move URLPattern there.aa@chromium.org2012-11-131-1/+1
* Split Extension::ShouldDisplayInLauncher into ShouldDisplayIn{AppLauncher,New...tapted@chromium.org2012-11-091-1/+1
* First couple of steps of improving the extension/app update process.mek@chromium.org2012-11-071-77/+127
* Remove unnecessary virtual declarations from ScopedUserPrefUpdate and add OVE...bauerb@chromium.org2012-11-021-2/+4
* Sideload wipeout polish changelist.finnur@chromium.org2012-11-011-0/+6
* Add another bit to extension prefs that indicates we prompted the user aboutmpcomplete@chromium.org2012-10-231-0/+5
* Move the bits of Prefs where production code has only trivially easyjoi@chromium.org2012-10-221-1/+1
* Implement sideload wipeout for Extensions.finnur@chromium.org2012-10-221-0/+14
* Refactor api permissions to eliminate the need for fileSystem and mediaGaller...mek@chromium.org2012-10-191-36/+1
* New post-sideload UI:mpcomplete@chromium.org2012-10-171-0/+17
* Restart running apps when chrome restarts.koz@chromium.org2012-10-151-0/+18
* Replace extension_switch_utils.h with feature_switch.h.aa@chromium.org2012-10-131-4/+4
* Fix bug in disabling sync for default appsgrv@chromium.org2012-10-041-2/+22
* Add ActionBoxController, a controller class for the action box scoped to thekalman@chromium.org2012-09-281-26/+27
* cros: Implement default app ordering.xiyuan@chromium.org2012-09-251-10/+3
* Replace NOTREACHED with logging in extension permission preference loading code.benwells@chromium.org2012-09-201-4/+4
* Reset registered events and dispatch runtime.onInstalled to all extensions whenmpcomplete@chromium.org2012-09-201-0/+45
* Revert 156659 - Restart running apps when chrome restarts.koz@chromium.org2012-09-171-18/+0
* Restart running apps when chrome restarts.koz@chromium.org2012-09-131-0/+18
* [Sync] Generalize StringOrdinal to handle ordinal_in_parent fieldakalin@chromium.org2012-09-071-2/+2
* Disallow app windows in windows 8 metro mode. I will take a look at a clean w...ananta@chromium.org2012-09-061-0/+10
* Removed browser_action_pinned property as toolbar_order_with_action_box makes...yefim@chromium.org2012-08-311-19/+15
* Disable sync for default appsgrv@chromium.org2012-08-271-0/+16
* Replace scoped_refptr with linked_ptr in extensions::APIPermissionSetpenghuang@chromium.org2012-08-211-3/+3
* Rename APIPermission to APIPermissionInfo and APIPermissionDetail to APIPermi...penghuang@chromium.org2012-08-211-6/+8
* Extension white and force lists (set by policy) should have priority over aut...qfel@google.com2012-08-211-119/+70
* Renamed ExtensionIdSet to ExtensionIdsyefim@chromium.org2012-08-171-23/+23
* Support socket endpoint permissions for AppsV2 Socket API.penghuang@chromium.org2012-08-161-9/+47
* Support multiple disable reasons in ExtensionPerfseaugusti@chromium.org2012-08-151-13/+59
* Added flag --extensions-in-action-box to split Action Box and Extensions in it.yefim@chromium.org2012-08-151-14/+18
* Initial implementation of action box menu. It is still work in progress, just...yefim@chromium.org2012-08-091-22/+53
* Add gallery permissions to Media Galleries Preferencesvandebo@chromium.org2012-08-081-14/+22
* Don't show host permission warnings for platform apps.mihaip@chromium.org2012-08-021-0/+1
* Store Media gallery permissions in extension prefs.vandebo@chromium.org2012-08-021-0/+124
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-17/+17