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