summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.xcodeproj
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Use the upstream version of TextCodecMac.cpp, it should satisfy all of ourmark@chromium.org2008-10-031-1/+1
| | | | | | | needs and desires now Review URL: http://codereview.chromium.org/6471 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2860 0039d316-1c4b-4281-b951-d872f2087c98
* Drop GlobalHistoryMac.mm from the build. It's been removed upstream.mark@chromium.org2008-10-031-10/+0
| | | | | | Review URL: http://codereview.chromium.org/6470 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2859 0039d316-1c4b-4281-b951-d872f2087c98
* Unfork ResourceResponseBase.cppjeremy@chromium.org2008-10-031-4/+4
| | | | | | Review URL: http://codereview.chromium.org/6464 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2853 0039d316-1c4b-4281-b951-d872f2087c98
* WebCore's Console.cpp has extra dependencies on JSC. We have our own versionmark@chromium.org2008-10-031-2/+6
| | | | | | | | | | in port, which we should probably be using instead, so disable the one in the webcore target, and add the port version to the port target. Also, add the webcore prefix header to the port target, to ensure all indirect dependencies of Console.cpp are satisfied. Review URL: http://codereview.chromium.org/6242 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2835 0039d316-1c4b-4281-b951-d872f2087c98
* Add more directories to HEADER_SEARCH_PATHS following the mergemark@chromium.org2008-10-031-0/+6
| | | | | | Review URL: http://codereview.chromium.org/6450 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2831 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes for the webcore target. Don't use another DerivedSources phase, justmark@chromium.org2008-10-032-29/+5
| | | | | | | rely on the DerivedSources generated by the v8 jsbindings target. Review URL: http://codereview.chromium.org/6449 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2830 0039d316-1c4b-4281-b951-d872f2087c98
* Relocate files in webcore/svg post-merge.jeremy@chromium.org2008-10-021-102/+18
| | | | | | Review URL: http://codereview.chromium.org/6432 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2821 0039d316-1c4b-4281-b951-d872f2087c98
* Move moved/renamed files from the webkit mergeamanda@chromium.org2008-10-021-36/+8
| | | | | | Review URL: http://codereview.chromium.org/6230 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2820 0039d316-1c4b-4281-b951-d872f2087c98
* Fixup paths in webcore/platforms/textjeremy@chromium.org2008-10-021-56/+64
| | | | | | Review URL: http://codereview.chromium.org/6226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2819 0039d316-1c4b-4281-b951-d872f2087c98
* Moved or renamed files from webkit mergeamanda@chromium.org2008-10-021-69/+27
| | | | | | Review URL: http://codereview.chromium.org/6225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2817 0039d316-1c4b-4281-b951-d872f2087c98
* land first round of project cleanup. TBR, already reviewed from awalker's treepinkerton@google.com2008-10-021-121/+93
| | | | | | Review URL: http://codereview.chromium.org/4213 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2811 0039d316-1c4b-4281-b951-d872f2087c98
* Make jsbindings build almost all of the way on the Mac. The remaining errorsmark@chromium.org2008-10-021-4/+10
| | | | | | | | | | | are StaticConstructors.h (fixed in another change), some stuff about database support in V8DOMWindow.cpp (looks like the #ifdefs aren't quite right), and something else about the frame loader client being pure virtual. The fixes here are just the fixes doable in the project file, and mostly involve changes to FEATURE_DEFINES and HEADER_SEARCH_PATHS. Review URL: http://codereview.chromium.org/6202 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2799 0039d316-1c4b-4281-b951-d872f2087c98
* Add empty stub to get classname so ImageMac can use it.pinkerton@google.com2008-09-191-2/+6
| | | | | | Review URL: http://codereview.chromium.org/3169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2409 0039d316-1c4b-4281-b951-d872f2087c98
* Put ResourceLoaderMac back in (for now). It provides an impl we need until ↵avi@google.com2008-09-171-0/+2
| | | | | | | | we can pull this prototype upstream. Review URL: http://codereview.chromium.org/2930 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2307 0039d316-1c4b-4281-b951-d872f2087c98
* add a new xcconfig to build c++ files as obj-c++ to ensure correct linkage. ↵pinkerton@google.com2008-09-171-2/+4
| | | | | | | | Be more specific when using an overloaded operator since objective-c++ finds conflicts. Enable objective-C GC in our common config file for all projects. Review URL: http://codereview.chromium.org/2912 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2305 0039d316-1c4b-4281-b951-d872f2087c98