summaryrefslogtreecommitdiffstats
path: root/chrome/browser/usb
Commit message (Expand)AuthorAgeFilesLines
* WebUsb Android chooser UIjuncai2016-03-255-69/+66
* Rename web_usb_permission_bubble.cc/h and webusb_permission_bubble.mojomjuncai2016-03-146-42/+39
* Convert the PermissionProvider Mojo interface to plain C++.reillyg2016-03-044-73/+46
* Check USB device permissions with a full device::usb::DeviceInfo.reillyg2016-03-044-102/+95
* Change ChooserBubbleDelegate class name to ChooserBubbleControllerjuncai2016-02-263-46/+48
* Remove unnecessary class forward declaration for usb/bluetooth_chooser_bubble...juncai2016-02-251-2/+0
* Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet.yzshen2016-02-252-4/+4
* Revert "Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrS...yzshen2016-02-242-4/+4
* Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet.yzshen2016-02-242-4/+4
* Add message and Help Center link to the chooser UIjuncai2016-02-242-0/+6
* Mojo C++ bindings: make Array/Map/String non-null by default.yzshen2016-02-131-1/+1
* Move two files into mojo/public/cpp/bindings.yzshen2016-02-122-2/+2
* Remove //device/devices_app.reillyg2016-02-104-4/+3
* Fix build failure of chrome_public_apk on Android GN buildtzik2016-02-102-0/+8
* Make sure bubbles in Views close before their RenderFrameHosts.jyasskin2016-02-093-4/+5
* Add a flag to turn off inherting website settings in incognito.reillyg2016-02-041-0/+46
* Update webusb_descriptors.cc to parse the new WebUSB descriptors.reillyg2016-01-291-8/+8
* Add UMA histograms for WebUSB.reillyg2016-01-212-0/+54
* Fix handling of ephemeral USB permissions in content settings.reillyg2016-01-061-3/+3
* Address some TODOs for ChooserBubbleDelegate class.juncai2016-01-052-43/+43
* Convert Pass()→std::move() in //chromedcheng2015-12-275-12/+15
* Switch to standard integer types in chrome/browser/, part 4 of 4.avi2015-12-263-0/+6
* Remove Close button for chooser bubble and call CloseBubble when Canceljuncai2015-12-233-6/+27
* Remove --enable-webusb-on-any-origin flag.reillyg2015-12-121-10/+2
* Add chrome side webusb permission UI codejuncai2015-12-117-11/+376
* Allow ChooserContextBase subclasses to extend the list of objects.reillyg2015-12-013-6/+158
* Add a GetAllGrantedObjects method to ChooserContextBase.reillyg2015-11-301-5/+7
* Create shared MockDeviceClient and MockHidService classes.reillyg2015-11-241-36/+18
* ScopedPtrMap -> std::map from /chromelimasdf2015-11-182-4/+5
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-132-3/+3
* Store USB device permissions in website settings.reillyg2015-11-116-4/+395
* Manage WebUSBPermissionProvider lifetime with a tab helper.reillyg2015-10-234-31/+123
* Add configuration and interface permission checks to DeviceImpl.reillyg2015-09-292-10/+72
* Use complete USB DeviceInfo Mojo object to make permission decisions.reillyg2015-09-162-21/+24
* Add a flag to enable testing of WebUSB by bypassing the permssions UI.reillyg2015-09-102-5/+50
* Convert DeviceManagerDelegate to PermissionProvider mojo interface.reillyg2015-09-094-0/+81
* Move UsbService to its own component.rockot@chromium.org2014-04-2213-1699/+0
* Remove NotificationService usage from UsbService.rockot@chromium.org2014-04-132-106/+43
* Adding myself to the chrome/browser/usb OWNERS.pfeldman@chromium.org2014-04-101-0/+1
* Update USB ownershiprockot@chromium.org2014-02-261-3/+2
* Cleanup: Remove unneeded browser_thread.h includes.thestig@chromium.org2014-02-133-3/+0
* Provide a more elegant UsbService::GetInstance static method.ikarienator@chromium.org2014-01-162-19/+28
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
* mac: Prepare for -Wunused-functions.thakis@chromium.org2013-11-071-0/+2
* Move IsRunningOnChromeOS to SysInfostevenjb@chromium.org2013-09-271-2/+2
* Fixes crashing in RequestUsbDevicesAccessikarienator@chromium.org2013-09-172-19/+13
* Fail gracefully when libusb_init failsikarienator@chromium.org2013-09-055-9/+29
* Graceful shutdown of UsbService.ikarienator@chromium.org2013-09-051-3/+9
* Introducing chrome.usb.getDevices/openDevice APIikarienator@chromium.org2013-09-054-128/+98
* Fix the horrible naming of UsbInterfaceDescriptor.ikarienator@chromium.org2013-08-266-71/+84