summaryrefslogtreecommitdiffstats
path: root/dom/ipc/PBrowser.ipdl
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-15 14:39:19 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-15 14:39:19 +0200
commit054dde272820f12b4f3c60ee4c8b7ede47126aa6 (patch)
tree48646cf011ed28c2ae0af8f4f01dabdd270916fa /dom/ipc/PBrowser.ipdl
parent4cfe5d84de0b8976f8bc5c005ae12ac3adf8f18a (diff)
downloadUXP-054dde272820f12b4f3c60ee4c8b7ede47126aa6.tar
UXP-054dde272820f12b4f3c60ee4c8b7ede47126aa6.tar.gz
UXP-054dde272820f12b4f3c60ee4c8b7ede47126aa6.tar.lz
UXP-054dde272820f12b4f3c60ee4c8b7ede47126aa6.tar.xz
UXP-054dde272820f12b4f3c60ee4c8b7ede47126aa6.zip
Bug 1344642 - Part 1: Cleanup dom.forms.datepicker related code
Diffstat (limited to 'dom/ipc/PBrowser.ipdl')
-rw-r--r--dom/ipc/PBrowser.ipdl8
1 files changed, 0 insertions, 8 deletions
diff --git a/dom/ipc/PBrowser.ipdl b/dom/ipc/PBrowser.ipdl
index 9dfccbc5c..f09e484ee 100644
--- a/dom/ipc/PBrowser.ipdl
+++ b/dom/ipc/PBrowser.ipdl
@@ -9,7 +9,6 @@ include protocol PBlob;
include protocol PColorPicker;
include protocol PContent;
include protocol PContentBridge;
-include protocol PDatePicker;
include protocol PDocAccessible;
include protocol PFilePicker;
include protocol PIndexedDBPermissionRequest;
@@ -116,7 +115,6 @@ nested(upto inside_cpow) sync protocol PBrowser
manager PContent or PContentBridge;
manages PColorPicker;
- manages PDatePicker;
manages PDocAccessible;
manages PFilePicker;
manages PIndexedDBPermissionRequest;
@@ -441,12 +439,6 @@ parent:
*/
async PColorPicker(nsString title, nsString initialColor);
- /**
- * Create an asynchronous date picker on the parent side,
- * but don't open it yet.
- */
- async PDatePicker(nsString title, nsString initialDate);
-
async PFilePicker(nsString aTitle, int16_t aMode);
/**