2008-04-04 Ada Chan Updated the format string for window title for a standalone image to take integers. Reviewed by Dan. * English.lproj/Localizable.strings: 2008-03-28 Brady Eidson Rubberstamped by Darin Adler Remove WebArchiver.h/mm * WebKit.xcodeproj/project.pbxproj: 2008-03-25 Brady Eidson Reviewed by Darin - Support WebArchives on Windows * WebKit.xcodeproj/project.pbxproj: 2008-03-24 Brady Eidson Reviewed by Darin's rubberstamp Rename a .m to .mm * WebKit.xcodeproj/project.pbxproj: 2008-03-20 John Sullivan * StringsNotToBeLocalized.txt: Brought this file up to date 2008-03-20 Adam Roben Mark WebNodeHighlight.m and WebNodeHighlightView.m Obj-C++ Reviewed by Tim Hatcher. * WebKit.xcodeproj/project.pbxproj: 2008-03-12 Darin Adler Reviewed by Anders. - http://bugs.webkit.org/show_bug.cgi?id=17640 eliminate WebCoreFrameBridge * StringsNotToBeLocalized.txt: Updated for recent changes. * WebKit.xcodeproj/project.pbxproj: Removed WebFrameBridge.h and WebFrameBridge.mm. 2008-03-11 Darin Adler Reviewed by Anders. * WebKit.xcodeproj/project.pbxproj: Change WebDynamicScrollBarsView.m to be Obj-C++. We can rename the file later. 2008-03-07 Mark Rowe Reviewed by Oliver Hunt. Fix WebKit build with GCC 4.2. * WebKit.xcodeproj/project.pbxproj: Mark WebTypesInternal.h as a private header so that DumpRenderTree can use it. 2008-03-06 Darin Adler * WebKit.xcodeproj/project.pbxproj: Added WebHistoryInternal.h. 2008-03-06 David D. Kilzer Name the WebKit build phase script that generates WebKit.LP64.exp. * WebKit.xcodeproj/project.pbxproj: Name the build phase script that generates the 64-bit export file to match the corresponding build phase script in WebCore. 2008-03-05 Adam Roben Remove WebCoreScriptDebugger.{h,mm} Reviewed by Kevin M. * WebKit.xcodeproj/project.pbxproj: 2008-03-05 Adam Roben Rename WebCoreScriptDebuggerImp.{h,mm} to WebScriptDebugger.{h,mm} Reviewed by Kevin M. * WebKit.xcodeproj/project.pbxproj: 2008-03-05 Adam Roben Remove WebScriptDebugger Reviewed by Kevin M. * WebKit.xcodeproj/project.pbxproj: Remove WebScriptDebugDelegatePrivate.h from the project. 2008-03-05 Adam Roben Move WebCoreScriptDebuggerImp to its own source files Reviewed by Kevin M. * WebKit.xcodeproj/project.pbxproj: Added new files to the project. 2008-03-05 Adam Roben Move WebCoreScriptDebugger to WebKit Reviewed by Darin. * WebKit.xcodeproj/project.pbxproj: Added WebCoreScriptDebugger.{h,mm} to the project. 2008-01-26 Greg Bolsinga WebDashboardRegion.h duplicated between WebCore / WebKit Reviewed by Darin. * WebKit.xcodeproj/project.pbxproj: Removed WebDashboardRegion.h. 2008-01-23 Steve Falkenburg Update localization exceptions. Reviewed by Darin. * English.lproj/Localizable.strings: * StringsNotToBeLocalized.txt: 2008-01-20 Mark Rowe Reviewed by Dan Bernstein. Remove code bracketed by REMOVE_SAFARI_DOM_TREE_DEBUG_ITEM as we are no longer interested in supporting Safari 2 with TOT WebKit. * WebKit.xcodeproj/project.pbxproj: Don't define REMOVE_SAFARI_DOM_TREE_DEBUG_ITEM as it is no longer used. 2008-01-03 Darin Adler - fix Safari build * WebKit.xcodeproj/project.pbxproj: Mark header private (fixes Safari build). 2008-01-02 Alexey Proskuryakov Reviewed by Darin. Removed "BackwardDelete", which is no longer present in source code. * StringsNotToBeLocalized.txt: 2007-12-16 Mark Rowe Reviewed by Maciej Stachowiak. Refactor Mac plugin stream code to use the shared NetscapePlugInStreamLoader implementation. * WebKit.xcodeproj/project.pbxproj: Add new files. 2007-12-14 Darin Adler * StringsNotToBeLocalized.txt: Updated. 2007-12-12 Brady Eidson Reviewed by Sam Weinig Fix for and lay groundwork for (Back/Forward Cache on Windows) * WebKit.xcodeproj/project.pbxproj: Added a new file 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.