summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/test_extension_prefs.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-1/+1
* Convert app_launch_index and page_index from int to StringOrdinal.csharp@chromium.org2011-12-141-1/+2
* Revert 114083 - Convert app_launch_index and page_index from int to StringOrd...csharp@chromium.org2011-12-131-2/+1
* Convert app_launch_index and page_index from int to StringOrdinal.csharp@chromium.org2011-12-121-1/+2
* Removing SignalingTask and replace with base::Bind(&WaitableEvent::Signal, ...)dcheng@chromium.org2011-11-251-3/+7
* Moving the SignalingTask class to base/test.tommi@chromium.org2011-11-021-2/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* Modify WaitableEvent::Wait() to return voidsteveblock@chromium.org2011-10-121-1/+1
* Ensure that --disable-extensions disables extension prefs from being enactedbattre@chromium.org2011-09-301-1/+8
* ntp4: default to 18 apps per page for new installsestade@chromium.org2011-08-251-1/+12
* ntp4: make app-install-via-drag less jankyestade@chromium.org2011-08-221-1/+1
* Move more files from chrome/test to chrome/test/base, part #2phajdan.jr@chromium.org2011-07-291-1/+1
* Add ability to create extension/app for a bookmark-app drop.gbillock@chromium.org2011-07-261-2/+11
* Remember whether an Extension/App was installed from the Web Store.bbudge@google.com2011-07-121-1/+1
* [Extension] Remove concept of initial incognito stateakalin@chromium.org2011-04-291-3/+1
* Replace bools in extension creation with flags.mihaip@chromium.org2011-03-291-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* ImportantFileWriter: check return value of PostTaskphajdan.jr@chromium.org2011-03-101-3/+13
* Give a helpful warning message if a url patern contains a port.skerner@chromium.org2011-03-041-1/+1
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Introduce incognito preference settings.battre@chromium.org2011-01-251-8/+17
* Sanitize PrefStore interface.mnissler@chromium.org2010-12-091-7/+19
* Fix for Bug 50726 "Save extension list and "winning" prefs from extensions"bauerb@chromium.org2010-12-061-2/+25
* Unrevert again r63919: "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-271-6/+9
* Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "...thakis@chromium.org2010-10-261-9/+6
* Unrevert r63919: "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-261-6/+9
* Revert r63919 "Part 2 of immutable Extension refactor."mpcomplete@chromium.org2010-10-261-9/+6
* Part 2 of immutable Extension refactor.mpcomplete@chromium.org2010-10-261-6/+9
* Move the rest of the Extension data into either StaticData or RuntimeDatampcomplete@chromium.org2010-10-181-4/+3
* Rename ChromeThread to BrowserThread Part20:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part10:tfarina@chromium.org2010-10-091-1/+1
* FBTF: Remove unneeded headers from base/ (part 8)thestig@chromium.org2010-09-081-1/+0
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-2/+2
* Add an ExtensionPrefStore, layered between the user prefs and the managed pre...pam@chromium.org2010-07-121-6/+1
* Reworked ExtensionsService::AddPendingExtension().akalin@chromium.org2010-06-261-1/+3
* Revert r50804 "Reworked ExtensionsService::AddPendingExtension()."hclam@chromium.org2010-06-251-3/+1
* Reworked ExtensionsService::AddPendingExtension().akalin@chromium.org2010-06-251-1/+3
* Add code to instantiate the ConfigurationPolicyPrefStore for the Windows plat...danno@chromium.org2010-06-141-1/+1
* Support multiple PrefStoresmnissler@chromium.org2010-06-071-5/+11
* Removed dependency on ChromeThread from JsonPrefStore and moved JsonPrefStore...sanjeevr@chromium.org2010-05-211-2/+6
* Adding ExtensionPrefs methods for storing update-when-idle data.asargent@chromium.org2010-04-271-0/+69