summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.xcodeproj
Commit message (Collapse)AuthorAgeFilesLines
* Add Mac codepath for FileChooser::basenameForWidth in FileChooserChromium.cppjeremy@chromium.org2008-10-271-0/+6
| | | | | | Review URL: http://codereview.chromium.org/8630 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4026 0039d316-1c4b-4281-b951-d872f2087c98
* Stub out image and icon methods we need to link. We'll want realmark@chromium.org2008-10-241-6/+22
| | | | | | | | | | | | | | implementations of these soon, but we need to get TestShell linking again. With this change, TestShell links... ...and runs... ...and renders a page... ...and displays it on the screen. No more sea-foam green! Review URL: http://codereview.chromium.org/7964 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3899 0039d316-1c4b-4281-b951-d872f2087c98
* Build webcursor.cc. I don't know how we weren't building that file, especiallymark@chromium.org2008-10-241-0/+2
| | | | | | | considering how I was working on it earlier today. Review URL: http://codereview.chromium.org/7961 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3892 0039d316-1c4b-4281-b951-d872f2087c98
* Set ENABLE_JAVASCRIPT_DEBUGGER=0 to fix breakage from r3853. This was alreadymark@chromium.org2008-10-231-2/+2
| | | | | | | off in the Windows build. Review URL: http://codereview.chromium.org/7953 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3877 0039d316-1c4b-4281-b951-d872f2087c98
* Use glue/localized_strings.cc for all localized strings, and turn offmark@chromium.org2008-10-231-2/+0
| | | | | | | LocalizedStringsMac.mm Review URL: http://codereview.chromium.org/7941 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3866 0039d316-1c4b-4281-b951-d872f2087c98
* fork PlatformScreenMac into our port to avoid PLATFORM(MAC) issuespinkerton@google.com2008-10-231-4/+4
| | | | | | Review URL: http://codereview.chromium.org/8087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3815 0039d316-1c4b-4281-b951-d872f2087c98
* Don't build glue as Objective-C++ now that PLATFORM_MAC is off. Re-sniff gluemark@chromium.org2008-10-231-4/+2
| | | | | | | in all.xcodeproj. Review URL: http://codereview.chromium.org/7901 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3800 0039d316-1c4b-4281-b951-d872f2087c98
* More fixes for port. Don't build GKURLMac since we hopefully won't needmark@chromium.org2008-10-221-4/+0
| | | | | | | | | NSURL<->GKURL conversions any longer. Make a couple changes to DragData just to get it to build, since we don't care about drag and drop right now. Provide key codes for the Mac based on Apple's 1992 docs on the subject. Review URL: http://codereview.chromium.org/8070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3769 0039d316-1c4b-4281-b951-d872f2087c98
* Some of the easier fixes in port for the PLATFORM(MAC) killing projectmark@chromium.org2008-10-221-0/+2
| | | | | | Review URL: http://codereview.chromium.org/7874 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3747 0039d316-1c4b-4281-b951-d872f2087c98
* chromium tree changes for removing platform(mac). pinkerton@google.com2008-10-221-96/+137
| | | | | | Review URL: http://codereview.chromium.org/8032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3739 0039d316-1c4b-4281-b951-d872f2087c98
* Resubmit r3612 and r3613 this time with mac fixes (thanks mark!).ojan@google.com2008-10-201-6/+28
| | | | | | Review URL: http://codereview.chromium.org/7675 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3633 0039d316-1c4b-4281-b951-d872f2087c98
* Q: Am I still needed? A: No.mark@chromium.org2008-10-171-3/+0
| | | | | | Review URL: http://codereview.chromium.org/7492 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3562 0039d316-1c4b-4281-b951-d872f2087c98
* add/remove files to fix bustagepinkerton@google.com2008-10-171-9/+13
| | | | | | Review URL: http://codereview.chromium.org/7629 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3545 0039d316-1c4b-4281-b951-d872f2087c98
* Fix mac bustage caused by my big Win.cpp to Chromium.cpp change. To keep thedarin@google.com2008-10-161-46/+58
| | | | | | | | | | | | mac build happy, I had to make sure that platform/mac is included before platform/chromium. The NetworkStateNotifierChromium.cpp hacking is just to deal with the fact that PLATFORM(MAC) is defined. TBR=pinkerton Review URL: http://codereview.chromium.org/7382 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3442 0039d316-1c4b-4281-b951-d872f2087c98
* add/remove files from pkasting's checkinpinkerton@google.com2008-10-151-6/+6
| | | | | | Review URL: http://codereview.chromium.org/7374 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3430 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing a layout test by introducing support for SVG tags altGlyph and glyph.olehougaard@google.com2008-10-151-0/+6
| | | | | | Review URL: http://codereview.chromium.org/7347 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3393 0039d316-1c4b-4281-b951-d872f2087c98
* Add a mising header file to xcode and visual studio build files (which i ↵ericroman@google.com2008-10-141-0/+2
| | | | | | | | omitted when adding it in r3266). Review URL: http://codereview.chromium.org/7151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3378 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a number of layout tests.ager@google.com2008-10-141-0/+24
| | | | | | | | | | - Add v8 binding for animation and transition types. - Update SVGPODTypeWrappers to follow the latest webkit changes. - Remove a rebaselining that is no longer needed. Review URL: http://codereview.chromium.org/7298 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3343 0039d316-1c4b-4281-b951-d872f2087c98
* Unfork additional webkit files to keep mac build in sync with windows and linuxamanda@chromium.org2008-10-101-33/+35
| | | | | | Review URL: http://codereview.chromium.org/7082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3221 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust mac project to accommodate http://codereview.chromium.org/6368,amanda@chromium.org2008-10-091-13/+7
| | | | | | | remove files from pending that are no longer referred to by any platform. Review URL: http://codereview.chromium.org/6388 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3107 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Mac build bustage caused by r3029 by providing a temporary stub method.mark@chromium.org2008-10-091-0/+4
| | | | | | | | | This isn't the ultimate fix: we should port and use port/platform/graphics/GraphicsContextSkia.cpp, but we were formerly using a stub just like this one, so this is fine to fix the burning. Review URL: http://codereview.chromium.org/7008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3089 0039d316-1c4b-4281-b951-d872f2087c98
* Mac build breakage. Revert 3035 & 3040.maruel@google.com2008-10-081-9/+11
| | | | | | Review URL: http://codereview.chromium.org/6357 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3045 0039d316-1c4b-4281-b951-d872f2087c98
* Update Xcode project to match http://codereview.chromium.org/6353/amanda@chromium.org2008-10-081-11/+9
| | | | | | Review URL: http://codereview.chromium.org/6595 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3040 0039d316-1c4b-4281-b951-d872f2087c98
* Remove references to WebCoreFrameBridge which is no longer in webkitpinkerton@google.com2008-10-081-8/+0
| | | | | | Review URL: http://codereview.chromium.org/6346 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3016 0039d316-1c4b-4281-b951-d872f2087c98
* Update XCode project to point to unforked Node.* & HTMLPlugInElement.*jeremy@chromium.org2008-10-071-12/+12
| | | | | | Review URL: http://codereview.chromium.org/6564 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2981 0039d316-1c4b-4281-b951-d872f2087c98
* Use AccessibilityObjectWin.cpp as our AccessibilityObject stub in the Macmark@chromium.org2008-10-071-0/+4
| | | | | | | | | | | version. Yeah, you heard that right. We just need a "return false;" stub, and this does the trick. Down to 0 link errors. Now TestShell launches, doesn't crash. We're back to sea foam green. Review URL: http://codereview.chromium.org/6322 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2968 0039d316-1c4b-4281-b951-d872f2087c98
* Implement missing KURL functions for Mac port.jeremy@chromium.org2008-10-071-0/+4
| | | | | | Review URL: http://codereview.chromium.org/6319 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2966 0039d316-1c4b-4281-b951-d872f2087c98
* Stub out plugin routines so we can link Mac port.jeremy@chromium.org2008-10-071-0/+8
| | | | | | Review URL: http://codereview.chromium.org/6555 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2962 0039d316-1c4b-4281-b951-d872f2087c98
* Provide webcoresysteminterface; link testshell against it andmark@chromium.org2008-10-072-0/+128
| | | | | | | libWebKitSystemInterfaceLeopard. Review URL: http://codereview.chromium.org/6551 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2958 0039d316-1c4b-4281-b951-d872f2087c98
* Allow HAVE_ACCESSIBILITY to be turned off at build time. third_party/WebKitamanda@chromium.org2008-10-071-6/+2
| | | | | | | changes filed upstream as https://bugs.webkit.org/show_bug.cgi?id=21443 Review URL: http://codereview.chromium.org/6315 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2957 0039d316-1c4b-4281-b951-d872f2087c98
* Add still more new files to the build to resolve still more link dependencies.mark@chromium.org2008-10-071-2/+60
| | | | | | | | | | | | | | | | | | Now down to 25 missing symbols. Added files in: - jsbindings (generated files missed in r2938) - port - platform/network - webcore - loader/archive/cf - platform/network - rendering/style Provide a PrefetchDns stub just like the Windows test_shell.cc; the function name changed from our old version. Add SystemConfiguration.framework to the TestShell build. Review URL: http://codereview.chromium.org/6550 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2956 0039d316-1c4b-4281-b951-d872f2087c98
* Eliminate unintentional dependency on JSC's KJS::Heap in the V8 build bymark@chromium.org2008-10-072-5/+17
| | | | | | | | building PausedTimeouts.cpp from a location not likely to have header conflicts. The Visual Studio build does this too. Review URL: http://codereview.chromium.org/6549 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2955 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some more link errors in Mac port.jeremy@chromium.org2008-10-071-0/+14
| | | | | | Review URL: http://codereview.chromium.org/6314 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2952 0039d316-1c4b-4281-b951-d872f2087c98
* Add more new files to the build to resolve some more link dependencies. Nowmark@chromium.org2008-10-071-21/+65
| | | | | | | | | | down to 45 missing symbols. Added files in: - wtf - jsbindings - port/bindings/v8 Review URL: http://codereview.chromium.org/6312 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2949 0039d316-1c4b-4281-b951-d872f2087c98
* Fix another couple of link errors in the Mac port.jeremy@chromium.org2008-10-071-0/+18
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2948 0039d316-1c4b-4281-b951-d872f2087c98
* Add GKURL.cpp, adjust a couple lingering wchar_ts to UTF16Charsamanda@chromium.org2008-10-071-0/+4
| | | | | | Review URL: http://codereview.chromium.org/6310 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2947 0039d316-1c4b-4281-b951-d872f2087c98
* Fix another few link errors in the Mac port.jeremy@chromium.org2008-10-071-0/+26
| | | | | | Review URL: http://codereview.chromium.org/6545 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2946 0039d316-1c4b-4281-b951-d872f2087c98
* add CollatorICU to projectpinkerton@google.com2008-10-071-0/+8
| | | | | | Review URL: http://codereview.chromium.org/6309 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2945 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a couple of link errors.jeremy@chromium.org2008-10-071-0/+16
| | | | | | Review URL: http://codereview.chromium.org/6307 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2942 0039d316-1c4b-4281-b951-d872f2087c98
* include refcountedleakcounterpinkerton@google.com2008-10-071-0/+4
| | | | | | Review URL: http://codereview.chromium.org/6543 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2941 0039d316-1c4b-4281-b951-d872f2087c98
* Add more new files to the build to resolve some more link dependencies. Nowmark@chromium.org2008-10-071-14/+192
| | | | | | | | | | | | | | down to 151 missing symbols. Added files in: - webcore - html - dom - loader/archive - svg/animation - page - css (oops, missed a file last time) Review URL: http://codereview.chromium.org/6306 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2939 0039d316-1c4b-4281-b951-d872f2087c98
* Add new files to the build to resolve some link dependencies, now down to 250mark@chromium.org2008-10-071-16/+232
| | | | | | | | | | | | | missing symbols: - jsbindings (generated files) - webcore - css - page/animation - platform/graphics - xml Review URL: http://codereview.chromium.org/6603 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2938 0039d316-1c4b-4281-b951-d872f2087c98
* Fix glue's HEADER_SEARCH_PATHS, allowing it to build fully.mark@chromium.org2008-10-061-0/+2
| | | | | | Review URL: http://codereview.chromium.org/6289 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2918 0039d316-1c4b-4281-b951-d872f2087c98
* Don't try building files no longer in port. Instead, build files that are inmark@chromium.org2008-10-061-30/+26
| | | | | | | port. Review URL: http://codereview.chromium.org/6288 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2912 0039d316-1c4b-4281-b951-d872f2087c98
* Add WebCore/bridge/jni to the list of include directories to satisfymark@chromium.org2008-10-061-0/+2
| | | | | | | | | WebCore/page/Frame.cpp's dependency on jni_jsobject.h (via WebCore/bridge/runtime_root.h on PLATFORM_MAC). This include directory may not be a permanent addition, but it doesn't hurt anything for now. Review URL: http://codereview.chromium.org/6510 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2908 0039d316-1c4b-4281-b951-d872f2087c98
* Update xcode project to account for http://codereview.chromium.org/6500amanda@chromium.org2008-10-061-23/+25
| | | | | | Review URL: http://codereview.chromium.org/6286 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2902 0039d316-1c4b-4281-b951-d872f2087c98
* Don't build WebCore/platform/mac/KURLMac or WebCore/platform/cf/KURLCFNet.mark@chromium.org2008-10-061-4/+0
| | | | | | | | | Both of these implementations are specific WebKit KURL, and do not work with the GURL-based KURL (GKURL). We will likely need to provide port/platform/GKURLMac to cover this when we reach the burning link step. Review URL: http://codereview.chromium.org/6279 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2900 0039d316-1c4b-4281-b951-d872f2087c98
* Merge enough of the trunk WebKit changes into our copy of PasteboardMac.mm tomark@chromium.org2008-10-061-0/+2
| | | | | | | get it building again. Review URL: http://codereview.chromium.org/6278 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2889 0039d316-1c4b-4281-b951-d872f2087c98
* SecurityOrigin.cpp was unforked and moved out of pending into WebCore/platformmark@chromium.org2008-10-061-2/+2
| | | | | | | at r2861. Review URL: http://codereview.chromium.org/6499 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2884 0039d316-1c4b-4281-b951-d872f2087c98
* Fork platform/mac/WebCoreObjCExtras.c -> webkit/pending/WebCoreObjCExtras.mmjeremy@chromium.org2008-10-031-4/+4
| | | | | | | | Submitted patch upstream: https://bugs.webkit.org/show_bug.cgi?id=21350 Review URL: http://codereview.chromium.org/6251 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2862 0039d316-1c4b-4281-b951-d872f2087c98