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
*
Extracts more information from serial devices on Mac
charliea
2015-09-10
1
-30
/
+133
*
Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598
rockot
2015-08-24
3
-0
/
+3
*
Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (pa...
rockot
2015-08-23
3
-3
/
+0
*
Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598
rockot
2015-08-22
3
-0
/
+3
*
Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (pa...
yosin
2015-08-22
3
-3
/
+0
*
Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598
rockot
2015-08-22
3
-0
/
+3
*
use_udev is more accurate than is_linux for udev gn deps
mostynb
2015-08-18
1
-1
/
+2
*
Add code to detect new added ReceiveError on Linux.
juncai
2015-07-30
3
-3
/
+1180
*
Remove interface_impl.h and error_handler.h usage from chromium
ben
2015-07-29
1
-1
/
+0
*
Fix custom baudrates on Linux and support more on OS X.
reillyg
2015-07-24
1
-40
/
+58
*
Add code to detect new added ReceiveError on Windows
juncai
2015-07-17
1
-9
/
+21
*
Add more ReceiveError enums
juncai
2015-07-15
1
-0
/
+5
*
Use permission_broker's OpenPath method to open serial ports.
reillyg
2015-07-13
5
-69
/
+64
*
Chrome serial device reconnect detection
juncai
2015-07-07
3
-33
/
+13
*
Convert all usages of mojo::ErrorHandler in //device/serial to callbacks.
tanay.c
2015-07-07
10
-30
/
+36
*
Move MatchPattern to its own header and the base namespace.
brettw
2015-07-06
1
-1
/
+2
*
Detect chrome serial device disconnection
juncai
2015-06-24
3
-1
/
+33
*
Implement break signal for serial api.
limasdf
2015-06-12
7
-0
/
+55
*
Log serial read and write errors on Windows.
reillyg
2015-05-21
1
-0
/
+2
*
Remove mojo::InterfaceImpl from device/serial.
sammc
2015-05-20
7
-40
/
+45
*
Use Linux custom baud rate selection based on struct termios2.
reillyg
2015-05-08
1
-11
/
+29
*
Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in device module.
pranay.kumar
2015-04-28
12
-89
/
+87
*
Update {virtual,override} to follow C++11 style in device.
nick
2015-04-23
2
-16
/
+16
*
Add more targets to GN check.
brettw
2015-02-20
1
-1
/
+7
*
Revert of Add more targets to "gn check" (patchset #3 id:40001 of https://cod...
rdevlin.cronin
2015-02-20
1
-7
/
+1
*
Add more targets to "gn check"
brettw
2015-02-19
1
-1
/
+7
*
Use the JS stash client from the JS serial service.
sammc
2015-02-10
1
-1
/
+1
*
Remove Client= from device/serial/data_stream.mojom.
sammc
2015-02-05
21
-318
/
+237
*
Revert of Remove Client= from device/serial/data_stream.mojom. (patchset #1 i...
sammc
2015-02-04
21
-161
/
+91
*
Remove Client= from device/serial/data_stream.mojom.
sammc
2015-02-03
21
-91
/
+161
*
Set serial connection parameters immediately on connect.
reillyg
2015-01-28
10
-159
/
+230
*
Include Mojo SDK/EDK via fully-qualified paths in Chromium code.
blundell
2015-01-23
12
-18
/
+18
*
Move //mojo/{public, edk} underneath //third_party
blundell
2015-01-19
2
-4
/
+4
*
Add browser_tests to the GN build.
brettw
2015-01-07
2
-4
/
+2
*
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
[next]