13 Commits

Author SHA1 Message Date
Marshall Greenblatt
12e125b5c2 Add support for CefDragHandler::OnDragEnter (issue #601).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1453@1274 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-06-06 18:44:11 +00:00
Marshall Greenblatt
10d1018986 Merge revision 1265 changes:
- Reduce locking in browser and frame implementations to avoid potential deadlocks (issue #824).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1453@1266 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-05-31 15:35:49 +00:00
Marshall Greenblatt
a168addc0b Merge revision 1263 changes:
- Add CefJSDialogHandler::OnDialogClosed callback (issue #943).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1453@1264 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-05-31 13:46:10 +00:00
Marshall Greenblatt
d1c73f3a91 Merge revision 1261 changes:
- Use scoped class to implement CEF_TRACE_EVENTx (issue #971).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1453@1262 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-05-31 13:26:37 +00:00
Marshall Greenblatt
4f03455b34 Merge revision 1259 changes:
- Mac: Add IME support with off-screen rendering (issue #973).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1453@1260 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-05-31 12:54:16 +00:00
Marshall Greenblatt
d63d504b53 Merge revision 1252 changes:
- Fix race condition during V8 proxy initialization (issue #912).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1453@1253 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-05-08 18:21:45 +00:00
Marshall Greenblatt
626cdb72b5 Merge revision 1235 changes:
Support cross-origin XMLHttpRequest loads and redirects for custom standard schemes when enabled via the cross-origin whitelist (issue #950).
- Call WebSecurityPolicy::registerURLSchemeAsCORSEnabled() for custom standard schemes.
- Explicitly check the cross-origin whitelist in CefResourceDispatcherHostDelegate::OnRequestRedirected() and add the appropriate CORS headers.
- Improve the CefAddCrossOriginWhitelistEntry() documentation to mention the top-level domain requirement for sub-domain matching.


git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1453@1236 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-04-18 17:59:01 +00:00
Marshall Greenblatt
755abf371c Merge revision 1230 changes:
- Continue resource loading asynchronously to avoid issues during ResourceScheduler stack unwinding.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1453@1231 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-04-17 20:43:07 +00:00
Marshall Greenblatt
299fce6305 Merge revision 1228 changes:
- Fix crash during window close when no CefClient is provided.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1453@1229 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-04-17 18:33:45 +00:00
Marshall Greenblatt
dd06cf5105 Merge revision 1226 changes:
Mac: Add off-screen rendering support (issue #518).
- Build with the 10.7 SDK (set GYP_DEFINES='mac_sdk=10.7') to include Retina support in the cefclient OSR example.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1453@1227 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-04-16 19:24:30 +00:00
Marshall Greenblatt
02217f4a85 Merge revision 1224 changes:
- Destroy CefMenuCreator on the UI thread thread (issue #887).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1453@1225 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-04-16 17:34:36 +00:00
Marshall Greenblatt
409215cf10 Merge revision 1209 changes:
- Remove V8 worker bindings (issue #451).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1453@1210 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-04-11 20:47:15 +00:00
Marshall Greenblatt
3e4b1112a9 Create 1453 release branch for CEF3.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1453@1183 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-04-05 21:38:48 +00:00