Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Update to CEF 79.1.38

Post Reply
User avatar
salvadordf
Posts: 4572
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Update to CEF 79.1.38

Post 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 :
dilfich
Posts: 368
Joined: Thu Nov 30, 2017 1:17 am

Re: Update to CEF 79.1.38

Post 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. :?
User avatar
salvadordf
Posts: 4572
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Update to CEF 79.1.38

Post by salvadordf »

I'm sorry but I don't know the answer to those questions. :oops:
dilfich
Posts: 368
Joined: Thu Nov 30, 2017 1:17 am

Re: Update to CEF 79.1.38

Post 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
User avatar
salvadordf
Posts: 4572
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Update to CEF 79.1.38

Post 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.
dilfich
Posts: 368
Joined: Thu Nov 30, 2017 1:17 am

Re: Update to CEF 79.1.38

Post by dilfich »

I have already tried to turn something on or off, nothing helps. This includes.
Post Reply