cef/tests/cefclient/res
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
..
binding.html Provide a generic JavaScript message router implementation (issue #1183). 2014-01-27 23:31:03 +00:00
cefclient.ico Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
dialogs.html - Add open folder dialog support (FILE_DIALOG_OPEN_FOLDER mode) for CefBrowserHost::RunFileDialog (issue #1030). 2015-01-20 18:24:54 +00:00
localstorage.html Specify a background color for tests so that they're easier to read when transparent rendering is enabled. 2013-09-03 21:58:02 +00:00
logo.png Update the CEF logo image in cefclient. 2013-12-09 19:03:49 +00:00
osr_test.html Implement off-screen rendering support using delegated rendering (issue #1257). 2014-06-30 22:30:29 +00:00
other_tests.html Update to Chromium revision ad468e8b (#292352). 2014-09-04 17:53:40 +00:00
performance2.html Fix svn:eol-style property. 2013-10-18 16:33:56 +00:00
performance.html Specify a background color for tests so that they're easier to read when transparent rendering is enabled. 2013-09-03 21:58:02 +00:00
small.ico Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
transparency.html Windows: Improvements to off-screen rendering support (issue #518). 2013-01-11 23:00:39 +00:00
window.html Provide a generic JavaScript message router implementation (issue #1183). 2014-01-27 23:31:03 +00:00
xmlhttprequest.html Update xmlhttprequest.html to use an async request since sync requests are now deprecated. 2014-11-21 21:49:52 +00:00