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

Unified Diff: third_party/WebCore/page/PagePopupController.idl

Issue 12319151: WebKit IDL roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 | « third_party/WebCore/page/Location.idl ('k') | third_party/WebCore/testing/InternalSettings.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/page/PagePopupController.idl
diff --git a/third_party/WebCore/page/PagePopupController.idl b/third_party/WebCore/page/PagePopupController.idl
index 03f47286b31beb18e57b3f973b4ce873ff85966a..607e28bd2f8803c8710553c0ecd29e959b64c278 100644
--- a/third_party/WebCore/page/PagePopupController.idl
+++ b/third_party/WebCore/page/PagePopupController.idl
@@ -33,7 +33,10 @@
ImplementationLacksVTable
] interface PagePopupController {
void setValueAndClosePopup(in long numberValue, in DOMString stringValue);
+ void setValue(DOMString value);
+ void closePopup();
DOMString localizeNumberString(in DOMString numberString);
[Conditional=CALENDAR_PICKER] DOMString formatMonth(in long year, in long zeroBaseMonth);
+ [Conditional=CALENDAR_PICKER] DOMString formatShortMonth(in long year, in long zeroBaseMonth);
void histogramEnumeration(DOMString name, long sample, long boundaryValue);
};
« no previous file with comments | « third_party/WebCore/page/Location.idl ('k') | third_party/WebCore/testing/InternalSettings.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698