Commit Graph

67 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 a44c0da501 Merge revision 1566 changes:
- Add <algorithm> include required by VS2013 (issue #1094).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1569 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-01-14 02:52:34 +00:00
Marshall Greenblatt 0d3c66166d Update copyright year in generated files.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1568 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-01-14 02:49:46 +00:00
Marshall Greenblatt 83483b73e8 Mac: Fix rendering of the background color (issue #1161)
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1555 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-01-03 21:44:55 +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 fb03aed915 Merge revision 1513 changes:
- Fix error in TaskTest.PostDelayedTask1 test.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1515 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-11-11 16:57:57 +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 cb5b5b43f5 Merge revision 1505 changes:
- automate.py: Run update_depot_tools even if a depot-tools directory is specified on the command-line.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1507 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-11-05 20:27:00 +00:00
Marshall Greenblatt 5d014531ed Merge revision 1497 changes:
- Fix automate.py --dry-run output.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1499 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-10-29 21:32:33 +00:00
Marshall Greenblatt dee291acc8 Mac: Fix creation of browsers parented to hidden windows.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1492 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-10-25 21:11:46 +00:00
Marshall Greenblatt 1b26cd32d4 Merge revision 1485 changes:
- Linux: Fix clang compile errors.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1491 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-10-24 21:51:19 +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 214d8956ea Windows: Fix x64 compile error.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1477 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-10-21 17:13:47 +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 8e13bdfafa Merge revision 1462 changes:
- Windows: Pass shell=True so Popen can run a batch file (issue #1091).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1463 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-10-16 15:10:40 +00:00
Marshall Greenblatt a14d09b396 Merge revision 1458 changes:
- Mac: Fix "format string is not a string literal" error when building with clang and 10.7 SDK.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1459 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-10-14 19:30:07 +00:00
Marshall Greenblatt e3436da7a5 Update to Chromium revision 29.0.1547.80.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1457 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-10-14 17:15:26 +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 993232f1a7 Windows: Fix sub-process CreateProcess error due to job object permissions (issue #1092).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1452 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-10-11 10:44:18 +00:00
Marshall Greenblatt 8c79a994c3 Fixes to automate.py (issue #1067):
- 'update_depot_tools' command fails on Linux without depot_tools in the PATH.
- Always generates build log files without looking at --build-log-file.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1450 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-09-19 15:33:43 +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 a1db3ff9c6 Enhancements to automate.py and make_distrib.py (issue #1067):
- Update the depot tools checkout if the checkout is managed by automate.py (on windows it's mandatory to run depot tools update to install svn, git and python).
- Add "--no-update" switch to allow users to run only build and distrib steps without updating CEF and Chromium. This is useful when some custom actions have to be done between the checkout and build steps. 
- Add "--build-tests" switch to build the cef_unittests target in addition to the cefclient target.
- Add "--verbose" switch to have ninja output more details while building.
- Add "--build-log-file" switch to write build logs to a file on disk.
- Add 7z compression support based on the presence of a CEF_COMMAND_7ZIP environment variable.
- Create distrib folders using the architecture (32/64) string.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1435 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-09-10 20:03:52 +00:00
Marshall Greenblatt c104c17c8a Merge revision 1428 changes:
- Specify a background color for tests so that they're easier to read when transparent rendering is enabled.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1429 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-09-03 22:00:50 +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 30f6f3bf09 Merge revision 1411 changes:
- Add x64 build support to automate.py.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1412 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-23 19:29:58 +00:00
Marshall Greenblatt 31e6199ab8 Merge revision 1409 changes:
- Add x64 build support to automate.py.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1410 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-23 16:22:44 +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 1823307c27 Merge revision 1404 changes:
- Use subprocess instead of os.popen3 to avoid deprecation warnings.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1405 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-22 20:14:39 +00:00
Marshall Greenblatt 35eba59ac7 Merge revision 1401 changes:
- Windows: Always use the depot_tools SVN version instead of the system SVN version.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1402 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-22 19:52:44 +00:00
Marshall Greenblatt 8013f3f3be Merge revision 1398 changes:
- Windows: Always use the depot_tools SVN version instead of the system SVN version.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1399 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-22 19:32:13 +00:00
Marshall Greenblatt 5739692251 Merge revision 1395 changes:
- Download depot_tools as the first step in automate.py.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1396 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-22 19:20:29 +00:00
Marshall Greenblatt 33bbf45c04 Merge revision 1392 changes:
- Windows: Always use the depot_tools SVN version instead of the system SVN version.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1393 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-22 19:13:54 +00:00
Marshall Greenblatt 977d298eef Merge revision 1389 changes:
- Parse svn info output using XML format.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1390 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-22 17:57:50 +00:00
Marshall Greenblatt d0b9ed2810 Merge revision 1387 changes:
- Add make_distrib.py support for 64-bit builds.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1388 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-22 17:19:03 +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 0fa54dda4c Merge revision 1381 changes:
- Add support for excluding files from the translator tool.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1382 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-22 17:00:39 +00:00
Marshall Greenblatt faa0501d22 Update to Chromium version 29.0.1547.59.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1378 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-22 16:24:38 +00:00
Marshall Greenblatt 47456eaaf3 Merge revision 1375 changes:
- Revert revision 1372 changes to the about_credits target (issue #1055).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1376 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-08-21 17:26:52 +00:00