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

Side by Side Diff: tools/perf/page_sets/key_silk_cases/old_inbox_app.html

Issue 132183003: Add swipe_to_dismiss to Silk benchmark (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adjust constants to work on Android Created 6 years, 11 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 | « tools/perf/page_sets/key_silk_cases/inbox_app.html ('k') | no next file » | 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 2013 The Polymer Authors. All rights reserved. 3 Copyright 2013 The Polymer Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style 4 Use of this source code is governed by a BSD-style
5 license that can be found in the LICENSE file. 5 license that can be found in the LICENSE file.
6 --> 6 -->
7 <html> 7 <html>
8 <head> 8 <head>
9 <title>app-widgets</title> 9 <title>app-widgets</title>
10 <script>// Copyright (c) 2012 The Polymer Authors. All rights reserved. 10 <script>// Copyright (c) 2012 The Polymer Authors. All rights reserved.
(...skipping 2650 matching lines...) Expand 10 before | Expand all | Expand 10 after
2661 document.addEventListener('WebComponentsReady', function() { 2661 document.addEventListener('WebComponentsReady', function() {
2662 document.getElementById('nav-drawer').toggle(); 2662 document.getElementById('nav-drawer').toggle();
2663 }); 2663 });
2664 2664
2665 document.getElementById('menu-button').addEventListener('click', function( ) { 2665 document.getElementById('menu-button').addEventListener('click', function( ) {
2666 document.getElementById('nav-drawer').toggle(); 2666 document.getElementById('nav-drawer').toggle();
2667 }); 2667 });
2668 </script> 2668 </script>
2669 </body> 2669 </body>
2670 </html> 2670 </html>
OLDNEW
« no previous file with comments | « tools/perf/page_sets/key_silk_cases/inbox_app.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698