Commit Graph

5 Commits

Author SHA1 Message Date
Marshall Greenblatt a3771028ce Merge revision 910 changes:
- Pass information to the renderer process synchronously on render thread creation and new browser creation to avoid race conditions (issue #744).
- Add the ability to pass extra information to child processes using a new CefBrowserProcessHandler::OnRenderProcessThreadCreated callback (issue #744).
- Fix OnBeforeChildProcessLaunch documentation (issue #754).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1271@911 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2012-11-20 20:09:20 +00:00
Marshall Greenblatt 8cc049f7db Merge revision 904 changes:
- Add new CefRenderProcessHandler::OnBeforeNavigation callback (issue #722).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1271@905 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2012-11-09 18:48:18 +00:00
Marshall Greenblatt 7057bebe5b Merge revision 890 changes:
- Add CefV8ContextHandler::OnUncaughtException callback (issue #736).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1271@891 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2012-11-02 18:17:12 +00:00
Marshall Greenblatt 0ae3b28abe Merge revision 862 changes:
- Provide default implementations of the file chooser dialogs (open, open multiple, save) on all platforms (issue #761).
- Add a new CefBrowserHost::RunFileDialog method that displays the specified file chooser dialog and returns the results asynchronously (issue #761).
- Add a new CefDialogHandler::OnFileDialog callback that allows the application to provide custom UI for file chooser dialogs (issue #761).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1271@863 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2012-10-16 19:29:27 +00:00
Marshall Greenblatt c5bb1d019a Create 1271 release branch for CEF3.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1271@841 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2012-10-04 15:04:03 +00:00