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
*
Rename DaemonPlugin class to HostController.
sergeyu@chromium.org
2012-04-05
6
-57
/
+58
*
Cleaning up remoting/remoting.gyp:
alexeypa@chromium.org
2012-04-05
6
-17
/
+35
*
Chromoting Me2Me installation flow for Mac.
lambroslambrou@chromium.org
2012-04-05
6
-22
/
+89
*
[Chromoting] Require that the daemon PIN consists of 6 or more digits.
simonmorris@chromium.org
2012-04-05
2
-5
/
+40
*
Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK
oshima@chromium.org
2012-04-05
2
-6
/
+6
*
Unregister host on stop.
jamiewalch@google.com
2012-04-04
3
-2
/
+22
*
[Chromoting] Compare the two daemon PINs specified by the user at daemon inst...
simonmorris@chromium.org
2012-04-04
3
-3
/
+25
*
Moved special-case handling of 'home' mode.
jamiewalch@google.com
2012-04-04
3
-32
/
+29
*
ScopedProcessInformation protects against process/thread handle leaks from Cr...
erikwright@chromium.org
2012-04-04
1
-4
/
+4
*
[Chromoting] Let the client plugin pass clipboard items to the host.
simonmorris@chromium.org
2012-04-04
6
-2
/
+83
*
[Chromoting] Improve the PIN entry part of the host setup dialog.
simonmorris@chromium.org
2012-04-04
2
-4
/
+14
*
Add a button to the web-app to send Ctrl-Alt-Delete to the host.
wez@chromium.org
2012-04-04
5
-0
/
+58
*
Disable click-to-connect while the hostname is being edited.
jamiewalch@google.com
2012-04-04
2
-12
/
+19
*
Update Linux policy reader to cope with trailing commas.
wez@chromium.org
2012-04-04
1
-0
/
+1
*
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
[next]