cef/include/internal
Marshall Greenblatt e50ea8c29f - Add open folder dialog support (FILE_DIALOG_OPEN_FOLDER mode) for CefBrowserHost::RunFileDialog (issue #1030).
- Standardize file dialog behavior across all platforms (issue #1492).
-- Show a file type filter list on OS X.
-- Show the file extensions as part of the filter list description on all platforms (e.g. "Image Types (*.png;*.gif;*.jpg)").
-- Rename the CefBrowserHost::RunFileDialog |accept_types| argument to |accept_filters| and expand support for filters that will be displayed as-is in addition to the currently supported mime-type and extension-based filters. For example, a filter value of "Supported Image Types|.png;.gif;.jpg" will display "Supported Image Types (*.png;*.gif;*.jpg)" in the filter drop-down list and accept *.png, *.gif and *.jpg files.
-- Persist the selected filter item index by passing a new |selected_accept_filter| argument to CefBrowserHost::RunFileDialog and returning the newly selected index via the CefRunFileDialogCallback and CefFileDialogCallback callbacks.
-- Rename the CefBrowserHost::RunFileDialog |default_file_name| argument to |default_file_path| and use the directory component, if any, to set the default directory location. If |default_file_path| ends in a trailing path separator it will be treated as a directory without a file name component.
-- Add FILE_DIALOG_OVERWRITEPROMPT_FLAG and FILE_DIALOG_HIDEREADONLY_FLAG values to cef_file_dialog_mode_t for controlling those behaviors where possible.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1973 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-01-20 18:24:54 +00:00
..
cef_export.h Introduce the use of Chromium types (issue #1336). 2014-07-11 20:10:05 +00:00
cef_linux.h Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
cef_logging_internal.h Introduce the use of Chromium types (issue #1336). 2014-07-11 20:10:05 +00:00
cef_mac.h Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
cef_ptr.h Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
cef_string.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
cef_string_list.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
cef_string_map.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
cef_string_multimap.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
cef_string_types.h Introduce the use of Chromium types (issue #1336). 2014-07-11 20:10:05 +00:00
cef_string_wrappers.h Add base::string16 support (issue #1336). 2014-07-15 22:07:25 +00:00
cef_thread_internal.h Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
cef_time.h Add performance tests for CEF V8 methods (issue #484). 2012-10-26 20:42:41 +00:00
cef_trace_event_internal.h Introduce the use of Chromium types (issue #1336). 2014-07-11 20:10:05 +00:00
cef_types.h - Add open folder dialog support (FILE_DIALOG_OPEN_FOLDER mode) for CefBrowserHost::RunFileDialog (issue #1030). 2015-01-20 18:24:54 +00:00
cef_types_linux.h Introduce the use of Chromium types (issue #1336). 2014-07-11 20:10:05 +00:00
cef_types_mac.h Introduce the use of Chromium types (issue #1336). 2014-07-11 20:10:05 +00:00
cef_types_win.h Introduce the use of Chromium types (issue #1336). 2014-07-11 20:10:05 +00:00
cef_types_wrappers.h Pass cursor type and custom cursor information to CefRenderHandler::OnCursorChange (issue #1443). 2014-11-24 21:56:12 +00:00
cef_win.h Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00