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

Unified Diff: LayoutTests/fast/forms/resources/picker-common.js

Issue 11364040: Merge 133011 - Calendar picker can flicker when opened from the suggestion picker (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years, 1 month 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: LayoutTests/fast/forms/resources/picker-common.js
===================================================================
--- LayoutTests/fast/forms/resources/picker-common.js (revision 133256)
+++ LayoutTests/fast/forms/resources/picker-common.js (working copy)
@@ -16,7 +16,7 @@
popupWindow = document.getElementById('mock-page-popup').contentWindow;
if (typeof callback === "function") {
popupOpenCallback = callback;
- popupWindow.addEventListener("resize", popupOpenCallbackWrapper, false);
+ popupWindow.addEventListener("didOpenPicker", popupOpenCallbackWrapper, false);
}
}

Powered by Google App Engine
This is Rietveld 408576698