2007-12-12 Mark Rowe Reviewed by Dave Kilzer. Remove abuse of projectDirPath from WebKit.xcodeproj to fix Production builds. * WebKit.xcodeproj/project.pbxproj: 2007-11-19 Brady Eidson Reviewed by Maciej * WebKit.xcodeproj/project.pbxproj: Sorted! 2007-11-17 Timothy Hatcher Reviewed by Mark Rowe. Bug 13470: i18n: The Web Inspector is not localizable http://bugs.webkit.org/show_bug.cgi?id=13470 Update the localized strings and the file encoding of WebInspectorClient.mm. * English.lproj/Localizable.strings: * StringsNotToBeLocalized.txt: * WebKit.xcodeproj/project.pbxproj: 2007-11-16 Mark Rowe Reviewed by Tim Hatcher. Build WebCore as a sub-framework of WebKit in all configurations. * WebKit.xcodeproj/project.pbxproj: 2007-11-16 Brady Eidson * WebKit.xcodeproj/project.pbxproj: WebDatabaseManagerPrivate.h, also! 2007-11-16 Brady Eidson * WebKit.xcodeproj/project.pbxproj: Mark WebSecurityOriginPrivate.h private so it is exported 2007-11-16 Brady Eidson Reviewed by John Database management API tweaks * WebKit.xcodeproj/project.pbxproj: 2007-11-15 Brady Eidson Reviewed by John Stubbing out everything required for a WebKit API for databases * WebKit.xcodeproj/project.pbxproj: 2007-11-12 Adam Roben * StringsNotToBeLocalized.txt: Updated. 2007-11-08 Kevin Ollivier Adding the wx WebKit implementation. Reviewed by Mark Rowe. * wx: Added. 2007-11-07 Mark Rowe Reviewed by Kevin Decker. Fix 64-bit Mac build. * WebKit.xcodeproj/project.pbxproj: Change paths specified relative to SRCROOT to be relative to PROJECT_DIR. PROJECT_DIR takes into account the projectDirPath setting of the project, which in this instance includes the necessary "mac" subdirectory.