Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8159790 | 8u112 | Arunprasad Rajkumar | P3 | Resolved | Fixed | b01 |
The com.sun.webkit.dom Java wrappers, which are generated by the native WebKit build, are also checked into modules/web/src/main/java-wrappers/com/sun/webkit/dom so that the Java code can build without requiring a build of the native WebKit.
These files need to be refreshed following the WebKit update inJDK-8156698, since the updated webkit has changed the generated wrappers.
SeeJDK-8090062 for the last time this was done. The basic recipe is:
1. Build FX 9-dev with -PCOMPILE_WEBKIT=true
2. Copy the .java files from modules/web/build/win/Release/DerivedSources/WebCore/nativeJava/java/com/sun/webkit/dom/*.java to modules/web/src/main/java-wrappers/com/sun/webkit/dom/
3. Build FX 9-dev again, this time with -PCOMPILE_WEBKIT=false (as a sanity test to make sure it still builds).
4. Create a webrev with the changes for the java-wrappers
These files need to be refreshed following the WebKit update in
See
1. Build FX 9-dev with -PCOMPILE_WEBKIT=true
2. Copy the .java files from modules/web/build/win/Release/DerivedSources/WebCore/nativeJava/java/com/sun/webkit/dom/*.java to modules/web/src/main/java-wrappers/com/sun/webkit/dom/
3. Build FX 9-dev again, this time with -PCOMPILE_WEBKIT=false (as a sanity test to make sure it still builds).
4. Create a webrev with the changes for the java-wrappers
- backported by
-
JDK-8159790 Update java-wrappers for WebKit generated classes following WebKit update
- Resolved
- relates to
-
JDK-8172361 Update java-wrappers for WebKit generated classes following WebKit update
- Resolved
-
JDK-8090062 Update java-wrappers for WebKit generated classes following WebKit update
- Resolved
-
JDK-8156698 Update to newer version of WebKit
- Resolved