Open GoogleCodeExporter opened 9 years ago
Thanks, I'll take a look at the Linux side. The 2171 branch isn't stable yet so
I think we should update to 2062 for now. 2062 and 2171 have the same API
currently so no changes should be required to your patch (other than updating
README.jcef accordingly).
Original comment by magreenb...@gmail.com
on 24 Oct 2014 at 5:16
Hi Marshall,
thanks for that. Branch 2062 will be fine.
Regards,
Kai
Original comment by k...@censhare.de
on 27 Oct 2014 at 9:05
@#1: Given where we are now with 2171 branch stability I think it's OK for us
to target that release. I've made a few additional changes:
- Include wow_helper.exe in Windows binary distributions if it exists (32-bit
distributions only).
- Remove unnecessary locking in jcef_helper.cpp.
- Work around off-screen rendering bug (CEF issue #1419) by setting
|browser_rect_| to a non-empty initial size in CefBrowserOsr.
- Various minor style fixes.
I've filed a separate issue #136 to implement CefPrintHandler on Linux.
Changes committed in revision 111.
Original comment by magreenb...@gmail.com
on 20 Nov 2014 at 8:40
Linux compile errors fixed in revision 112. A working Linux implementation is
blocked on these CEF issues:
- Crash on startup in BitmapContentLayerUpdater
https://code.google.com/p/chromiumembedded/issues/detail?id=1446
- Get cursor ID from OnCursorChange notification
https://code.google.com/p/chromiumembedded/issues/detail?id=1443
Original comment by magreenb...@gmail.com
on 20 Nov 2014 at 10:53
Original comment by magreenb...@gmail.com
on 20 Nov 2014 at 10:57
Original issue reported on code.google.com by
k...@censhare.de
on 23 Oct 2014 at 7:17Attachments: