|
Lines 2301-2306
a/Source/WebCore/WebCore.xcodeproj/project.pbxproj_sec1
|
| 2301 |
517A53251F4B905500DCDC0A /* ServiceWorkerJobData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 517A53241F4B904A00DCDC0A /* ServiceWorkerJobData.cpp */; }; |
2301 |
517A53251F4B905500DCDC0A /* ServiceWorkerJobData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 517A53241F4B904A00DCDC0A /* ServiceWorkerJobData.cpp */; }; |
| 2302 |
517A53281F4B90B900DCDC0A /* ServiceWorkerRegistrationKey.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 517A53271F4B90B200DCDC0A /* ServiceWorkerRegistrationKey.cpp */; }; |
2302 |
517A53281F4B90B900DCDC0A /* ServiceWorkerRegistrationKey.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 517A53271F4B90B200DCDC0A /* ServiceWorkerRegistrationKey.cpp */; }; |
| 2303 |
517A53291F4B90B900DCDC0A /* ServiceWorkerRegistrationKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 517A53261F4B90B200DCDC0A /* ServiceWorkerRegistrationKey.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
2303 |
517A53291F4B90B900DCDC0A /* ServiceWorkerRegistrationKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 517A53261F4B90B200DCDC0A /* ServiceWorkerRegistrationKey.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
|
|
2304 |
517A53451F50C17F00DCDC0A /* SWServerWorker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 517A53431F50C16100DCDC0A /* SWServerWorker.cpp */; }; |
| 2305 |
517A53461F50C17F00DCDC0A /* SWServerWorker.h in Headers */ = {isa = PBXBuildFile; fileRef = 517A53421F50C16100DCDC0A /* SWServerWorker.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
| 2306 |
517A534E1F54A8BA00DCDC0A /* ServiceWorkerRegistrationData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 517A534B1F549D4A00DCDC0A /* ServiceWorkerRegistrationData.cpp */; }; |
| 2307 |
517A534F1F54A8BA00DCDC0A /* ServiceWorkerRegistrationData.h in Headers */ = {isa = PBXBuildFile; fileRef = 517A534C1F549D4A00DCDC0A /* ServiceWorkerRegistrationData.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
| 2304 |
517A63C31B74318700E7DCDC /* KeyedDecoderCF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 517A63BF1B74317E00E7DCDC /* KeyedDecoderCF.cpp */; }; |
2308 |
517A63C31B74318700E7DCDC /* KeyedDecoderCF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 517A63BF1B74317E00E7DCDC /* KeyedDecoderCF.cpp */; }; |
| 2305 |
517A63C41B74318B00E7DCDC /* KeyedEncoderCF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 517A63C11B74317E00E7DCDC /* KeyedEncoderCF.cpp */; }; |
2309 |
517A63C41B74318B00E7DCDC /* KeyedEncoderCF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 517A63C11B74317E00E7DCDC /* KeyedEncoderCF.cpp */; }; |
| 2306 |
517A63C51B74318F00E7DCDC /* KeyedDecoderCF.h in Headers */ = {isa = PBXBuildFile; fileRef = 517A63C01B74317E00E7DCDC /* KeyedDecoderCF.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
2310 |
517A63C51B74318F00E7DCDC /* KeyedDecoderCF.h in Headers */ = {isa = PBXBuildFile; fileRef = 517A63C01B74317E00E7DCDC /* KeyedDecoderCF.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
|
Lines 10122-10127
a/Source/WebCore/WebCore.xcodeproj/project.pbxproj_sec2
|
| 10122 |
517A53241F4B904A00DCDC0A /* ServiceWorkerJobData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ServiceWorkerJobData.cpp; sourceTree = "<group>"; }; |
10126 |
517A53241F4B904A00DCDC0A /* ServiceWorkerJobData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ServiceWorkerJobData.cpp; sourceTree = "<group>"; }; |
| 10123 |
517A53261F4B90B200DCDC0A /* ServiceWorkerRegistrationKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ServiceWorkerRegistrationKey.h; sourceTree = "<group>"; }; |
10127 |
517A53261F4B90B200DCDC0A /* ServiceWorkerRegistrationKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ServiceWorkerRegistrationKey.h; sourceTree = "<group>"; }; |
| 10124 |
517A53271F4B90B200DCDC0A /* ServiceWorkerRegistrationKey.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ServiceWorkerRegistrationKey.cpp; sourceTree = "<group>"; }; |
10128 |
517A53271F4B90B200DCDC0A /* ServiceWorkerRegistrationKey.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ServiceWorkerRegistrationKey.cpp; sourceTree = "<group>"; }; |
|
|
10129 |
517A53421F50C16100DCDC0A /* SWServerWorker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SWServerWorker.h; sourceTree = "<group>"; }; |
| 10130 |
517A53431F50C16100DCDC0A /* SWServerWorker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SWServerWorker.cpp; sourceTree = "<group>"; }; |
| 10131 |
517A534B1F549D4A00DCDC0A /* ServiceWorkerRegistrationData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ServiceWorkerRegistrationData.cpp; sourceTree = "<group>"; }; |
| 10132 |
517A534C1F549D4A00DCDC0A /* ServiceWorkerRegistrationData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ServiceWorkerRegistrationData.h; sourceTree = "<group>"; }; |
| 10125 |
517A63BF1B74317E00E7DCDC /* KeyedDecoderCF.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = KeyedDecoderCF.cpp; sourceTree = "<group>"; }; |
10133 |
517A63BF1B74317E00E7DCDC /* KeyedDecoderCF.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = KeyedDecoderCF.cpp; sourceTree = "<group>"; }; |
| 10126 |
517A63C01B74317E00E7DCDC /* KeyedDecoderCF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KeyedDecoderCF.h; sourceTree = "<group>"; }; |
10134 |
517A63C01B74317E00E7DCDC /* KeyedDecoderCF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KeyedDecoderCF.h; sourceTree = "<group>"; }; |
| 10127 |
517A63C11B74317E00E7DCDC /* KeyedEncoderCF.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = KeyedEncoderCF.cpp; sourceTree = "<group>"; }; |
10135 |
517A63C11B74317E00E7DCDC /* KeyedEncoderCF.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = KeyedEncoderCF.cpp; sourceTree = "<group>"; }; |
|
Lines 18758-18763
a/Source/WebCore/WebCore.xcodeproj/project.pbxproj_sec3
|
| 18758 |
517A52EE1F47535900DCDC0A /* SWServer.h */, |
18766 |
517A52EE1F47535900DCDC0A /* SWServer.h */, |
| 18759 |
51F645951F4A686100B54DED /* SWServerRegistration.cpp */, |
18767 |
51F645951F4A686100B54DED /* SWServerRegistration.cpp */, |
| 18760 |
51F645941F4A684F00B54DED /* SWServerRegistration.h */, |
18768 |
51F645941F4A684F00B54DED /* SWServerRegistration.h */, |
|
|
18769 |
517A53431F50C16100DCDC0A /* SWServerWorker.cpp */, |
| 18770 |
517A53421F50C16100DCDC0A /* SWServerWorker.h */, |
| 18761 |
); |
18771 |
); |
| 18762 |
path = server; |
18772 |
path = server; |
| 18763 |
sourceTree = "<group>"; |
18773 |
sourceTree = "<group>"; |
|
Lines 18863-18868
a/Source/WebCore/WebCore.xcodeproj/project.pbxproj_sec4
|
| 18863 |
51F1754D1F3EBC0C00C74950 /* ServiceWorkerRegistration.cpp */, |
18873 |
51F1754D1F3EBC0C00C74950 /* ServiceWorkerRegistration.cpp */, |
| 18864 |
51F1754C1F3EBC0C00C74950 /* ServiceWorkerRegistration.h */, |
18874 |
51F1754C1F3EBC0C00C74950 /* ServiceWorkerRegistration.h */, |
| 18865 |
51F1754B1F3EBC0C00C74950 /* ServiceWorkerRegistration.idl */, |
18875 |
51F1754B1F3EBC0C00C74950 /* ServiceWorkerRegistration.idl */, |
|
|
18876 |
517A534B1F549D4A00DCDC0A /* ServiceWorkerRegistrationData.cpp */, |
| 18877 |
517A534C1F549D4A00DCDC0A /* ServiceWorkerRegistrationData.h */, |
| 18866 |
517A53271F4B90B200DCDC0A /* ServiceWorkerRegistrationKey.cpp */, |
18878 |
517A53271F4B90B200DCDC0A /* ServiceWorkerRegistrationKey.cpp */, |
| 18867 |
517A53261F4B90B200DCDC0A /* ServiceWorkerRegistrationKey.h */, |
18879 |
517A53261F4B90B200DCDC0A /* ServiceWorkerRegistrationKey.h */, |
| 18868 |
51F645A01F4BF51600B54DED /* ServiceWorkerRegistrationOptions.cpp */, |
18880 |
51F645A01F4BF51600B54DED /* ServiceWorkerRegistrationOptions.cpp */, |
|
Lines 29709-29714
a/Source/WebCore/WebCore.xcodeproj/project.pbxproj_sec5
|
| 29709 |
51F6456A1F4539C000B54DED /* ServiceWorkerJobType.h in Headers */, |
29721 |
51F6456A1F4539C000B54DED /* ServiceWorkerJobType.h in Headers */, |
| 29710 |
51F175661F3EBC8300C74950 /* ServiceWorkerProvider.h in Headers */, |
29722 |
51F175661F3EBC8300C74950 /* ServiceWorkerProvider.h in Headers */, |
| 29711 |
51F175681F3EBC8300C74950 /* ServiceWorkerRegistration.h in Headers */, |
29723 |
51F175681F3EBC8300C74950 /* ServiceWorkerRegistration.h in Headers */, |
|
|
29724 |
517A534F1F54A8BA00DCDC0A /* ServiceWorkerRegistrationData.h in Headers */, |
| 29712 |
517A53291F4B90B900DCDC0A /* ServiceWorkerRegistrationKey.h in Headers */, |
29725 |
517A53291F4B90B900DCDC0A /* ServiceWorkerRegistrationKey.h in Headers */, |
| 29713 |
51F175691F3EBC8300C74950 /* ServiceWorkerRegistrationOptions.h in Headers */, |
29726 |
51F175691F3EBC8300C74950 /* ServiceWorkerRegistrationOptions.h in Headers */, |
| 29714 |
51F1756C1F3EBC8300C74950 /* ServiceWorkerUpdateViaCache.h in Headers */, |
29727 |
51F1756C1F3EBC8300C74950 /* ServiceWorkerUpdateViaCache.h in Headers */, |
|
Lines 30130-30135
a/Source/WebCore/WebCore.xcodeproj/project.pbxproj_sec6
|
| 30130 |
517A531D1F4B53B100DCDC0A /* SWClientConnection.h in Headers */, |
30143 |
517A531D1F4B53B100DCDC0A /* SWClientConnection.h in Headers */, |
| 30131 |
517A52F01F47535B00DCDC0A /* SWServer.h in Headers */, |
30144 |
517A52F01F47535B00DCDC0A /* SWServer.h in Headers */, |
| 30132 |
51F645971F4A686F00B54DED /* SWServerRegistration.h in Headers */, |
30145 |
51F645971F4A686F00B54DED /* SWServerRegistration.h in Headers */, |
|
|
30146 |
517A53461F50C17F00DCDC0A /* SWServerWorker.h in Headers */, |
| 30133 |
E180811716FCF9CB00B80D07 /* SynchronousLoaderClient.h in Headers */, |
30147 |
E180811716FCF9CB00B80D07 /* SynchronousLoaderClient.h in Headers */, |
| 30134 |
26FAE4CF1852E3A5004C8C46 /* SynchronousResourceHandleCFURLConnectionDelegate.h in Headers */, |
30148 |
26FAE4CF1852E3A5004C8C46 /* SynchronousResourceHandleCFURLConnectionDelegate.h in Headers */, |
| 30135 |
0F03C0741884695E00A5F8CA /* SystemMemory.h in Headers */, |
30149 |
0F03C0741884695E00A5F8CA /* SystemMemory.h in Headers */, |
|
Lines 33600-33605
a/Source/WebCore/WebCore.xcodeproj/project.pbxproj_sec7
|
| 33600 |
517A53251F4B905500DCDC0A /* ServiceWorkerJobData.cpp in Sources */, |
33614 |
517A53251F4B905500DCDC0A /* ServiceWorkerJobData.cpp in Sources */, |
| 33601 |
51F175651F3EBC8300C74950 /* ServiceWorkerProvider.cpp in Sources */, |
33615 |
51F175651F3EBC8300C74950 /* ServiceWorkerProvider.cpp in Sources */, |
| 33602 |
51F175671F3EBC8300C74950 /* ServiceWorkerRegistration.cpp in Sources */, |
33616 |
51F175671F3EBC8300C74950 /* ServiceWorkerRegistration.cpp in Sources */, |
|
|
33617 |
517A534E1F54A8BA00DCDC0A /* ServiceWorkerRegistrationData.cpp in Sources */, |
| 33603 |
517A53281F4B90B900DCDC0A /* ServiceWorkerRegistrationKey.cpp in Sources */, |
33618 |
517A53281F4B90B900DCDC0A /* ServiceWorkerRegistrationKey.cpp in Sources */, |
| 33604 |
51F645A21F4BF53C00B54DED /* ServiceWorkerRegistrationOptions.cpp in Sources */, |
33619 |
51F645A21F4BF53C00B54DED /* ServiceWorkerRegistrationOptions.cpp in Sources */, |
| 33605 |
93309E0F099E64920056E581 /* SetNodeAttributeCommand.cpp in Sources */, |
33620 |
93309E0F099E64920056E581 /* SetNodeAttributeCommand.cpp in Sources */, |
|
Lines 33907-33912
a/Source/WebCore/WebCore.xcodeproj/project.pbxproj_sec8
|
| 33907 |
517A531C1F4B53B100DCDC0A /* SWClientConnection.cpp in Sources */, |
33922 |
517A531C1F4B53B100DCDC0A /* SWClientConnection.cpp in Sources */, |
| 33908 |
517A52F11F4754E700DCDC0A /* SWServer.cpp in Sources */, |
33923 |
517A52F11F4754E700DCDC0A /* SWServer.cpp in Sources */, |
| 33909 |
51F645961F4A686F00B54DED /* SWServerRegistration.cpp in Sources */, |
33924 |
51F645961F4A686F00B54DED /* SWServerRegistration.cpp in Sources */, |
|
|
33925 |
517A53451F50C17F00DCDC0A /* SWServerWorker.cpp in Sources */, |
| 33910 |
E180811216FCF42F00B80D07 /* SynchronousLoaderClient.cpp in Sources */, |
33926 |
E180811216FCF42F00B80D07 /* SynchronousLoaderClient.cpp in Sources */, |
| 33911 |
E180811616FCF9CB00B80D07 /* SynchronousLoaderClient.mm in Sources */, |
33927 |
E180811616FCF9CB00B80D07 /* SynchronousLoaderClient.mm in Sources */, |
| 33912 |
442ABCD617D9262F00D30715 /* SynchronousLoaderClientCFNet.cpp in Sources */, |
33928 |
442ABCD617D9262F00D30715 /* SynchronousLoaderClientCFNet.cpp in Sources */, |