Changeset 32287 in webkit


Ignore:
Timestamp:
Apr 20, 2008 11:02:28 PM (16 years ago)
Author:
alp@webkit.org
Message:

2008-04-20 Christian Persch <chpe@gnome.org>

Reviewed by Alp Toker.

Bundle GTK+ Xt compatibility code from Mozilla. These files are used
by all currently proposed GTK+ plugin patches and will make the
proposed patches smaller and easier to review.

These files should be kept as close to the upstream versions as
possible so fixes can be shared between projects and to ensure
compatibility with the reference implementation.

  • plugins/gtk/gtk2xtbin.c: Added. (xt_event_prepare): (xt_event_check): (xt_event_dispatch): (xt_event_polling_timer_callback): (gtk_xtbin_get_type): (gtk_xtbin_class_init): (gtk_xtbin_init): (gtk_xtbin_realize): (gtk_xtbin_new): (gtk_xtbin_set_position): (gtk_xtbin_resize): (gtk_xtbin_unrealize): (gtk_xtbin_destroy): (xt_client_init): (xt_client_create): (xt_client_unrealize): (xt_client_destroy): (xt_client_set_info): (xt_client_handle_xembed_message): (xt_client_event_handler): (send_xembed_message): (error_handler): (trap_errors): (untrap_error): (xt_client_focus_listener): (xt_add_focus_listener): (xt_remove_focus_listener): (xt_add_focus_listener_tree):
  • plugins/gtk/gtk2xtbin.h: Added.
Location:
trunk/WebCore
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r32284 r32287  
     12008-04-20  Christian Persch  <chpe@gnome.org>
     2
     3        Reviewed by Alp Toker.
     4
     5        Bundle GTK+ Xt compatibility code from Mozilla. These files are used
     6        by all currently proposed GTK+ plugin patches and will make the
     7        proposed patches smaller and easier to review.
     8
     9        These files should be kept as close to the upstream versions as
     10        possible so fixes can be shared between projects and to ensure
     11        compatibility with the reference implementation.
     12
     13        * plugins/gtk/gtk2xtbin.c: Added.
     14        (xt_event_prepare):
     15        (xt_event_check):
     16        (xt_event_dispatch):
     17        (xt_event_polling_timer_callback):
     18        (gtk_xtbin_get_type):
     19        (gtk_xtbin_class_init):
     20        (gtk_xtbin_init):
     21        (gtk_xtbin_realize):
     22        (gtk_xtbin_new):
     23        (gtk_xtbin_set_position):
     24        (gtk_xtbin_resize):
     25        (gtk_xtbin_unrealize):
     26        (gtk_xtbin_destroy):
     27        (xt_client_init):
     28        (xt_client_create):
     29        (xt_client_unrealize):
     30        (xt_client_destroy):
     31        (xt_client_set_info):
     32        (xt_client_handle_xembed_message):
     33        (xt_client_event_handler):
     34        (send_xembed_message):
     35        (error_handler):
     36        (trap_errors):
     37        (untrap_error):
     38        (xt_client_focus_listener):
     39        (xt_add_focus_listener):
     40        (xt_remove_focus_listener):
     41        (xt_add_focus_listener_tree):
     42        * plugins/gtk/gtk2xtbin.h: Added.
     43
    1442008-04-20  Dirk Schulze  <vbs85@gmx.de>
    245
Note: See TracChangeset for help on using the changeset viewer.