summaryrefslogtreecommitdiffstats
path: root/extensions/browser/api
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-2714-22/+20
* Renaming app_view_internal -> app_view_guest_internal.lfg2014-10-244-92/+87
* Speculative fix: "Issue 423222: Chrome: Crash Report - extensions::WebViewInt...hanxi2014-10-241-0/+2
* Remove IsDIPEnabled from Screenscottmg2014-10-231-6/+4
* Fix webrequest api for webview in webuiguohui2014-10-233-14/+30
* Use a separate DevicePermissionsManager instance in incognito mode.reillyg2014-10-232-0/+10
* Add Chrome IME extensions to the whitelisted extensions for app.window.alphabshe2014-10-221-0/+2
* Reverting instrumentationsvadimt2014-10-222-10/+0
* Standardize usage of virtual/override/final in extensions/dcheng2014-10-2192-1076/+1039
* Implement permission_broker for serial devices.jorgelo2014-10-201-1/+3
* Revert "app_shell: Add experimental shellPrivate extension API"jamescook2014-10-174-80/+0
* Add getUserSelectedDevices to the USB extensions API.reillyg2014-10-176-64/+160
* Prompt for granting permission to access USB devices.reillyg2014-10-166-4/+358
* Open HID connections asynchronously.reillyg2014-10-162-21/+10
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-154-8/+8
* New error strings for chrome.bluetoothLowEnergyjamuraa2014-10-134-21/+106
* Ignore uninteresting events when recording the last errors to reportmfoltz2014-10-132-14/+82
* Implement find in page support for top level BrowserPlugins.raymes2014-10-131-1/+1
* Update constants to MACRO_STYLEjamuraa2014-10-132-45/+46
* Read HID report descriptor from sysfs and request permission on connect.reillyg2014-10-112-4/+28
* Turn UploadDataStream into an abstract class, and split the implentationmmenke2014-10-091-12/+14
* Added optional callbacks to webview.go(), webview.back(), and webview.forward().paulmeyer2014-10-091-1/+3
* Added missing OWNERS file for webview.paulmeyer2014-10-091-0/+2
* Use IOService enumeration instead of IOHIDManager in HidServiceMac.reillyg2014-10-094-4/+26
* Instrumenting descendants of EventRouter::Observer to find out what causes ja...vadimt2014-10-082-0/+10
* Remote Assistance on Chrome OS Part III - NativeMessageHostkelvinp2014-10-072-0/+83
* Prototype for copresenceSockets.rkc2014-10-074-0/+346
* Revert "Remote Assistance on Chrome OS Part III - NativeMessageHost"Hayato Ito2014-10-072-83/+0
* Add HidConnection::Close and register OS X callbacks on the UI thread.reillyg2014-10-071-1/+3
* Remote Assistance on Chrome OS Part III - NativeMessageHostkelvinp2014-10-072-0/+83
* app_shell: Add experimental shellPrivate extension APIjamescook2014-10-044-0/+80
* HID device manager uses own instance in incognitoarnarb2014-10-041-1/+1
* Fail, don't DCHECK, when HID singleton services are unavailable.reillyg2014-10-041-3/+7
* replace OVERRIDE and FINAL with override and final in extensions/mostynb2014-10-0387-654/+654
* Enable cryptotoken in guest mode.arnarb2014-10-031-0/+2
* Higher-detailed results from tabs.captureVisibleTab on high-DPI systems.miu2014-10-031-8/+26
* App_shell doesn't have similar implementation of ChromeExtensionsNetworkDeleg...hanxi2014-10-033-3/+12
* GuestView: Move lifetime management out of contentfsamuel2014-10-023-1/+37
* First part of errors coming up from the dbus APIjamuraa2014-10-013-14/+26
* Remove the usbPrivate API.reillyg2014-09-303-190/+0
* Several things are done in this CL:hanxi2014-09-304-18/+7
* Fix uninitialized memory error in CastTransport.kmarshall2014-09-301-0/+1
* Revert "Allow declarative webrequest and webrequest in extensions."dcheng2014-09-304-7/+18
* Several things are done in this CL:hanxi2014-09-304-18/+7
* Gather metrics on hosted app unlimitedStorage usagerdevlin.cronin2014-09-301-10/+0
* Verify that ComponentExtensionResourceManager exists before using it.lfg2014-09-291-5/+7
* Short-circuit failures in BLE js testsjamuraa2014-09-291-12/+34
* Adds new webview.loadDataWithBaseUrl API to allow data URLs to be loaded with...paulmeyer2014-09-292-0/+43
* Rewrite apps::SavedDevicesService as extensions::DevicePermissionsManager.reillyg2014-09-294-2/+535
* Allow component IME extensions use app.window and add 'ime' boolean in Create...bshe2014-09-292-0/+67