Changeset 69912 in webkit


Ignore:
Timestamp:
Oct 16, 2010 3:45:23 AM (14 years ago)
Author:
Patrick Gansterer
Message:

2010-10-16 Patrick Gansterer <Patrick Gansterer>

Reviewed by Adam Barth.

Rename StringHasherFunctions.h to StringHasher.h
https://bugs.webkit.org/show_bug.cgi?id=47200

Now StringHasherFunctions.h only contains the StringHasher class, so rename it to the correct name.

  • GNUmakefile.am:
  • JavaScriptCore.gypi:
  • JavaScriptCore.xcodeproj/project.pbxproj:
  • wtf/StringHashFunctions.h: Removed.
  • wtf/StringHasher.h: Copied from JavaScriptCore/wtf/StringHashFunctions.h.
  • wtf/text/StringHash.h:
  • wtf/text/StringImpl.h:

2010-10-16 Patrick Gansterer <Patrick Gansterer>

Reviewed by Adam Barth.

Rename StringHasherFunctions.h to StringHasher.h
https://bugs.webkit.org/show_bug.cgi?id=47200

  • ForwardingHeaders/wtf/StringHashFunctions.h: Removed.
  • ForwardingHeaders/wtf/StringHasher.h: Copied from JavaScriptGlue/ForwardingHeaders/wtf/StringHashFunctions.h.

2010-10-16 Patrick Gansterer <Patrick Gansterer>

Reviewed by Adam Barth.

Rename StringHasherFunctions.h to StringHasher.h
https://bugs.webkit.org/show_bug.cgi?id=47200

  • ForwardingHeaders/wtf/StringHashFunctions.h: Removed.
  • ForwardingHeaders/wtf/StringHasher.h: Copied from WebCore/ForwardingHeaders/wtf/StringHashFunctions.h.
