2009-09-29 Brady Eidson Reviewed by John Sullivan. WebKit Mac API should provide a delegate interface for global history. and https://webkit.org/b/29904 * WebKit.xcodeproj/project.pbxproj: 2009-09-28 Yaar Schnitman Reviewed by Dimitri Glazkov. https://bugs.webkit.org/show_bug.cgi?id=29722 * chromium/DEPS: Describes the chromium port's dependencies and is used by gclient to fetch them. * chromium/webkit.gyp: Currently only builds webcore but in the future will also build the webkit api. 2009-09-26 David Kilzer Part 2 of 2: DerivedSources.make broken for non-Mac targets Reviewed by Darin Adler. Fix ENABLE_ORIENTATION_EVENTS for non-Mac platforms. * chromium/features.gypi: Added 'ENABLE_ORIENTATION_EVENTS=0' to disable this feature by default. 2009-09-22 Yaar Schnitman Reviewed by David Levin. Create chromium directory and ported chromium.org's features.gypi for the webkit chromium port. https://bugs.webkit.org/show_bug.cgi?id=29617 * chromium/features.gypi: Added. 2009-09-21 Dan Bernstein Reviewed by Anders Carlsson. iFrame with PDF not being handled correctly on usps.com https://bugs.webkit.org/show_bug.cgi?id=4151 * WebKit.xcodeproj/project.pbxproj: Added WebPDFDocumentExtras.{h,mm} and WebJSPDFDoc.{h,mm} and changed WebPDFRepresentation to Objective-C++. 2009-09-07 Steve Block Reviewed by Adam Barth. Adds a mock Geolocation service. This will be used to provide predictable behavior of the Geolocation API for use in LayoutTests. Later changes will integrate the the mock Geolocation service with DumpRenderTree. https://bugs.webkit.org/show_bug.cgi?id=28264 * WebKit.xcodeproj/project.pbxproj: Modified. Adds WebGeolocationMock. 2009-09-03 John Sullivan Reviewed by Adam Roben * StringsNotToBeLocalized.txt: Brought this file up to date. 2009-08-31 Mark Rowe Rubber-stamped by Beth Dakin. Remove WebViewEditingContextMenu.nib and WebViewEditingContextMenuOld.nib. We stopped using these back in r18592 when we switched over to context menus driven by WebCore. * English.lproj/WebViewEditingContextMenu.nib/classes.nib: Removed. * English.lproj/WebViewEditingContextMenu.nib/info.nib: Removed. * English.lproj/WebViewEditingContextMenu.nib/objects.nib: Removed. * English.lproj/WebViewEditingContextMenuOld.nib/classes.nib: Removed. * English.lproj/WebViewEditingContextMenuOld.nib/info.nib: Removed. * English.lproj/WebViewEditingContextMenuOld.nib/objects.nib: Removed. * WebKit.xcodeproj/project.pbxproj: 2009-08-28 Chris Fleizach Reviewed by John Sullivan. update-webkit-localizable-strings script can no longer complete https://bugs.webkit.org/show_bug.cgi?id=28792 * English.lproj/Localizable.strings: 2009-08-27 John Sullivan * StringsNotToBeLocalized.txt: Brought up to date, other than the problem mentioned in https://bugs.webkit.org/show_bug.cgi?id=28792 2009-08-25 Eric Carlson Reviewed by Oliver Hunt.