| Commit message (Expand) | Author | Age | Files | Lines |
* | Extension Settings API: move the API functions into an object SettingsNamepace, | kalman@chromium.org | 2011-11-24 | 1 | -4/+12 |
* | Move PropertyBag to base. Originally this was in chrome\common because only c... | jam@chromium.org | 2011-11-23 | 1 | -3/+3 |
* | Add OVERRIDE to chrome/browser/extensions/. | avi@chromium.org | 2011-11-21 | 1 | -2/+2 |
* | Add policies to specify an enterprise web store. | dubroy@chromium.org | 2011-11-18 | 1 | -4/+13 |
* | Cleanup: Remove unneeded forward declarations from chrome/browser/extensions. | thestig@chromium.org | 2011-11-11 | 1 | -1/+1 |
* | Extension Settings API: make it so that when leveldb storage areas fail to be | kalman@chromium.org | 2011-11-11 | 1 | -2/+2 |
* | Move all Extension Settings API files from c/b/extensions to c/b/extensions/s... | kalman@chromium.org | 2011-11-09 | 1 | -3/+3 |
* | Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ... | aa@chromium.org | 2011-11-09 | 1 | -0/+5 |
* | Refactor loading out of ExtensionService. | yoz@chromium.org | 2011-11-02 | 1 | -76/+19 |
* | Separate the syncing of extension settings and app settings into separate data | kalman@chromium.org | 2011-11-01 | 1 | -1/+5 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -2/+2 |
* | Add a couple of notifications related settings to app/extensions sync: | munjal@chromium.org | 2011-10-28 | 1 | -0/+6 |
* | Delete code for and references to mini-gallery and theme install bubbles. | yoz@chromium.org | 2011-10-27 | 1 | -4/+0 |
* | Mark some externally installed extensions as 'bookmark apps' | rogerta@chromium.org | 2011-10-26 | 1 | -1/+2 |
* | Update WebstoreInstaller to be ref counted. | jstritar@chromium.org | 2011-10-25 | 1 | -5/+0 |
* | Move bookmarks extension api implementation to bookmarks dir. | aa@chromium.org | 2011-10-25 | 1 | -2/+2 |
* | Move history extension API implementation to history dir. | aa@chromium.org | 2011-10-24 | 1 | -2/+2 |
* | Redo how page load time stats are gathered for webrequest extensions: | mpcomplete@chromium.org | 2011-10-22 | 1 | -0/+9 |
* | Refactor code to make it more testable. | miket@chromium.org | 2011-10-20 | 1 | -1/+4 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -7/+7 |
* | Reland r105832: NewRunnable* -> base::Bind for most of chrome/browser/extensi... | adamk@chromium.org | 2011-10-18 | 1 | -3/+0 |
* | Revert 105832 - NewRunnable* -> base::Bind for most of chrome/browser/extensi... | adamk@chromium.org | 2011-10-17 | 1 | -0/+3 |
* | NewRunnable* -> base::Bind for most of chrome/browser/extensions/. | adamk@chromium.org | 2011-10-17 | 1 | -3/+0 |
* | Allow webstore extensions to use experimental permissions. We | aa@chromium.org | 2011-10-16 | 1 | -0/+5 |
* | Clear extension settings when an extension is uninstalled. | kalman@chromium.org | 2011-10-14 | 1 | -5/+0 |
* | Add a helper class for downloading and installing extensions from the gallery. | jstritar@chromium.org | 2011-10-13 | 1 | -1/+5 |
* | "Details" button in extensions alert launches prefs in tab, not window. | miket@chromium.org | 2011-10-12 | 1 | -7/+12 |
* | Warn user in case extension delays network traffic too much. | battre@chromium.org | 2011-10-11 | 1 | -0/+8 |
* | Notify users about certain changes in installed extensions. | miket@chromium.org | 2011-10-10 | 1 | -0/+13 |
* | Stop using ExtensionInputMethodEventRouter as a singleton. | yusukes@chromium.org | 2011-10-05 | 1 | -0/+9 |
* | Persist App Notifications to disk | asargent@chromium.org | 2011-10-05 | 1 | -3/+3 |
* | Remove unused constant. | mihaip@chromium.org | 2011-09-30 | 1 | -3/+0 |
* | Rename ExtensionSettingsUIWrapper to ExtensionSettingsFrontend and | akalin@chromium.org | 2011-09-27 | 1 | -3/+3 |
* | Move AppNotification and AppNotificationManager into their own files. | asargent@chromium.org | 2011-09-26 | 1 | -1/+1 |
* | Enable sync for the settings from the Extension Settings API. | akalin@chromium.org | 2011-09-21 | 1 | -5/+4 |
* | chrome.experimental.downloads.onCreated, onErased | benjhayden@chromium.org | 2011-09-14 | 1 | -0/+3 |
* | Prompt to enable permission-disabled apps when navigating to them. | jstritar@chromium.org | 2011-09-13 | 1 | -2/+4 |
* | When uninstalling a hosted app, delete data for its launch_url's origin, as | michaeln@google.com | 2011-09-02 | 1 | -1/+3 |
* | Remove obsolete TODO and add a bunch of OVERRIDEs. | mihaip@chromium.org | 2011-08-31 | 1 | -4/+6 |
* | Do not initialize event routers in the Profile Import process. | mirandac@chromium.org | 2011-08-26 | 1 | -0/+3 |
* | Apps/Extensions Sync refactoring -- delete most of the old glue, implement ne... | bolms@chromium.org | 2011-08-23 | 1 | -43/+59 |
* | ntp4: make app-install-via-drag less janky | estade@chromium.org | 2011-08-22 | 1 | -1/+1 |
* | Revert 97482 - Apps/Extensions Sync refactoring -- delete most of the old glu... | bolms@chromium.org | 2011-08-19 | 1 | -59/+43 |
* | Apps/Extensions Sync refactoring -- delete most of the old glue, implement ne... | bolms@chromium.org | 2011-08-19 | 1 | -43/+59 |
* | Remove extension.h #include from profile.h. | mihaip@chromium.org | 2011-08-13 | 1 | -3/+3 |
* | Remove leftover function declaration in extension_service.h | cira@google.com | 2011-08-11 | 1 | -7/+0 |
* | Implement an initial extension settings API. | kalman@chromium.org | 2011-08-10 | 1 | -0/+11 |
* | Allow PyAuto to install unpacked extensions. | dtu@chromium.org | 2011-08-02 | 1 | -0/+4 |
* | Re-land the experimental permissions API for extensions. | jstritar@chromium.org | 2011-07-27 | 1 | -4/+15 |
* | Revert 94288 - Add an experimental permissions API for extensions. | jstritar@chromium.org | 2011-07-27 | 1 | -15/+4 |