Marshall Greenblatt
927869e59e
README.md: Add new links.
2018-12-27 12:35:06 +02:00
Marshall Greenblatt
28d24e22d6
Update to Chromium version 72.0.3626.0 ( #612437 )
...
- Windows: Can now build with either 10.0.17134 or 10.0.17763 SDK.
2018-12-26 19:15:28 +02:00
Marshall Greenblatt
6df612a597
Update to Chromium version 72.0.3615.0 ( #609159 )
...
- The |category| value for all TRACE calls from CEF client applications is now
"cef.client" due to https://crrev.com/331266377d .
- The |with_menu_marker| parameter to CreateMenuButton has been removed due to
https://crrev.com/7f7e382118 .
2018-12-04 14:45:37 -05:00
Marshall Greenblatt
91a1286d52
Windows: cefclient: Create a new D3D11 device for each browser (issue #2538 )
...
This fixes a texture resizing issue when creating multiple windows with OSR
and shared textures enabled.
2018-11-15 15:42:53 -05:00
Marshall Greenblatt
3e06fa8271
Revert "Improve CefURLRequestJob redirect handling (issue #2542 )"
...
This reverts commit 7ea19d740d
which was added
prematurely.
2018-11-15 15:26:48 -05:00
Marshall Greenblatt
f5a3fd6430
Windows: Add MS BuildTools support to msvs_env.bat (issue #2545 )
2018-11-15 15:24:37 -05:00
Mike Wiedenbauer
7ea19d740d
Improve CefURLRequestJob redirect handling (issue #2542 )
2018-11-14 16:27:06 -05:00
Marshall Greenblatt
919ae45b0f
Windows: Fix sandbox link error with binary distribution (issue #2546 )
2018-11-13 13:44:59 -05:00
Marshall Greenblatt
285dbb1ce6
macOS: Fix crash when scrolling in OSR mode (issue #2540 )
2018-11-06 17:27:26 -05:00
Marshall Greenblatt
bb5fe57984
macOS: Make the NativeEventProcessor protocol dependency optional (issue #2539 )
2018-11-06 13:52:09 -05:00
Marshall Greenblatt
1e0c248044
cefclient: Fix new window always on top (issue #1468 )
2018-11-05 13:38:41 -05:00
Marshall Greenblatt
a7e997e524
Update to Chromium version 72.0.3599.0 ( #604791 )
2018-11-05 13:31:55 -05:00
Marshall Greenblatt
07f57223a8
Fix incorrect quota size (issue #2452 )
2018-10-26 15:42:39 -04:00
Marshall Greenblatt
315b57e9f7
Update to Chromium version 71.0.3578.0 ( #599034 )
2018-10-25 12:57:05 -04:00
Marshall Greenblatt
f9ebe693e4
Fix substitution of localized strings for directory listings (issue #2412 )
2018-10-19 14:39:54 -04:00
Marshall Greenblatt
15fad89839
Fix ArrayBuffer crashes and add performance test (issue #2521 )
2018-10-10 16:12:22 +03:00
Marshall Greenblatt
e4ae534754
Windows: Fix crashes when dragging an image with OSR enabled (issue #2525 )
2018-10-10 14:44:23 +03:00
Marshall Greenblatt
49c149c20b
Linux: cefclient: Fix crash when creating popup window (issue #1006 )
2018-10-10 13:41:34 +03:00
Isaac Devine
c64898f9fc
Windows: Fix hidden dropdowns when the window is topmost (issue #1468 )
...
Also add a --always-on-top flag to cefclient to allow easier testing of this
behavior on Windows and Linux.
2018-10-09 12:28:13 +03:00
Marshall Greenblatt
1928572b52
Fix crash using CefCookieManager::SetStoragePath (issue #2522 )
2018-10-08 18:57:14 +03:00
Marshall Greenblatt
da53451f97
Update to Chromium version 71.0.3567.0 ( #595360 )
...
- Configuration of OSR VSync interval is currently missing (issue #2517 )
- Rename VERSION to VERSION.in to fix libc++ compile error (issue #2518 )
2018-10-04 12:17:26 +03:00
Marshall Greenblatt
a2bf177a32
macOS: Fix crash when showing a select popup with CefDoMessageLoopWork (issue #2495 )
2018-09-28 16:27:32 +02:00
Marshall Greenblatt
dead08bf52
Add missing include for DISALLOW_COPY_AND_ASSIGN
2018-09-28 15:44:47 +02:00
Marshall Greenblatt
8a055593d6
Fix redraw of OSR PDF viewer (issue #2507 )
2018-09-27 16:00:45 +02:00
Marshall Greenblatt
48dabc9143
Fix DCHECK when mouse wheel deltas are 0 (issue #2515 )
2018-09-27 14:19:54 +02:00
Marshall Greenblatt
e6a3a5b72d
Fix crash due to CefRenderHandler::GetViewRect returning 0 size for popup windows (issue #1910 )
2018-09-27 10:32:14 +02:00
Marshall Greenblatt
1e6b870af0
cefclient: Add support for shared texture and external BeginFrame in OSR mode (issue #1006 )
2018-09-27 10:32:05 +02:00
Greg Wessels
713eebcafc
Add support for shared texture and external BeginFrame in OSR mode (issue #1006 )
...
- Add CefWindowInfo::shared_texture_enabled and
CefRenderHandler::OnAcceleratedPaint for shared texture support. Currently
only supported on Windows (D3D11).
- Add CefWindowInfo::external_begin_frame_enabled and
CefBrowserHost::SendExternalBeginFrame for external begin frame support.
2018-09-26 13:10:49 +02:00
Marshall Greenblatt
09afa3a843
Clarify expectations for CefRenderHandler::GetViewRect (issue #1910 )
2018-09-25 16:56:44 +02:00
Marshall Greenblatt
64cd460c73
Add disable-javascript command-line flag to match documentation (issue #1848 )
2018-09-25 14:01:59 +02:00
Marshall Greenblatt
b9c10cb46e
Linux: Add missing return statement (issue #2014 )
2018-09-25 13:23:40 +02:00
Marshall Greenblatt
c7d2891058
Fix potential iterator validity issue in RootWindowManager::CloseAllWindows (issue #2514 )
2018-09-24 17:14:04 +02:00
Marshall Greenblatt
275af5e972
Linux: Add missing use_gtk check (issue #2014 )
2018-09-24 15:45:39 +02:00
Marshall Greenblatt
3a91ccd940
Add TS_PROCESS_OOM termination status (issue #2510 )
2018-09-24 10:50:01 +02:00
Marshall Greenblatt
bb61775b61
Fix crash when high contrast themes are enabled (issue #2508 )
2018-09-21 16:34:02 +02:00
Marshall Greenblatt
3cdc29aa53
Windows: cmake: Add VS2017 15.8 build support
2018-09-21 11:11:33 +02:00
Marshall Greenblatt
8aa4b7aaae
Linux: Add multi-threaded message loop support (issue #2512 )
2018-09-20 15:17:35 +02:00
Marshall Greenblatt
c7d187a512
Fix crash when hovering buttons in OSR PDF viewer (issue #2488 )
2018-09-14 11:18:10 +02:00
Marshall Greenblatt
f97a241126
Remove Singleton patches which are no longer required (issue #2362 )
2018-09-06 21:45:49 +02:00
Marshall Greenblatt
0401e6b912
Windows: Fix DCHECKs during shutdown with multi-threaded message loop mode (issue #2362 )
2018-09-06 17:32:01 +02:00
Marshall Greenblatt
869efa155f
Fix external message pump (issue #2493 )
2018-09-06 14:40:36 +02:00
Marshall Greenblatt
116859456e
Linux: Zero initialize MwmHints (issue #2492 )
2018-09-06 13:47:57 +02:00
Marshall Greenblatt
0abd08b6cc
macOS: Fix crash when closing full-screen window (issue #2491 )
2018-09-06 13:46:32 +02:00
Marshall Greenblatt
e8e0f1f6c6
Linux: Remove GTK build dependency (issue #2014 )
2018-09-06 02:29:45 -07:00
Marshall Greenblatt
a64237bcb0
Update to Chromium version 70.0.3538.0 ( #587811 )
...
Known issues:
- The CefLoadCRLSetsFile function needs to be re-implemented (see issue #2497 ).
- Linux: GTK2 support has been removed. The cefclient sample needs to be updated
to use GTK3 (see issue #2014 ).
2018-09-05 15:42:42 +02:00
Marshall Greenblatt
ea0e213bef
Update to Chromium version 70.0.3516.0 ( #581409 )
2018-08-10 11:31:08 -04:00
Marshall Greenblatt
a659b48fd1
Update to Chromium version 70.0.3507.0 ( #578961 )
2018-08-02 15:15:23 -04:00
Marshall Greenblatt
4cc3a221c3
macOS: Update README.txt for distribution content changes
2018-07-30 16:15:19 -04:00
Marshall Greenblatt
dec98a5534
macOS: Add support for and enable the V2 sandbox (issue #2459 )
...
The CEF_USE_SANDBOX define is now used on all platforms.
2018-07-27 22:33:31 -04:00
Marshall Greenblatt
fcad76b405
macOS: Load the CEF framework using dlopen instead of direct linking (issue #2459 )
...
This is a prerequisite for using the Chromium V2 sandbox.
2018-07-27 17:36:49 -04:00