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

Unified 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: Addressing comments. 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.html
diff --git a/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.html b/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.html
index 6821f96e63363685fcf308fd38a159491de6e4cc..3c3c41e7dde05343af31974ac59895f10f9450dc 100644
--- a/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.html
+++ b/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.html
@@ -10,6 +10,9 @@
href="chrome-search://local-omnibox-popup/local-omnibox-popup.css"></link>
</head>
<body>
- <div id="suggestions-box-container"></div>
+ <iframe hidden src="chrome-search://suggestion/loader.html"
+ id="suggestion-loader"></iframe>
+ <div class="active-container"></div>
+ <div class="pending-container"></div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698