Skip to content
  • cblu's avatar
    WebKit: · e335bc25
    cblu authored
    	- Added MacBinary decoding code. Not yet used.
    
            * Downloads.subproj/WebMacBinaryDecoder.h: Added.
            * Downloads.subproj/WebMacBinaryDecoder.m: Added.
            (+[WebMacBinaryDecoder canDecodeHeaderData:]):
            (-[WebMacBinaryDecoder init]):
            (-[WebMacBinaryDecoder dealloc]):
            (-[WebMacBinaryDecoder decodeData:dataForkData:resourceForkData:]):
            (-[WebMacBinaryDecoder finishDecoding]):
            (-[WebMacBinaryDecoder fileAttributes]):
            * Downloads.subproj/crc16.h: Added.
            * Downloads.subproj/crc16.m: Added.
            (CRC16):
            * Plugins.subproj/WebPluginPackage.m:
            (-[WebPluginPackage isLoaded]):
            * WebKit.pbproj/project.pbxproj:
    
    WebBrowser:
    
    	- Added DiskCopy interaction code. Not yet used.
    	- Added Chuck's table view hacks to get NSViews in a TableView. Not yet used.
    
    
            * DiskCopyPuppetStrings.h: Added.
            * DownloadMonitor.h:
            * DownloadMonitor.m:
            (-[DownloadMonitor init]):
            (-[DownloadMonitor removeEntry:]):
            (-[DownloadMonitor _removeExpiredEntries]):
            (-[DownloadMonitor resource:didFinishLoadingFromDataSource:]):
            (-[DownloadMonitor resource:didFailLoadingWithError:fromDataSource:]):
            * ViewCell.h: Added.
            * ViewCell.m: Added.
            (RectCenteredInRect):
            (+[ViewCell needsToRemainInViewHierarchy]):
            (-[ViewCell init]):
            (-[ViewCell copyWithZone:]):
            (-[ViewCell dealloc]):
            (-[ViewCell instantiateView]):
            (-[ViewCell setObjectValue:]):
            (-[ViewCell objectValue]):
            (-[ViewCell removeViewFromSuperview]):
            (-[ViewCell setView:]):
            (-[ViewCell view]):
            (-[ViewCell setViewFrame:inCellFrame:inView:]):
            (-[ViewCell drawWithFrame:inView:]):
            (-[ViewCell trackMouse:inRect:ofView:]):
            (-[ViewCell editWithFrame:inView:editor:delegate:event:]):
            * ViewCellTableView.h: Added.
            * ViewCellTableView.m: Added.
            (+[ViewCellTableColumn newViewCell]):
            (-[ViewCellTableColumn initWithIdentifier:]):
            (-[ViewCellTableColumn initWithCoder:]):
            (-[ViewCellTableColumn dealloc]):
            (-[ViewCellTableColumn cells]):
            (-[ViewCellTableColumn dataCellForRow:]):
            (-[ViewCellTableColumn removeRows:]):
            (-[ViewCellTableColumn appendRows:]):
            (-[ViewCellTableColumn noteNumberOfTableRowsChanged:]):
            (-[ViewCellTableColumn willRemoveFromTableView:]):
            (-[NSTableColumn noteNumberOfTableRowsChanged:]):
            (-[NSTableColumn willRemoveFromTableView:]):
            (-[ViewCellTableView replaceHeaderView]):
            (-[ViewCellTableView workaroundReorderResizeProblem]):
            (-[ViewCellTableView didReorderOrResizeNotification:]):
            (-[ViewCellTableView initWithFrame:]):
            (-[ViewCellTableView initWithCoder:]):
            (-[ViewCellTableView dealloc]):
            (-[ViewCellTableView noteNumberOfRowsChanged]):
            (-[ViewCellTableView reloadData]):
            (-[ViewCellTableView removeTableColumn:]):
            (-[ViewCellTableView acceptsFirstResponder]):
            (-[ViewCellTableView needsPanelToBecomeKey]):
            * WebBrowser.pbproj/project.pbxproj:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2545 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    e335bc25