Open GoogleCodeExporter opened 8 years ago
What kind of support are you seeking? You can search for
OS.isWindows()/OS.isMacintosh() in the Java code and
defined(OS_WIN)/defined(OS_MACOSX) in the native code to get a sense of the
platform-specific code paths. The necessary changes will mostly be in
java/org/cef/browser/CefBrowserWr.java and native/CefApp.cpp.
Original comment by magreenb...@gmail.com
on 18 Sep 2014 at 3:47
> java/org/cef/browser/CefBrowserWr.java
And java/org/cef/CefApp.java
Original comment by magreenb...@gmail.com
on 18 Sep 2014 at 3:48
Ideally just the email address / contact of whoever implemented to Mac / Win
code in case there are specific questions about those implementations (not
visible to me). I guess the best place to ask questions about the code base is
the forum.
Original comment by matthew....@import.io
on 18 Sep 2014 at 3:50
Yes, please ask questions in the forum and, when you're ready, post patches for
review to this issue.
Original comment by magreenb...@gmail.com
on 18 Sep 2014 at 3:52
JCEF is transitioning from Google Code to Bitbucket project hosting. If you
would like to continue receiving notifications on this issue please add
yourself as a Watcher at the new location:
https://bitbucket.org/chromiumembedded/java-cef/issue/119
Original comment by magreenb...@gmail.com
on 18 Mar 2015 at 6:00
Original issue reported on code.google.com by
matthew....@import.io
on 18 Sep 2014 at 2:27