Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Side by Side Diff: remoting/webapp/main.html

Issue 22006002: Fix scroll-bar behaviour. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed debug log message. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/webapp/main.css ('k') | remoting/webapp/remoting.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <!-- 2 <!--
3 Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <html> 8 <html class="scrollable">
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
11 <link rel="icon" type="image/png" href="chromoting16.webp"> 11 <link rel="icon" type="image/png" href="chromoting16.webp">
12 <link rel="stylesheet" href="open_sans.css"> 12 <link rel="stylesheet" href="open_sans.css">
13 <link rel="stylesheet" href="connection_stats.css"> 13 <link rel="stylesheet" href="connection_stats.css">
14 <link rel="stylesheet" href="connection_history.css"> 14 <link rel="stylesheet" href="connection_history.css">
15 <link rel="stylesheet" href="main.css"> 15 <link rel="stylesheet" href="main.css">
16 <link rel="stylesheet" href="menu_button.css"> 16 <link rel="stylesheet" href="menu_button.css">
17 <link rel="stylesheet" href="toolbar.css"> 17 <link rel="stylesheet" href="toolbar.css">
18 <script src="butter_bar.js"></script> 18 <script src="butter_bar.js"></script>
(...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 <div class="arrow-down"></div> 756 <div class="arrow-down"></div>
757 </div> 757 </div>
758 </div> <!-- session-toolbar --> 758 </div> <!-- session-toolbar -->
759 </div> <!-- session-mode --> 759 </div> <!-- session-mode -->
760 760
761 <div id="statistics" dir="ltr" class="selectable" hidden> 761 <div id="statistics" dir="ltr" class="selectable" hidden>
762 </div> <!-- statistics --> 762 </div> <!-- statistics -->
763 763
764 </body> 764 </body>
765 </html> 765 </html>
OLDNEW
« no previous file with comments | « remoting/webapp/main.css ('k') | remoting/webapp/remoting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698