Changeset 85837 in webkit


Ignore:
Timestamp:
May 4, 2011 11:41:40 PM (13 years ago)
Author:
jcivelli@chromium.org
Message:

2011-05-04 Jay Civelli <jcivelli@chromium.org>

Reviewed by Adam Barth.

Adding a utility class to read a SharedBuffer line by line.
https://bugs.webkit.org/show_bug.cgi?id=59946

  • CMakeLists.txt:
  • GNUmakefile.list.am:
  • WebCore.gypi:
  • WebCore.pro:
  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.xcodeproj/project.pbxproj:
  • platform/SharedBufferCRLFLineReader.cpp: Added.
  • platform/SharedBufferCRLFLineReader.h: Added.
Location:
trunk/Source/WebCore
Files:
2 added
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/CMakeLists.txt

    r85785 r85837  
    10601060    platform/ScrollView.cpp
    10611061    platform/SharedBuffer.cpp
     1062    platform/SharedBufferCRLFLineReader.cpp
    10621063    platform/SchemeRegistry.cpp
    10631064    platform/ThreadGlobalData.cpp
  • trunk/Source/WebCore/ChangeLog

    r85834 r85837  
     12011-05-04  Jay Civelli  <jcivelli@chromium.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        Adding a utility class to read a SharedBuffer line by line.
     6        https://bugs.webkit.org/show_bug.cgi?id=59946
     7
     8        * CMakeLists.txt:
     9        * GNUmakefile.list.am:
     10        * WebCore.gypi:
     11        * WebCore.pro:
     12        * WebCore.vcproj/WebCore.vcproj:
     13        * WebCore.xcodeproj/project.pbxproj:
     14        * platform/SharedBufferCRLFLineReader.cpp: Added.
     15        * platform/SharedBufferCRLFLineReader.h: Added.
     16
    1172011-05-04  Sheriff Bot  <webkit.review.bot@gmail.com>
    218
  • trunk/Source/WebCore/GNUmakefile.list.am

    r85785 r85837  
    26042604        Source/WebCore/platform/SharedBuffer.cpp \
    26052605        Source/WebCore/platform/SharedBuffer.h \
     2606        Source/WebCore/platform/SharedBufferCRLFLineReader.cpp \
     2607        Source/WebCore/platform/SharedBufferCRLFLineReader.h \
    26062608        Source/WebCore/platform/SharedTimer.h \
    26072609        Source/WebCore/platform/Sound.h \
  • trunk/Source/WebCore/WebCore.gypi

    r85814 r85837  
    783783            'platform/SearchPopupMenu.h',
    784784            'platform/SharedBuffer.h',
     785            'platform/SharedBufferCRLFLineReader.h',
    785786            'platform/SystemTime.h',
    786787            'platform/Theme.h',
     
    35823583            'platform/SecureTextInput.h',
    35833584            'platform/SharedBuffer.cpp',
     3585            'platform/SharedBufferCRLFLineReader.cpp',
    35843586            'platform/SharedTimer.h',
    35853587            'platform/Sound.h',
  • trunk/Source/WebCore/WebCore.pro

    r85785 r85837  
    10451045    platform/text/SegmentedString.cpp \
    10461046    platform/SharedBuffer.cpp \
     1047    platform/SharedBufferCRLFLineReader.cpp \
    10471048    platform/text/String.cpp \
    10481049    platform/text/TextBoundaries.cpp \
     
    20282029    platform/SearchPopupMenu.h \
    20292030    platform/SharedBuffer.h \
     2031    platform/SharedBufferCRLFLineReader.h \
    20302032    platform/sql/SQLiteDatabase.h \
    20312033    platform/sql/SQLiteFileSystem.h \
  • trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj

    r85785 r85837  
    2594325943                        </File>
    2594425944                        <File
     25945                                RelativePath="..\platform\SharedBufferCRLFLineReader.cpp"
     25946                                >
     25947                        </File>
     25948                        <File
     25949                                RelativePath="..\platform\SharedBufferCRLFLineReader.h"
     25950                                >
     25951                        </File>
     25952                        <File
    2594525953                                RelativePath="..\platform\SharedTimer.h"
    2594625954                                >
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r85790 r85837  
    807807                37ACCE420DA2980F0089E602 /* FontRenderingMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 37ACCE410DA2980F0089E602 /* FontRenderingMode.h */; settings = {ATTRIBUTES = (Private, ); }; };
    808808                37ACCF690DA414E70089E602 /* FontDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37ACCE620DA2AA960089E602 /* FontDescription.cpp */; };
     809                37AFFDF61370A0B800E895C0 /* SharedBufferCRLFLineReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37AFFDF41370A0B800E895C0 /* SharedBufferCRLFLineReader.cpp */; };
     810                37AFFDF71370A0B800E895C0 /* SharedBufferCRLFLineReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 37AFFDF51370A0B800E895C0 /* SharedBufferCRLFLineReader.h */; };
    809811                37C2360B1097EDED00EF9F72 /* FontComplexTextMac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37C2360A1097EDED00EF9F72 /* FontComplexTextMac.cpp */; };
    810812                37C236101097EE7700EF9F72 /* ComplexTextController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37C2360E1097EE7700EF9F72 /* ComplexTextController.cpp */; };
     
    72467248                37ACCE410DA2980F0089E602 /* FontRenderingMode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FontRenderingMode.h; sourceTree = "<group>"; };
    72477249                37ACCE620DA2AA960089E602 /* FontDescription.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FontDescription.cpp; sourceTree = "<group>"; };
     7250                37AFFDF41370A0B800E895C0 /* SharedBufferCRLFLineReader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SharedBufferCRLFLineReader.cpp; sourceTree = "<group>"; };
     7251                37AFFDF51370A0B800E895C0 /* SharedBufferCRLFLineReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SharedBufferCRLFLineReader.h; sourceTree = "<group>"; };
    72487252                37C2360A1097EDED00EF9F72 /* FontComplexTextMac.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FontComplexTextMac.cpp; sourceTree = "<group>"; };
    72497253                37C2360E1097EE7700EF9F72 /* ComplexTextController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ComplexTextController.cpp; sourceTree = "<group>"; };
     
    1852218526                                1A4A954B0B4EDCCB002D8C3C /* SharedBuffer.cpp */,
    1852318527                                1A4A954C0B4EDCCB002D8C3C /* SharedBuffer.h */,
     18528                                37AFFDF41370A0B800E895C0 /* SharedBufferCRLFLineReader.cpp */,
     18529                                37AFFDF51370A0B800E895C0 /* SharedBufferCRLFLineReader.h */,
    1852418530                                93309EA0099EB78C0056E581 /* SharedTimer.h */,
    1852518531                                4B3043C60AE0370300A82647 /* Sound.h */,
     
    2272822734                                E1BE512E0CF6C512002EA959 /* XSLTUnicodeSort.h in Headers */,
    2272922735                                977E2E0F12F0FC9C00C13379 /* XSSFilter.h in Headers */,
     22736                                37AFFDF71370A0B800E895C0 /* SharedBufferCRLFLineReader.h in Headers */,
    2273022737                        );
    2273122738                        runOnlyForDeploymentPostprocessing = 0;
     
    2539125398                                E1BE512D0CF6C512002EA959 /* XSLTUnicodeSort.cpp in Sources */,
    2539225399                                977E2E0E12F0FC9C00C13379 /* XSSFilter.cpp in Sources */,
     25400                                37AFFDF61370A0B800E895C0 /* SharedBufferCRLFLineReader.cpp in Sources */,
    2539325401                        );
    2539425402                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.