Changeset 95848 in webkit


Ignore:
Timestamp:
Sep 23, 2011 12:31:31 PM (13 years ago)
Author:
andersca@apple.com
Message:

Axe WebImageRendererFactory
https://bugs.webkit.org/show_bug.cgi?id=68715

Reviewed by Darin Adler.

../..:

Remove WebImageRendererFactory.m from the Xcode project.

  • WebKit.xcodeproj/project.pbxproj:

../../mac:

Remove WebImageRendererFactory, it was used by Safari 3, many a moon ago.

  • WebCoreSupport/WebImageRendererFactory.m: Removed.
Location:
trunk/Source/WebKit
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r95847 r95848  
     12011-09-23  Anders Carlsson  <andersca@apple.com>
     2
     3        Axe WebImageRendererFactory
     4        https://bugs.webkit.org/show_bug.cgi?id=68715
     5
     6        Reviewed by Darin Adler.
     7
     8        Remove WebImageRendererFactory.m from the Xcode project.
     9
     10        * WebKit.xcodeproj/project.pbxproj:
     11
    1122011-09-23  Anders Carlsson  <andersca@apple.com>
    213
  • trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj

    r95847 r95848  
    270270                939810DC0824BF01008DF038 /* WebPluginPackage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 83E4AF4C036659440000E506 /* WebPluginPackage.mm */; };
    271271                939810DD0824BF01008DF038 /* npapi.mm in Sources */ = {isa = PBXBuildFile; fileRef = F5F717230288493C018635CA /* npapi.mm */; };
    272                 939810E30824BF01008DF038 /* WebImageRendererFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CE1F8A302A5C6F30ECA2ACD /* WebImageRendererFactory.m */; };
    273272                939810E40824BF01008DF038 /* WebJavaScriptTextInputPanel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9345D4EB0365C5B2008635CE /* WebJavaScriptTextInputPanel.m */; };
    274273                939810EB0824BF01008DF038 /* WebClipView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 933D659A03413FF2008635CE /* WebClipView.mm */; };
     
    628627                93FDE9320D79CAF30074F029 /* WebHistoryInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebHistoryInternal.h; sourceTree = "<group>"; };
    629628                9CAE9D070252A4130ECA16EA /* WebPreferencesPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = WebPreferencesPrivate.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
    630                 9CE1F8A302A5C6F30ECA2ACD /* WebImageRendererFactory.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; path = WebImageRendererFactory.m; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
    631629                9CF0E249021361B00ECA16EA /* WebFramePrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = WebFramePrivate.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
    632630                A5687BD8135B791A0074CBCB /* WebNodeHighlighter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebNodeHighlighter.h; sourceTree = "<group>"; };
     
    13021300                                51494CD40C7EBDE0004178C5 /* WebIconDatabaseClient.h */,
    13031301                                51494CD50C7EBDE0004178C5 /* WebIconDatabaseClient.mm */,
    1304                                 9CE1F8A302A5C6F30ECA2ACD /* WebImageRendererFactory.m */,
    13051302                                06693DDA0BFBA85200216072 /* WebInspectorClient.h */,
    13061303                                06693DDB0BFBA85200216072 /* WebInspectorClient.mm */,
     
    19141911                                939810C10824BF01008DF038 /* WebIconDatabase.mm in Sources */,
    19151912                                51494CD70C7EBDE0004178C5 /* WebIconDatabaseClient.mm in Sources */,
    1916                                 939810E30824BF01008DF038 /* WebImageRendererFactory.m in Sources */,
    19171913                                5D7BF8150C2A1D90008CE06D /* WebInspector.mm in Sources */,
    19181914                                06693DDD0BFBA85200216072 /* WebInspectorClient.mm in Sources */,
  • trunk/Source/WebKit/mac/ChangeLog

    r95847 r95848  
     12011-09-23  Anders Carlsson  <andersca@apple.com>
     2
     3        Axe WebImageRendererFactory
     4        https://bugs.webkit.org/show_bug.cgi?id=68715
     5
     6        Reviewed by Darin Adler.
     7
     8        Remove WebImageRendererFactory, it was used by Safari 3, many a moon ago.
     9
     10        * WebCoreSupport/WebImageRendererFactory.m: Removed.
     11
    1122011-09-23  Anders Carlsson  <andersca@apple.com>
    213
Note: See TracChangeset for help on using the changeset viewer.