| Commit message (Expand) | Author | Age | Files | Lines |
* | WebUsb Android chooser UI | juncai | 2016-03-25 | 5 | -69/+66 |
* | Rename web_usb_permission_bubble.cc/h and webusb_permission_bubble.mojom | juncai | 2016-03-14 | 6 | -42/+39 |
* | Convert the PermissionProvider Mojo interface to plain C++. | reillyg | 2016-03-04 | 4 | -73/+46 |
* | Check USB device permissions with a full device::usb::DeviceInfo. | reillyg | 2016-03-04 | 4 | -102/+95 |
* | Change ChooserBubbleDelegate class name to ChooserBubbleController | juncai | 2016-02-26 | 3 | -46/+48 |
* | Remove unnecessary class forward declaration for usb/bluetooth_chooser_bubble... | juncai | 2016-02-25 | 1 | -2/+0 |
* | Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet. | yzshen | 2016-02-25 | 2 | -4/+4 |
* | Revert "Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrS... | yzshen | 2016-02-24 | 2 | -4/+4 |
* | Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet. | yzshen | 2016-02-24 | 2 | -4/+4 |
* | Add message and Help Center link to the chooser UI | juncai | 2016-02-24 | 2 | -0/+6 |
* | Mojo C++ bindings: make Array/Map/String non-null by default. | yzshen | 2016-02-13 | 1 | -1/+1 |
* | Move two files into mojo/public/cpp/bindings. | yzshen | 2016-02-12 | 2 | -2/+2 |
* | Remove //device/devices_app. | reillyg | 2016-02-10 | 4 | -4/+3 |
* | Fix build failure of chrome_public_apk on Android GN build | tzik | 2016-02-10 | 2 | -0/+8 |
* | Make sure bubbles in Views close before their RenderFrameHosts. | jyasskin | 2016-02-09 | 3 | -4/+5 |
* | Add a flag to turn off inherting website settings in incognito. | reillyg | 2016-02-04 | 1 | -0/+46 |
* | Update webusb_descriptors.cc to parse the new WebUSB descriptors. | reillyg | 2016-01-29 | 1 | -8/+8 |
* | Add UMA histograms for WebUSB. | reillyg | 2016-01-21 | 2 | -0/+54 |
* | Fix handling of ephemeral USB permissions in content settings. | reillyg | 2016-01-06 | 1 | -3/+3 |
* | Address some TODOs for ChooserBubbleDelegate class. | juncai | 2016-01-05 | 2 | -43/+43 |
* | Convert Pass()→std::move() in //chrome | dcheng | 2015-12-27 | 5 | -12/+15 |
* | Switch to standard integer types in chrome/browser/, part 4 of 4. | avi | 2015-12-26 | 3 | -0/+6 |
* | Remove Close button for chooser bubble and call CloseBubble when Cancel | juncai | 2015-12-23 | 3 | -6/+27 |
* | Remove --enable-webusb-on-any-origin flag. | reillyg | 2015-12-12 | 1 | -10/+2 |
* | Add chrome side webusb permission UI code | juncai | 2015-12-11 | 7 | -11/+376 |
* | Allow ChooserContextBase subclasses to extend the list of objects. | reillyg | 2015-12-01 | 3 | -6/+158 |
* | Add a GetAllGrantedObjects method to ChooserContextBase. | reillyg | 2015-11-30 | 1 | -5/+7 |
* | Create shared MockDeviceClient and MockHidService classes. | reillyg | 2015-11-24 | 1 | -36/+18 |
* | ScopedPtrMap -> std::map from /chrome | limasdf | 2015-11-18 | 2 | -4/+5 |
* | Move third_party/mojo/src/mojo/public to mojo/public | rockot | 2015-11-13 | 2 | -3/+3 |
* | Store USB device permissions in website settings. | reillyg | 2015-11-11 | 6 | -4/+395 |
* | Manage WebUSBPermissionProvider lifetime with a tab helper. | reillyg | 2015-10-23 | 4 | -31/+123 |
* | Add configuration and interface permission checks to DeviceImpl. | reillyg | 2015-09-29 | 2 | -10/+72 |
* | Use complete USB DeviceInfo Mojo object to make permission decisions. | reillyg | 2015-09-16 | 2 | -21/+24 |
* | Add a flag to enable testing of WebUSB by bypassing the permssions UI. | reillyg | 2015-09-10 | 2 | -5/+50 |
* | Convert DeviceManagerDelegate to PermissionProvider mojo interface. | reillyg | 2015-09-09 | 4 | -0/+81 |
* | Move UsbService to its own component. | rockot@chromium.org | 2014-04-22 | 13 | -1699/+0 |
* | Remove NotificationService usage from UsbService. | rockot@chromium.org | 2014-04-13 | 2 | -106/+43 |
* | Adding myself to the chrome/browser/usb OWNERS. | pfeldman@chromium.org | 2014-04-10 | 1 | -0/+1 |
* | Update USB ownership | rockot@chromium.org | 2014-02-26 | 1 | -3/+2 |
* | Cleanup: Remove unneeded browser_thread.h includes. | thestig@chromium.org | 2014-02-13 | 3 | -3/+0 |
* | Provide a more elegant UsbService::GetInstance static method. | ikarienator@chromium.org | 2014-01-16 | 2 | -19/+28 |
* | Update some uses of char16 to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 1 | -1/+1 |
* | mac: Prepare for -Wunused-functions. | thakis@chromium.org | 2013-11-07 | 1 | -0/+2 |
* | Move IsRunningOnChromeOS to SysInfo | stevenjb@chromium.org | 2013-09-27 | 1 | -2/+2 |
* | Fixes crashing in RequestUsbDevicesAccess | ikarienator@chromium.org | 2013-09-17 | 2 | -19/+13 |
* | Fail gracefully when libusb_init fails | ikarienator@chromium.org | 2013-09-05 | 5 | -9/+29 |
* | Graceful shutdown of UsbService. | ikarienator@chromium.org | 2013-09-05 | 1 | -3/+9 |
* | Introducing chrome.usb.getDevices/openDevice API | ikarienator@chromium.org | 2013-09-05 | 4 | -128/+98 |
* | Fix the horrible naming of UsbInterfaceDescriptor. | ikarienator@chromium.org | 2013-08-26 | 6 | -71/+84 |