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

Side by Side Diff: perf/dashboard/ui/changelog_blink.html

Issue 1658643004: Add analytics to changelog pages to track usage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 4 years, 10 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 | « perf/dashboard/ui/changelog.html ('k') | perf/dashboard/ui/changelog_v8.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="js/changelog.js"></script> 3 <script src="js/changelog.js"></script>
4 <script src="js/common.js"></script> 4 <script src="js/common.js"></script>
5 <style type="text/css"> 5 <style type="text/css">
6 table { 6 table {
7 border-collapse: collapse; 7 border-collapse: collapse;
8 } 8 }
9 thead { 9 thead {
10 border-top: solid 1px gray; 10 border-top: solid 1px gray;
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 60
61 <script> 61 <script>
62 var svnRootUrl = "http://src.chromium.org/blink/"; 62 var svnRootUrl = "http://src.chromium.org/blink/";
63 var viewVc = "http://src.chromium.org/viewvc/blink"; 63 var viewVc = "http://src.chromium.org/viewvc/blink";
64 64
65 params = ParseParams(); 65 params = ParseParams();
66 var svnPath = params["url"]; 66 var svnPath = params["url"];
67 var svnRange = params["range"]; 67 var svnRange = params["range"];
68 render_log(svnRootUrl, svnPath, svnRange, viewVc) 68 render_log(svnRootUrl, svnPath, svnRange, viewVc)
69 </script> 69 </script>
70 <script>
71 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
72 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o ),
73 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a ,m)
74 })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
75 ga('create', 'UA-55762617-21', 'auto');
76 ga('send', 'pageview');
77 </script>
70 </body> 78 </body>
71 </html> 79 </html>
72 80
OLDNEW
« no previous file with comments | « perf/dashboard/ui/changelog.html ('k') | perf/dashboard/ui/changelog_v8.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698