Marshall Greenblatt
46e8152b6d
Support automatic Chromium updates with automate-git.py --chromium-channel=canary (issue #2433 )
2018-05-08 16:33:59 +02:00
Marshall Greenblatt
1f4f8f4af7
Support faster incremental Chromium/CEF updates with automate-git.py --fast-update (issue #2435 ).
2018-05-08 10:29:07 +02:00
Marshall Greenblatt
f24f885eeb
Fix DCHECK due to unreliable is_main_frame state on XHR requests (issue #2433 )
2018-05-04 16:42:02 +02:00
Marshall Greenblatt
a3c55f1d26
Update to Chromium revision 9ef2aa86 ( #550428 )
2018-05-04 10:50:26 +02:00
Cristian Amarie
f6c9a96a12
Add missing space at the end of verbose build command (issue #2431 ).
2018-05-01 15:55:47 +00:00
Felix Bruns
4b33c17533
Add user_gesture parameter to OnBeforeBrowse (issue #1526 )
2018-04-27 15:11:53 +00:00
Marshall Greenblatt
0677d0d9de
Linux: Fix startup hang on Ubuntu 16.04.4 (issue #2424 )
2018-04-13 21:21:17 -04:00
Marshall Greenblatt
64d86a7397
Linux: Fix ASAN link error: odr-violation: global 'typeinfo name for std::exception' (see https://crbug.com/832808 )
2018-04-13 17:30:17 -04:00
Marshall Greenblatt
87e33b1692
Linux: Fix crash when closing popup after printing (issue #2422 )
2018-04-12 14:35:57 -04:00
Christopher Cifra
4315f3b724
Add support for V8 ArrayBuffers (issue #244 )
2018-04-10 16:05:19 -04:00
Mike Wiedenbauer
bb28b85bdd
Add CefDisplayHandler::OnLoadingProgressChange callback (issue #2382 )
2018-04-10 13:52:31 -04:00
Mike Wiedenbauer
90863b8c5d
Add ability to stop CefURLRequest on redirect (issue #1329 )
2018-04-10 13:05:18 -04:00
Mike Wiedenbauer
c3f5e6463c
Add OSR text selection changed handler and remove hard-coded test bounds (issue #2383 )
2018-04-09 13:50:19 -04:00
Marshall Greenblatt
b220672c42
Fix compile error due to commit acb0922
(issue #2415 )
2018-04-02 17:17:40 -04:00
Marshall Greenblatt
acb0922500
Fix crashes loading chrome://system with extensions disabled (issue #2415 )
2018-03-29 13:58:52 -04:00
Marshall Greenblatt
b44919e3c5
Allow empty username parameter to CefAuthCallback::Continue (issue #2275 )
2018-03-28 19:29:28 -04:00
Marshall Greenblatt
a1f47abaf6
Don't include locales/*.info files in distribution (issue #2375 )
2018-03-28 18:20:10 -04:00
Marshall Greenblatt
ff8aa46e5e
Support override of crash_reporter.cfg settings with environment variables (issue #2413 )
2018-03-28 17:15:05 -04:00
Marshall Greenblatt
d4ec164297
Windows: Fix crash report upload failure on Windows 7 (see https://crbug.com/826564 ).
2018-03-28 16:02:11 -04:00
John Mayhew
e312a35ef3
Change CefFrame::GetName() to return assigned name if it is non-empty before returning unique name (issue #2403 )
2018-03-28 17:30:15 +00:00
Marshall Greenblatt
3018e1866b
Linux: Update to Debian sid sysroot (issue #2409 )
2018-03-28 12:42:55 -04:00
Marshall Greenblatt
7a59914f97
Update to Chromium revision 66afc5e5 ( #540276 )
2018-03-22 16:56:23 -04:00
Marshall Greenblatt
4fb6e1ba29
macOS: Fix undesirable switch to discrete GPU during startup (issue #2398 )
2018-03-16 14:04:16 -04:00
Marshall Greenblatt
e030236c36
Add CefCookieManager::GetBlockingManager (issue #2374 )
2018-03-14 21:40:37 -04:00
Marshall Greenblatt
a98c6b1f52
Linux: Fix creation of client distribution
2018-03-08 10:55:05 -05:00
Marshall Greenblatt
5b136976e9
Revert "Linux: Add missing build dependency"
...
This commit causes the following build error when use_sysroot=true:
../../third_party/crashpad/crashpad/util/net/http_transport_libcurl.cc:17:10: fatal error: 'curl/curl.h' file not found
^~~~~~~~~~~~~
1 error generated.
This reverts commit cd6ff760dd
.
2018-03-08 10:54:57 -05:00
Marshall Greenblatt
56bbee8efb
cmake: Linux: Add missing binaries (issue #2394 )
2018-02-27 15:37:19 -05:00
Marshall Greenblatt
cd6ff760dd
Linux: Add missing build dependency
2018-02-27 12:31:13 -05:00
Alfred Reynolds
5caccda56c
Fix crash due to by delayed execution of JS functions on destroyed windows (issue #2038 )
2018-02-22 15:38:12 -05:00
Dmitry Azaraev
3b499d3d11
Add unit test for crash due to by delayed execution of JS functions on destroyed windows (issue #2038 )
2018-02-22 15:37:55 -05:00
Tobias Taschner
cca0bcc8e0
Windows: cmake: Add CEF_RUNTIME_LIBRARY_FLAG for overriding VS runtime type.
2018-02-22 20:00:09 +00:00
Mike Wiedenbauer
39ccd85d77
Fixes encoding issues when using a custom resource handler (issue #1906 ).
2018-02-22 19:05:54 +00:00
Marshall Greenblatt
0ac37cefa1
Fix OSR transparency problems (issue #2212 , issue #2345 )
2018-02-22 13:05:53 -05:00
Alexander Guettler
36668efc2f
Fix input range handle does not follow mouse cursor with OSR (issue #2189 )
2018-02-22 17:09:28 +00:00
Marshall Greenblatt
a5a5e7ff08
Windows: Fix per-monitor DPI scaling of top-level browser windows and placement of context menus (issue #2313 )
2018-02-21 16:58:54 -05:00
Marshall Greenblatt
57b9cf9ddd
Windows: Add per-monitor DPI support (issue #2313 )
2018-02-20 17:33:25 -05:00
Marshall Greenblatt
57fb011377
Fix test flakyness in renderer process OnLoadingStateChange history state
2018-02-20 13:51:59 -05:00
Marshall Greenblatt
9e644b7538
Update to Chromium revision bc084a8b ( #530369 )
2018-02-19 17:38:04 -05:00
Marshall Greenblatt
ac86b61139
Remove geolocation API support (issue #2380 )
2018-02-12 18:51:11 -05:00
Marshall Greenblatt
c3f2c2e91c
Fix style issues from commit de1bd28
2018-02-12 18:13:51 -05:00
Marshall Greenblatt
de1bd286f8
Enable browser-side navigation by default and remove CefRenderHandler::OnBeforeNavigation (issue #2290 )
2018-02-12 18:01:43 -05:00
Marshall Greenblatt
98de8e79db
Fix crash when plugin is not found (issue #2379 )
2018-02-12 16:24:02 -05:00
Marshall Greenblatt
d34d3d1b3b
Add callbacks for network request access to cookies (issue #2374 )
2018-02-06 16:06:44 -05:00
Marshall Greenblatt
d7e1312e9d
Fix crashes when loading Flash plugins with extensions disabled (issue #2359 )
2018-02-02 19:02:07 -05:00
Marshall Greenblatt
a2f430c6f3
Initialize required KeyedServiceFactories when extensions are disabled (issue #2359 )
2018-02-02 17:44:08 -05:00
Marshall Greenblatt
128fbfb2d6
Fix crash when clicking PDF link (issue #2371 )
2018-02-02 16:28:03 -05:00
Marshall Greenblatt
6006f77bd9
msvs_env.bat: Fix VS2017 path discovery and avoid CWD change (issue #2350 , issue #2351 )
2018-01-05 13:30:05 -05:00
Marshall Greenblatt
232f6bc427
Return Chrome 'Browser' value for DevTools remote debugging (issue #2300 )
2018-01-04 18:52:30 -05:00
Marshall Greenblatt
50ca6928c3
Add CefURLRequest::ResponseWasCached method (issue #2283 )
2018-01-03 16:14:29 -05:00
Marshall Greenblatt
1c7391b70a
Update generated file copyright year
2018-01-03 15:46:26 -05:00