1. dfd32df7 Disable WebUSB detector logic on Windows. by reillyg · 9 years ago
  2. 2fe63eaa Move device/core files to device/base directory. by alexis.menard · 9 years ago
  3. 001f50f6 Show "Paired" for already paired WebUSB devices on the chooser by juncai · 9 years ago
  4. 86fa1dd Re-write many calls to WrapUnique() with MakeUnique() by ricea · 9 years ago
  5. 478a621 Delay WebUSB initialization until after browser startup. by reillyg · 9 years ago
  6. 3b04f32 Convert WindowOpenDisposition to an enum class. by nick · 9 years ago
  7. 3c1b74d2 Update UsbChooserController unit test by juncai · 9 years ago
  8. 2ef45ff9c Add unit test for UsbChooserController by juncai · 9 years ago
  9. 1d90ae4 Mojo C++ binding: make device/usb mojom targets use STD string/vector types by reillyg · 9 years ago
  10. 32fa6b3f9 chrome: Use stl utilities from the base namespace by skyostil · 9 years ago
  11. 98a8701 Fix some "gn check" issues for chrome/browser/extensions by brettw · 9 years ago
  12. 79673301 Change ChooserController::Observer to ChooserController::View by juncai · 9 years ago
  13. 9c9d751 Add throbber and status text to WebBluetooth chooser UI on non-Mac desktops by juncai · 9 years ago
  14. 1da1203 Move //components/webusb/ to //chrome/browser/ by juncai · 9 years ago
  15. 6d9f773 This is part 1 of matching WebBluetooth chooser views to mocks. by juncai · 9 years ago
  16. 3f5e325 Change WebBluetooth chooser OK button's label to be "Pair" by juncai · 9 years ago
  17. badc1daa Move chooser_controller directory from //components to //chrome/browser by juncai · 9 years ago
  18. fa13653 Remove references to Off the Record from UsbChooserContext by trizzofo · 9 years ago
  19. 830ffff7 Distinguish devices with same name in chooser on desktop by juncai · 9 years ago
  20. c383dde8 mojo::Callback -> base::Callback by rockot · 9 years ago
  21. 5c1ec8f Support opening USB devices on Android. by reillyg · 9 years ago
  22. bf183dd Refactor ChooserBubbleController by juncai · 9 years ago
  23. b6f22c8f Clean up chooser_bubble_controller.h include files by juncai · 9 years ago
  24. 4af4858 Convert //chrome/browser from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  25. 88d5f233 Keep USB connection counts in the per-frame structure. by reillyg · 9 years ago
  26. f1cce2f8 Remove WebUSB descriptor data from device.mojom. by reillyg · 9 years ago
  27. 3e1eacc3 Implement tab indicator for WebUSB. by reillyg · 9 years ago
  28. 1f45f77 Use interface associations to check function permissions. by reillyg · 9 years ago
  29. 344e0fd Add --disable-webusb-security flag for testing existing devices. by reillyg · 9 years ago
  30. 09ab614 Modify UsbChooserBubbleController::GotUsbDeviceList to be private function by juncai · 9 years ago
  31. 4cbad6e WebUsb Android chooser UI by juncai · 9 years ago
  32. 0f6c2ac Rename web_usb_permission_bubble.cc/h and webusb_permission_bubble.mojom by juncai · 9 years ago
  33. d6d8ce13 Convert the PermissionProvider Mojo interface to plain C++. by reillyg · 9 years ago
  34. ee8bc70 Check USB device permissions with a full device::usb::DeviceInfo. by reillyg · 9 years ago
  35. a2ad620 Change ChooserBubbleDelegate class name to ChooserBubbleController by juncai · 10 years ago
  36. 4b6f450 Remove unnecessary class forward declaration for usb/bluetooth_chooser_bubble_delegate.h by juncai · 10 years ago
  37. d414dc34 Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet. by yzshen · 10 years ago
  38. f149001 Revert "Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet." by yzshen · 10 years ago
  39. 632d319 Rename WeakBindingSet/WeakInterfacePtrSet to BindingSet/InterfacePtrSet. by yzshen · 10 years ago
  40. e26da162 Add message and Help Center link to the chooser UI by juncai · 10 years ago
  41. 48f0c96 Mojo C++ bindings: make Array/Map/String non-null by default. by yzshen · 10 years ago
  42. ed928add Move two files into mojo/public/cpp/bindings. by yzshen · 10 years ago
  43. 64c8f4f Remove //device/devices_app. by reillyg · 10 years ago
  44. a2f1ff9 Fix build failure of chrome_public_apk on Android GN build by tzik · 10 years ago
  45. 4a12e67 Make sure bubbles in Views close before their RenderFrameHosts. by jyasskin · 10 years ago
  46. c3faa5d Add a flag to turn off inherting website settings in incognito. by reillyg · 10 years ago
  47. 2437acd Update webusb_descriptors.cc to parse the new WebUSB descriptors. by reillyg · 10 years ago
  48. 43b45a5 Add UMA histograms for WebUSB. by reillyg · 10 years ago
  49. fd341ed Fix handling of ephemeral USB permissions in content settings. by reillyg · 10 years ago
  50. 7d44583 Address some TODOs for ChooserBubbleDelegate class. by juncai · 10 years ago
  51. e73d8520c Convert Pass()→std::move() in //chrome by dcheng · 10 years ago
  52. 664c07b Switch to standard integer types in chrome/browser/, part 4 of 4. by avi · 10 years ago
  53. 22707c4 Remove Close button for chooser bubble and call CloseBubble when Cancel by juncai · 10 years ago
  54. a4703d6 Remove --enable-webusb-on-any-origin flag. by reillyg · 10 years ago
  55. a7dd944 Add chrome side webusb permission UI code by juncai · 10 years ago
  56. 30f5e4d1 Allow ChooserContextBase subclasses to extend the list of objects. by reillyg · 10 years ago
  57. b05dbfc Add a GetAllGrantedObjects method to ChooserContextBase. by reillyg · 10 years ago
  58. bcc08e21 Create shared MockDeviceClient and MockHidService classes. by reillyg · 10 years ago
  59. e9cd76f ScopedPtrMap -> std::map from /chrome by limasdf · 10 years ago
  60. 85dce086 Move third_party/mojo/src/mojo/public to mojo/public by rockot · 10 years ago
  61. 551eaa4 Store USB device permissions in website settings. by reillyg · 10 years ago
  62. 3ff4532 Manage WebUSBPermissionProvider lifetime with a tab helper. by reillyg · 10 years ago
  63. 83746f46 Add configuration and interface permission checks to DeviceImpl. by reillyg · 10 years ago
  64. 92aee1d Use complete USB DeviceInfo Mojo object to make permission decisions. by reillyg · 10 years ago
  65. d9af433a Add a flag to enable testing of WebUSB by bypassing the permssions UI. by reillyg · 10 years ago
  66. 17b8a58c Convert DeviceManagerDelegate to PermissionProvider mojo interface. by reillyg · 10 years ago
  67. b550868 Move UsbService to its own component. by [email protected] · 11 years ago
  68. e195487 Remove NotificationService usage from UsbService. by [email protected] · 11 years ago
  69. c0a6cb5 Adding myself to the chrome/browser/usb OWNERS. by [email protected] · 11 years ago
  70. 0f712701 Update USB ownership by [email protected] · 12 years ago
  71. 9e1685a Cleanup: Remove unneeded browser_thread.h includes. by [email protected] · 12 years ago
  72. 7ad4583b Provide a more elegant UsbService::GetInstance static method. by [email protected] · 12 years ago
  73. b6775d78 Update some uses of char16 to use the base:: namespace. by [email protected] · 12 years ago
  74. 4159e7f mac: Prepare for -Wunused-functions. by [email protected] · 12 years ago
  75. 49c4cf85 Move IsRunningOnChromeOS to SysInfo by [email protected] · 12 years ago
  76. 17bad1c Fixes crashing in RequestUsbDevicesAccess by [email protected] · 12 years ago
  77. 5764dcce Fail gracefully when libusb_init fails by [email protected] · 12 years ago
  78. f2ecf785b Graceful shutdown of UsbService. by [email protected] · 12 years ago
  79. 320a7b7 Introducing chrome.usb.getDevices/openDevice API by [email protected] · 12 years ago
  80. d692a7c Fix the horrible naming of UsbInterfaceDescriptor. by [email protected] · 12 years ago
  81. 19d317d Allow control transfers without claiming interface. by [email protected] · 12 years ago
  82. 5ce32328 Fixes leaking transfer objects due to improper USB handle closure. by [email protected] · 12 years ago
  83. d165a644 Introduce UsbDevice by [email protected] · 12 years ago
  84. 99dcfca Recommit: Create a refcounted usb context wrapper by [email protected] · 12 years ago
  85. 4072a534 Revert 215274 "Recommit: Create a refcounted usb context wrapper" by [email protected] · 12 years ago
  86. 64afd9b Recommit: Create a refcounted usb context wrapper by [email protected] · 12 years ago
  87. 62a021e Revert 215174 "Create a refcounted usb context wrapper." by [email protected] · 12 years ago
  88. b6eb1ac8 Create a refcounted usb context wrapper. by [email protected] · 12 years ago
  89. 96816d2 Make UsbService a singleton as only one instance can be created in a single process. by [email protected] · 12 years ago
  90. 25370863 Introduce UsbDeviceHandle::GetSerial by [email protected] · 12 years ago
  91. 58c9813 They will be restricted to FILE thread. No need for callback. by [email protected] · 12 years ago
  92. cac10e6 Fix usb event handler. by [email protected] · 12 years ago
  93. 57a6bfe As a part of the refactor, rename UsbDevice to UsbDeviceHandle. by [email protected] · 12 years ago
  94. 2f0b8c94 Taking ownership of USB related libraries by [email protected] · 12 years ago
  95. 6226973 USB: allow enumerating all devices. by [email protected] · 12 years ago
  96. 8e4e567 Added ability to define explicit interface access permission to chrome.usb.* API. by [email protected] · 12 years ago
  97. 39790b7f Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
  98. 211a3f3 Supresses app permissions changed dialogs in kiosk mode. by [email protected] · 12 years ago
  99. a6b14715e This adds a way to interrogate the USB interfaces. It will list out all by [email protected] · 12 years ago
  100. f1484c5 Remove references to Profile from browser_context_keyed_service. by [email protected] · 12 years ago