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
/
webapp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Construct in-session window title from scratch, not cumulatively.
jamiewalch@google.com
2012-05-04
1
-1
/
+2
*
Add autofocus to non-form OK buttons.
jamiewalch@google.com
2012-05-04
1
-2
/
+10
*
Speed up scrolling if the machine can't keep up.
jamiewalch@google.com
2012-05-03
1
-6
/
+16
*
Clear hosts and last error in refresh, not response.
jamiewalch@google.com
2012-05-03
1
-2
/
+2
*
Register for WebKit tab visibility changes and use to pause video.
wez@chromium.org
2012-05-03
4
-0
/
+29
*
Add a message to allow clients to control the video channel.
wez@chromium.org
2012-05-03
3
-0
/
+30
*
Add permission for relay.google.com
sergeyu@chromium.org
2012-05-03
1
-0
/
+1
*
Make modal dialogs fixed instead of absolute.
jamiewalch@google.com
2012-05-02
1
-2
/
+2
*
Support bump-scroll in full-screen by adjusting plugin margins.
jamiewalch@google.com
2012-05-02
6
-4
/
+136
*
Send new client dimensions to host whenever they change.
wez@chromium.org
2012-05-02
4
-16
/
+69
*
Capitalize waiting state messages that form the main content of their dialogs...
jamiewalch@google.com
2012-05-01
3
-7
/
+18
*
[Chromoting] Factor out common code for pin hashing.
simonmorris@chromium.org
2012-05-01
1
-2
/
+2
*
Added extra text to 'host started' dialog.
jamiewalch@google.com
2012-05-01
3
-5
/
+20
*
Fix JSCompiler error.
jamiewalch@google.com
2012-05-01
1
-1
/
+1
*
[Chromoting] Fix two typos in the webapp.
simonmorris@chromium.org
2012-04-30
1
-9
/
+9
*
Remove executable permissions.
jamiewalch@google.com
2012-04-30
42
-0
/
+0
*
Fix sign-in.
jamiewalch@google.com
2012-04-30
1
-4
/
+8
*
M20 translations.
jamiewalch@google.com
2012-04-30
42
-42
/
+42
*
Protect all uses of JSON.parse against exceptions.
jamiewalch@google.com
2012-04-28
6
-42
/
+67
*
Cope with getDaemonConfig returning invalid JSON.
wez@chromium.org
2012-04-27
1
-8
/
+26
*
Cope with the hostId being unknown in connectMe2Me().
wez@chromium.org
2012-04-27
1
-2
/
+10
*
Fixed callWithToken error handling.
jamiewalch@google.com
2012-04-25
6
-55
/
+91
*
Make JS compiler happy about OAUTH2_USE_OFFICEIAL_CLIENT_ID.
sergeyu@chromium.org
2012-04-24
1
-0
/
+3
*
Unregister host if we fail to start it.
sergeyu@chromium.org
2012-04-24
1
-0
/
+3
*
Trap exceptions calling getDaemonConfig on ChromeOS.
jamiewalch@google.com
2012-04-24
1
-1
/
+6
*
Remoting daemon process to support unofficial client ID
hclam@chromium.org
2012-04-24
3
-0
/
+14
*
Get host id via getDaemonConfig.
jamiewalch@google.com
2012-04-23
1
-15
/
+15
*
Show client plugin if no hello is received in 0.5s.
jamiewalch@google.com
2012-04-19
1
-0
/
+28
*
Revert r132818.
jamiewalch@google.com
2012-04-19
8
-46
/
+2
*
[Chromoting] Display long local host names correctly.
simonmorris@chromium.org
2012-04-19
2
-7
/
+4
*
Allow Enter to be used to enter a PIN.
jamiewalch@google.com
2012-04-18
1
-2
/
+6
*
Reduce PIN complexity requirements.
jamiewalch@google.com
2012-04-18
2
-2
/
+2
*
[Chromoting] Show an error message if the client plugin is disabled.
simonmorris@chromium.org
2012-04-18
8
-3
/
+47
*
Web-app visual and string tweaks.
jamiewalch@google.com
2012-04-17
4
-32
/
+26
*
[Chromoting] The webapp revokes OAuth refresh tokens when they will no longer...
simonmorris@chromium.org
2012-04-17
2
-7
/
+75
*
Source major & minor versions from remoting, build & patch versions from Chrome.
wez@chromium.org
2012-04-15
2
-19
/
+10
*
[Chromoting] Tweak CL to fix toolbar button positions.
simonmorris@chromium.org
2012-04-14
1
-6
/
+1
*
Don't register more than one 'connect' event handler per HostTableEntry. Don'...
jamiewalch@google.com
2012-04-13
2
-15
/
+32
*
CSS rules are not semicolon terminated.
jamiewalch@google.com
2012-04-12
1
-1
/
+1
*
Remap the right Control key to Cmd when running on ChromeOS.
wez@chromium.org
2012-04-12
5
-1
/
+55
*
Fix the USB keycode field name in injectKeyEvent API.
wez@chromium.org
2012-04-10
1
-1
/
+1
*
Test type of daemonState (there will be no exception accessing a missing prop...
jamiewalch@google.com
2012-04-10
1
-3
/
+4
*
Fix stop/start button state and host name.
jamiewalch@google.com
2012-04-10
3
-6
/
+47
*
Add config validation for updateDaemonConfig() method.
sergeyu@chromium.org
2012-04-09
1
-3
/
+11
*
[Chromoting] Clear all localStorage when the user signs out.
simonmorris@chromium.org
2012-04-09
3
-4
/
+6
*
Store PIN hash in host config.
sergeyu@chromium.org
2012-04-07
2
-10
/
+28
*
Clean up daemon DOM.
jamiewalch@google.com
2012-04-06
3
-25
/
+21
*
Move host registration code to the HostController class.
sergeyu@chromium.org
2012-04-06
2
-181
/
+131
*
Don't propagate the click event if the user disables the daemon.
jamiewalch@google.com
2012-04-06
1
-2
/
+6
*
Enable alphanumeric input in fullscreen.
jamiewalch@google.com
2012-04-05
2
-2
/
+6
[prev]
[next]