Location:
trunk
Files:
8 edited
3 moved

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r69906 r69912  
     12010-10-16  Patrick Gansterer  <paroga@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        Rename StringHasherFunctions.h to StringHasher.h
     6        https://bugs.webkit.org/show_bug.cgi?id=47200
     7
     8        Now StringHasherFunctions.h only contains the StringHasher class, so rename it to the correct name.
     9
     10        * GNUmakefile.am:
     11        * JavaScriptCore.gypi:
     12        * JavaScriptCore.xcodeproj/project.pbxproj:
     13        * wtf/StringHashFunctions.h: Removed.
     14        * wtf/StringHasher.h: Copied from JavaScriptCore/wtf/StringHashFunctions.h.
     15        * wtf/text/StringHash.h:
     16        * wtf/text/StringImpl.h:
     17
    1182010-10-15  Oliver Hunt  <oliver@apple.com>
    219
  • trunk/JavaScriptCore/GNUmakefile.am

    r69683 r69912  
    496496        JavaScriptCore/wtf/StdLibExtras.h \
    497497        JavaScriptCore/wtf/StringExtras.h \
    498         JavaScriptCore/wtf/StringHashFunctions.h \
     498        JavaScriptCore/wtf/StringHasher.h \
    499499        JavaScriptCore/wtf/TCPackedCache.h \
    500500        JavaScriptCore/wtf/TCPageMap.h \
  • trunk/JavaScriptCore/JavaScriptCore.gypi

    r69683 r69912  
    425425            'wtf/StdLibExtras.h',
    426426            'wtf/StringExtras.h',
    427             'wtf/StringHashFunctions.h',
     427            'wtf/StringHasher.h',
    428428            'wtf/TCPackedCache.h',
    429429            'wtf/qt/MainThreadQt.cpp',
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r69787 r69912  
    186186                5D5D8AB60E0D0A7200F9C692 /* jsc in Copy Into Framework */ = {isa = PBXBuildFile; fileRef = 932F5BE10822A1C700736975 /* jsc */; };
    187187                5D5D8AD10E0D0EBE00F9C692 /* libedit.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D5D8AD00E0D0EBE00F9C692 /* libedit.dylib */; };
    188                 5D63E9AD10F2BD6E00FC8AE9 /* StringHashFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D63E9AC10F2BD6E00FC8AE9 /* StringHashFunctions.h */; settings = {ATTRIBUTES = (Private, ); }; };
     188                5D63E9AD10F2BD6E00FC8AE9 /* StringHasher.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D63E9AC10F2BD6E00FC8AE9 /* StringHasher.h */; settings = {ATTRIBUTES = (Private, ); }; };
    189189                5D6A566B0F05995500266145 /* Threading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D6A566A0F05995500266145 /* Threading.cpp */; };
    190190                5DE6E5B30E1728EC00180407 /* create_hash_table in Headers */ = {isa = PBXBuildFile; fileRef = F692A8540255597D01FF60F7 /* create_hash_table */; settings = {ATTRIBUTES = (); }; };
     
    752752                5D53727D0E1C55EC0021E549 /* TracingDtrace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TracingDtrace.h; sourceTree = "<group>"; };
    753753                5D5D8AD00E0D0EBE00F9C692 /* libedit.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libedit.dylib; path = /usr/lib/libedit.dylib; sourceTree = "<absolute>"; };
    754                 5D63E9AC10F2BD6E00FC8AE9 /* StringHashFunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StringHashFunctions.h; sourceTree = "<group>"; };
     754                5D63E9AC10F2BD6E00FC8AE9 /* StringHasher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StringHasher.h; sourceTree = "<group>"; };
    755755                5D6A566A0F05995500266145 /* Threading.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Threading.cpp; sourceTree = "<group>"; };
    756756                5DA479650CFBCF56009328A0 /* TCPackedCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TCPackedCache.h; sourceTree = "<group>"; };
     
    15451545                                FE1B44790ECCD73B004F4DD1 /* StdLibExtras.h */,
    15461546                                E11D51750B2E798D0056C188 /* StringExtras.h */,
    1547                                 5D63E9AC10F2BD6E00FC8AE9 /* StringHashFunctions.h */,
     1547                                5D63E9AC10F2BD6E00FC8AE9 /* StringHasher.h */,
    15481548                                5DA479650CFBCF56009328A0 /* TCPackedCache.h */,
    15491549                                6541BD6E08E80A17002CBEE7 /* TCPageMap.h */,
     
    22822282                                BC18C4670E16F5CD00B34460 /* StringExtras.h in Headers */,
    22832283                                868BFA0D117CEFD100B908B1 /* StringHash.h in Headers */,
    2284                                 5D63E9AD10F2BD6E00FC8AE9 /* StringHashFunctions.h in Headers */,
     2284                                5D63E9AD10F2BD6E00FC8AE9 /* StringHasher.h in Headers */,
    22852285                                868BFA0F117CEFD100B908B1 /* StringImpl.h in Headers */,
    22862286                                86B99AE4117E578100DF5A90 /* StringImplBase.h in Headers */,
  • trunk/JavaScriptCore/wtf/StringHasher.h

    r69911 r69912  
    1919 *
    2020 */
    21 #ifndef WTF_StringHashFunctions_h
    22 #define WTF_StringHashFunctions_h
     21#ifndef WTF_StringHasher_h
     22#define WTF_StringHasher_h
    2323
    2424#include <wtf/unicode/Unicode.h>
     
    168168} // namespace WTF
    169169
    170 #endif // WTF_StringHashFunctions_h
     170#endif // WTF_StringHasher_h
  • trunk/JavaScriptCore/wtf/text/StringHash.h

    r69535 r69912  
    2727#include <wtf/Forward.h>
    2828#include <wtf/HashTraits.h>
    29 #include <wtf/StringHashFunctions.h>
     29#include <wtf/StringHasher.h>
    3030#include <wtf/unicode/Unicode.h>
    3131
  • trunk/JavaScriptCore/wtf/text/StringImpl.h

    r69414 r69912  
    3030#include <wtf/OwnFastMallocPtr.h>
    3131#include <wtf/StdLibExtras.h>
    32 #include <wtf/StringHashFunctions.h>
     32#include <wtf/StringHasher.h>
    3333#include <wtf/Vector.h>
    3434#include <wtf/text/StringImplBase.h>
  • trunk/JavaScriptGlue/ChangeLog

    r67146 r69912  
     12010-10-16  Patrick Gansterer  <paroga@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        Rename StringHasherFunctions.h to StringHasher.h
     6        https://bugs.webkit.org/show_bug.cgi?id=47200
     7
     8        * ForwardingHeaders/wtf/StringHashFunctions.h: Removed.
     9        * ForwardingHeaders/wtf/StringHasher.h: Copied from JavaScriptGlue/ForwardingHeaders/wtf/StringHashFunctions.h.
     10
    1112010-09-09  Michael Saboff  <msaboff@apple.com>
    212
  • trunk/JavaScriptGlue/ForwardingHeaders/wtf/StringHasher.h

    r69911 r69912  
    1 #include <JavaScriptCore/StringHashFunctions.h>
     1#include <JavaScriptCore/StringHasher.h>
  • trunk/WebCore/ChangeLog

    r69910 r69912  
     12010-10-16  Patrick Gansterer  <paroga@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        Rename StringHasherFunctions.h to StringHasher.h
     6        https://bugs.webkit.org/show_bug.cgi?id=47200
     7
     8        * ForwardingHeaders/wtf/StringHashFunctions.h: Removed.
     9        * ForwardingHeaders/wtf/StringHasher.h: Copied from WebCore/ForwardingHeaders/wtf/StringHashFunctions.h.
     10 
    1112010-10-15  Ryosuke Niwa  <rniwa@webkit.org>
    212
  • trunk/WebCore/ForwardingHeaders/wtf/StringHasher.h

    r69911 r69912  
    1 #ifndef WebCore_FWD_StringHashFunctions_h
    2 #define WebCore_FWD_StringHashFunctions_h
    3 #include <JavaScriptCore/StringHashFunctions.h>
     1#ifndef WebCore_FWD_StringHasher_h
     2#define WebCore_FWD_StringHasher_h
     3#include <JavaScriptCore/StringHasher.h>
    44#endif
Note: See TracChangeset for help on using the changeset viewer.