Changeset 56869 in webkit


Ignore:
Timestamp:
Mar 31, 2010 2:23:06 PM (14 years ago)
Author:
jianli@chromium.org
Message:

Add support to create UUID string.
https://bugs.webkit.org/show_bug.cgi?id=36472

Reviewed by Dmitry Titov.

  • GNUmakefile.am:
  • WebCore.gypi:
  • WebCore.pro:
  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.xcodeproj/project.pbxproj:
  • platform/UUID.cpp: Added.

(WebCore::createCanonicalUUIDString):

  • platform/UUID.h: Added.
Location:
trunk/WebCore
Files:
2 added
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r56862 r56869  
     12010-03-31  Jian Li  <jianli@chromium.org>
     2
     3        Reviewed by Dmitry Titov.
     4
     5        Add support to create UUID string.
     6        https://bugs.webkit.org/show_bug.cgi?id=36472
     7
     8        * GNUmakefile.am:
     9        * WebCore.gypi:
     10        * WebCore.pro:
     11        * WebCore.vcproj/WebCore.vcproj:
     12        * WebCore.xcodeproj/project.pbxproj:
     13        * platform/UUID.cpp: Added.
     14        (WebCore::createCanonicalUUIDString):
     15        * platform/UUID.h: Added.
     16
    1172010-03-31  Darin Adler  <darin@apple.com>
    218
  • trunk/WebCore/GNUmakefile.am

    r56825 r56869  
    15551555        WebCore/platform/Timer.h \
    15561556        WebCore/platform/TreeShared.h \
     1557        WebCore/platform/UUID.cpp \
     1558        WebCore/platform/UUID.h \
    15571559        WebCore/platform/Widget.cpp \
    15581560        WebCore/platform/Widget.h \
  • trunk/WebCore/WebCore.gypi

    r56834 r56869  
    28982898            'platform/Timer.h',
    28992899            'platform/TreeShared.h',
     2900            'platform/UUID.cpp',
     2901            'platform/UUID.h',
    29002902            'platform/Widget.cpp',
    29012903            'platform/Widget.h',
  • trunk/WebCore/WebCore.pro

    r56860 r56869  
    895895    platform/Timer.cpp \
    896896    platform/text/UnicodeRange.cpp \
     897    platform/UUID.cpp \
    897898    platform/Widget.cpp \
    898899    plugins/PluginDatabase.cpp \
  • trunk/WebCore/WebCore.vcproj/WebCore.vcproj

    r56825 r56869  
    2214222142                        </File>
    2214322143                        <File
     22144                                RelativePath="..\platform\UUID.cpp"
     22145                                >
     22146                        </File>
     22147                        <File
     22148                                RelativePath="..\platform\UUID.h"
     22149                                >
     22150                        </File>
     22151                        <File
    2214422152                                RelativePath="..\platform\Widget.cpp"
    2214522153                                >
  • trunk/WebCore/WebCore.xcodeproj/project.pbxproj

    r56825 r56869  
    606606                2E2D99EB10E2BD3900496337 /* DOMBlob.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 2E2D99E510E2BC1C00496337 /* DOMBlob.h */; };
    607607                2E2D99EC10E2BD3900496337 /* DOMBlobInternal.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 2E2D99E910E2BC3800496337 /* DOMBlobInternal.h */; };
     608                2E3BBF071162DA1100B9409A /* UUID.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E3BBF051162DA1100B9409A /* UUID.cpp */; };
     609                2E3BBF081162DA1100B9409A /* UUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E3BBF061162DA1100B9409A /* UUID.h */; };
    608610                2E4346440F546A8200B0F1BA /* GenericWorkerTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E4346320F546A8200B0F1BA /* GenericWorkerTask.h */; };
    609611                2E4346450F546A8200B0F1BA /* Worker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E4346330F546A8200B0F1BA /* Worker.cpp */; };
     
    59955997                2E2D99E610E2BC1C00496337 /* DOMBlob.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DOMBlob.mm; sourceTree = "<group>"; };
    59965998                2E2D99E910E2BC3800496337 /* DOMBlobInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMBlobInternal.h; sourceTree = "<group>"; };
     5999                2E3BBF051162DA1100B9409A /* UUID.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UUID.cpp; sourceTree = "<group>"; };
     6000                2E3BBF061162DA1100B9409A /* UUID.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UUID.h; sourceTree = "<group>"; };
    59976001                2E4346320F546A8200B0F1BA /* GenericWorkerTask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GenericWorkerTask.h; path = workers/GenericWorkerTask.h; sourceTree = "<group>"; };
    59986002                2E4346330F546A8200B0F1BA /* Worker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Worker.cpp; path = workers/Worker.cpp; sourceTree = "<group>"; };
     
    1541715421                                9305B24C098F1B6B00C28855 /* Timer.h */,
    1541815422                                1419D2C40CEA6F6100FF507A /* TreeShared.h */,
     15423                                2E3BBF051162DA1100B9409A /* UUID.cpp */,
     15424                                2E3BBF061162DA1100B9409A /* UUID.h */,
    1541915425                                9380F47109A11AB4001FDB34 /* Widget.cpp */,
    1542015426                                9380F47209A11AB4001FDB34 /* Widget.h */,
     
    1876218768                                E1E1BF00115FF6FB006F52CA /* WindowsKeyboardCodes.h in Headers */,
    1876318769                                8499A515115FB33000F566E3 /* RenderSVGResourceMarker.h in Headers */,
     18770                                2E3BBF081162DA1100B9409A /* UUID.h in Headers */,
    1876418771                        );
    1876518772                        runOnlyForDeploymentPostprocessing = 0;
     
    2097520982                                E4778B7F115A581A00B5D372 /* JSCustomEvent.cpp in Sources */,
    2097620983                                8499A514115FB33000F566E3 /* RenderSVGResourceMarker.cpp in Sources */,
     20984                                2E3BBF071162DA1100B9409A /* UUID.cpp in Sources */,
    2097720985                        );
    2097820986                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.