Ignore:
Timestamp:
Nov 26, 2009, 8:06:37 PM (16 years ago)
Author:
Laszlo Gombos
Message:

2009-11-26 Laszlo Gombos <Laszlo Gombos>

Reviewed by Oliver Hunt.

Move GOwnPtr* from wtf to wtf/gtk
https://bugs.webkit.org/show_bug.cgi?id=31793

  • GNUmakefile.am: Change the path for GOwnPtr.*.
  • JavaScriptCore.gyp/JavaScriptCore.gyp: Remove GOwnPtr.cpp from the exclude list.
  • JavaScriptCore.gypi: Change the path for GOwnPtr.*.
  • wscript: Remove GOwnPtr.cpp from the exclude list.
  • wtf/GOwnPtr.cpp: Removed.
  • wtf/GOwnPtr.h: Removed.
  • wtf/Threading.h: Change the path for GOwnPtr.h.
  • wtf/gtk/GOwnPtr.cpp: Copied from JavaScriptCore/wtf/GOwnPtr.cpp.
  • wtf/gtk/GOwnPtr.h: Copied from JavaScriptCore/wtf/GOwnPtr.h.
  • wtf/unicode/glib/UnicodeGLib.h: Change the path for GOwnPtr.h.

2009-11-26 Laszlo Gombos <Laszlo Gombos>

Reviewed by Oliver Hunt.

Move GOwnPtr* from wtf to wtf/gtk
https://bugs.webkit.org/show_bug.cgi?id=31793

  • webkit/webkitwebview.cpp: Change the path for GOwnPtr.h.

2009-11-26 Laszlo Gombos <Laszlo Gombos>

Reviewed by Oliver Hunt.

Move GOwnPtr* from wtf to wtf/gtk
https://bugs.webkit.org/show_bug.cgi?id=31793

No new tests as there is no functional change.

  • platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp: Change the path for GOwnPtr.h.
  • platform/text/TextEncoding.cpp: Ditto.
  • platform/text/gtk/TextCodecGtk.cpp: Ditto.

2009-11-26 Laszlo Gombos <Laszlo Gombos>

Reviewed by Oliver Hunt.

Move GOwnPtr* from wtf to wtf/gtk
https://bugs.webkit.org/show_bug.cgi?id=31793

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.gypi

    r50789 r51423  
    371371            'wtf/Forward.h',
    372372            'wtf/GetPtr.h',
    373             'wtf/GOwnPtr.cpp',
    374             'wtf/GOwnPtr.h',
     373            'wtf/gtk/GOwnPtr.cpp',
     374            'wtf/gtk/GOwnPtr.h',
    375375            'wtf/gtk/MainThreadGtk.cpp',
    376376            'wtf/gtk/ThreadingGtk.cpp',
Note: See TracChangeset for help on using the changeset viewer.