Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (107648 => 107649)
--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj 2012-02-14 01:27:21 UTC (rev 107648)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj 2012-02-14 01:32:25 UTC (rev 107649)
@@ -7034,10 +7034,10 @@
14947FFC12F80CD200A0F631 /* DocumentOrderedMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DocumentOrderedMap.h; sourceTree = "<group>"; };
14993BE30B2F2B1C0050497F /* FocusController.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FocusController.cpp; sourceTree = "<group>"; };
14993BE40B2F2B1C0050497F /* FocusController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FocusController.h; sourceTree = "<group>"; };
- 14A98E05136386A200C9FED2 /* Blob.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Blob.idl; path = ../../../webkit/Source/WebCore/fileapi/Blob.idl; sourceTree = SOURCE_ROOT; };
- 14BDF5971365392C00148393 /* DOMFileSystem.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = DOMFileSystem.idl; path = ../../../webkit/Source/WebCore/fileapi/DOMFileSystem.idl; sourceTree = SOURCE_ROOT; };
- 14BDF59A1365399100148393 /* FileReader.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = FileReader.idl; path = ../../../webkit/Source/WebCore/fileapi/FileReader.idl; sourceTree = SOURCE_ROOT; };
- 14BDF59C136539BE00148393 /* FileWriter.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = FileWriter.idl; path = ../../../webkit/Source/WebCore/fileapi/FileWriter.idl; sourceTree = SOURCE_ROOT; };
+ 14A98E05136386A200C9FED2 /* Blob.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Blob.idl; path = fileapi/Blob.idl; sourceTree = SOURCE_ROOT; };
+ 14BDF5971365392C00148393 /* DOMFileSystem.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = DOMFileSystem.idl; path = fileapi/DOMFileSystem.idl; sourceTree = SOURCE_ROOT; };
+ 14BDF59A1365399100148393 /* FileReader.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = FileReader.idl; path = fileapi/FileReader.idl; sourceTree = SOURCE_ROOT; };
+ 14BDF59C136539BE00148393 /* FileWriter.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = FileWriter.idl; path = fileapi/FileWriter.idl; sourceTree = SOURCE_ROOT; };
14C9A5E90B3D105F005A0232 /* Settings.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Settings.cpp; sourceTree = "<group>"; };
14CD8D81106B529000A46D23 /* JSSharedWorkerCustom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSSharedWorkerCustom.cpp; sourceTree = "<group>"; };
14CF787109F587CA00EB3665 /* CSSValue.idl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = CSSValue.idl; sourceTree = "<group>"; };
@@ -12738,6 +12738,32 @@
E1A5F99A0E7EAA2500AF85EA /* JSMessageChannelCustom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSMessageChannelCustom.cpp; sourceTree = "<group>"; };
E1A643F10EC0972500779668 /* WorkerScriptController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WorkerScriptController.h; sourceTree = "<group>"; };
E1A643FC0EC097A000779668 /* WorkerScriptController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WorkerScriptController.cpp; sourceTree = "<group>"; };
+ E1AB1EA814E9E27D00449E13 /* FileList.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = FileList.idl; path = fileapi/FileList.idl; sourceTree = "<group>"; };
+ E1AB1EAB14E9E2EF00449E13 /* DirectoryEntry.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = DirectoryEntry.idl; path = fileapi/DirectoryEntry.idl; sourceTree = "<group>"; };
+ E1AB1EAC14E9E2F800449E13 /* DirectoryEntrySync.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = DirectoryEntrySync.idl; path = fileapi/DirectoryEntrySync.idl; sourceTree = "<group>"; };
+ E1AB1EAD14E9E30500449E13 /* DirectoryReader.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = DirectoryReader.idl; path = fileapi/DirectoryReader.idl; sourceTree = "<group>"; };
+ E1AB1EAE14E9E30B00449E13 /* DirectoryReaderSync.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = DirectoryReaderSync.idl; path = fileapi/DirectoryReaderSync.idl; sourceTree = "<group>"; };
+ E1AB1EAF14E9E31700449E13 /* DOMFileSystemSync.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = DOMFileSystemSync.idl; path = fileapi/DOMFileSystemSync.idl; sourceTree = "<group>"; };
+ E1AB1EB014E9E32300449E13 /* EntriesCallback.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = EntriesCallback.idl; path = fileapi/EntriesCallback.idl; sourceTree = "<group>"; };
+ E1AB1EB114E9E32A00449E13 /* Entry.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = Entry.idl; path = fileapi/Entry.idl; sourceTree = "<group>"; };
+ E1AB1EB214E9E33200449E13 /* EntryArray.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = EntryArray.idl; path = fileapi/EntryArray.idl; sourceTree = "<group>"; };
+ E1AB1EB314E9E33900449E13 /* EntryArraySync.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = EntryArraySync.idl; path = fileapi/EntryArraySync.idl; sourceTree = "<group>"; };
+ E1AB1EB414E9E34500449E13 /* EntryCallback.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = EntryCallback.idl; path = fileapi/EntryCallback.idl; sourceTree = "<group>"; };
+ E1AB1EB514E9E34B00449E13 /* EntrySync.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = EntrySync.idl; path = fileapi/EntrySync.idl; sourceTree = "<group>"; };
+ E1AB1EB614E9E35200449E13 /* ErrorCallback.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = ErrorCallback.idl; path = fileapi/ErrorCallback.idl; sourceTree = "<group>"; };
+ E1AB1EB714E9E35800449E13 /* File.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = File.idl; path = fileapi/File.idl; sourceTree = "<group>"; };
+ E1AB1EB814E9E36200449E13 /* FileCallback.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = FileCallback.idl; path = fileapi/FileCallback.idl; sourceTree = "<group>"; };
+ E1AB1EB914E9E36D00449E13 /* FileEntry.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = FileEntry.idl; path = fileapi/FileEntry.idl; sourceTree = "<group>"; };
+ E1AB1EBA14E9E37200449E13 /* FileEntrySync.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = FileEntrySync.idl; path = fileapi/FileEntrySync.idl; sourceTree = "<group>"; };
+ E1AB1EBB14E9E37A00449E13 /* FileError.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = FileError.idl; path = fileapi/FileError.idl; sourceTree = "<group>"; };
+ E1AB1EBC14E9E39700449E13 /* FileException.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = FileException.idl; path = fileapi/FileException.idl; sourceTree = "<group>"; };
+ E1AB1EBD14E9E3A800449E13 /* FileReaderSync.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = FileReaderSync.idl; path = fileapi/FileReaderSync.idl; sourceTree = "<group>"; };
+ E1AB1EBE14E9E3B200449E13 /* FileSystemCallback.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = FileSystemCallback.idl; path = fileapi/FileSystemCallback.idl; sourceTree = "<group>"; };
+ E1AB1EBF14E9E3BE00449E13 /* FileWriterCallback.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = FileWriterCallback.idl; path = fileapi/FileWriterCallback.idl; sourceTree = "<group>"; };
+ E1AB1EC014E9E3C400449E13 /* FileWriterSync.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = FileWriterSync.idl; path = fileapi/FileWriterSync.idl; sourceTree = "<group>"; };
+ E1AB1EC114E9E3CC00449E13 /* Metadata.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = Metadata.idl; path = fileapi/Metadata.idl; sourceTree = "<group>"; };
+ E1AB1EC214E9E3D500449E13 /* MetadataCallback.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = MetadataCallback.idl; path = fileapi/MetadataCallback.idl; sourceTree = "<group>"; };
+ E1AB1EC314E9E3E200449E13 /* WebKitBlobBuilder.idl */ = {isa = PBXFileReference; lastKnownFileType = text; name = WebKitBlobBuilder.idl; path = fileapi/WebKitBlobBuilder.idl; sourceTree = "<group>"; };
E1ACAF4A0E791AAF0087D12B /* DOMMessagePort.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DOMMessagePort.mm; sourceTree = "<group>"; };
E1ACAF4B0E791AAF0087D12B /* DOMMessagePort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMMessagePort.h; sourceTree = "<group>"; };
E1AD12D51295D0BD00ACA989 /* JSProcessingInstructionCustom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSProcessingInstructionCustom.cpp; sourceTree = "<group>"; };
@@ -17043,13 +17069,17 @@
976D6C60122B8A3D001FD1F7 /* BlobURL.h */,
89878539122CA064003AABDA /* DirectoryEntry.cpp */,
8987853A122CA064003AABDA /* DirectoryEntry.h */,
+ E1AB1EAB14E9E2EF00449E13 /* DirectoryEntry.idl */,
893C47F01248BD39002B3D86 /* DirectoryEntrySync.cpp */,
893C47F11248BD39002B3D86 /* DirectoryEntrySync.h */,
+ E1AB1EAC14E9E2F800449E13 /* DirectoryEntrySync.idl */,
8987853B122CA064003AABDA /* DirectoryReader.cpp */,
8987853C122CA064003AABDA /* DirectoryReader.h */,
+ E1AB1EAD14E9E30500449E13 /* DirectoryReader.idl */,
890AE0E01256A07900F5968C /* DirectoryReaderBase.h */,
893C47F21248BD39002B3D86 /* DirectoryReaderSync.cpp */,
893C47F31248BD39002B3D86 /* DirectoryReaderSync.h */,
+ E1AB1EAE14E9E30B00449E13 /* DirectoryReaderSync.idl */,
8987853D122CA064003AABDA /* DOMFilePath.cpp */,
8987853E122CA064003AABDA /* DOMFilePath.h */,
8987853F122CA064003AABDA /* DOMFileSystem.cpp */,
@@ -17059,31 +17089,46 @@
893C47F51248BD39002B3D86 /* DOMFileSystemBase.h */,
893C47F61248BD39002B3D86 /* DOMFileSystemSync.cpp */,
893C47F71248BD39002B3D86 /* DOMFileSystemSync.h */,
+ E1AB1EAF14E9E31700449E13 /* DOMFileSystemSync.idl */,
89878541122CA064003AABDA /* EntriesCallback.h */,
+ E1AB1EB014E9E32300449E13 /* EntriesCallback.idl */,
89878542122CA064003AABDA /* Entry.cpp */,
89878543122CA064003AABDA /* Entry.h */,
+ E1AB1EB114E9E32A00449E13 /* Entry.idl */,
89878544122CA064003AABDA /* EntryArray.cpp */,
89878545122CA064003AABDA /* EntryArray.h */,
+ E1AB1EB214E9E33200449E13 /* EntryArray.idl */,
893C47F81248BD39002B3D86 /* EntryArraySync.cpp */,
893C47F91248BD39002B3D86 /* EntryArraySync.h */,
+ E1AB1EB314E9E33900449E13 /* EntryArraySync.idl */,
C6F41046130C6E8900393DE4 /* EntryBase.cpp */,
893C47FB1248BD39002B3D86 /* EntryBase.h */,
89878546122CA064003AABDA /* EntryCallback.h */,
+ E1AB1EB414E9E34500449E13 /* EntryCallback.idl */,
893C47FC1248BD39002B3D86 /* EntrySync.cpp */,
893C47FD1248BD39002B3D86 /* EntrySync.h */,
+ E1AB1EB514E9E34B00449E13 /* EntrySync.idl */,
89878547122CA064003AABDA /* ErrorCallback.h */,
+ E1AB1EB614E9E35200449E13 /* ErrorCallback.idl */,
976D6C61122B8A3D001FD1F7 /* File.cpp */,
976D6C62122B8A3D001FD1F7 /* File.h */,
+ E1AB1EB714E9E35800449E13 /* File.idl */,
893C47A51238908B002B3D86 /* FileCallback.h */,
+ E1AB1EB814E9E36200449E13 /* FileCallback.idl */,
89878548122CA064003AABDA /* FileEntry.cpp */,
89878549122CA064003AABDA /* FileEntry.h */,
+ E1AB1EB914E9E36D00449E13 /* FileEntry.idl */,
893C47FE1248BD39002B3D86 /* FileEntrySync.cpp */,
893C47FF1248BD39002B3D86 /* FileEntrySync.h */,
+ E1AB1EBA14E9E37200449E13 /* FileEntrySync.idl */,
976D6C64122B8A3D001FD1F7 /* FileError.h */,
+ E1AB1EBB14E9E37A00449E13 /* FileError.idl */,
978D07B5145A0F030096908D /* FileException.cpp */,
2EDF369E122C94C8002F7D4E /* FileException.h */,
+ E1AB1EBC14E9E39700449E13 /* FileException.idl */,
976D6C66122B8A3D001FD1F7 /* FileList.cpp */,
976D6C67122B8A3D001FD1F7 /* FileList.h */,
+ E1AB1EA814E9E27D00449E13 /* FileList.idl */,
4689F1AE1267BAE100E8D380 /* FileMetadata.h */,
976D6C69122B8A3D001FD1F7 /* FileReader.cpp */,
976D6C6A122B8A3D001FD1F7 /* FileReader.h */,
@@ -17093,9 +17138,11 @@
2E75841C12779ADA0062628B /* FileReaderLoaderClient.h */,
2EDF369A122C94B4002F7D4E /* FileReaderSync.cpp */,
2EDF369B122C94B4002F7D4E /* FileReaderSync.h */,
+ E1AB1EBD14E9E3A800449E13 /* FileReaderSync.idl */,
976D6C6C122B8A3D001FD1F7 /* FileStreamProxy.cpp */,
976D6C6D122B8A3D001FD1F7 /* FileStreamProxy.h */,
8987854A122CA064003AABDA /* FileSystemCallback.h */,
+ E1AB1EBE14E9E3B200449E13 /* FileSystemCallback.idl */,
8987854B122CA064003AABDA /* FileSystemCallbacks.cpp */,
8987854C122CA064003AABDA /* FileSystemCallbacks.h */,
976D6C6E122B8A3D001FD1F7 /* FileThread.cpp */,
@@ -17108,12 +17155,16 @@
46BC724C129B104C0071C07E /* FileWriterBase.h */,
46BC724D129B104C0071C07E /* FileWriterBaseCallback.h */,
893C47A61238908B002B3D86 /* FileWriterCallback.h */,
+ E1AB1EBF14E9E3BE00449E13 /* FileWriterCallback.idl */,
46700ECE127B96CB00F5D5D6 /* FileWriterSync.cpp */,
46700ECF127B96CB00F5D5D6 /* FileWriterSync.h */,
+ E1AB1EC014E9E3C400449E13 /* FileWriterSync.idl */,
8987854E122CA064003AABDA /* LocalFileSystem.cpp */,
8987854F122CA064003AABDA /* LocalFileSystem.h */,
89878550122CA064003AABDA /* Metadata.h */,
+ E1AB1EC114E9E3CC00449E13 /* Metadata.idl */,
89878551122CA064003AABDA /* MetadataCallback.h */,
+ E1AB1EC214E9E3D500449E13 /* MetadataCallback.idl */,
978D07B7145A0F1B0096908D /* OperationNotAllowedException.cpp */,
2E2445F51395893A004B6C19 /* OperationNotAllowedException.h */,
2E2445F61395893A004B6C19 /* OperationNotAllowedException.idl */,
@@ -17121,6 +17172,7 @@
976D6C76122B8A3D001FD1F7 /* ThreadableBlobRegistry.h */,
976D6C5C122B8A3D001FD1F7 /* WebKitBlobBuilder.cpp */,
976D6C5D122B8A3D001FD1F7 /* WebKitBlobBuilder.h */,
+ E1AB1EC314E9E3E200449E13 /* WebKitBlobBuilder.idl */,
8987854D122CA064003AABDA /* WebKitFlags.h */,
);
name = fileapi;