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

Unified Diff: chrome/browser/resources/local_ntp/local_ntp_fast.html

Issue 997223003: New fast NTP that uses a single iframe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/local_ntp/local_ntp_fast.html
diff --git a/chrome/browser/resources/local_ntp/local_ntp.html b/chrome/browser/resources/local_ntp/local_ntp_fast.html
similarity index 78%
copy from chrome/browser/resources/local_ntp/local_ntp.html
copy to chrome/browser/resources/local_ntp/local_ntp_fast.html
index 3655bd391d84b95fc282152e1c3d6affb3318c66..f625f8413d31025511fc1b1d97993cad2bccbdac 100644
--- a/chrome/browser/resources/local_ntp/local_ntp.html
+++ b/chrome/browser/resources/local_ntp/local_ntp_fast.html
@@ -1,27 +1,29 @@
<!doctype html>
<html>
-<!-- Copyright 2013 The Chromium Authors. All rights reserved.
+<!-- Copyright 2015 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<head>
<script src="chrome-search://local-ntp/config.js"></script>
<script src="chrome-search://local-ntp/local-ntp.js"></script>
<link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link>
+
huangs 2015/03/12 06:29:19 Extra line?
fserb 2015/03/12 17:06:55 Done.
<meta charset="utf-8">
<meta name="google" value="notranslate">
</head>
-<body>
- <div id="ntp-contents" class="des-mat">
+<body >
huangs 2015/03/12 06:29:19 Space issue.
fserb 2015/03/12 17:06:55 Done.
+ <div id="ntp-contents">
<div id="most-visited">
- <div id="mv-tiles"></div>
+ <div id="mv-tiles">
huangs 2015/03/12 06:29:19 Space issue.
fserb 2015/03/12 17:06:55 Done.
+ </div>
<!-- Notification shown when a tile is blacklisted. -->
<div id="mv-notice" class="mv-notice-hide">
<span id="mv-msg"></span>
<!-- Links in the notification. -->
- <span id="mv-notice-links">
+ <span id="mv-notice-links">
huangs 2015/03/12 06:29:19 Indent.
fserb 2015/03/12 17:06:55 Done.
<span id="mv-undo" tabIndex="1"></span>
<span id="mv-restore" tabIndex="1"></span>
- <div id="mv-notice-x" tabIndex="1" class="mv-x"></div>
+ <div id="mv-notice-x" tabIndex="1"></div>
</span>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698