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
/
extensions
/
renderer
/
api
Commit message (
Expand
)
Author
Age
Files
Lines
*
[chrome.displaySource] Implement media packetizer.
eero.hakkinen
2016-03-23
3
-0
/
+362
*
[chrome.displaySource] Implement transport stream packetizer.
eero.hakkinen
2016-03-22
5
-0
/
+1555
*
[chrome.displaySource] Implement some elementary stream descriptors.
eero.hakkinen
2016-03-21
3
-0
/
+438
*
[chrome.displaySource][WiFi Display] Audio formats capability negotiation
mikhail.pozdnyakov
2016-03-18
2
-4
/
+19
*
Cleanup: media_stream_api.* ==> media_stream_utils.*
mcasas
2016-03-18
1
-1
/
+1
*
[chrome.displaySource] Implement elementary stream packetizer.
eero.hakkinen
2016-03-18
4
-0
/
+469
*
[chrome.displaySource][WiFi Display] Video formats capability negotiation
mikhail.pozdnyakov
2016-03-17
4
-42
/
+230
*
[chrome.displaySource] Fix use of scoped_ptr<base::Timer> after it was moved
mikhail.pozdnyakov
2016-03-09
1
-1
/
+1
*
[chrome.displaySource] Use WDS for Wi-Fi Display implementation
mikhail.pozdnyakov
2016-02-29
4
-6
/
+250
*
[chrome.displaySource] further implementation of call completion callbacks
mikhail.pozdnyakov
2016-02-26
4
-64
/
+101
*
[chrome.displaySource] Session notification improvements
mikhail.pozdnyakov
2016-02-11
2
-29
/
+18
*
[mojo] Delete third_party/mojo
rockot
2016-02-10
1
-0
/
+1
*
Make use of CreateInterfacePtrAndBind() where appropriate
sky
2016-01-26
1
-4
/
+1
*
Change mojo enums to be scoped enums in the generated C++ bindings.
sammc
2016-01-21
1
-58
/
+49
*
Add WiFi Display session class skeleton and mojo service
mikhail.pozdnyakov
2016-01-14
4
-11
/
+204
*
Switch to standard integer types in extensions/.
avi
2015-12-23
5
-0
/
+12
*
Convert Pass()→std::move() in //extensions
dcheng
2015-12-18
3
-7
/
+11
*
chrome.displaySource custom bindings
mikhail.pozdnyakov
2015-12-09
3
-0
/
+133
*
Remove stash_client.js dependency on unload_event.js
dcheng
2015-10-03
1
-5
/
+5
*
Add unit tests for new added ReceiveError
juncai
2015-07-17
1
-0
/
+30
*
Remove mojo::InterfaceImpl from device/serial.
sammc
2015-05-20
1
-8
/
+7
*
Change the callsites of InterfacePtr<> methods which directly deal with messa...
yzshen
2015-05-05
1
-1
/
+1
*
Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in extensions module.
pranay.kumar
2015-05-05
1
-1
/
+2
*
Revert of Change the callsites of InterfacePtr<> methods which directly deal ...
dbeam
2015-05-05
1
-1
/
+1
*
Change the callsites of InterfacePtr<> methods which directly deal with messa...
yzshen
2015-05-05
1
-1
/
+1
*
Use the JS stash client from the JS serial service.
sammc
2015-02-10
1
-4
/
+48
*
Remove Client= from device/serial/data_stream.mojom.
sammc
2015-02-05
2
-14
/
+64
*
Revert of Remove Client= from device/serial/data_stream.mojom. (patchset #1 i...
sammc
2015-02-04
2
-117
/
+17
*
Remove Client= from device/serial/data_stream.mojom.
sammc
2015-02-03
2
-17
/
+117
*
Set serial connection parameters immediately on connect.
reillyg
2015-01-28
1
-56
/
+65
*
Add mojoPrivate.requireAsync method to chrome IDL.
kmarshall
2015-01-27
1
-0
/
+10
*
Add a mojoPrivate API that exposes mojo to component apps/extensions.
sammc
2015-01-14
1
-0
/
+48
*
Implement AutomationNode.querySelector().
aboxhall
2014-11-06
2
-0
/
+123
*
Enable the mojo-based serial API in the renderer behind a flag.
sammc
2014-10-28
3
-23
/
+0
*
Change data pipe wrappers used by SerialConnection to use message pipe.
sammc
2014-10-28
1
-10
/
+0
*
Add an extensions keep-alive client.
sammc
2014-10-28
1
-0
/
+2
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-27
3
-5
/
+5
*
Standardize usage of virtual/override/final in extensions/
dcheng
2014-10-21
1
-26
/
+25
*
Add serialization support to the JS serial connection client.
sammc
2014-10-04
1
-0
/
+25
*
Revert of Add serialization support to the JS serial connection client. (patc...
sammc
2014-10-04
1
-25
/
+0
*
Add serialization support to the JS serial connection client.
sammc
2014-10-04
1
-0
/
+25
*
replace OVERRIDE and FINAL with override and final in extensions/
mostynb
2014-10-03
3
-17
/
+17
*
Add serialization support to the JS DataSender and DataReceiver.
sammc
2014-09-25
3
-0
/
+65
*
Fix some leaks and failures under valgrind in JS extensions unit tests.
sammc
2014-09-15
1
-6
/
+0
*
Make some fields non-nullable in serial.mojom and data_stream.mojom.
sammc
2014-09-11
1
-0
/
+1
*
Implement the client side of Serial I/O on data pipe.
sammc
2014-09-03
1
-0
/
+173
*
Implement the host side of serial connection I/O on data pipe.
sammc
2014-08-27
1
-0
/
+2
*
Send less data in the DataSender test that timed out under valgrind.
sammc
2014-08-26
1
-2
/
+2
*
Remove implicit conversions from scoped_refptr to T* in extensions/
dcheng
2014-08-25
3
-4
/
+4
*
Add the JS data pipe client to be used to implement serial send.
sammc@chromium.org
2014-08-20
1
-0
/
+162
[next]