yueying0083 / javachromiumembedded

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

Update to CEF version 3.1916.1749 #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently JCEF uses the CEF version 3.1750.1738.
It is advisable to update to the latest stable CEF-3 Release Branch-1916.

Attached you'll find a patch file, which updates to CEF version 3.1916.1749.

Changes
-------
- Sets "CefSettings.windowless_rendering_enabled" to true/false according a 
passed value in CefApp
- Prepared for implementation of Drag and Drop support in OSR mode. Forwarded 
the CefRenderHandler methods "startDragging" and "updateDragCursor" as well as 
the CefBrowserHost methods "DragTarget*" and "DragSource*" to Java. Drag and 
Drop has to be implemented within a separate issue.
- Added new method "setWindowVisibility(boolean visible)" to CefBrowser.java
- Removed obsolete method "parentWindowWillClose()" from CefBrowser_N.java
- Added "create(), clone(), getFileContents(), set*(), resetFileContents(), 
addFile()" methods to CefDragData.java
- Added write_handler.[cpp|h]
- Removed obsolete field UR_FLAG_ALLOW_COOKIES from CefRequest
- Renamed completion_handler.[cpp|h] to completion_callback.[cpp|h]
- Added new icudtl.dat to Linux and removed loadLibrary(icudtl) for windows
- Replaced call to "SetAsOffScreen() and SetTransparentPainting()" with the 
single call to "SetAsWindowless()"
- Renamed attribute "DragOperationsMask mask" to 
"CefDragHandler::DragOperationsMask mask" in DragHandler
- Fixed JNI function "GetJNIPoint()"
- Added JNI function "JNI_CALL_VOID_METHOD_EX(…)" which doesn't handle 
exceptions
- Updated cef/README.jcef to point to CEF version 3.1916.1749

Please combine this update with the patch at issue 17 which adds version number 
support to JCEF.

Original issue reported on code.google.com by k...@censhare.de on 26 Jun 2014 at 6:19

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks, added in revision 96 with minor changes:
- Update make_distrib scripts to copy icudtl.dat.
- Update README files to mention icudtl.dat.
- Whitespace fixes.

Original comment by magreenb...@gmail.com on 10 Jul 2014 at 4:52