summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* Whitelist hangouts for the systemIndicator API.dewittj@chromium.org2014-05-021-1/+0
* Initial implementation of chrome.browser.openTab.rpaquay@chromium.org2014-05-022-0/+2
* Move renderer ExtensionHelper into //extensionsjamescook@chromium.org2014-05-0111-11/+851
* Resubmit: Extend DOMActivityLogger interface for upcoming changerdevlin.cronin@chromium.org2014-05-014-39/+142
* Renamed namespaces of url lib.vitalybuka@chromium.org2014-05-012-9/+9
* Pull chrome stuff out of (and move) extensions::Dispatcher.rockot@chromium.org2014-05-0146-31/+4340
* [fsp] Add the getMetadata operation.mtomasz@chromium.org2014-05-011-0/+2
* Move DOMActivityLogger and associated code from //chrome to //extensionsjamescook@chromium.org2014-05-019-0/+664
* Convert app_shell onLaunched stub to use chrome.shell.onLaunchedjamescook@chromium.org2014-05-012-3/+17
* Introduce chrome.shell.createWindow stub API for app_shelljamescook@chromium.org2014-04-306-1/+82
* Break src/extensions dependency on Chrome's theme_resources.h / .pakjamescook@chromium.org2014-04-304-27/+0
* Rename (Chrome)SyncExtensionFunction::RunImpl to RunSync so that the RunImplkalman@chromium.org2014-04-305-35/+41
* Stop prompting for the file system write permission in packaged apps.benwells@chromium.org2014-04-301-1/+1
* Settings Overides -- warn user when extensions override their NTP.finnur@chromium.org2014-04-292-0/+20
* Use base::STLSet* in place of std::set_* for simplicity.sungmann.cho@navercorp.com2014-04-291-23/+8
* Export a private webstore API to call into the new inline sign-in flow.isherman@chromium.org2014-04-291-0/+1
* Revert "Rename experimental.accessibility to accessibilityPrivate"dtseng@chromium.org2014-04-292-3/+0
* Split feature definitions into extensions and chrome features.yoz@chromium.org2014-04-2815-107/+426
* Use base::STLSet* in place of std::set_* for simplicity and consistency.sungmann.cho@navercorp.com2014-04-271-12/+4
* Introduce chrome.bluetoothSocket API.keybuk@chromium.org2014-04-261-0/+12
* Add GN template for generated extensions API targets.rockot@chromium.org2014-04-262-0/+165
* Add the feature to retain the user gesture in the extension callback.wjywbs@gmail.com2014-04-251-3/+10
* Introduce ExtensionFunction::RunImplTypesafe and SendResponseTypesafe,kalman@chromium.org2014-04-246-71/+271
* Cpplint for apps/, extensions/limasdf@gmail.com2014-04-247-19/+20
* BookmarkManagerPrivate API meta info improvements.rfevang@chromium.org2014-04-241-0/+2
* Introduce chrome.bluetoothLowEnergy API.armansito@chromium.org2014-04-221-0/+11
* Put SimpleFeature crash info on the stack so that they show up in the minidump.kalman@chromium.org2014-04-221-1/+9
* cleanup: Use EventRouter and some cleanups.limasdf@gmail.com2014-04-222-5/+4
* PropertyCallbackInfo::This should be a primitive valuejochen@chromium.org2014-04-221-3/+8
* Remove some test files from extensions_unittests target.tfarina@chromium.org2014-04-201-5/+0
* Replace NOTIFICATION_EXTENSION_LOADED to NOTIFICATION_EXTENSION_LOADED_DEPREC...limasdf@gmail.com2014-04-203-6/+8
* Fix punctuation and remove a word from extension permission warnings.meacer@chromium.org2014-04-191-4/+4
* Pass Reason as a parameter with OnExtensionUnloaded.DHNishi@gmail.com2014-04-188-13/+25
* Support a "policy" extension location in extension features files.kalman@chromium.org2014-04-1813-228/+307
* Provide UI for per-extension enabling/disabling of error collection.rdevlin.cronin@chromium.org2014-04-181-1/+2
* Use EventRouter instead of ExtensionSystem::Get->event_router()limasdf@gmail.com2014-04-182-4/+2
* Remove ChromeV8Extension & most of ChromeV8Contextrockot@chromium.org2014-04-178-2/+447
* Change ACCELERATED_COMPOSITING blacklist to GPU_COMPOSITING.danakj@chromium.org2014-04-172-3/+2
* Introduce extensions_strings.grdjamescook@chromium.org2014-04-1770-27/+2048
* Move extensions bindings code out of //chromerockot@chromium.org2014-04-1733-0/+1707
* Break a single histogram into two histogramsasargent@chromium.org2014-04-161-1/+6
* Remove VIEW_TYPE_NOTIFICATION since it's not used anymore.jam@chromium.org2014-04-162-5/+0
* Use default CSP for resource loading in webview (instead of platform app's CSP)lazyboy@chromium.org2014-04-164-4/+21
* Use EventRouter instead of ExtensionSystem::Get->event_router()limasdf@gmail.com2014-04-163-10/+9
* Merge ExtensionImpl into EventBindings.koz@chromium.org2014-04-162-249/+272
* Clean-up coding stylehaibane84@gmail.com2014-04-165-2/+10
* Create ExtensionsRendererClient.rockot@chromium.org2014-04-163-0/+62
* Stop disabling force_compositing_mode for background RenderViews.danakj@chromium.org2014-04-162-0/+6
* Stop using v8::Persistent in ObjectBackedNativeHandleradamk@chromium.org2014-04-161-5/+4
* Suppress tabs permission warning if there is already a browsingHistory warning.meacer@chromium.org2014-04-151-3/+3