| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 231221 - "Remove enabled/disabled state from extension and app sync." | yoz@chromium.org | 2013-11-08 | 3 | -4/+144 |
* | Remove 'Clean local cache' secret menu from Files.app and FileBrowserPrivateAPI. | kinaba@chromium.org | 2013-11-08 | 1 | -1/+1 |
* | Move extensions::admin_policy code to extensions/browser. | derat@chromium.org | 2013-11-08 | 5 | -363/+2 |
* | Ignore files in the.git, .svn and __MACOSX directory when packing extension. | zhchbin@gmail.com | 2013-11-08 | 2 | -4/+63 |
* | fileSystemProvider: First cut at implementing fileSystemProvider API | satorux@chromium.org | 2013-11-08 | 1 | -0/+1 |
* | Disable flaky ExternallyConnectableMessagingTest.WebConnectableWithEmptyTlsCh... | kbr@chromium.org | 2013-11-08 | 1 | -2/+2 |
* | Disable ExtensionHostFactoryTest.IncognitoExtensionHosts | jamescook@chromium.org | 2013-11-08 | 1 | -7/+2 |
* | Move LaunchContainer enum out of chrome/. | derat@chromium.org | 2013-11-08 | 9 | -44/+44 |
* | mac: Prepare most test code for -Wunused-functions too. | thakis@chromium.org | 2013-11-08 | 2 | -9/+0 |
* | <webview>: Plumb extension ID of embedder in WebViewInfo on IO thread. | fsamuel@chromium.org | 2013-11-08 | 1 | -0/+1 |
* | Remove ExtensionToolbarModel from ExtensionService. | benwells@chromium.org | 2013-11-08 | 12 | -99/+181 |
* | Disabled ExtensionHostFactoryTest.IncognitoExtensionHosts on Mac due to flaky... | kbr@chromium.org | 2013-11-08 | 1 | -1/+8 |
* | mac: Prepare for -Wunused-functions. | thakis@chromium.org | 2013-11-07 | 2 | -26/+0 |
* | Do not leak a DictionaryValue from SessionsRestoreFunction::SetResultRestored... | earthdok@chromium.org | 2013-11-07 | 1 | -2/+4 |
* | Fix crash on login, don't pass PrepareKeyContext members by reference | nkostylev@chromium.org | 2013-11-07 | 2 | -9/+37 |
* | Revert 233619 "Fix crash on login, don't pass PrepareKeyContext ..." | jam@chromium.org | 2013-11-07 | 1 | -3/+3 |
* | Fix crash on login, don't pass PrepareKeyContext members by reference | nkostylev@chromium.org | 2013-11-07 | 1 | -3/+3 |
* | Make the internal storage policy::Schemas ref counted. | joaodasilva@chromium.org | 2013-11-07 | 1 | -7/+6 |
* | Enable ActivityLogApiTest.TriggerEvent and update test | davve@opera.com | 2013-11-07 | 1 | -3/+1 |
* | Revert "Bind to all interfaces for chrome.dial." | wez@chromium.org | 2013-11-07 | 3 | -8/+92 |
* | Annotate leak of a Screen instance in system display API tests. | earthdok@chromium.org | 2013-11-07 | 1 | -0/+3 |
* | Disable MediaGalleriesPrivateApiTest.DeviceAttachDetachEvents on Linux offici... | pshenoy@chromium.org | 2013-11-07 | 1 | -1/+8 |
* | Disable ExternallyConnectableMessagingTest.WebConnectableWithEmptyTlsChannelI... | pshenoy@chromium.org | 2013-11-07 | 1 | -1/+9 |
* | Move ExtensionProcessManager to src/extensions, part 3 - remove Browser | jamescook@chromium.org | 2013-11-07 | 6 | -157/+288 |
* | Rename WebKit namespace to blink (part 4) | abarth@chromium.org | 2013-11-07 | 10 | -29/+29 |
* | Fix flaky brailleDisplayPrivateApi tests and reenable them. | plundblad@chromium.org | 2013-11-07 | 1 | -2/+2 |
* | Add SettingsOverridesAPI dependence on TemplateURLServiceFactory. | vasilii@chromium.org | 2013-11-07 | 2 | -0/+12 |
* | Disable remote TTS services when offline. | dmazzoni@chromium.org | 2013-11-07 | 1 | -0/+1 |
* | Add ::Leaky to the LazyInstance<SafeBrowsingServiceFactoryImpl> in | kalman@chromium.org | 2013-11-07 | 1 | -6/+2 |
* | Disable network speech on Chrome OS temporarily. | dmazzoni@chromium.org | 2013-11-07 | 1 | -0/+2 |
* | Defer app window appearance until first paint. | mlamouri@chromium.org | 2013-11-07 | 2 | -3/+3 |
* | Launch ephemeral app for webstore detail links | tmdiep@chromium.org | 2013-11-06 | 2 | -10/+74 |
* | Do not leak a DictionaryValue from SessionsRestoreFunction::SetResultRestored... | earthdok@chromium.org | 2013-11-06 | 1 | -2/+3 |
* | Add a browser test to automatically run end-to-end Hangout Services test. | joi@chromium.org | 2013-11-06 | 1 | -24/+70 |
* | Adjusts panel ifdefs for aura | sky@chromium.org | 2013-11-06 | 1 | -8/+6 |
* | Correctly deal with tokens for supervised users in ProfileOAuth2TokenService. | bauerb@chromium.org | 2013-11-06 | 3 | -1/+19 |
* | Move chrome/common/extensions/incognito_handler.h to src/extensions | jamescook@chromium.org | 2013-11-06 | 11 | -11/+11 |
* | Data type conversion between extensions API and Cast API | hclam@chromium.org | 2013-11-06 | 1 | -0/+8 |
* | Revert 232631 - Revert 232499 "Move ManifestHandler to top-level extensions." | yoz@chromium.org | 2013-11-06 | 1 | -1/+1 |
* | Disable ExtensionServiceTest.BlacklistedExtensionWillNotInstall and WillNotLo... | thestig@chromium.org | 2013-11-06 | 1 | -2/+6 |
* | signin: record http response codes and net errors in OAuth2AccessTokenFetcher. | tim@chromium.org | 2013-11-06 | 2 | -0/+2 |
* | Switch the WebstoreDataFetcherDelegate::OnWebstoreResponseParseSuccess interf... | earthdok@chromium.org | 2013-11-06 | 4 | -6/+8 |
* | Remove unused helper function DispatchOnInstalledEvent. | mpcomplete@chromium.org | 2013-11-06 | 1 | -15/+0 |
* | Enable global command test on Linux Aura. | zhchbin@gmail.com | 2013-11-06 | 1 | -8/+11 |
* | Enable WebrtcCastApiTest.Basics | hclam@chromium.org | 2013-11-06 | 1 | -5/+2 |
* | Deprecate 'singleton' option in chrome.apps.window.create(). | mlamouri@chromium.org | 2013-11-06 | 1 | -0/+7 |
* | extensions: Remove Blacklist dependency from ExtensionPrefs. | derat@chromium.org | 2013-11-05 | 8 | -32/+36 |
* | Add Get/SetMetaInfo methods to BookmarkManagerPrivate Api | rfevang@chromium.org | 2013-11-05 | 5 | -73/+97 |
* | Disable ExtensionCrxInstallerTest.InstallDelayedUntilNextUpdate on win. | kalman@chromium.org | 2013-11-05 | 1 | -1/+8 |
* | Moved extension and value builder code to extensions component. | benwells@chromium.org | 2013-11-05 | 20 | -29/+29 |