Changeset 140940 in webkit
- Timestamp:
- Jan 27, 2013, 9:02:08 PM (12 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r140930 r140940 1 2013-01-27 Alexey Proskuryakov <ap@apple.com> 2 3 Fix location of sandbox profiles in built products 4 https://bugs.webkit.org/show_bug.cgi?id=108026 5 6 Reviewed by Sam Weinig. 7 8 * WebKit2.xcodeproj/project.pbxproj: Sandbox profiles go into WebKit2 framework resources. 9 1 10 2013-01-27 Zoltan Arvai <zarvai@inf.u-szeged.hu> 2 11 -
trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj
r140929 r140940 818 818 BC82844E16B5089400A278FE /* WebKit2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8DC2EF5B0486A6940098B216 /* WebKit2.framework */; }; 819 819 BC82844F16B5089800A278FE /* WebKit2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8DC2EF5B0486A6940098B216 /* WebKit2.framework */; }; 820 BC82DF2215BDF42200FC2841 /* com.apple.WebProcess.sb in Resources */ = {isa = PBXBuildFile; fileRef = E1967E37150AB5E200C73169 /* com.apple.WebProcess.sb */; };821 820 BC8452A71162C80900CAB9B5 /* DrawingArea.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC8452A51162C80900CAB9B5 /* DrawingArea.cpp */; }; 822 821 BC8452A81162C80900CAB9B5 /* DrawingArea.h in Headers */ = {isa = PBXBuildFile; fileRef = BC8452A61162C80900CAB9B5 /* DrawingArea.h */; }; … … 857 856 BC9BA5051697C45300E44616 /* WebKit2Initialize.h in Headers */ = {isa = PBXBuildFile; fileRef = BC9BA5031697C45300E44616 /* WebKit2Initialize.h */; }; 858 857 BC9FA520160D3B430054DF9A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC3DE46815A91763008D26FC /* Foundation.framework */; }; 859 BC9FA523160D4A0F0054DF9A /* com.apple.WebProcess.sb in Resources */ = {isa = PBXBuildFile; fileRef = E1967E37150AB5E200C73169 /* com.apple.WebProcess.sb */; };860 858 BCA0EF7F12331E78007D3CFB /* WebUndoStep.h in Headers */ = {isa = PBXBuildFile; fileRef = BCA0EF7D12331E78007D3CFB /* WebUndoStep.h */; }; 861 859 BCA0EF8012331E78007D3CFB /* WebUndoStep.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCA0EF7E12331E78007D3CFB /* WebUndoStep.cpp */; }; … … 878 876 BCACC44916B24D3200B6E092 /* WebContentServiceMain.mm in Sources */ = {isa = PBXBuildFile; fileRef = BCACC44116B24CAA00B6E092 /* WebContentServiceMain.mm */; }; 879 877 BCACC44A16B24D3600B6E092 /* WebContentServiceMain.Development.mm in Sources */ = {isa = PBXBuildFile; fileRef = BCACC44416B24CAA00B6E092 /* WebContentServiceMain.Development.mm */; }; 880 BCAE9DFB160C0AA100A33217 /* com.apple.WebProcess.sb in Resources */ = {isa = PBXBuildFile; fileRef = E1967E37150AB5E200C73169 /* com.apple.WebProcess.sb */; };881 878 BCAE9E08160C1C0700A33217 /* WebKit2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8DC2EF5B0486A6940098B216 /* WebKit2.framework */; }; 882 879 BCAE9E09160C233B00A33217 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC3DE46815A91763008D26FC /* Foundation.framework */; }; … … 1041 1038 D3B9484911FF4B6500032B39 /* WebSearchPopupMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = D3B9484511FF4B6500032B39 /* WebSearchPopupMenu.h */; }; 1042 1039 DF58C6361371ACA000F9A37C /* NativeWebWheelEventMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF58C6351371ACA000F9A37C /* NativeWebWheelEventMac.mm */; }; 1040 E11D35AD16B63D14006D23D7 /* com.apple.WebKit.SharedWorkerProcess.sb in Resources */ = {isa = PBXBuildFile; fileRef = E1EDFDA4162884640039ECDA /* com.apple.WebKit.SharedWorkerProcess.sb */; }; 1041 E11D35AE16B63D1B006D23D7 /* com.apple.WebProcess.sb in Resources */ = {isa = PBXBuildFile; fileRef = E1967E37150AB5E200C73169 /* com.apple.WebProcess.sb */; }; 1043 1042 E133FD8A1423DD7F00FC7BFB /* WebKit.icns in Resources */ = {isa = PBXBuildFile; fileRef = E133FD891423DD7F00FC7BFB /* WebKit.icns */; }; 1044 1043 E134F01712EA5D33004EC58D /* WKPrintingView.h in Headers */ = {isa = PBXBuildFile; fileRef = E134F01512EA5D11004EC58D /* WKPrintingView.h */; }; … … 1061 1060 E19582D3153CBFD700B60875 /* PDFKitImports.h in Headers */ = {isa = PBXBuildFile; fileRef = E19582D2153CBFD700B60875 /* PDFKitImports.h */; }; 1062 1061 E19582D6153CC05400B60875 /* PDFKitImports.mm in Sources */ = {isa = PBXBuildFile; fileRef = E19582D4153CC05300B60875 /* PDFKitImports.mm */; }; 1063 E1967E38150AB5E200C73169 /* com.apple.WebProcess.sb in Resources */ = {isa = PBXBuildFile; fileRef = E1967E37150AB5E200C73169 /* com.apple.WebProcess.sb */; };1064 1062 E199875E142C045400BB2DE7 /* SimplePDFPlugin.mm in Sources */ = {isa = PBXBuildFile; fileRef = E199875C142BFC9700BB2DE7 /* SimplePDFPlugin.mm */; }; 1065 1063 E1A31732134CEA6C007C9A4F /* AttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = E1A31731134CEA6C007C9A4F /* AttributedString.h */; }; … … 5623 5621 buildActionMask = 2147483647; 5624 5622 files = ( 5625 E1967E38150AB5E200C73169 /* com.apple.WebProcess.sb in Resources */,5626 5623 E133FD8A1423DD7F00FC7BFB /* WebKit.icns in Resources */, 5627 5624 ); … … 5640 5637 buildActionMask = 2147483647; 5641 5638 files = ( 5642 BC9FA523160D4A0F0054DF9A /* com.apple.WebProcess.sb in Resources */,5643 5639 1CBC945E16515ED200D68AAE /* Dock.pdf in Resources */, 5644 5640 8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */, 5641 E11D35AD16B63D14006D23D7 /* com.apple.WebKit.SharedWorkerProcess.sb in Resources */, 5642 E11D35AE16B63D1B006D23D7 /* com.apple.WebProcess.sb in Resources */, 5645 5643 ); 5646 5644 runOnlyForDeploymentPostprocessing = 0; … … 5650 5648 buildActionMask = 2147483647; 5651 5649 files = ( 5652 BC82DF2215BDF42200FC2841 /* com.apple.WebProcess.sb in Resources */,5653 5650 ); 5654 5651 runOnlyForDeploymentPostprocessing = 0; … … 5693 5690 buildActionMask = 2147483647; 5694 5691 files = ( 5695 BCAE9DFB160C0AA100A33217 /* com.apple.WebProcess.sb in Resources */,5696 5692 ); 5697 5693 runOnlyForDeploymentPostprocessing = 0;
Note:
See TracChangeset
for help on using the changeset viewer.