Commit Graph

32 Commits

Author SHA1 Message Date
Marshall Greenblatt bda8dc71be Fix crash when calling LoadURL from OnRenderProcessTerminated (issue #1161) 2015-05-13 09:23:07 -04:00
Marshall Greenblatt 89641b0652 Fix incorrct DCHECK in CefAllowCertificateErrorCallbackImpl::RunNow (issue #1626) 2015-05-07 10:43:27 -04:00
Marshall Greenblatt b1dff4cc77 Windows: Fix IME window placement and dismissal in password fields (issue #1377) 2015-04-24 18:42:32 +03:00
Marshall Greenblatt 21c1d3e641 Windows: Fix placement of IME window (issue #1610) 2015-04-24 14:25:00 +03:00
Marshall Greenblatt e8e1f98ee0 Mac: Fix customization of background color (issue #1161). 2015-04-08 17:43:56 +02:00
Marshall Greenblatt 328cf2ed1f Mac: Add `disable-scroll-bounce` command-line flag (issue #1597). 2015-04-08 16:03:41 +02:00
Marshall Greenblatt fe03339870 - Allow asynchronous continuation of OnBeforeResourceLoad (issue #1593).
- Use CefRequestCallback for most asynchronous CefRequestHandler methods.
2015-04-08 11:09:08 +02:00
Marshall Greenblatt 0b795eed10 Update to Chromium version 41.0.2272.104 2015-03-23 19:51:12 -04:00
Marshall Greenblatt a8ab9ad4c1 Make the cef_locales target depend on components_strings to fix ninja race condition (issue #1423) 2015-03-19 18:37:37 -04:00
Marshall Greenblatt 201d7ec4e7 Use absolute paths for CEF generated files in .gitignore 2015-03-18 21:21:36 -04:00
Marshall Greenblatt f4c075d828 Add .gitignore file 2015-03-18 21:03:22 -04:00
Marshall Greenblatt be33b0a917 Update the project URL in txt files 2015-03-17 16:59:01 -04:00
Marshall Greenblatt cc861dacfc Update the project URL in the binary distribution README.txt 2015-03-17 16:47:55 -04:00
Marshall Greenblatt da3dc203e0 Change CEF version number format to remove SVN dependency (issue #1580). 2015-03-17 14:02:08 -04:00
Marshall Greenblatt 4130986dce Change CEF version number format to remove SVN dependency (issue #1580). 2015-03-17 13:56:46 -04:00
Marshall Greenblatt bc845db336 - Linux: Move natives_blob.bin and snapshot_blob.bin files to the build configuration directory in the binary distribution (issue #1554).
- Linux: Remove unused build.sh file from the binary distribution.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@2077 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-12 17:34:27 +00:00
Marshall Greenblatt 6abaaa81e7 Windows: Fix display of default JavaScript dialogs (issue #760).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@2068 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-09 22:08:45 +00:00
Marshall Greenblatt 7dd19513fc Support selection of WebRTC audio/video source (issue #1335).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@2066 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-09 21:57:29 +00:00
Marshall Greenblatt c61d698b35 Fix heap-use-after-free in CefBrowserMessageFilter::OnFrameFocused (issue #1567).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@2050 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-04 19:24:58 +00:00
Marshall Greenblatt b411bcabed Add missing initializer to CefStreamResourceHandler constructor (issue #1187).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@2047 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-04 19:02:36 +00:00
Marshall Greenblatt a81c953d39 Update to Chromium version 41.0.2272.76.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@2045 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-04 18:56:54 +00:00
Marshall Greenblatt 56fd0d61e4 Fix heap-use-after-free when shutting down CEF with DevTools remote debugging enabled (issue #1557).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@2042 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-03 18:41:46 +00:00
Marshall Greenblatt 05daf76e95 Linux: Fix heap-buffer-overflow when passing command-line arguments to cef_unittests (issue #1458).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@2038 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-02 17:27:18 +00:00
Marshall Greenblatt f51610dd36 Linux/Mac: Include cefclient/resource.h in binary distribution (issue #1539).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@2035 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-02-24 22:39:44 +00:00
Marshall Greenblatt 32d4ca36aa - Pass SSL certificate information to CefRequestHandler::OnCertificateError via a new CefSSLInfo interface (issue #1530).
- cefclient: Improve error message text and use a data: URI instead of LoadString for loading error messages (issue #579).
- Add functions in cef_url.h for base64 and URI encoding/decoding (issue #579).

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@2029 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-02-11 18:15:56 +00:00
Marshall Greenblatt 27f50277e5 - Add CefDeleteOnThread helper for deleting ref-counted types on a named CEF thread.
- cefclient: Fix implementation of DeleteOnMainThread.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@2027 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-02-10 22:09:03 +00:00
Marshall Greenblatt 18b662fe26 Improvements to automate-git.py:
- Mac: 32-bit builds are no longer supported with 2272 branch and newer (issue #1517).
- Add `--dry-run-platform` flag to simulate execution on a different platform.
- Print the value of all build-related environment variables.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@2026 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-02-10 17:09:37 +00:00
Marshall Greenblatt 9c296998cc Update to Chromium version 41.0.2272.43
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@2022 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-02-06 21:31:42 +00:00
Marshall Greenblatt 824d06bb40 Add missing include statement (issue #1502).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@1998 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-01-26 01:00:18 +00:00
Marshall Greenblatt 5e13ce6df7 Check that the return value of CefClient::GetRenderHandler is non-NULL (issue #1504).
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@1996 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-01-26 00:57:43 +00:00
Marshall Greenblatt dc47bc006a Create 2272 release branch for CEF3.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@1993 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-01-24 03:26:25 +00:00
Marshall Greenblatt 0d6bfeb4dd Create 2272 branch folder.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@1992 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-01-23 21:08:24 +00:00