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
...
*
Use MockInputStub from protocol/protocol_mock_objects.h in tests.
wez@chromium.org
2012-04-04
2
-25
/
+12
*
Fix InputEventTracker to track key events based on both VK- and USB-keycodes.
wez@chromium.org
2012-04-04
3
-49
/
+182
*
Disable daemon UI if unsupported.
jamiewalch@google.com
2012-04-04
4
-18
/
+29
*
Add alexeypa@ to remoting OWNERS.
simonmorris@chromium.org
2012-04-04
1
-0
/
+1
*
Moved the Chromoting host configuration under %SystemDrive%\ProgramData and A...
alexeypa@chromium.org
2012-04-04
8
-81
/
+165
*
Replace SetDaemonPin() method with UpdateDaemonConfig()
sergeyu@chromium.org
2012-04-04
9
-65
/
+69
*
Mark ~URLRequestContext() and ~URLRequestContextGetter() as private.
sergeyu@chromium.org
2012-04-04
2
-1
/
+12
*
Fix Windows EventExecutor's handling of USB-based key events.
wez@chromium.org
2012-04-04
1
-3
/
+33
*
Fixing double deletetion of remoting::URLRequestContextGetter.
alexeypa@chromium.org
2012-04-04
2
-3
/
+3
*
[Chromoting] Stop the webapp sending any items that are on the clipboard when...
simonmorris@chromium.org
2012-04-03
4
-8
/
+65
*
Add ref to client_plugin.js file in main.html.
garykac@chromium.org
2012-04-03
1
-0
/
+1
*
Added 'why is this safe?' link
jamiewalch@google.com
2012-04-03
3
-0
/
+13
*
Filter the local host id from the list.
jamiewalch@google.com
2012-04-03
7
-34
/
+141
*
Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...
rch@chromium.org
2012-04-03
6
-2
/
+20
*
Fix some grammar in comments, error messages and documentation.
gavinp@chromium.org
2012-04-03
2
-2
/
+2
*
Add completion callbacks in the DaemonController interface.
sergeyu@chromium.org
2012-04-03
11
-316
/
+487
*
Add an apiFeatures property to the client plugin.
wez@chromium.org
2012-04-03
6
-19
/
+57
*
Ensure display hardware is powered up during Chromoting sessions.
wez@chromium.org
2012-04-03
2
-2
/
+11
*
[Chromoting] The client plugin can pass clipboard items to the webapp.
simonmorris@chromium.org
2012-04-03
7
-2
/
+37
*
Implement PepperNetworkManager.
sergeyu@chromium.org
2012-04-03
3
-0
/
+167
*
Chromoting: Allow to install the me2me host only on Vista/Server 2008 and abo...
alexeypa@chromium.org
2012-04-03
2
-1
/
+7
*
This CL moves much of the input tracking logic out of ClientSession, which me...
wez@chromium.org
2012-04-03
18
-421
/
+654
*
Rename injectKey to injectKeyEvent and add isInjectKeyEventSupported.
wez@chromium.org
2012-04-02
3
-3
/
+24
*
Save the host id to local storage.
jamiewalch@google.com
2012-04-02
1
-0
/
+3
*
[Chromoting] Make JS event handlers return void.
simonmorris@chromium.org
2012-04-02
1
-6
/
+2
*
[Chromoting] Use camel-case for JS parameters.
simonmorris@chromium.org
2012-04-02
3
-7
/
+7
*
[Chromoting] Fix some JS declarations so that JSCompile works.
simonmorris@chromium.org
2012-04-02
2
-1
/
+11
*
[Chromoting] Fix a JS typo.
simonmorris@chromium.org
2012-04-02
1
-1
/
+1
*
[Chromoting] Let the webapp put items on the clipboard.
simonmorris@chromium.org
2012-04-02
3
-3
/
+86
*
Add an injectKeyEvent API to the Chromoting client plugin.
wez@chromium.org
2012-04-01
4
-2
/
+46
*
[Chromoting] Add plumbing to carry clipboard events from the host to the client.
simonmorris@chromium.org
2012-03-31
8
-16
/
+57
*
Make all the things use cert_test_util.h.
mattm@chromium.org
2012-03-31
3
-12
/
+5
*
Cleanup buttons CSS for the remoting webapp.
sergeyu@chromium.org
2012-03-31
1
-30
/
+44
*
Chromoting: The me2me host is now configurable from the web UI on Windows.
alexeypa@chromium.org
2012-03-30
14
-111
/
+627
*
Refactored host_table_entry.js to allow it to be used for static HTML content.
jamiewalch@google.com
2012-03-30
2
-54
/
+101
*
Verify Me2Me tool script on Mac is secure before running it as root
lambroslambrou@chromium.org
2012-03-30
1
-2
/
+7
*
Clean up daemon control UI:
jamiewalch@google.com
2012-03-30
6
-68
/
+102
*
[Chromoting] Let the webapp send text clipboard items to the client plugin.
simonmorris@chromium.org
2012-03-30
9
-11
/
+67
*
Remove intro border and em dash.
jamiewalch@google.com
2012-03-29
3
-6
/
+13
*
Allocate Timer object on the heap in ScreenRecorder.
sergeyu@chromium.org
2012-03-29
2
-25
/
+26
*
1. Revisited branding (Chrome Remote Desktop vs Chromoting).
alexeypa@chromium.org
2012-03-29
12
-57
/
+156
*
Don't use SequencedWorkerPool in the host plugin.
sergeyu@chromium.org
2012-03-29
2
-14
/
+12
*
Apply BASE64 encoding to PIN before storing it in the config file.
sergeyu@chromium.org
2012-03-29
1
-1
/
+1
*
Implement Me2Me setup flow.
sergeyu@chromium.org
2012-03-29
16
-185
/
+549
*
Implement DaemonController Start(), Stop() and GetStatus() for Mac.
lambroslambrou@chromium.org
2012-03-29
1
-5
/
+205
*
[Coverity] fixed uninit ctor
groby@chromium.org
2012-03-29
1
-1
/
+1
*
Added first-run infographic screens for IT2Me and Me2Me.
jamiewalch@google.com
2012-03-29
10
-82
/
+149
*
Prevent a couple unnecessary copies of Vars
tbreisacher@chromium.org
2012-03-29
2
-3
/
+3
*
Introducing the "elevated controller" - a COM server with elevation support t...
alexeypa@chromium.org
2012-03-29
11
-2
/
+443
*
Add methods needed for host registration in chromoting host plugin.
sergeyu@chromium.org
2012-03-29
5
-69
/
+266
[prev]
[next]