summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* Accept invalid chrome-extension:// and chrome:// CSP tokensRob Wu2014-11-242-1/+14
* Merge https://codereview.chromium.org/739033002 onto 2214 branchAntony Sargent2014-11-213-12/+7
* Promote chrome.usb.getUserSelectedDevices to stable channel.Reilly Grant2014-11-201-5/+0
* Remove UsbDevice observers on ::Clear and service destruction.Reilly Grant2014-11-171-6/+12
* Don't fire AppLifetimeMonitor::Observer::OnAppActivated on every AppWindow::S...Jack Hou2014-11-173-6/+9
* GuestView lifetime tied to Opener lifetime until Attachedfsamuel2014-11-074-25/+51
* Optimized the handling of webview attribute mutation.paulmeyer2014-11-072-173/+181
* Use the URL not the URL of the tab in the MessageSender of the extensionkalman2014-11-071-2/+2
* Raise the throttling limits of the storage API.kalman2014-11-072-9/+17
* Add missing OWNERS file for extensions/components/javascript_dialog_extension...oshima2014-11-071-0/+2
* Introduce private API for fetching the user's profile image.tengs2014-11-071-0/+1
* Show read-only messages for non-interact non-desktop Automation extensionsaboxhall2014-11-074-12/+50
* Support embedded plugins with MimeHandlerView.raymes2014-11-074-16/+114
* Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442acjamesr2014-11-0713-21/+21
* Use the v8::Isolate we know about rather than v8::Isolate::GetCurrent() in akalman2014-11-065-8/+4
* Refactor GuestViewContainer to split out WebView related logic and MimeHandle...raymes2014-11-0610-284/+406
* Add launcher_page extension ids to oauth2.auto_approveskare2014-11-061-0/+5
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-062-2/+0
* Simplify web_view.jsfsamuel2014-11-063-48/+36
* Allow the ManagementAPI service to be used in incognito mode.lfg2014-11-061-0/+1
* Fix uninstall dialog in management API.lfg2014-11-061-1/+2
* Deprecate chrome.usb.requestAccess.reillyg2014-11-063-42/+35
* Add dev versions of Security Key extensions to the relevant API whitelistsarnarb2014-11-061-4/+13
* Tweak the ExtensionFunction::Run result value docs.kalman2014-11-061-9/+10
* Add rudimentary UpdateService to app_shellrockot2014-11-0624-0/+734
* [DevTools] Fixed double delete of ShellDevToolsDelegatevkuzkokov2014-11-064-8/+16
* Move JavaScriptDialogManager, JavascriptAppModalDialogViews to components/app...oshima2014-11-066-0/+142
* Improve extensions version generation in GNbrettw2014-11-063-30/+16
* Add host permissions to the App Info dialogsashab2014-11-062-5/+1
* Implement AutomationNode.querySelector().aboxhall2014-11-067-0/+164
* Make ui::BaseWindow::GetNativeWindow a const function.yoz2014-11-054-4/+4
* Remove the margin:0 on the body of the extension options page CSS.kalman2014-11-051-1/+0
* Move webcamPrivate from chrome/ to extensions/zork2014-11-058-0/+324
* Fix the hotrod active audio node selection issue caused by the change in exte...jennyz2014-11-051-2/+2
* Make BTLE JS errors a little less confusing.jamuraa2014-11-053-18/+26
* Implement a JavaScript API for document scanningpstew2014-11-054-2/+12
* GN: Get os="chromeos" use_ozone=true to compiledpranke2014-11-051-1/+1
* Automated the definitions of webview attributes as properties on the webview ...paulmeyer2014-11-052-65/+21
* Allow extension function call quota to be un-throttled.kalman2014-11-053-33/+28
* cast channel error cleanup.vadimgo2014-11-043-8/+22
* Move the chrome.management API to extensions.lfg2014-11-0415-5/+1918
* Add new extension API for VPNkaliamoorthi2014-11-0414-0/+241
* Got rid of the internal copies of webview attributes.paulmeyer2014-11-044-140/+115
* Fix socket send.rkc2014-11-041-2/+8
* Added missing OWNERS file for web_view directory.paulmeyer2014-11-041-0/+2
* Refine //extensions DEPS on //uirockot2014-11-044-3/+20
* <webview>: Remove broken captureVisibleRegion code until feature is properly ...fsamuel2014-11-044-71/+0
* Removing instrumentations for task URLFetcherCore::OnCompletedURLRequestvadimt2014-11-041-6/+0
* Add a new field "source" in launchData of chrome.app.runtime.onLaunched() to ...cylee2014-11-0410-31/+141
* Add a way to kill apps without killing windowshashimoto2014-11-042-32/+113