Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.

Canonical link: https://commits.webkit.org/46451@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@55149 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
eseidel committed Feb 23, 2010
1 parent 11b0964 commit cad2ce4
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions JavaScriptCore/ChangeLog
@@ -1,3 +1,18 @@
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.

2010-02-22 Julien Chaffraix <jchaffraix@webkit.org>

Reviewed by Darin Adler.
Expand Down
8 changes: 4 additions & 4 deletions JavaScriptCore/GNUmakefile.am
Expand Up @@ -292,10 +292,10 @@ javascriptcore_sources += \
JavaScriptCore/wtf/ValueCheck.h \
JavaScriptCore/wtf/Vector.h \
JavaScriptCore/wtf/VectorTraits.h \
JavaScriptCore/wtf/gtk/GOwnPtr.cpp \
JavaScriptCore/wtf/gtk/GOwnPtr.h \
JavaScriptCore/wtf/gtk/GRefPtr.cpp \
JavaScriptCore/wtf/gtk/GRefPtr.h \
JavaScriptCore/wtf/gobject/GOwnPtr.cpp \
JavaScriptCore/wtf/gobject/GOwnPtr.h \
JavaScriptCore/wtf/gobject/GRefPtr.cpp \
JavaScriptCore/wtf/gobject/GRefPtr.h \
JavaScriptCore/wtf/gtk/MainThreadGtk.cpp \
JavaScriptCore/wtf/gtk/ThreadingGtk.cpp \
JavaScriptCore/wtf/unicode/Collator.h \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit cad2ce4

Please sign in to comment.