Changeset 55149 in webkit


Ignore:
Timestamp:
Feb 23, 2010 6:21:55 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-02-23 Leandro Pereira <leandro@profusion.mobi>

Reviewed by Kenneth Rohde Christiansen.

Adding the EFL implementation of JavaScriptCore.
See https://bugs.webkit.org/show_bug.cgi?id=35084 for details.

  • GNUmakefile.am: Updated to reflect the new location of GOwnPtr and

GRefPtr.

  • wtf/efl/MainThreadEfl.cpp: Added.
  • wtf/gobject/GOwnPtr.cpp: Moved from wtf/gtk.
  • wtf/gobject/GOwnPtr.h: Moved from wtf/gtk.
  • wtf/gobject/GRefPtr.cpp: Moved from wtf/gtk.
  • wtf/gobject/GRefPtr.h: Moved from wtf/gtk.
Location:
trunk/JavaScriptCore
Files:
1 added
2 edited
4 moved

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r55120 r55149  
     12010-02-23  Leandro Pereira  <leandro@profusion.mobi>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        Adding the EFL implementation of JavaScriptCore.
     6        See https://bugs.webkit.org/show_bug.cgi?id=35084 for details.
     7
     8        * GNUmakefile.am: Updated to reflect the new location of GOwnPtr and
     9                          GRefPtr.
     10        * wtf/efl/MainThreadEfl.cpp: Added.
     11        * wtf/gobject/GOwnPtr.cpp: Moved from wtf/gtk.
     12        * wtf/gobject/GOwnPtr.h: Moved from wtf/gtk.
     13        * wtf/gobject/GRefPtr.cpp: Moved from wtf/gtk.
     14        * wtf/gobject/GRefPtr.h: Moved from wtf/gtk.
     15
    1162010-02-22  Julien Chaffraix  <jchaffraix@webkit.org>
    217
  • trunk/JavaScriptCore/GNUmakefile.am

    r55088 r55149  
    293293        JavaScriptCore/wtf/Vector.h \
    294294        JavaScriptCore/wtf/VectorTraits.h \
    295         JavaScriptCore/wtf/gtk/GOwnPtr.cpp \
    296         JavaScriptCore/wtf/gtk/GOwnPtr.h \
    297         JavaScriptCore/wtf/gtk/GRefPtr.cpp \
    298         JavaScriptCore/wtf/gtk/GRefPtr.h \
     295        JavaScriptCore/wtf/gobject/GOwnPtr.cpp \
     296        JavaScriptCore/wtf/gobject/GOwnPtr.h \
     297        JavaScriptCore/wtf/gobject/GRefPtr.cpp \
     298        JavaScriptCore/wtf/gobject/GRefPtr.h \
    299299        JavaScriptCore/wtf/gtk/MainThreadGtk.cpp \
    300300        JavaScriptCore/wtf/gtk/ThreadingGtk.cpp \
Note: See TracChangeset for help on using the changeset viewer.