-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to CEF3.2454? #24
Comments
Issue #3 has some information for updating. I didn't have enough time to update the cef version in the past year. The new versions won't have mac 32bit support. |
Thanks! I'll probably fork and give it a more serious shot... I dont need mac 32bit (and who would, nowadays?) but win32 (we're stuck with it, aren't we?) would be needed... |
Has there been any upgrade to new CEF versions. Is there a instruction doc that we can use to update on our own. |
I've been able to hop to CEF2272 on my own repo (windows only). You can probably grab it from my repo and start from there. I have been working on CEF2454, but other responsibilities have taken over lately, and the API changes are significant. May have something in the next few weeks though |
How do i access your repo. |
sorry got it my bad |
Hi Faeriol, Does your repo support both win32 and win64? I am asking because I am facing some compilation issues only on the win64 build. Builds fine for win32(Release). I am using MSVS 2012, on a 64 bit Windows8 machine. Getting the following errors when building chromium_loader :
Am I missing something here? Thanks a bunch for upgrading to 2272! |
|
I published my experimental 3.2526 branch: https://github.com/wjywbs/javacef/tree/3.2526. Currently it's mac only and GPU compositing is disabled on mac. Popup windows are not supported now. Linux and Windows ports are in progress. |
I've not had time to look at this in a while... progress always good though :) |
+1 I'm very keen to see the Windows version of 3.2526. |
@wjywbs is there any progress with Linux and Windows ports? I'll probably be working on ports for linux and windows, so I'd like to check the status first. Thanks! |
I haven't made any progress on windows and linux. There are mostly issues about finding the location of the pak and locale files. |
Hi, CEF3.1750 is pretty outdated.
I've been looking into trying to update javacef to CEF3.2454 and the API changes have been giving me a headache... Do you have any recommendations/tips? Think you could look into it?
Thanks!
The text was updated successfully, but these errors were encountered: