yueying0083 / javachromiumembedded

Automatically exported from code.google.com/p/javachromiumembedded
0 stars 0 forks source link

Enable WR mode for Linux/GTK #119

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to enable WR mode (i.e. non-OSR)

What is the expected output? What do you see instead?

A browser :)

See a space where your browser should be...

What version of the product are you using? On what operating system?

Please provide any additional information below.

I know this is an enhancement, and would love to put some dev time into helping 
implement it if anyone can lend support?

Original issue reported on code.google.com by matthew....@import.io on 18 Sep 2014 at 2:27

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
> 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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