summaryrefslogtreecommitdiffstats
path: root/extensions/browser
Commit message (Expand)AuthorAgeFilesLines
* Introduce WebViewPermissionHelperDelegate in extensions and ChromeWebViewPerm...hanxi@chromium.org2014-08-153-0/+111
* Refactor NaCl MapUrlToLocalFilePath implementation into src/extensionsjamescook@chromium.org2014-08-153-14/+118
* Cast channel: Add cast.channel.getLogs extension API.imcheng@chromium.org2014-08-158-96/+227
* Move script_executor.* to extensions/browserwjmaclean@chromium.org2014-08-154-0/+315
* Revert of Factor Chrome details out of update manifest fetching. (patchset #5...nkostylev@chromium.org2014-08-152-293/+0
* Factor Chrome details out of update manifest fetching.rockot@chromium.org2014-08-152-0/+293
* Hook up new easyUnlockPrivate API function for updating lock screentbarzic@chromium.org2014-08-151-0/+1
* Propagate error details via the onError delegate in Cast Socket, then to the ...mfoltz@chromium.org2014-08-1513-56/+278
* Make runtime.reload() work with component extensions.amistry@chromium.org2014-08-141-29/+18
* Close a loophole in extension content verificationasargent@chromium.org2014-08-141-8/+36
* Add chrome.usbPrivate API for use by USB device WEBUI.reillyg@chromium.org2014-08-145-0/+229
* Add usb_service::UsbDeviceFilter class for device matching.reillyg@chromium.org2014-08-132-14/+14
* Remove unnecessary "extensions::" prefix in web_view/app_view directories.hanxi@chromium.org2014-08-131-17/+13
* Extract a MockExtensionSystem to be used with TestExtensionsBrowserClient.yoz@chromium.org2014-08-133-59/+198
* Implement support for <extensionoptions> embedding in WebUIericzeng@chromium.org2014-08-131-4/+0
* Remove deprecated kBrowserActionContainerWidth prefrdevlin.cronin@chromium.org2014-08-133-17/+0
* Change GuestViewInternalCreateGuestFunction to create the guest view using thekalman@chromium.org2014-08-121-0/+3
* Move guest_view to extensions.hanxi@chromium.org2014-08-128-0/+1366
* Move more Sockets browser tests into app_shell_browsertests tests.dhnishi@chromium.org2014-08-122-0/+109
* Revert of [DevTools] Make DevTools clients talk directly to DevToolsAgentHost...pfeldman@chromium.org2014-08-121-2/+5
* Service Worker: Hook up browsing data deletionjsbell@chromium.org2014-08-111-0/+1
* [ew] Add API methods for the upcoming Entry Watcher API.mtomasz@chromium.org2014-08-111-0/+3
* Cast channel: Add logging to the cast channel API / cast sockets.imcheng@chromium.org2014-08-1015-167/+1352
* Move constants in guest view to extensions.hanxi@chromium.org2014-08-093-0/+53
* Move SocketsTcpApiTest.SocketsTcpCreateGood to app_shell_browsertests.dhnishi@chromium.org2014-08-094-51/+95
* [DevTools] Make DevTools clients talk directly to DevToolsAgentHost instead o...dgozman@chromium.org2014-08-081-5/+2
* Remove dependency of chrome in GuestViewBase.hanxi@chromium.org2014-08-081-0/+2
* Refactor guest view availability to be API based not permission based.kalman@chromium.org2014-08-084-13/+27
* Use extensions_path.h instead of chrome_path.h from extension_icon_image_unit...limasdf@gmail.com2014-08-081-4/+4
* DevTools: migrate DevTools APIs to use WebContents instead of RenderViewHost.pfeldman@chromium.org2014-08-081-7/+5
* Add the Copresence API.rkc@chromium.org2014-08-081-0/+2
* Remove all the browser side extensions code from Android.thestig@chromium.org2014-08-081-135/+133
* Cleanup: Make ExtensionIconSet::Get return a const std::string& rather than akalman@chromium.org2014-08-071-5/+3
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+1
* Update manually triggered try jobs to use swarming for ChromeOS and Mac since...jam@chromium.org2014-08-071-1/+1
* [gcc 4.8] Remove multi-line comment to avoid build break due to -Werror=commentvivek.vg@samsung.com2014-08-071-1/+1
* Change the default implementation of ExtensionFunction::HasPermission to usekalman@chromium.org2014-08-076-71/+76
* Add the whispernet proxy.rkc@chromium.org2014-08-071-0/+4
* extensions: Add GN version of extensions_shell_and_test_pak and unittests tar...tfarina@chromium.org2014-08-071-0/+29
* Move ImageLoaderTest to extensions_unittestsjamescook@chromium.org2014-08-061-77/+39
* <webview>: Move autosize from content to chrome.fsamuel@chromium.org2014-08-061-0/+2
* Revert 287732 "<webview>: Move autosize from content to chrome."tommi@chromium.org2014-08-061-2/+0
* Fix for 0-length file problem in extension content verificationasargent@chromium.org2014-08-064-34/+126
* <webview>: Move autosize from content to chrome.fsamuel@chromium.org2014-08-061-0/+2
* Disable ephemeral apps after they stop runningtmdiep@chromium.org2014-08-063-25/+3
* Revert of Resubmit: Remove deprecated extension notifications from ProcessMan...akuegel@chromium.org2014-08-053-42/+47
* Remove deprecated extension notifications from ProcessManager and use Extensi...limasdf@gmail.com2014-08-053-47/+42
* Remove deprecated extension notifications from ApiResourceManager.limasdf@gmail.com2014-08-052-26/+35
* Remove weak pointers from CastSocket by explicitly tracking and resetting cal...mfoltz@chromium.org2014-08-055-84/+166
* Use ExtensionRegistry instead of deprecated extension's notification in Event...limasdf@gmail.com2014-08-043-29/+36