+2007-03-18 Andrew Wellington <proton@wiretapped.net>
+
+ Reviewed by Mark Rowe
+
+ Set Xcode editor to use 4 space indentation (http://webkit.org/coding/coding-style.html)
+
+ * JavaScriptCore.xcodeproj/project.pbxproj:
+
2007-03-19 Mark Rowe <mrowe@apple.com>
Rubber-stamped by Brady.
14ABB454099C2A0F00E2A24F /* JSType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSType.h; sourceTree = "<group>"; };
14ABDF5D0A437FEF00ECCA01 /* JSCallbackObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSCallbackObject.h; sourceTree = "<group>"; };
14ABDF5E0A437FEF00ECCA01 /* JSCallbackObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSCallbackObject.cpp; sourceTree = "<group>"; };
- 14B8ECA60A5653980062BE54 /* JavaScriptCore.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = JavaScriptCore.exp; sourceTree = "<group>"; };
+ 14B8ECA60A5653980062BE54 /* JavaScriptCore.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = JavaScriptCore.exp; sourceTree = "<group>"; tabWidth = 4; usesTabs = 1; };
14BD534A0A3E0AEA00BAF59C /* SavedBuiltins.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SavedBuiltins.h; sourceTree = "<group>"; };
14BD53F30A3E12D800BAF59C /* ExecState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExecState.h; sourceTree = "<group>"; };
14BD53F40A3E12D800BAF59C /* ExecState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ExecState.cpp; sourceTree = "<group>"; };
);
name = Products;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
0867D691FE84028FC02AAC07 /* JavaScriptCore */ = {
isa = PBXGroup;
);
name = Frameworks;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
141211000A48772600480255 /* tests */ = {
isa = PBXGroup;
name = tests;
path = API;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
1432EBD70A34CAD400717B9F /* API */ = {
isa = PBXGroup;
);
path = API;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
144005170A531CB50005F061 /* minidom */ = {
isa = PBXGroup;
);
path = Configurations;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
51856D950562EE9C008B9D83 /* bindings */ = {
isa = PBXGroup;
);
name = bindings;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
650FDF8D09D0FCA700769E54 /* Derived Sources */ = {
isa = PBXGroup;
name = "Derived Sources";
path = DerivedSources/JavaScriptCore;
sourceTree = BUILT_PRODUCTS_DIR;
+ tabWidth = 4;
+ usesTabs = 1;
};
65162EF108E6A21C007556CD /* wtf */ = {
isa = PBXGroup;
);
path = wtf;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
65417200039E01BA0058BFEB /* kjs */ = {
isa = PBXGroup;
);
path = kjs;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
65417203039E01F90058BFEB /* pcre */ = {
isa = PBXGroup;
);
name = pcre;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
932FC3C10824BB61005B3C75 /* Intermediates */ = {
isa = PBXGroup;
);
name = Intermediates;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
932FC3C20824BB70005B3C75 /* Resources */ = {
isa = PBXGroup;
);
name = Resources;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
E195678D09E7CF1200B89D13 /* unicode */ = {
isa = PBXGroup;
+2007-03-18 Andrew Wellington <proton@wiretapped.net>
+
+ Reviewed by Mark Rowe
+
+ Set Xcode editor to use 4 space indentation (http://webkit.org/coding/coding-style.html)
+
+ * JavaScriptGlue.xcodeproj/project.pbxproj:
+
2007-03-17 Timothy Hatcher <timothy@apple.com>
Reviewed by Mark Rowe.
0867D69BFE84028FC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
0867D6A5FE840307C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; indentWidth = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
- 1422E86709DE3BCE00749B87 /* testjsglue.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = testjsglue.cpp; sourceTree = "<group>"; };
+ 1422E86709DE3BCE00749B87 /* testjsglue.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = testjsglue.cpp; sourceTree = "<group>"; tabWidth = 4; usesTabs = 1; };
1422E87709DE3BE800749B87 /* testjsglue */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testjsglue; sourceTree = BUILT_PRODUCTS_DIR; };
1C90519F0BA9F3050081E9D0 /* Base.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Base.xcconfig; sourceTree = "<group>"; };
1C9051A00BA9F3050081E9D0 /* DebugRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = DebugRelease.xcconfig; sourceTree = "<group>"; };
);
name = Products;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
0867D691FE84028FC02AAC07 /* JavaScriptGlue */ = {
isa = PBXGroup;
);
name = "External Frameworks and Libraries";
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
089C1665FE841158C02AAC07 /* Resources */ = {
isa = PBXGroup;
);
name = Resources;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
08FB77AEFE84172EC02AAC07 /* Classes */ = {
isa = PBXGroup;
);
name = Classes;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */ = {
isa = PBXGroup;
);
path = Configurations;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
/* End PBXGroup section */
+2007-03-18 Andrew Wellington <proton@wiretapped.net>
+
+ Reviewed by Mark Rowe
+
+ Set Xcode editor to use 4 space indentation (http://webkit.org/coding/coding-style.html)
+
+ * WebCore.xcodeproj/project.pbxproj:
+
2007-03-18 David Hyatt <hyatt@apple.com>
Fix for REGRESSION bug 13108, frame borders being painted when they shouldn't be. Rework both frame borders
65BF022A0974816300C43196 /* Frame.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Frame.h; sourceTree = "<group>"; };
65BF022B0974816300C43196 /* FramePrivate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FramePrivate.h; sourceTree = "<group>"; };
65BF023C0974819000C43196 /* FrameMac.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; path = FrameMac.mm; sourceTree = "<group>"; };
- 65C97AF208EA908800ACD273 /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
+ 65C97AF208EA908800ACD273 /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; tabWidth = 4; usesTabs = 1; };
65CBFEF70974F607001DAC25 /* FrameView.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FrameView.cpp; sourceTree = "<group>"; };
65CBFEF80974F607001DAC25 /* FrameView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FrameView.h; sourceTree = "<group>"; };
65D1C1C909932B22000CB324 /* Plugin.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Plugin.h; sourceTree = "<group>"; };
ED048ABB0833F132006E1E67 /* textAreaResizeCorner.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = textAreaResizeCorner.tiff; sourceTree = "<group>"; };
ED2BA83B09A24B91006C0AC4 /* DocumentMarker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DocumentMarker.h; sourceTree = "<group>"; };
ED501DC50B249F2900AE18D9 /* EditorMac.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.objcpp; name = EditorMac.mm; path = mac/EditorMac.mm; sourceTree = "<group>"; };
- EDEC98020AED7E170059137F /* WebCorePrefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = WebCorePrefix.h; sourceTree = "<group>"; };
+ EDEC98020AED7E170059137F /* WebCorePrefix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = WebCorePrefix.h; sourceTree = "<group>"; tabWidth = 4; usesTabs = 1; };
F523D23B02DE4396018635CA /* HTMLDocument.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTMLDocument.cpp; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
F523D23C02DE4396018635CA /* HTMLDocument.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = HTMLDocument.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
F523D23E02DE4396018635CA /* HTMLElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTMLElement.cpp; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
F58786B302DE3B8601EA4122 /* RegularExpression.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = RegularExpression.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
F58786BF02DE3B8601EA4122 /* TextStream.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = TextStream.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
F58786C202DE3B8601EA4122 /* DeprecatedValueList.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = DeprecatedValueList.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
- F58EF58E02DFDFB7018635CA /* WebCore.exp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.exports; path = WebCore.exp; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
+ F58EF58E02DFDFB7018635CA /* WebCore.exp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.exports; path = WebCore.exp; sourceTree = "<group>"; tabWidth = 4; usesTabs = 1; };
F5B2A52B02E22573018635CB /* WebCoreJavaScript.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = WebCoreJavaScript.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
F5B2A52C02E22573018635CB /* WebCoreJavaScript.mm */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebCoreJavaScript.mm; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
F5C2869302846DCD018635CA /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; };
);
name = Products;
sourceTree = SOURCE_ROOT;
+ tabWidth = 4;
+ usesTabs = 1;
};
0867D691FE84028FC02AAC07 /* WebKit */ = {
isa = PBXGroup;
);
name = Frameworks;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
089C1665FE841158C02AAC07 /* Resources */ = {
isa = PBXGroup;
);
path = Resources;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
14DFB33F0A7DF7630018F769 /* Derived Sources */ = {
isa = PBXGroup;
);
path = Configurations;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
5126E6B60A2E3AEF005C29FA /* icon */ = {
isa = PBXGroup;
);
path = history;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
656580EC09D12B20000E61D7 /* Derived Sources */ = {
isa = PBXGroup;
name = "Derived Sources";
path = DerivedSources/WebCore;
sourceTree = BUILT_PRODUCTS_DIR;
+ tabWidth = 4;
+ usesTabs = 1;
};
656B84D70AEA1CE900A095B4 /* network */ = {
isa = PBXGroup;
);
path = page;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
65BF021F097480EF00C43196 /* bridge */ = {
isa = PBXGroup;
);
path = bridge;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
65BF02350974819000C43196 /* mac */ = {
isa = PBXGroup;
);
path = editing;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
93A1EAA20A5634D8006960A0 /* mac */ = {
isa = PBXGroup;
);
path = html;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
A8C0F6E9089701F100BA5114 /* ksvg2 */ = {
isa = PBXGroup;
);
path = ksvg2;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
A8C0F6EA089701F100BA5114 /* misc */ = {
isa = PBXGroup;
);
path = bindings;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
BC1A3793097C6FB10019F3D8 /* js */ = {
isa = PBXGroup;
);
path = loader;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
BCF1A5BA097832090061A123 /* platform */ = {
isa = PBXGroup;
);
path = platform;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
E1F0424309839389006694EA /* xml */ = {
isa = PBXGroup;
);
path = xml;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
ED501DC90B249F3900AE18D9 /* mac */ = {
isa = PBXGroup;
);
path = css;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
F523D2F302DE443B018635CA /* rendering */ = {
isa = PBXGroup;
);
path = rendering;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
F523D32402DE4478018635CA /* dom */ = {
isa = PBXGroup;
);
path = dom;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
/* End PBXGroup section */
+2007-03-18 Andrew Wellington <proton@wiretapped.net>
+
+ Reviewed by Mark Rowe
+
+ Set Xcode editor to use 4 space indentation (http://webkit.org/coding/coding-style.html)
+
+ * WebKit.xcodeproj/project.pbxproj:
+
2007-03-19 Mark Rowe <mrowe@apple.com>
Rubber-stamped by Brady.
9345DDAF0365FB27008635CE /* WebNSWindowExtras.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; path = WebNSWindowExtras.m; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
9345DDB20365FFD0008635CE /* WebNSControlExtras.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = WebNSControlExtras.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
9345DDB30365FFD0008635CE /* WebNSControlExtras.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; path = WebNSControlExtras.m; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
- 939811320824BF01008DF038 /* Info.plist */ = {isa = PBXFileReference; indentWidth = 4; lastKnownFileType = text.xml; path = Info.plist; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
+ 939811320824BF01008DF038 /* Info.plist */ = {isa = PBXFileReference; indentWidth = 4; lastKnownFileType = text.xml; path = Info.plist; sourceTree = "<group>"; tabWidth = 8; usesTabs = 1; };
939811330824BF01008DF038 /* WebKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = WebKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
93AEB17D032C1735008635CE /* WebKitLogging.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = WebKitLogging.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
93AEB17E032C1735008635CE /* WebKitLogging.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; path = WebKitLogging.m; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
F5AFB45F02B94DC8018635CA /* WebFrameBridge.mm */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebFrameBridge.mm; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
F5B67130023EDF8901C1A525 /* url_icon.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = url_icon.tiff; path = Resources/url_icon.tiff; sourceTree = "<group>"; };
F5B92B820223191D01C1A525 /* WebHistoryPrivate.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = WebHistoryPrivate.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
- F5C283730284676D018635CA /* WebKitPrefix.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = WebKitPrefix.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
+ F5C283730284676D018635CA /* WebKitPrefix.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = WebKitPrefix.h; sourceTree = "<group>"; tabWidth = 4; usesTabs = 1; };
F5C2869302846DCD018635CA /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; };
F5C2869402846DCD018635CA /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
F5C2869502846DCD018635CA /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
F5F717230288493C018635CA /* npapi.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; path = npapi.m; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
F5F7174C02885C5B018635CA /* WebViewFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = WebViewFactory.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
F5F7174D02885C5B018635CA /* WebViewFactory.mm */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebViewFactory.mm; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
- F5F732D202FF4D4F01A80180 /* WebKit.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = WebKit.exp; sourceTree = "<group>"; };
+ F5F732D202FF4D4F01A80180 /* WebKit.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = WebKit.exp; sourceTree = "<group>"; tabWidth = 4; usesTabs = 1; };
F5F81C3902B67C26018635CA /* WebRenderNode.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; name = WebRenderNode.h; path = ../WebView/WebRenderNode.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
F5F81C3A02B67C26018635CA /* WebRenderNode.mm */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = WebRenderNode.mm; path = ../WebView/WebRenderNode.mm; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
F738C9E903FAD3DF0321FBE0 /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = JavaScriptCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
);
name = Products;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
0867D691FE84028FC02AAC07 /* WebKit */ = {
isa = PBXGroup;
);
name = "Frameworks and Libraries";
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
089C1665FE841158C02AAC07 /* Resources */ = {
isa = PBXGroup;
);
name = Resources;
sourceTree = SOURCE_ROOT;
+ tabWidth = 4;
+ usesTabs = 1;
};
1C68F63F095B5F9C00C2984E /* WebInspector */ = {
isa = PBXGroup;
);
path = WebInspector;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
1C904FCE0BA9DCF20081E9D0 /* Configurations */ = {
isa = PBXGroup;
);
path = Configurations;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
254DC334016E1D3F0ECA149E /* Misc */ = {
isa = PBXGroup;
);
path = Misc;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
25A8176801B5474B0ECA149E /* History */ = {
isa = PBXGroup;
);
path = History;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
51E94C0706C02CA300A9B09E /* PDF */ = {
isa = PBXGroup;
name = "Default Delegates";
path = DefaultDelegates;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
848DFF410365F6FB00CA2ACA /* Netscape Plug-ins */ = {
isa = PBXGroup;
);
path = WebView;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
F52CA6BD02DF9D0F018635CA /* HTML */ = {
isa = PBXGroup;
name = Download;
path = Misc;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
F57D194A034E732C01A80180 /* DOM */ = {
isa = PBXGroup;
);
path = DOM;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
F5B36B400281DE87018635CB /* WebCoreSupport */ = {
isa = PBXGroup;
);
path = WebCoreSupport;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
F5EBC45202134BB601CA1520 /* Plugins */ = {
isa = PBXGroup;
);
path = Plugins;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
F7EBEE5903F9DB2203CA0DE6 /* Carbon */ = {
isa = PBXGroup;
);
path = Carbon;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
F7EBEECF03F9DBBD03CA0DE6 /* AppKit Overrides */ = {
isa = PBXGroup;
);
path = Panels;
sourceTree = "<group>";
+ tabWidth = 4;
+ usesTabs = 1;
};
/* End PBXGroup section */