Marshall Greenblatt
ca65ff02c4
translator: Add Python 3 support (see issue #2856 )
...
This also fixes incorrect translation of types in capi header comments.
2020-01-13 17:02:14 +01:00
Marshall Greenblatt
b06a408e7f
cef_version: Add Python 3 support (see issue #2856 )
2020-01-13 17:02:14 +01:00
Marshall Greenblatt
5eeb26cb76
patch_updater: Add Python 3 support (see issue #2856 )
2020-01-13 17:02:14 +01:00
Marshall Greenblatt
70c5db44d1
patcher: Add Python 3 support (see issue #2856 )
2020-01-13 17:02:14 +01:00
Marshall Greenblatt
d2de1468d8
gn_args: Add Python 3 support (see issue #2856 )
2020-01-13 17:02:14 +01:00
Marshall Greenblatt
497033bd8a
cefbuilds: Add Python 3 support (see issue #2856 )
2020-01-13 17:02:10 +01:00
Yong Li
7ec49fabd5
Remove possibly incorrect CHECK in ProxyURLLoaderFactory::MaybeDestroySelf()
...
See also commit #81064faa.
2020-01-08 17:11:24 +02:00
Andrei Kurushin
8c1ac9dc42
Fix OSR popup view mouse wheel double event (fixes issue #2547 )
2020-01-08 17:02:22 +02:00
Marshall Greenblatt
b3bb1273fe
Update to Chromium version 79.0.3945.117
2020-01-08 16:36:27 +02:00
Riku Palomäki
fae3bd1f16
Ignore OSR paint events on hidden views (fixes issue #2817 )
2020-01-08 14:41:27 +02:00
Riku Palomäki
a86d586b9f
Fix routing of OSR input events inside iframes (fixes issue #2789 )
...
Mouse events need to be routed to the correct view and
CefRenderWidgetHostViewOSR::TransformPointToCoordSpaceForView needs to be
properly implemented for
RenderWidgetHostInputEventRouter::DispatchTouchscreenGestureEvent to
transform event position in the target widget.
2020-01-08 14:41:20 +02:00
elad bahar
767a901be2
Fix OSR rendering recovery after GPU process crash (fixes issue #2827 )
2020-01-08 12:33:57 +00:00
Marshall Greenblatt
d3604dea82
Windows: Build the double_conversion target as C++17 (fixes issue #2819 )
...
This works around a bug in the Visual C++ standard library where the
std::is_integral templates are exported instead of inlined when building
with C++14. See also https://bugs.llvm.org/show_bug.cgi?id=42027 .
2020-01-07 15:11:25 +02:00
Marshall Greenblatt
a5342ed51c
Only create Documents\Downloads dir if necessary (fixes issue #2841 )
2020-01-06 17:00:01 +02:00
Marshall Greenblatt
de7b51479e
Fix crash when loading a file URL if using CefCookieAccessFilter (fixes issue #2818 )
2020-01-06 14:48:11 +02:00
Marshall Greenblatt
3455686ac7
Fix crash when running with --disable-extensions (fixes issue #2852 )
2020-01-06 14:21:30 +02:00
Marshall Greenblatt
cded9f4db3
Update copyright year
2020-01-06 12:05:16 +02:00
Marshall Greenblatt
e866a07123
Update to Chromium version 79.0.3945.88
2019-12-31 19:50:39 +02:00
Marshall Greenblatt
ba025c621c
Windows: Fix ImportError: No module named win32file (see https://crbug.com/1033106 )
2019-12-31 18:50:40 +02:00
Andy Tzeng
6ef19fd061
Check for non-empty string before writing to logger (fixes issue #2825 )
2019-12-31 17:49:27 +02:00
Marshall Greenblatt
e8680c0482
Convert usage and tests to the new CefResourceHandler API (see issue #2622 )
...
Limited test coverage for the old API is still available by passing the
`--test-old-resource-api` command-line flag to ceftests.
2019-12-31 16:52:52 +02:00
Marshall Greenblatt
c10886dc25
Fix shutdown crash in InitNetworkContext with multi-threaded message loop (fixes issue #2703 )
2019-11-26 16:30:53 -05:00
Riku Palomäki
76da0744f0
Fix OSR scrolling by passing our compositor to the fling scheduler (fixes issue #2745 )
2019-11-26 14:05:53 -05:00
Riku Palomäki
d12e990737
Fix crash when resizing an OSR browser window (fixes issue #2614 )
...
(cherry picked from commit feffedbae9
)
2019-11-26 14:05:47 -05:00
Masako Toda
0b5365f822
Pass the raw size of pixel data instead of valid area (fixes issue #2733 )
2019-11-26 13:30:50 -05:00
Marshall Greenblatt
f4d74643b0
Fix potential OSR crash due to uninitialized host_display_client_ (see issue #2811 )
2019-11-26 13:30:44 -05:00
Marshall Greenblatt
eb5fe4ee13
Update to Chromium version 79.0.3945.36
2019-11-19 19:17:53 -05:00
Marshall Greenblatt
f9706f260a
Windows: cefclient: Fix assertions with --use-views --multi-threaded-message-loop
2019-11-19 13:29:41 -05:00
Marshall Greenblatt
319de22d89
Allow CefImage usage from any thread
2019-11-19 13:29:33 -05:00
Daniel Nitsche
115f760821
Update to Chromium version 79.0.3945.1 ( #706915 )
2019-11-19 13:22:13 -05:00
Marshall Greenblatt
b9fc93955c
Fix DiscardableSharedMemoryManager crash on shutdown with multi-threaded message loop (fixes issue #2798 )
2019-11-06 16:29:34 -05:00
Marshall Greenblatt
f2756b5318
Update API hashes for changes in commit 65f97a6
2019-11-06 15:44:19 -05:00
Marshall Greenblatt
3a8778e2f8
Remove NOTREACHED in CefPostDataElementImpl::Set (fixes issue #2765 )
2019-11-06 14:00:38 -05:00
Marshall Greenblatt
58e17b3cdc
Fix crash in RemoveFrame on unknown frame_tree_node_id (fixes issue #2799 )
2019-11-06 13:17:18 -05:00
Marshall Greenblatt
cc6f285abd
Fix GN undefined identifier error on non-Linux platforms
2019-11-05 16:17:10 -05:00
Thomas Preston
04c9bcd802
Linux: Add cef_use_gtk GN variable to optionally disable GTK configuration.
...
GTK is required to build the cefclient sample application but is not otherwise
required by CEF. This option allows builders to avoid configuring GTK when
building outside of the sysroot environment (with use_sysroot=false). It defaults to false when building inside the sysroot environment.
2019-11-05 21:12:20 +00:00
Marshall Greenblatt
c8d0813669
Restore expected Accept-Language request header order (fixes issue #2796 )
2019-11-05 15:29:32 -05:00
Riku Palomäki
9b9a9f359e
Linux: Load *.bin files from DIR_ASSETS (see issue #1936 )
2019-11-01 14:19:48 +00:00
Marshall Greenblatt
b51a4de540
Windows: Fix cef_sandbox.lib link errors (fixes issue #2792 )
2019-10-29 17:31:17 -04:00
Marshall Greenblatt
65f97a60ad
Remove the enable-net-security-expiration option (see issue #2622 )
...
The implementation of this option was removed in commit 67b61c4
. Certificate
transparency is disabled by default for Chromium embedders. Details at:
https://chromium.googlesource.com/chromium/src/+/master/net/docs/certificate-transparency.md#Supporting-Certificate-Transparency-for-Embedders
2019-10-29 11:36:29 -04:00
Marshall Greenblatt
4f07cba011
Windows: Fix type conversion warning with 64-bit MSVC.
...
request_handler_unittest.cc(448,55): warning C4267: 'argument':
conversion from 'size_t' to 'int', possible loss of data
2019-10-21 15:34:50 +02:00
Marshall Greenblatt
aad4bf2464
cefclient: Move StringResourceMap to ClientHandler (see issue #2586 )
...
Fixes a DCHECK when creating multiple windows in cefclient due to the creation
of multiple StringResourceProvider objects.
2019-10-18 15:30:56 +02:00
Marshall Greenblatt
329facfbdf
cefclient: Fix crash when removing extension resource path prefix.
...
To test: Run `cefclient.exe --use-views --load-extension=set_page_color`
2019-10-18 15:08:32 +02:00
Marshall Greenblatt
a4b6ef577e
Don't set "always on top" style for child CefWindows.
...
As of https://crrev.com/9e653328e3 the Views framework will apply the "always
on top" (WS_EX_TOPMOST) style by default to widgets created with TYPE_MENU. CEF
uses this type in CefWindowView::CreateWidget to support child windows that are
not clipped to the parent window bounds (currently indicated by returning a
parent window from CefWindowDelegate::GetParentWindow and setting |is_menu| to
true).
Not setting "always on top" shouldn't be a problem except in cases where some
other window is already "always on top" and the child CefWindow is expected to
overlay that window. For this reason any menus created using ShowMenu will
continue to have the "always on top" style.
2019-10-18 15:08:23 +02:00
Marshall Greenblatt
01e75761d3
Remove incorrect DCHECK
...
There are valid cases where |frame_tree_node_id| may not match the node ID
reported by the selected RenderFrameHost.
2019-10-18 15:08:16 +02:00
Marshall Greenblatt
737ff18498
Remove CefFrame::LoadString method (fixes issue #2586 )
...
This method has not behaved as expected for some time.
2019-10-15 17:34:16 +02:00
Marshall Greenblatt
d28efe8797
Add warning to LoadRequest about INVALID_INITIATOR_ORIGIN (213) failure condition (see issue #2586 )
2019-10-15 15:11:46 +02:00
Marshall Greenblatt
b560f04046
Fix printing from iframes (fixes issue #2753 )
2019-10-15 13:52:26 +02:00
Marshall Greenblatt
066762217f
Add picture-in-picture support for video (fixes issue #2776 )
2019-10-15 11:11:59 +00:00
Marshall Greenblatt
1a661a2d15
macOS: cefsimple: Add missing AppKit.framework dependency to GN config
2019-10-14 17:46:54 +02:00