summaryrefslogtreecommitdiffstats
path: root/extensions/browser/api/serial
Commit message (Expand)AuthorAgeFilesLines
* extensions: Add out-of-line copy ctors for complex classes.vmpstr2016-02-272-0/+4
* Remove the code added to make extensions compile on Aura Android.mfomitchev2016-01-281-3/+0
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-211-44/+44
* Switch to standard integer types in extensions/browser/.avi2015-12-232-0/+2
* Convert Pass()→std::move() in //extensionsdcheng2015-12-184-22/+25
* Aura on Android: build gn target extensions/browser.moshayedi2015-11-171-0/+3
* Moves SendBuffer and ReceiveBuffer to a more accessible locationcharliea2015-11-031-50/+4
* webcamPrivate API: Fix regression from r351343. (try 2)thestig2015-10-291-10/+10
* Revert of webcamPrivate API: Fix regression from r351343. (patchset #7 id:130...georgesak2015-10-291-10/+10
* webcamPrivate API: Fix regression from r351343.thestig2015-10-291-10/+10
* [Extensions] Remove kalman@ from OWNERS filesrdevlin.cronin2015-10-261-1/+0
* Generate all extension schema namespaces as "api" and instead vary the genera...kalman2015-07-237-89/+83
* Fourth batch adding real histogram values for extension events.kalman2015-07-171-2/+2
* Add unit tests for new added ReceiveErrorjuncai2015-07-171-1/+6
* Add more ReceiveError enumsjuncai2015-07-151-0/+10
* Set up the infrastructure for Extension event metrics.kalman2015-06-241-2/+4
* Implement break signal for serial api.limasdf2015-06-124-0/+93
* Remove mojo::InterfaceImpl from device/serial.sammc2015-05-201-3/+2
* Remove extensions::ServiceRegistrationManager.sammc2015-02-133-6/+70
* Set serial connection parameters immediately on connect.reillyg2015-01-283-10/+19
* json_schema_compiler: Use std::vector<char> for binary values.pneubeck2015-01-204-11/+17
* Standardize usage of virtual/override/final specifiers in extensions/.dcheng2014-12-281-2/+2
* Fix remaining WeakPtrFactory ordering problems in preparation for turning on ...dmichael2014-12-122-2/+2
* Add OnBackgroundHostClose event to ProcessManagerObserver.reillyg2014-10-291-0/+1
* Enable the mojo-based serial API in the renderer behind a flag.sammc2014-10-281-26/+90
* Standardize usage of virtual/override/final in extensions/dcheng2014-10-215-55/+53
* Implement permission_broker for serial devices.jorgelo2014-10-201-1/+3
* replace OVERRIDE and FINAL with override and final in extensions/mostynb2014-10-034-35/+35
* Cleanup: Remove some std::map::operator[] usage in ApiResourceManager.thestig2014-09-191-0/+1
* Remove ikarienator from OWNERS files.thestig2014-09-171-1/+0
* Grant ownership of device things to reillygrockot2014-09-101-0/+1
* Use extensions::ResultCatcher; delete ExtensionApiTest::ResultCatcher.yoz2014-09-091-4/+5
* Change TypeConverter<X,Y>::ConvertFrom and ConvertTo into a single symmetricmpcomplete2014-09-034-18/+15
* Remove implicit conversions from scoped_refptr to T* in extensions/dcheng2014-08-251-1/+1
* Convert SerialIoHandler to use buffer interfaces for I/O API methods.sammc@chromium.org2014-08-042-12/+62
* Add a partial Mojo serial connection interface and implementation.sammc@chromium.org2014-07-212-68/+12
* Move the serial API to extensions/.sammc@chromium.org2014-07-109-0/+1750