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
/
remoting
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Chromoting] Initial plumbing for cursor shape.
garykac@chromium.org
2012-06-02
7
-1
/
+75
*
Remove old MIME type for client plugin, and cleanup unused include.
wez@chromium.org
2012-06-02
1
-2
/
+0
*
Disable V1 auth support in remoting client and Me2Me host.
sergeyu@chromium.org
2012-05-31
4
-31
/
+17
*
Remove legacy scriptable-object interface from client plugin.
wez@chromium.org
2012-05-31
4
-742
/
+8
*
Revert 139623 - Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.
wez@chromium.org
2012-05-30
4
-43
/
+38
*
Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.
wez@chromium.org
2012-05-30
4
-38
/
+43
*
Revert 139424 - Remove V1 authenticators.
sergeyu@chromium.org
2012-05-30
5
-28
/
+51
*
Remove V1 authenticators.
sergeyu@chromium.org
2012-05-29
5
-51
/
+28
*
[Chromoting] Make the client plugin tell the webapp when the first video buff...
simonmorris@chromium.org
2012-05-25
4
-1
/
+15
*
Don't depend on MessageLoopProxy in remoting protocol code.
sergeyu@chromium.org
2012-05-24
1
-2
/
+1
*
[Chromoting] Add a filter that will stop the host sending unnecessary clipboa...
simonmorris@chromium.org
2012-05-22
1
-1
/
+0
*
Changes needed to roll libjingle r141 to chrome.
sergeyu@chromium.org
2012-05-22
2
-15
/
+19
*
[chromoting] Fix sticky c key with cmd on mac using usb keycode
hclam@chromium.org
2012-05-22
3
-230
/
+143
*
Switch client to Pepper UDP API instead of Transport API.
sergeyu@chromium.org
2012-05-16
4
-7
/
+29
*
Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting...
thestig@chromium.org
2012-05-16
1
-3
/
+1
*
Fix PepperPortAllocator to resolve STUN addresses using HostResolverPrivate.
sergeyu@chromium.org
2012-05-16
5
-90
/
+229
*
Revert 136692 - Switch client to Pepper UDP API instead of Transport API.
sergeyu@chromium.org
2012-05-14
5
-30
/
+7
*
Switch client to Pepper UDP API instead of Transport API.
sergeyu@chromium.org
2012-05-11
5
-7
/
+30
*
[chromoting] Fix missing keyup events on Mac.
hclam@chromium.org
2012-05-08
5
-0
/
+441
*
Pepper: Make users of pp:NetworkMonitorPrivate less likely to leak resources.
viettrungluu@chromium.org
2012-05-08
1
-2
/
+1
*
Implement PepperPortAllocator
sergeyu@chromium.org
2012-05-04
2
-0
/
+268
*
Add a message to allow clients to control the video channel.
wez@chromium.org
2012-05-03
2
-1
/
+18
*
Check whether the client is connected before trying to write to channels.
wez@chromium.org
2012-05-01
2
-5
/
+14
*
Add notifyClientDimensions API to the Chromoting Client plugin.
wez@chromium.org
2012-05-01
2
-1
/
+22
*
Clamp events before they are sent to EventExecutors.
wez@chromium.org
2012-04-30
5
-269
/
+4
*
Roll libjingle 132:135
sergeyu@chromium.org
2012-04-26
1
-0
/
+1
*
Implement PepperPacketSocketFactory.
sergeyu@chromium.org
2012-04-25
2
-0
/
+456
*
Refcounted types should not have public destructors, remoting/ edition
rsleevi@chromium.org
2012-04-24
3
-6
/
+7
*
Move PepperNetworkManager to client/plugin
sergeyu@chromium.org
2012-04-17
2
-0
/
+161
*
Modify the base::JSONReader interface to take a set of options rather than a ...
rsesek@chromium.org
2012-04-11
1
-1
/
+2
*
Fix the USB keycode field name in injectKeyEvent API.
wez@chromium.org
2012-04-10
1
-1
/
+1
*
Add APIs to the client plugin to re-map and trap key events.
wez@chromium.org
2012-04-09
5
-2
/
+317
*
Switch PepperView to use asynchronous completion for Flush().
wez@chromium.org
2012-04-08
4
-51
/
+25
*
Don't warn about low-memory when AllocateBuffer sees an empty clip rect.
wez@chromium.org
2012-04-07
1
-14
/
+15
*
[Chromoting] Let the client plugin pass clipboard items to the host.
simonmorris@chromium.org
2012-04-04
1
-1
/
+7
*
Use MockInputStub from protocol/protocol_mock_objects.h in tests.
wez@chromium.org
2012-04-04
1
-10
/
+3
*
Add an apiFeatures property to the client plugin.
wez@chromium.org
2012-04-03
2
-1
/
+10
*
[Chromoting] The client plugin can pass clipboard items to the webapp.
simonmorris@chromium.org
2012-04-03
6
-2
/
+27
*
This CL moves much of the input tracking logic out of ClientSession, which me...
wez@chromium.org
2012-04-03
4
-15
/
+15
*
Add an injectKeyEvent API to the Chromoting client plugin.
wez@chromium.org
2012-04-01
2
-2
/
+23
*
[Chromoting] Add plumbing to carry clipboard events from the host to the client.
simonmorris@chromium.org
2012-03-31
2
-1
/
+13
*
[Chromoting] Let the webapp send text clipboard items to the client plugin.
simonmorris@chromium.org
2012-03-30
2
-1
/
+17
*
Prevent a couple unnecessary copies of Vars
tbreisacher@chromium.org
2012-03-29
2
-3
/
+3
*
Address remaining nits for r129104.
sergeyu@chromium.org
2012-03-28
3
-5
/
+5
*
Refactor VideoStub interface to accept ownership of video packets.
sergeyu@chromium.org
2012-03-28
4
-14
/
+18
*
Implement exponential backoff for failed Me2Me authentication attempts
sergeyu@chromium.org
2012-03-27
3
-0
/
+6
*
[Chromoting] Remove noisy key event logging on client.
garykac@chromium.org
2012-03-17
1
-2
/
+0
*
Remove "base/values.h" import from "base/location.h", fix up downstream files.
isherman@chromium.org
2012-03-16
2
-1
/
+2
*
JSONWriter cleanup: integrate pretty print into write options.
ericdingle@chromium.org
2012-03-16
1
-1
/
+1
*
Fix RectangleUpdateDecoder to reference the FrameConsumerProxy.
wez@chromium.org
2012-03-15
8
-45
/
+30
[prev]
[next]