summaryrefslogtreecommitdiffstats
path: root/extensions/browser/api/device_permissions_prompt.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in extensions/browser/.avi2015-12-231-0/+1
* Convert Pass()→std::move() in //extensionsdcheng2015-12-181-2/+4
* Remove ScopedVector from /extenisons part#1limasdf2015-11-131-6/+8
* Add unit tests for device picker UI strings.reillyg2015-09-011-0/+23
* Add ICU message format supportjshin2015-08-071-10/+8
* Check HID access by device node path instead of sysfs path.reillyg2015-07-101-1/+4
* Revert ICU plural syntax changes in device_permissions_prompt.cc.reillyg2015-06-031-5/+6
* Subsituting pattern ScopedVector push_back.(ptr.release()) with push_back(ptr...b.siddharth2015-05-251-1/+1
* Use ICU plural formatting in more placesjshin2015-05-141-6/+5
* Add HID support to DevicePermissionsManager and DevicePermissionsPrompt.reillyg2015-05-051-43/+173
* Separate USB device permissions prompt logic into subclasses.reillyg2015-04-241-130/+160
* Remove knowledge of USB devices from permission prompt implementations.reillyg2015-04-181-12/+36
* Move device/usb classes from the FILE thread to UI thread.reillyg2015-04-161-107/+34
* Check USB device path access when prompting users to select a device.reillyg2015-04-071-19/+50
* Update the device permissions prompt when the device list changes.reillyg2015-01-061-68/+98
* Improve the dialog title and text for the USB device picker.reillyg2014-11-181-1/+3
* Save USB device manufacturer and product strings for permission messages.reillyg2014-10-291-40/+43
* Add getUserSelectedDevices to the USB extensions API.reillyg2014-10-171-3/+2
* Prompt for granting permission to access USB devices.reillyg2014-10-161-0/+199