index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
device
/
serial
Commit message (
Expand
)
Author
Age
Files
Lines
*
Standardize usage of virtual/override/final specifiers in device/.
dcheng
2014-12-22
1
-1
/
+1
*
Move mojo gypfiles to toplevel mojo
rockot
2014-12-16
1
-3
/
+3
*
Linux: Dynamically load libudev.
thestig
2014-11-22
2
-5
/
+6
*
Add missing dependencies to the GN build.
blundell
2014-11-21
1
-1
/
+1
*
Remove async_waiter in device/serial and use the copied version in mojo/public.
jam
2014-11-11
6
-83
/
+2
*
Update mojo sdk to rev cfc99316100efdfa7d53d83f9e07f1d4d3765c21
jamesr
2014-11-04
4
-15
/
+7
*
Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444
aa
2014-10-31
3
-4
/
+4
*
Revert of Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444 (pa...
binjin
2014-10-30
3
-4
/
+4
*
Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444
aa
2014-10-30
3
-4
/
+4
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-29
4
-7
/
+7
*
Change data pipe wrappers used by SerialConnection to use message pipe.
sammc
2014-10-28
11
-504
/
+384
*
Cleanup: Merge device/udev_linux/udev.{cc,h} into device/udev_linux/scoped_ud...
thestig
2014-10-24
2
-25
/
+3
*
Standardize usage of virtual/override/final in device/
dcheng
2014-10-22
14
-85
/
+84
*
Implement permission_broker for serial devices.
jorgelo
2014-10-20
10
-29
/
+123
*
Define gyp targets for mojo/public/* in mojo/public/mojo_public.gyp
jamesr
2014-10-07
1
-2
/
+2
*
replace OVERRIDE and FINAL with override and final in device/
mostynb
2014-10-06
19
-76
/
+76
*
Rename Get to GetProxy
sky
2014-10-06
2
-7
/
+7
*
Add serialization support to the JS serial connection client.
sammc
2014-10-04
3
-0
/
+35
*
Revert of Add serialization support to the JS serial connection client. (patc...
sammc
2014-10-04
3
-35
/
+0
*
Add serialization support to the JS serial connection client.
sammc
2014-10-04
3
-0
/
+35
*
mojom: Change array syntax from uint8[] to array<uint8>.
erg
2014-10-03
1
-1
/
+1
*
Add serialization support to the JS DataSender and DataReceiver.
sammc
2014-09-25
3
-1
/
+58
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/
thestig
2014-09-13
1
-1
/
+1
*
Make some fields non-nullable in serial.mojom and data_stream.mojom.
sammc
2014-09-11
4
-14
/
+13
*
Fix a crash in SerialIoHandler.
sammc
2014-09-08
1
-6
/
+7
*
Remove implicit conversions from scoped_refptr to T* in device/
dcheng
2014-08-28
7
-10
/
+10
*
Implement the host side of serial connection I/O on data pipe.
sammc
2014-08-27
11
-115
/
+347
*
Mojom: Blanket change to mark all pointer/handle fields as nullable.
yzshen
2014-08-26
2
-9
/
+9
*
Mojom cpp bindings: Enable non-nullable check.
yzshen@chromium.org
2014-08-20
1
-3
/
+3
*
Add data pipe wrappers to be used to implement serial send.
sammc@chromium.org
2014-08-19
8
-0
/
+1255
*
Make udev target disappear on linux when use_udev==0
spang@chromium.org
2014-08-18
1
-1
/
+6
*
Add data pipe wrappers to be used to implement serial receive.
sammc@chromium.org
2014-08-11
10
-0
/
+1164
*
Ignore double cancels of serial reads and writes.
sammc@chromium.org
2014-08-11
1
-2
/
+2
*
Convert SerialIoHandler to use buffer interfaces for I/O API methods.
sammc@chromium.org
2014-08-04
10
-67
/
+101
*
Extract mojo_base.gyp from mojo.gyp
morrita@chromium.org
2014-07-30
1
-2
/
+2
*
Implement chrome.serial.getDevices() on top of the Mojo serial service.
sammc@chromium.org
2014-07-30
2
-11
/
+24
*
Revert 286199 "Implement chrome.serial.getDevices() on top of th..."
mpearson@chromium.org
2014-07-29
2
-23
/
+11
*
Implement chrome.serial.getDevices() on top of the Mojo serial service.
sammc@chromium.org
2014-07-29
2
-11
/
+23
*
Revert 286122 "Implement chrome.serial.getDevices() on top of th..."
serya@chromium.org
2014-07-29
2
-25
/
+8
*
Implement chrome.serial.getDevices() on top of the Mojo serial service.
sammc@chromium.org
2014-07-29
2
-8
/
+25
*
Mojo: Use InterfaceFactory<Interface> for service registration
jamesr@chromium.org
2014-07-24
4
-10
/
+0
*
Add a partial Mojo serial connection interface and implementation.
sammc@chromium.org
2014-07-21
19
-37
/
+857
*
Revert of Revert of Change SPACEPARITY in the Windows serial api implementati...
gab@chromium.org
2014-07-18
1
-1
/
+1
*
Revert of Change SPACEPARITY in the Windows serial api implementation to ODDP...
gab@chromium.org
2014-07-18
1
-1
/
+1
*
Change SPACEPARITY in the Windows serial api implementation to ODDPARITY.
sammc@chromium.org
2014-07-18
1
-1
/
+1
*
Mojo: Automatically prepend enum names to enum values for C++ bindings.
sammc@chromium.org
2014-07-16
1
-26
/
+26
*
Add a basic Mojo SerialService that implements GetDevices().
sammc@chromium.org
2014-07-09
8
-3
/
+147
*
Move SerialIoHandler into device/serial.
sammc@chromium.org
2014-07-07
8
-0
/
+1319
*
Convert SerialIoHandler to use Mojo types.
sammc@chromium.org
2014-07-02
8
-15
/
+81
*
Make chrome/common compile in GN
brettw@chromium.org
2014-06-20
2
-0
/
+38
[next]