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

Side by Side Diff: chrome/test/data/instant.html

Issue 10915217: Hook up SetInstantPreviewHeight for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor fixes. Created 8 years, 3 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 <html><body><h1>Instant</h1><script> 1 <html><body style="background:red"><h1>Instant</h1><script>
sreeram 2012/09/17 17:26:12 Presumably you added this to test. Remove?
Jered 2012/09/18 22:12:00 Done.
2 2
3 var onchangecalls = 0; 3 var onchangecalls = 0;
4 var onsubmitcalls = 0; 4 var onsubmitcalls = 0;
5 var oncancelcalls = 0; 5 var oncancelcalls = 0;
6 var onresizecalls = 0; 6 var onresizecalls = 0;
7 7
8 var value = ""; 8 var value = "";
9 var verbatim = false; 9 var verbatim = false;
10 var height = 0; 10 var height = 0;
11 11
(...skipping 24 matching lines...) Expand all
36 36
37 chrome.searchBox.onresize = function() { 37 chrome.searchBox.onresize = function() {
38 onresizecalls++; 38 onresizecalls++;
39 height = chrome.searchBox.height; 39 height = chrome.searchBox.height;
40 }; 40 };
41 41
42 if (chrome.searchBox.value != "") 42 if (chrome.searchBox.value != "")
43 chrome.searchBox.onchange(); 43 chrome.searchBox.onchange();
44 44
45 </script></body></html> 45 </script></body></html>
OLDNEW
« chrome/browser/instant/instant_controller.cc ('K') | « chrome/test/base/test_browser_window.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698