Page 1 of 1

Update to CEF 79.1.38

Posted: Sun Feb 23, 2020 9:17 am
by salvadordf
Hi,

CEF4Delphi has been updated to CEF 79.1.38.

The CEF binaries have a fix for a resize issue in OSR mode. I did some tests and it seems to respond perfectly when the form is resized.

These are the CEF binaries :

Re: Update to CEF 79.1.38

Posted: Mon Feb 24, 2020 7:33 am
by dilfich
Hi!
JS: The devicemotion events are blocked by feature policy. See https://github.com/WICG/feature-policy/ ... r-features
JS: The deviceorientation events are blocked by feature policy. See https://github.com/WICG/feature-policy/ ... r-features
JS: A cookie associated with a cross-site resource at http://site/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
What should I do to avoid these warnings? I tried different flags but nothing helps. :?

Re: Update to CEF 79.1.38

Posted: Mon Feb 24, 2020 8:49 am
by salvadordf
I'm sorry but I don't know the answer to those questions. :oops:

Re: Update to CEF 79.1.38

Posted: Mon Feb 24, 2020 11:21 am
by dilfich
Here is an example, but it is also on other sites when I work frames.
https://www.w3schools.com/tags/tryit.as ... tml_iframe

Image

I don't understand what's wrong, or is it a bug? For example, in 75 chrome everything is displayed correctly.

Image

Re: Update to CEF 79.1.38

Posted: Mon Feb 24, 2020 11:32 am
by salvadordf
Maybe this is another site isolation issue in CEF. Try setting GlobalCEFApp.DisableSiteIsolationTrials to True before the GlobalCEFApp.StartMainProcess call in the DPR file.

Re: Update to CEF 79.1.38

Posted: Mon Feb 24, 2020 11:59 am
by dilfich
I have already tried to turn something on or off, nothing helps. This includes.