Commit Graph

18 Commits

Author SHA1 Message Date
Marshall Greenblatt ee2e8e8c44 Update to Chromium version 25.0.1364.152.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1130 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-03-05 20:16:17 +00:00
Marshall Greenblatt 69e7adef40 Merge revision 1128 changes:
- Make sure RenderViewCreated is called at least one time since it does not appear to currently be called for popup windows (issue #892).


git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1129 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-03-05 18:28:05 +00:00
Marshall Greenblatt 1c7e9a7218 Merge revision 1102 changes:
- Add new CefSettings.ignore_certificate_errors option to ignore errors related to invalid SSL certificates (issue #).


git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1103 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-02-13 23:43:44 +00:00
Marshall Greenblatt 8645d49c48 Merge revision 1100 changes;
- Add a new CefBrowserHost::StartDownload method for starting a download that can then be handled via CefDownloadHandler (issue #883).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1101 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-02-13 22:47:26 +00:00
Marshall Greenblatt a038925a77 Merge revision 1098 changes:
- Add the ability to persist session cookies (issue #881).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1099 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-02-13 19:54:19 +00:00
Marshall Greenblatt 1f9f57722a Merge revision 1096 changes:
- Fix crash when destroying the browser window while a context menu is displayed.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1097 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-02-13 17:12:30 +00:00
Marshall Greenblatt d8e9606e8c Merge revision 1093 changes:
- Fix popup window behavioral errors introduced by revision 1085 changes (issue #816).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1094 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-02-09 22:39:04 +00:00
Marshall Greenblatt 8a8e21fe78 Merge revision 1087 changes:
- Send OnTitleChange() notifications when navigating history (issue #766).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1088 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-02-08 16:42:55 +00:00
Marshall Greenblatt 49fc452cd5 Merge revision 1085 changes:
- Add a new CefLifeSpanHandler::CanCreatePopup() method for canceling the creation of popup windows (issue #816).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1086 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-02-08 00:11:14 +00:00
Marshall Greenblatt 8d90b87c01 Improve the way that settings are specified (issue #878).
- Change CefBrowserSettings members that previously used a boolean to instead use a cef_state_t enumeration with default, enabled and disabled states.
- Remove CefBrowserSettings members that are unlikely to be used and that can also be set using Chromium command-line switches.
- Change the CEF command-line switch naming pattern to match Chromium and move the implementation out of cefclient.
- Improve documentation by listing the command-line switch, if any, associated with each setting.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1082 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-02-07 19:58:58 +00:00
Marshall Greenblatt f0394ead29 Merge revision 1080 changes:
- Introduce chrome proxy implementation based on command-line flags (issue #600).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1081 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-02-06 20:46:10 +00:00
Marshall Greenblatt ce81e551d6 Merge revision 1078 changes:
- When running in single-process mode wait for the render thread to stop before shutting down the context (issue #570).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1079 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-02-02 00:22:29 +00:00
Marshall Greenblatt 545dc47102 Revert revision 978 changes: When running in single-process mode wait for the render thread to stop before shutting down the context (issue #570).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1077 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-02-01 20:02:38 +00:00
Marshall Greenblatt 6dd70de09f Merge revision 1045 changes:
- Windows: Avoid assertion when entering zero-length text in the default JavaScript prompt dialog (issue #862).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1046 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-01-18 22:46:25 +00:00
Marshall Greenblatt df11268f62 Merge revision 1038 changes:
- Linux: Emit "delete_event" signal instead of calling gtk_widget_destroy (issue #780).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1040 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-01-18 20:19:08 +00:00
Marshall Greenblatt 10df897331 Merge revision 1019 changes:
- Fix assertion when returning NULL from CefClient::GetGeolocationHandler (issue #857).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1020 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-01-18 17:10:12 +00:00
Marshall Greenblatt cf6dc70b4e Merge revision 997 changes:
- Linux: Fix compile errors (issue #852).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@998 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-01-16 20:20:41 +00:00
Marshall Greenblatt affde61145 Create 1364 release branch for CEF3.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@985 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-01-14 23:03:05 +00:00