Changelog
- update to CEF 73.1.13
- change method create object to C/C++ side
- fix some bugs
- change some code styles
- fix window message loop
- add force close process for quick exit
- fix some crashes
- change window message loop method
- fix some crashes
- change struct creation method to C side
- struct is implemented
- use AutoItObject for save code
- only create C struct in AutoIt
- fixed string pointer, null pointer exception when using string function
- add build with commandline method for C compiler
- add more type, callback & event handler
- fixed some bugs
- Cefau3 was rewritten in C99, use native-code-like (syntax, struct, type, method, prop... like C++ & base on C)
- use only functionally for code
- add more callback & event handler
- update to Chromium v61.0.3, increase more performance
- added build for x64/ARM
- added Cef_Shutdown() for shutdown CEF & all browser window/child
- added Cef_Close() for close main browser in handler
- can save cache & cookie to path; Cef_Init(), second arg is path to store cache (default is .\cache) can delete it when browser closed
- fixed Youtube rendering error
- fixed crash when exit (may crash on x64)
- add more callback & event handler
- first release of Cefau3, written in C++
program/
|---app/...
| |---css/... # style
| |---js/... # javascript
| |---app.js # app
| |---index.html # index
|
|---cef/... # resources
| |---locales/...
| |---libcef.dll # libcef
| |---cefau3.dll # cefau3
|
|---cefau3/... # cefau3 udf
| |---base/...
| |---cefau3.au3
|
|---main.au3 # main script
Please see example.au3.
CEF: 3.3163.1671.g700dc25
Chromium: 61.0.3163
Visit here: https://github.com/wy3/mb.