Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

v1.0.9-78.3.9+gc7345f2+chromium-78.0.3904.108

Compare
Choose a tag to compare

Changes summary:

62677f6 - Update to CEF version 78.2.7+g9cd8bac+chromium-78.0.3904.70 <Marshall Greenblatt>
2442c26 - Fix typo in CefCommandLine native getArguments method <Marshall Greenblatt>
91fc595 - Fix gsutil UserWarning: Unable to load AWS_CREDENTIAL_FILE (see issue #338) <Marshall Greenblatt>
8184f62 - Add Python 3 support (CEF issue #2856) <Marshall Greenblatt>
c043513 - Update to CEF version 78.3.9+gc7345f2+chromium-78.0.3904.108 <Marshall Greenblatt>
135c4d6 - Add SystemBootstrap class to support custom implementation of loadLibrary.

Client can provide their own implementation that calls System.load with absolute
paths instead of using the default System.loadLibrary implementation. <Marshall Greenblatt>
e2b5ab5 - Fix NPE in OSR onPaint during close().

During an OSR browser close() its possible that a delayed onPaint() will be
called after the OpenGL context has been destroyed/disposed. <Marshall Greenblatt>