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

Side by Side Diff: chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.html

Issue 13375003: Fixing iframe jank in the local omnibox popup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding unit tests. Created 7 years, 8 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <!-- Copyright 2012 The Chromium Authors. All rights reserved. 3 <!-- Copyright 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 <head> 7 <head>
8 <script src="chrome-search://local-omnibox-popup/local-omnibox-popup.js"></scr ipt> 8 <script src="chrome-search://local-omnibox-popup/local-omnibox-popup.js"></scr ipt>
9 <link rel="stylesheet" 9 <link rel="stylesheet"
10 href="chrome-search://local-omnibox-popup/local-omnibox-popup.css"></link> 10 href="chrome-search://local-omnibox-popup/local-omnibox-popup.css"></link>
11 </head> 11 </head>
12 <body> 12 <body>
13 <div id="suggestions-box-container"></div> 13 <iframe style="display:none"
Dan Beam 2013/04/08 16:46:58 ^ use hidden instead of style="display:none;"
Jered 2013/04/08 21:43:16 Done.
14 src="chrome-search://suggestion/loader.html"
15 id="suggestion-loader"></iframe>
16 <div class="active-container"></div>
17 <div class="pending-container"></div>
14 </body> 18 </body>
15 </html> 19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698