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
*
Update appsv2.patch for https://codereview.chromium.org/14113042/
rmsousa@chromium.org
2013-05-02
1
-1
/
+2
*
Fixed JS compiler errors.
jamiewalch@chromium.org
2013-04-26
3
-8
/
+12
*
Removed trailing comma in manifest.
jamiewalch@chromium.org
2013-04-26
1
-1
/
+1
*
Webapp changes to support third party authentication
rmsousa@chromium.org
2013-04-26
18
-43
/
+486
*
Disable native messaging support.
jamiewalch@chromium.org
2013-04-24
1
-0
/
+4
*
Set the initial resolution of an RDP session to the client screen resolution ...
alexeypa@chromium.org
2013-04-19
3
-2
/
+121
*
Convert Chromoting to use the new, non-deprecated flexbox
cbiesinger@chromium.org
2013-04-09
3
-8
/
+8
*
Fixed apps v2 patch w.r.t. settings migration.
jamiewalch@chromium.org
2013-04-06
1
-4
/
+13
*
Search & replace of -webkit-box-shadow -> box-shadow
cbiesinger@chromium.org
2013-04-06
3
-16
/
+16
*
Migrate window.localStorage settings to chrome.storage.local at start-up.
jamiewalch@chromium.org
2013-04-05
1
-0
/
+26
*
Add remapKeys per-host advanced option.
wez@chromium.org
2013-04-04
1
-6
/
+66
*
Blacklist Chrome <= 26.xxx for Native Messaging
lambroslambrou@chromium.org
2013-04-03
1
-0
/
+10
*
Restore clickable status after canceling host rename.
jamiewalch@chromium.org
2013-04-03
1
-2
/
+2
*
Don't reload the web-app at any point in the client-side flow.
jamiewalch@chromium.org
2013-04-02
6
-88
/
+109
*
Add HostPluginWrapper and implement GetState() in Chromoting webapp.
lambroslambrou@chromium.org
2013-04-02
5
-12
/
+161
*
Fix build failure of remoting in linux_chromeos + Official.
kinaba@chromium.org
2013-04-01
1
-3
/
+3
*
Implement hello exchange with Chromoting Native Messaging host
lambroslambrou@chromium.org
2013-03-30
2
-46
/
+104
*
Refactor getLocalHostStateAndId to help with native messaging implementation.
jamiewalch@chromium.org
2013-03-26
4
-65
/
+117
*
Don't display full-precision averages of our connection stats.
jamiewalch@chromium.org
2013-03-26
1
-1
/
+1
*
Webapp changes to support asking for a PIN
rmsousa@chromium.org
2013-03-24
5
-35
/
+135
*
Added survey butter-bar to web-app.
jamiewalch@chromium.org
2013-03-22
8
-10
/
+130
*
Reset bump-scroll offsets when leaving full-screen mode.
jamiewalch@chromium.org
2013-03-19
1
-1
/
+4
*
Implement Native Messaging in remoting webapp for Me2Me.
lambroslambrou@chromium.org
2013-03-19
5
-9
/
+405
*
Include host visible name in tool-bar.
jamiewalch@chromium.org
2013-03-14
3
-2
/
+21
*
Make all web-app links open in a new window.
jamiewalch@chromium.org
2013-03-13
1
-1
/
+2
*
Fixed JSCompile error.
jamiewalch@chromium.org
2013-03-12
1
-0
/
+6
*
Don't display the 'start-host' UI if there was an error fetching the host list.
jamiewalch@chromium.org
2013-03-12
1
-5
/
+14
*
Use remoting.storage instead of overriding chrome.storage.
jamiewalch@chromium.org
2013-03-11
6
-22
/
+20
*
Fixed a JSCompile error.
jamiewalch@chromium.org
2013-03-11
1
-1
/
+1
*
Fixed tab-mode detection.
jamiewalch@chromium.org
2013-03-09
1
-37
/
+11
*
Don't show newly-enabled hosts as out-of-date.
lambroslambrou@chromium.org
2013-03-05
1
-0
/
+3
*
Improve host-list display in case of auth or network error.
jamiewalch@chromium.org
2013-03-02
4
-26
/
+23
*
Show a warning overlay and connection interstitial for out-of-date hosts.
jamiewalch@chromium.org
2013-02-28
8
-61
/
+196
*
Attach menu-dismiss handler to <html> instead of <body>.
jamiewalch@chromium.org
2013-02-28
1
-1
/
+5
*
Fix remotingHostSettings to load all-hosts setting even if requested hostId h...
wez@chromium.org
2013-02-20
1
-5
/
+7
*
Reload the web-app if an IT2Me connection fails.
jamiewalch@chromium.org
2013-02-15
2
-6
/
+2
*
Don't throw an exception in Apps v2 at start-up.
jamiewalch@chromium.org
2013-02-15
1
-1
/
+5
*
Include OpenSans font in the web-app.
jamiewalch@chromium.org
2013-02-15
3
-2
/
+13
*
Attach menu dismiss handler to <body>, not <html>.
jamiewalch@chromium.org
2013-02-12
1
-2
/
+2
*
Get extension version synchrously from the manifest.
jamiewalch@chromium.org
2013-02-12
3
-20
/
+16
*
Update web-app client to use plugin notifyDeviceResolution API.
wez@chromium.org
2013-02-12
3
-24
/
+40
*
Detect the start-up type of the application.
jamiewalch@chromium.org
2013-02-09
4
-10
/
+108
*
Use showConnectError_ instead of remoting.showError to correctly distinguish ...
jamiewalch@chromium.org
2013-02-09
2
-3
/
+14
*
Update appsv2 patch.
jamiewalch@chromium.org
2013-02-09
1
-32
/
+34
*
Convert Chromoting .png's to .webp.
skonig@chromium.org
2013-02-07
9
-20
/
+20
*
Factor connection setup out of client_screen.js.
jamiewalch@chromium.org
2013-02-07
8
-458
/
+548
*
Session logging fixes
rmsousa@chromium.org
2013-02-06
8
-94
/
+64
*
Make NPAPI Me2Me interface return results via callback parameters.
lambroslambrou@chromium.org
2013-02-06
2
-32
/
+67
*
Add WebP icon files.
sergeyu@chromium.org
2013-02-06
3
-0
/
+0
*
Make host/url references configurable.
rmsousa@chromium.org
2013-02-05
16
-81
/
+208
[next]