summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/serial
Commit message (Expand)AuthorAgeFilesLines
* Add OWNERS for a bunch more extension APIs: alarms, bluetooth, context_menus,kalman@chromium.org2013-08-151-0/+3
* c/b/extensions: Do not use Value::Create*.DHNishi@gmail.com2013-08-141-6/+6
* Convert most of extensions and some other random stuff to using the base name...brettw@chromium.org2013-06-212-8/+8
* Change ApiResourceManager to use ProfileKeyedApi.patrickriordan177@gmail.com2013-06-173-2/+22
* Use a direct include of strings headers in chrome/browser/extensions/, part 2.avi@chromium.org2013-06-114-5/+5
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-4/+4
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-4/+4
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-4/+4
* Revert 184352brettw@chromium.org2013-02-241-1/+1
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-242-2/+2
* Fixing serial baut/bit rate definition on PostOpen for Linux. By "STANDARD" P...matheusbrat@gmail.com2013-02-201-2/+82
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-102-3/+4
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...rsleevi@chromium.org2013-02-071-1/+1
* use DCHECK_GE instead of DCHECKlimasdf@gmail.com2013-01-306-14/+13
* Record histogram of extension API usagerpaquay@chromium.org2013-01-181-8/+10
* Get Serial port by accessing Registry. limasdf@gmail.com2013-01-116-44/+31
* Eliminate ApiResourceEventNotifier.miket@chromium.org2013-01-091-9/+5
* Current Serial port pattern in source cannot find proper port name.limasdf@gmail.com2012-12-101-1/+1
* Revert 170660benwells@chromium.org2012-12-041-2/+2
* Keep browser process alive while there are platform apps with background page...benwells@chromium.org2012-12-011-2/+2
* Removed some dead code from the extension APIs. Patch 2.sergiyb@google.com2012-11-221-5/+0
* Revert r165772: Keep browser process alive while there are platform apps with...davidjames@google.com2012-11-081-2/+2
* Keep browser process alive while there are platform apps with background page...benwells@chromium.org2012-11-021-2/+2
* PlatformAppApiTest class should not enable experimental APIs by defaultasargent@chromium.org2012-10-151-1/+1
* 1. Create ApiFunction, which is a new base class of AsyncApiFunction that is ...miket@chromium.org2012-10-115-34/+12
* Use cfsetispeed and cfsetospeed helpers to set bitrate.petarj@mips.com2012-09-201-2/+2
* Make sure that a given app/extension requests only its own resources.miket@chromium.org2012-09-115-12/+39
* Change the type of file_type parameter to int, as the parameter actually take...haruki@chromium.org2012-08-121-6/+5
* Move serial out of experimental.miket@chromium.org2012-08-073-25/+25
* Add serial bulk reads.miket@chromium.org2012-08-024-25/+33
* Revert 147594 - NaCl: Remove two uses of '#include "nacl/nacl_log.h"'mseaborn@chromium.org2012-07-201-2/+2
* NaCl: Remove two uses of '#include "nacl/nacl_log.h"'mseaborn@chromium.org2012-07-201-2/+2
* Represent BINARY properties using std::string instead of BinaryValue,jyasskin@chromium.org2012-07-201-2/+2
* Refactored away the abomination of poor object-oriented design that was APIRe...miket@chromium.org2012-07-205-43/+71
* Coverity: Fix a constant expression.jhawkins@chromium.org2012-07-181-1/+1
* Added support for multiple parameters to Extension API callbacks.mtytel@chromium.org2012-07-122-12/+12
* Add control-signal manipulation to serial-port API.miket@chromium.org2012-07-126-2/+229
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-113-3/+0
* Instrument serial API code to make testing easier.miket@chromium.org2012-07-104-36/+166
* Add bitrate option to serial API.miket@chromium.org2012-07-097-57/+128
* Add serial flush API.miket@chromium.org2012-06-024-0/+44
* [Coverity] fix uninitialized membergroby@chromium.org2012-06-011-1/+1
* Implement serial API for Windows.miket@chromium.org2012-05-309-138/+201
* Coverity: Fix uninitialized pointer field in serial_api.kmadhusu@chromium.org2012-05-231-1/+2
* Fix threading-constraint violations with serial chooser.miket@chromium.org2012-05-1811-141/+230
* Let developers get a list of valid serial ports, which is the same set of por...miket@chromium.org2012-05-085-12/+58
* RefCounted types should not have public destructors, chrome/browser/extension...rsleevi@chromium.org2012-04-272-14/+24
* Convert serial API to use array of longs instead of string.miket@chromium.org2012-04-206-10/+49
* - Changed the data structure being passed around in the socket API from a str...miket@chromium.org2012-04-171-4/+4