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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement exponential backoff for failed Me2Me authentication attempts
sergeyu@chromium.org
2012-03-27
15
-4
/
+83
*
Cleanups in the host authentication state handling.
sergeyu@chromium.org
2012-03-27
12
-46
/
+89
*
Shorter prompt string.
jamiewalch@chromium.org
2012-03-24
2
-11
/
+7
*
[Chromoting] Disable clipboard handling until crbug.com/119838 is fixed.
simonmorris@chromium.org
2012-03-23
1
-2
/
+3
*
[chromoting] Custom scrollbar styling for webapp
hclam@chromium.org
2012-03-23
1
-0
/
+44
*
WiX installation script for me2me host.
alexeypa@chromium.org
2012-03-23
2
-0
/
+224
*
[Chromoting] Let the webapp handle a host with no JID correctly.
simonmorris@chromium.org
2012-03-22
1
-2
/
+2
*
[chromoting] Remove bogus dependency
hclam@chromium.org
2012-03-22
1
-1
/
+2
*
Fixing a vector overflow when reporting events to Event Log.
alexeypa@chromium.org
2012-03-22
1
-1
/
+1
*
[Chromoting] Improve the text on the buttons in the connection-failed dialog.
simonmorris@chromium.org
2012-03-22
4
-4
/
+24
*
[chromoting] Fix crash when generating access code
hclam@chromium.org
2012-03-22
3
-3
/
+31
*
Linux: Fix the build for Ubuntu Precise.
thestig@chromium.org
2012-03-22
1
-2
/
+3
*
Fix crash caused by r127767 due to undefined order of argument parsing.
sergeyu@chromium.org
2012-03-21
1
-1
/
+3
*
Make CertVerifier a pure virtual interface.
rsleevi@chromium.org
2012-03-21
3
-4
/
+4
*
Generating version information for remoting binaries the same way Chrome does...
alexeypa@chromium.org
2012-03-21
11
-112
/
+190
*
[Chromoting] Move the code that styles the scale-to-fit button
simonmorris@chromium.org
2012-03-21
2
-22
/
+11
*
[Chromoting] Make the state of the scale-to-fit button visible, and correct a...
simonmorris@chromium.org
2012-03-21
2
-2
/
+2
*
Log connection type to syslogs and to the server.
sergeyu@chromium.org
2012-03-20
24
-59
/
+140
*
Use scoped_ptr<> to pass ownership in more places.
sergeyu@chromium.org
2012-03-20
35
-184
/
+178
*
Implemented OAuth2 support for remoting_me2me_host.
jamiewalch@chromium.org
2012-03-20
5
-24
/
+148
*
[Chromoting/PPAPI] Update the Windows scancodes for the arrow keys in the USB...
garykac@chromium.org
2012-03-20
1
-9
/
+9
*
[Chromoting] Adds a button that cancels PIN entry.
simonmorris@chromium.org
2012-03-20
3
-1
/
+9
*
Roll libjingle to r126.
ronghuawu@chromium.org
2012-03-20
1
-2
/
+3
*
[Chromoting] Fix bug with handling USB keycodes and remove extra logging.
garykac@chromium.org
2012-03-20
1
-1
/
+1
*
[Chromoting] Set the focus appropriately when asking the user for an access c...
simonmorris@chromium.org
2012-03-19
1
-0
/
+6
*
[Chromoting] The webapp handles host renaming correctly.
simonmorris@chromium.org
2012-03-19
2
-0
/
+13
*
Use XDamageSubtract to fetch the damaged region from the X server.
wez@chromium.org
2012-03-17
2
-38
/
+62
*
Chromoting: the screen capturer and event executors now always try to work wi...
alexeypa@chromium.org
2012-03-17
9
-11
/
+341
*
[Chromoting] Remove noisy key event logging on client.
garykac@chromium.org
2012-03-17
1
-2
/
+0
*
Chromoting: reverting most of r126520 which broke the Secure Attention Sequen...
alexeypa@chromium.org
2012-03-17
4
-13
/
+44
*
Revert 127257 - Use XDamageSubtract to fetch the damaged region from the X se...
wez@chromium.org
2012-03-16
1
-61
/
+38
*
Added helper classes to allow OAuth to be used in Me2Me.
jamiewalch@google.com
2012-03-16
8
-0
/
+507
*
Use XDamageSubtract to fetch the damaged region from the X server.
wez@chromium.org
2012-03-16
1
-38
/
+61
*
Remove "base/values.h" import from "base/location.h", fix up downstream files.
isherman@chromium.org
2012-03-16
2
-1
/
+2
*
Add the plumbing that will carry a clipboard item from a chromoting client to...
simonmorris@chromium.org
2012-03-16
29
-71
/
+312
*
JSONWriter cleanup: integrate pretty print into write options.
ericdingle@chromium.org
2012-03-16
2
-3
/
+5
*
Fixed auth dialog spacing.
jamiewalch@chromium.org
2012-03-16
1
-1
/
+1
*
remoting: Move CGRectToSkIRect() to the only file where it's called
thakis@chromium.org
2012-03-15
1
-4
/
+13
*
Fix RectangleUpdateDecoder to reference the FrameConsumerProxy.
wez@chromium.org
2012-03-15
8
-45
/
+30
*
Add an SSLConfig option to explicit disable NSSHttpIO.
agl@chromium.org
2012-03-15
3
-3
/
+4
*
Update Linux nativeKeyCode to USB keycode conversion table.
garykac@chromium.org
2012-03-15
1
-0
/
+2
*
The Disconnect and Continue windows should have the WS_EX_TOOLWINDOW style se...
alexeypa@chromium.org
2012-03-15
1
-6
/
+6
*
[Chromoting] Add USB keycode handling to Windows host.
garykac@chromium.org
2012-03-15
2
-142
/
+173
*
[Chromoting] Let the webapp detect new clipboard text items when it gets focus.
simonmorris@chromium.org
2012-03-15
6
-1
/
+124
*
Native to USB keycode conversion for Mac
garykac@chromium.org
2012-03-15
1
-0
/
+6
*
Fixed button centering.
jamiewalch@chromium.org
2012-03-15
1
-1
/
+1
*
Add a boolean |has_context| argument to the TLS ExportKeyingMaterial
wtc@chromium.org
2012-03-15
1
-2
/
+2
*
Roll libjingle to r124. Removed overrides for the ws2 fixes.
ronghuawu@chromium.org
2012-03-15
6
-5
/
+15
*
USB -> Mac keycode data.
garykac@chromium.org
2012-03-14
2
-324
/
+375
*
remoting: convert another unittest MessageLoop to MessageLoopForIO
agl@chromium.org
2012-03-14
1
-1
/
+1
[next]