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