diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-15 14:39:19 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-15 14:39:19 +0200 |
commit | 054dde272820f12b4f3c60ee4c8b7ede47126aa6 (patch) | |
tree | 48646cf011ed28c2ae0af8f4f01dabdd270916fa /dom/ipc/PBrowser.ipdl | |
parent | 4cfe5d84de0b8976f8bc5c005ae12ac3adf8f18a (diff) | |
download | uxp-054dde272820f12b4f3c60ee4c8b7ede47126aa6.tar.gz |
Bug 1344642 - Part 1: Cleanup dom.forms.datepicker related code
Diffstat (limited to 'dom/ipc/PBrowser.ipdl')
-rw-r--r-- | dom/ipc/PBrowser.ipdl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dom/ipc/PBrowser.ipdl b/dom/ipc/PBrowser.ipdl index 9dfccbc5c8..f09e484ee4 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); /** |