Commit Graph

25 Commits

Author SHA1 Message Date
Marshall Greenblatt 1dee778b0b Merge revision 1594 changes:
- Fix completion status for asynchronous custom resource handler requests (issue #1066, issue #1187).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1597 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-02-06 00:20:01 +00:00
Marshall Greenblatt d8e94b9199 Merge revision 1579 changes:
- Fix crash when using asynchronous continuation with a custom resource handler (issue #1066).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1581 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-01-30 00:54:31 +00:00
Marshall Greenblatt 55ee7d4dd6 Mac: Fix rendering of the background color (issue #1161)
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1554 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-01-03 21:39:18 +00:00
Marshall Greenblatt b18102df04 Windows: Fix rendering of background color and resize corner (issue #1161).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1551 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-12-20 00:11:51 +00:00
Marshall Greenblatt f17fd1ca81 Merge revision 1543 changes:
- Fix crash when browser window creation is canceled (issue #1147).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1545 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-12-07 02:01:46 +00:00
Marshall Greenblatt e6cddfd6f5 Merge revision 1538 changes:
- Linux: Apply system font settings (issue #1148).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1540 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-12-02 20:12:34 +00:00
Marshall Greenblatt 80347483c8 Merge revision 1521 changes:
- Enable print option in context menu (issue #1127).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1523 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-11-21 21:49:18 +00:00
Marshall Greenblatt 98369167d7 Fix loading of DevTools frontend from chrome-devtools scheme (issue #1095).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1509 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-11-07 22:04:38 +00:00
Marshall Greenblatt 1beb2975bf Merge revision 1487 changes:
- Fix memory corruption in browser-initiated CefURLRequests (issue #1118).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1489 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-10-24 21:45:19 +00:00
Marshall Greenblatt d96249903f Merge revision 1482 changes:
- Add search/find support (issue #513).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1484 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-10-23 22:46:17 +00:00
Marshall Greenblatt 0d9489edfa Merge revision 1479 changes:
- Add support for printing via CefBrowserHost::Print() and JavaScript window.print() (issue #505).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1481 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-10-23 19:39:40 +00:00
Marshall Greenblatt 57f026bb79 Merge revision 1474 changes:
- Windows: Fix VS2012 compile error (issue #1109).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1476 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-10-18 17:28:47 +00:00
Marshall Greenblatt 261fcd8afa Fix svn:eol-style property.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1472 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-10-18 16:49:05 +00:00
Marshall Greenblatt 586fa3b487 Merge revision 1433, revision 1436 and revision 1440 changes:
- Expose resource type and transition type via CefRequest (issue #1071).
- Add CefRequestHandler::OnBeforeBrowse callback (issue #1076).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1456 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-10-14 16:47:29 +00:00
Marshall Greenblatt aaa206f04d Merge revision 1445 changes:
- Fix AssertNoURLRequests due to pending proxy connections during shutdown (issue #1037).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1446 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-09-17 08:15:03 +00:00
Marshall Greenblatt 6d432b5fd5 Merge revision 1437 changes:
- Only update back/forward state for committed navigations.
- Don't change the frame URL for failed loads.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1438 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-09-12 17:39:38 +00:00
Marshall Greenblatt acc9111108 Merge revision 1420 changes:
- Fix assignment of log file path (issue #903).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1421 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-28 15:26:30 +00:00
Marshall Greenblatt 0f3da5f36b Merge revision 1418 changes:
- Make CefURLRequest::GetResponse() data available before download completion (issue #956).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1419 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-27 19:17:12 +00:00
Marshall Greenblatt 65694f4b3b Merge revision 1415 changes:
- Add CefURLRequestClient::GetAuthCredentials callback (issue #975).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1417 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-27 18:59:50 +00:00
Marshall Greenblatt 1ac1250005 Merge revision 1413 changes:
- Fix loading of popup windows with a newly created render process (issue #1057).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1414 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-27 18:20:05 +00:00
Marshall Greenblatt 99c56df11e Merge revision 1407 changes:
- Windows: Fix compile error.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1408 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-23 14:37:13 +00:00
Marshall Greenblatt bfb2efaa56 Merge revision 1384 changes:
- Add CefSetOSModalLoop function (issue #194).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1385 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-22 17:11:50 +00:00
Marshall Greenblatt 81230ba459 Merge revision 1369 changes:
- Fix render process crash when detaching a frame that never navigated.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1370 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-16 17:05:59 +00:00
Marshall Greenblatt bee35bc8e6 Merge revision 1358 changes:
- Mac: Don't call OverrideChildProcessPath in child processes (issue #806).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1359 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-14 16:37:21 +00:00
Marshall Greenblatt 165978af75 Create 1547 release branch for CEF3.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1316 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-07-19 00:17:15 +00:00