yueying0083 / javachromiumembedded

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

Moved CefQueryCallback to the new package org.cef.callbacks #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This issue is an enhancement of JCEF - STEP 2  (patch 5 of 15) 
--------------------------------------------------------------
Please see issue 55 for the overall plan.

Purpose: Moved CefQueryCallback to the new package org.cef.callbacks

This patch relies on the attached patch file of issue #62. 
If you want to try these code changes, add the patch of issue #62 first and 
afterwards add the patch file attached to this issue. Otherwise you'll get some 
patch-errors.

This is a refactoring patch which introduces the new java package 
org.cef.callbacks
to get a cleaner separation between handler and callback classes/interfaces.

Original issue reported on code.google.com by k...@censhare.de on 21 Mar 2014 at 1:22

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 28 Mar 2014 at 10:05

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 28 Mar 2014 at 1:17

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 28 Mar 2014 at 1:17

GoogleCodeExporter commented 9 years ago
One comment about naming: We have org.cef.callbacks and org.cef.handler 
currently. Probably both should be singular (callback, handler).

Original comment by magreenb...@gmail.com on 28 Mar 2014 at 1:32

GoogleCodeExporter commented 9 years ago
This is an updated patch file for this issue due there have been several 
changes within r40.

@comment #4: This is fixed within this patch file. The package is named 
org.cef.callback now.

This patch relies on the attached patch file of issue #62.

Original comment by k...@censhare.de on 17 Apr 2014 at 7:45

Attachments:

GoogleCodeExporter commented 9 years ago
Added in revision 46.

Original comment by magreenb...@gmail.com on 28 Apr 2014 at 6:07