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

Unified Diff: Source/core/page/PagePopupController.idl

Issue 1087743002: Support multiple displays for PagePopup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed IntRect inclusion Created 5 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
« no previous file with comments | « Source/core/page/PagePopupController.cpp ('k') | Source/web/WebPagePopupImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PagePopupController.idl
diff --git a/Source/core/page/PagePopupController.idl b/Source/core/page/PagePopupController.idl
index 4aca401643bad3f566db923d96859b0f445650e9..28051d06fab11194ee84e29bc85eab9b336659b2 100644
--- a/Source/core/page/PagePopupController.idl
+++ b/Source/core/page/PagePopupController.idl
@@ -42,4 +42,8 @@
DOMString formatShortMonth(long year, long zeroBaseMonth);
DOMString formatWeek(long year, long weekNumber, DOMString localizedStartDate);
void histogramEnumeration(DOMString name, long sample, long boundaryValue);
+ // window.resizeTo/moveTo are not suitable because LocalDOMWindow adjusts
+ // rectangle to fit in the current screen. Popups sometimes need to be
+ // positioned on other screens.
+ void setWindowRect(long x, long y,long width, long height);
};
« no previous file with comments | « Source/core/page/PagePopupController.cpp ('k') | Source/web/WebPagePopupImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698