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
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
2
-8
/
+17
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
2
-17
/
+8
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
2
-8
/
+17
*
Fix chromoting client crash.
sergeyu@chromium.org
2013-04-08
1
-1
/
+4
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in remoting/, Linux edition.
dcheng@chromium.org
2013-04-08
1
-1
/
+1
*
Client plugin changes to support third party authentication.
rmsousa@chromium.org
2013-04-06
7
-3
/
+154
*
Separate Client and Host side of NegotiatingAuthenticator, and make the proto...
rmsousa@chromium.org
2013-04-03
3
-4
/
+4
*
Protocol / client plugin changes to support interactively asking for a PIN.
rmsousa@chromium.org
2013-03-23
4
-20
/
+86
*
src/: Update the remaining include paths of string_split.h to its new location.
tfarina@chromium.org
2013-03-06
1
-2
/
+2
*
Add notifyClientResolution API to the client plugin.
wez@chromium.org
2013-02-15
2
-12
/
+33
*
Rename ClientDimensions to ClientResolution and add pixel-size and DPI fields.
wez@chromium.org
2013-02-13
1
-4
/
+16
*
Linux/ChromeOS Chromium style checker cleanup, remoting/ edition.
rsleevi@chromium.org
2013-02-06
3
-13
/
+13
*
Stop reusing RectangleUpdateDecoder for multiple sessions.
sergeyu@chromium.org
2013-02-05
4
-26
/
+35
*
[Chromoting] Check cursor data size on client before copying data.
garykac@chromium.org
2013-02-05
1
-0
/
+8
*
remoting: Kill the base::Passed(foo.Pass()) meme.
tfarina@chromium.org
2013-01-22
1
-1
/
+1
*
Fix PepperView handling of 1:1 high-DPI.
wez@chromium.org
2013-01-10
3
-50
/
+65
*
Remove mousewheel tick handling from client, protocol and host.
wez@chromium.org
2013-01-03
2
-30
/
+1
*
Drop audio packets in the chromoting client less agressively.
sergeyu@chromium.org
2012-12-29
3
-30
/
+26
*
Revert 174322 - broke the tree
jam@chromium.org
2012-12-21
1
-9
/
+0
*
[Chromoting] Check cursor data size on client before copying data.
garykac@chromium.org
2012-12-21
1
-0
/
+9
*
Fix PepperView to let PPAPI up-scale on high-DPI devices where possible.
wez@chromium.org
2012-12-18
1
-5
/
+18
*
Add work-around for Mac OS X CapsLock key event behaviour.
wez@chromium.org
2012-12-13
1
-1
/
+18
*
Restrict the Chromoting client plugin to use by extensions & apps.
wez@chromium.org
2012-11-16
2
-0
/
+29
*
Check for negative cursor width and height.
wez@chromium.org
2012-11-14
1
-6
/
+10
*
Rolling libjingle r220.
ronghuawu@chromium.org
2012-10-29
1
-2
/
+2
*
Use PpCompletionCallback in PepperPortAllocatorSession.
sergeyu@chromium.org
2012-10-26
2
-39
/
+23
*
Protocol plumbing for audio toggle.
rmsousa@chromium.org
2012-10-18
2
-1
/
+18
*
Remove ZLib codec support from chromoting host and client.
sergeyu@chromium.org
2012-10-18
1
-4
/
+2
*
Add sub-pixel accuracy deltas in mouse wheel events.
wez@chromium.org
2012-10-13
2
-9
/
+47
*
Fix memory leaks in AudioPlayer.
sergeyu@chromium.org
2012-10-11
3
-14
/
+18
*
Valgrind/Heapchecker: Fix leak in remoting AudioPlayerTests.
thestig@chromium.org
2012-10-10
1
-5
/
+10
*
Fix remoting static initializer errors from r161017.
thestig@chromium.org
2012-10-10
3
-4
/
+2
*
[Chromoting] Refactor audio playback to make it testable and add unittests.
garykac@chromium.org
2012-10-10
5
-176
/
+531
*
Cleanup: IWYU for base/time.h. Also fix misc lint errors.
thestig@chromium.org
2012-10-10
1
-1
/
+0
*
[Chromoting] Allow tasks to be posted to the plugin thread while a plugin ins...
alexeypa@chromium.org
2012-10-01
1
-7
/
+7
*
[Chromoting] Fix audio bug with hissing/crash on Mac.
garykac@chromium.org
2012-09-29
1
-0
/
+2
*
Limit audio buffer size in the audio player used by the chromoting client.
sergeyu@chromium.org
2012-09-13
2
-30
/
+41
*
Don't use base::Unretained in AudioDecodeScheduler.
sergeyu@chromium.org
2012-09-13
2
-22
/
+77
*
Remove support for Windows-style keycodes.
wez@chromium.org
2012-09-11
3
-35
/
+6
*
Cleanup RectangleUpdateDecoder and VideoStub
sergeyu@chromium.org
2012-08-30
3
-93
/
+16
*
Fix UdpPacketSocket to handle callbacks after the socket is destroyed.
sergeyu@chromium.org
2012-08-29
1
-6
/
+11
*
Updating chrome to libjingle r175
mallinath@chromium.org
2012-08-26
1
-2
/
+3
*
Moved video stub implementation to RectangleUpdateDecoder.
kxing@chromium.org
2012-08-24
5
-175
/
+206
*
Renamed Decoder -> VideoDecoder.
kxing@chromium.org
2012-08-24
2
-5
/
+5
*
Moved the video encoders/decoders to the codec directory.
kxing@chromium.org
2012-08-23
2
-4
/
+4
*
Add a query function for the scaling feature.
brettw@chromium.org
2012-08-22
1
-1
/
+1
*
Added more error checking for audio packets.
kxing@chromium.org
2012-08-21
2
-5
/
+7
*
Changed AudioPacket data to a repeated field.
kxing@chromium.org
2012-08-16
1
-3
/
+10
*
Tidy up ChromotingInstance members a little.
wez@chromium.org
2012-08-15
2
-45
/
+31
*
Update JingleThreadWrapper to allow it to be created using task runner.
sergeyu@chromium.org
2012-08-14
1
-1
/
+1
[next]