-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Todo Ideas Feature Requests
chillitom edited this page Jan 6, 2011
·
4 revisions
Roughly ordered easiest to most difficult.
- A few fields are missing from Settings (extra_plugin_paths) and BrowserSettings (standard_font_family, fixed_font_family, serif_font_family, sans_serif_font_family, cursive_font_family, fantasy_font_family, default_encoding, user_style_sheet_location)
- JS alert box handling, see cef.h HandleJSAlert, HandleJSConfirm, HandleJSPrompt
- Expose main frame methods Undo,Redo,Cut,Copy,Paste,Delete,SelectAll,Print,ViewSource,GetSource,GetText on CefWebBrowser
- Expose Post data on Request object.
- Printing support, HandlePrintOptions and HandlePrintHeaderFooter
- Context menu, allow uses to override the display of the context menu and its actions.
- Download handlers
- Test and demonstrate usage of the control from WPF.
- Find functionality, find in page. see cef.h HandleFindResult
- Further improvements to CLR object binding, should be able to dynamically bind returned objects enabling chaining of method calls "obj.GetThing().DoStuff()"
- Full AppDomain support
- Expose frame objects and methods: Add Undo,Redo,Cut,Copy,Paste,Delete,SelectAll,ViewSource,GetSource,GetText
- Mechanism for giving users control over the creation of pop-up windows
- Provide page load progress (will likely require modification to CEF)
Of course Automated Tests and Bug fixes always welcomed. Whilst I should probably just create feature request issues for each of these, I'll wait until someone requests them.