Commit Graph

48 Commits

Author SHA1 Message Date
Marshall Greenblatt 5d1f0366a3 Mac: Add NSSupportsAutomaticGraphicsSwitching to Info.plist (issue #1396).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1857 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-10-03 17:02:01 +00:00
Marshall Greenblatt acb624d1fd Windows: Fix assertion on shutdown when using multi-threaded-message-loop (issue #755).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1839 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-18 19:11:50 +00:00
Marshall Greenblatt 2353f35a05 Change automate-git.py to use a Git checkout of depot_tools (issue #1376).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1836 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-11 21:31:50 +00:00
Marshall Greenblatt 943050052a Windows: Add wow_helper.exe to the 32-bit binary distribution for Vista 64-bit sandbox support (issue #1366).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1829 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-10 17:24:24 +00:00
Marshall Greenblatt 03f609cb14 - Fix identification of SVN revision after picking up incremental changes in the remote CEF Git repository.
- Add support for large zip files in make_distrib.py (issue #1350).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1804 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-08-08 12:43:36 +00:00
Marshall Greenblatt 4c9a985018 Fix automate-git.py to pick up incremental changes in the remote CEF Git repository.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1801 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-08-08 12:26:15 +00:00
Marshall Greenblatt 803349aaae Update automate-git.py to explicitly fetch tags required for release branch builds.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1793 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-08-07 12:33:47 +00:00
Marshall Greenblatt 613939196f Add a new `--force-clean-deps` flag to automate-git.py that deletes/re-downloads all third-party git repos (issue #1348). Should be used in combination with the `--force-clean` flag.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1789 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-08-07 09:25:16 +00:00
Marshall Greenblatt 0bc44713d1 Revert revision 1766 changes due to broken sub-frame loading.
- Move LoadRequest execution to the browser process and use data: URLs for LoadString (issue #579).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1781 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-07-16 21:29:02 +00:00
Marshall Greenblatt d11d07868c Fix insertion of Chromium URL/revision info into the binary distribution README.txt file (issue #1330).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1773 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-07-15 01:11:01 +00:00
Marshall Greenblatt bd4d9d3c46 Move LoadRequest execution to the browser process and use data: URLs for LoadString (issue #579).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1766 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-07-10 18:23:30 +00:00
Marshall Greenblatt f79124d6f0 Return timing information for custom requests to avoid crash in WebKit (issue #1259).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1764 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-07-10 17:37:54 +00:00
Marshall Greenblatt 217e673068 Linux: Fix release build compile errors (issue #1316)
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1755 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-07-02 22:53:42 +00:00
Marshall Greenblatt 7a409f16d2 Mac: Fix flash on resize (issue #1307)
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1749 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-06-16 17:59:00 +00:00
Marshall Greenblatt 864adc3507 Fix generation of the binary distribution using gyp_chromium (issue #1304).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1747 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-06-13 16:29:10 +00:00
Marshall Greenblatt 8683379d89 Fix execution of OnBeforePluginLoad (issue #1284).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1745 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-06-12 20:43:16 +00:00
Marshall Greenblatt efb977ebd6 Remove gyp_cef and use gyp_chromium instead (issue #1304).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1741 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-06-12 14:30:02 +00:00
Marshall Greenblatt 7709915848 Mac: Fix assertion when OSR is enabled (issue #1301)
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1737 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-06-10 21:06:24 +00:00
Marshall Greenblatt f4d54aa86f Remove duplicate content in file.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1735 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-06-10 18:06:06 +00:00
Marshall Greenblatt b19640d532 Update to Chromium version 35.0.1916.138.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1733 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-06-10 18:04:05 +00:00
Marshall Greenblatt 2ab6e9abac Set DEPOT_TOOLS_WIN_TOOLCHAIN=0 by default (issue #1304).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1732 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-06-10 17:02:38 +00:00
Marshall Greenblatt 331c6ed5a8 Windows: Fix execution of keyboard shortcuts (issue #1299).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1729 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-06-09 20:14:09 +00:00
Marshall Greenblatt 18032f30ec Update msvs_env.bat to include VS2013 paths (issue #1304).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1726 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-06-09 18:27:05 +00:00
Marshall Greenblatt d16fd1ca94 Remove gyp_cef and use gyp_chromium instead (issue #1304).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1724 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-06-09 15:57:26 +00:00
Marshall Greenblatt 0c606a2e40 Force revert local changes when using the --force-clean switch (issue #1300).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1721 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-06-06 19:15:29 +00:00
Marshall Greenblatt cd628ae71b Fix delivery of focus/blur events (issue #1301).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1718 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-06-06 19:06:03 +00:00
Marshall Greenblatt 58c80976a7 - Fix OSR test failures (issue #1245).
- Fix Mac and Windows compile errors.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1715 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-05-30 19:26:03 +00:00
Marshall Greenblatt e16acb77de Change CefV8ValueImpl::Handle lifespan so that persistent V8 handles can be reset after execution of the weak persistent destructor. The previous implementation reset persistent V8 handles immediately after calling SetWeak which caused a memory leak due to the weak persistent destructor never being executed (issue #1278).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1713 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-05-29 21:26:15 +00:00
Marshall Greenblatt 998fa796ca Add off-screen drag & drop support (issue #1032).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1707 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-05-22 16:11:26 +00:00
Marshall Greenblatt dceb7fcaa3 Use correct id type in CefContentBrowserClient::AllowCertificateError (issue #1282).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1706 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-05-12 15:57:40 +00:00
Marshall Greenblatt ad6e5f4f76 Mac: Fix locale error with GL shader (issue #1270).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1703 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-05-07 20:42:58 +00:00
Marshall Greenblatt 1bee375f4b Add OnDragEnter support for Aura (issue #1262).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1701 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-05-06 21:05:46 +00:00
Marshall Greenblatt 7c3abcb7e8 Fix ClientHandler::EndTracing to call correct method (issue #1254).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1697 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-05-06 17:34:12 +00:00
Marshall Greenblatt 9440210129 Windows: Fix loading of cursor resources from DLL (issue #1265).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1694 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-05-06 17:21:21 +00:00
Marshall Greenblatt 054ee79533 Fix patch_updater.py to work on non-Windows platforms.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1691 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-05-02 20:59:03 +00:00
Marshall Greenblatt 96ca54419b Fix crash when displaying html select popup (issue #1264).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1688 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-05-02 20:25:10 +00:00
Marshall Greenblatt 5ea849829f Update to Chromium version 35.0.1916.86.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1685 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-04-30 19:10:48 +00:00
Marshall Greenblatt f168ba2dce Merge revision 1677 changes:
- Add patch_updater.py tool for automatically updating patch files.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1684 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-04-30 18:16:20 +00:00
Marshall Greenblatt c8ddc47a4b Add Chromium git checkout hash.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1680 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-04-25 22:00:16 +00:00
Marshall Greenblatt adafd50b04 Remove Chromium git checkout hash since Git-based builds of release branches do not currently work.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1673 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-04-22 15:24:52 +00:00
Marshall Greenblatt 72c04426a5 Update Chromium git checkout hash.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1670 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-04-22 00:01:07 +00:00
Marshall Greenblatt 6075276d1c Merge revision 1667 changes:
- Fix error in exec_util.py.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1668 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-04-18 19:03:44 +00:00
Marshall Greenblatt a87280cf72 Merge revision 1664 changes:
- Update scripts to support git checkouts of CEF and/or Chromium.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1665 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-04-18 18:35:28 +00:00
Marshall Greenblatt 4a689b2cee Merge revision 1661 changes:
- Fix check_revision.py to not throw exceptions when using a Chromium git checkout.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1662 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-04-16 16:54:00 +00:00
Marshall Greenblatt e2f4cda423 Merge revision 1659 changes:
- Fix application of patch files created with `git diff --no-prefix --relative .`

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1660 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-04-16 16:33:24 +00:00
Marshall Greenblatt 711cfe2ef6 Merge revision 1656 changes:
- Add CefBrowserSettings.background_color for custom background color assignment on a per-browser basis and fix assignment of the default value (issue #1161).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1657 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-04-15 19:07:45 +00:00
Marshall Greenblatt d6f47eba76 Create 1916 release branch for CEF3.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1654 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-04-11 21:13:32 +00:00
Marshall Greenblatt 32e5746c59 Create 1916 branch folder.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1916@1653 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-04-11 21:12:38 +00:00