summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.xcodeproj
Commit message (Collapse)AuthorAgeFilesLines
* Remove ClipboardMac.*, as they no longer exist.pinkerton@google.com2008-11-131-6/+0
| | | | | | Review URL: http://codereview.chromium.org/11008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5390 0039d316-1c4b-4281-b951-d872f2087c98
* Unbreak build, replacing corrupted versionamanda@chromium.org2008-11-131-2/+2
| | | | | | Review URL: http://codereview.chromium.org/10698 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5374 0039d316-1c4b-4281-b951-d872f2087c98
* Second part of the new merge. Just adds FloatQuad.h/cpp to WebCore build.ojan@google.com2008-11-131-0/+6
| | | | | | | Could use some help from mac-folk on the xcode equivalent change. Review URL: http://codereview.chromium.org/10866 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5366 0039d316-1c4b-4281-b951-d872f2087c98
* Landing 38097:38305 merge (src/webkit, DEPS)dglazkov@google.com2008-11-122-10/+12
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5265 0039d316-1c4b-4281-b951-d872f2087c98
* * Remove windows-ism from pasteboard code and move to usingtc@google.com2008-11-111-4/+10
| | | | | | | | | ChromiumBridge for clipboard methods. Also did some cleanup of lingering webkit_glue code in ClipboardChromium. Review URL: http://codereview.chromium.org/10285 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5213 0039d316-1c4b-4281-b951-d872f2087c98
* remove unused files now that we're not PLATFORM(MAC) (take two, post merge ↵pinkerton@google.com2008-11-111-100/+0
| | | | | | | | landing) Review URL: http://codereview.chromium.org/10297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5173 0039d316-1c4b-4281-b951-d872f2087c98
* Add autofilljeremy@chromium.org2008-11-111-0/+6
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5158 0039d316-1c4b-4281-b951-d872f2087c98
* Fix mac builddglazkov@google.com2008-11-111-4/+18
| | | | | | Review URL: http://codereview.chromium.org/10275 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5145 0039d316-1c4b-4281-b951-d872f2087c98
* Landing 37604:38097 mergedglazkov@google.com2008-11-101-22/+98
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5110 0039d316-1c4b-4281-b951-d872f2087c98
* Remove windows-isms from drag & drop. Thistc@google.com2008-11-071-4/+22
| | | | | | | | | makes it more portable, fixes some bugs, and removes glue from port. Review URL: http://codereview.chromium.org/9801 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5032 0039d316-1c4b-4281-b951-d872f2087c98
* Landing this again as I cannot reproduce the perf regression locally.jcampan@chromium.org2008-11-071-0/+8
| | | | | | | | | | | Will investigate on the bot. TBR=nsylvain Review URL: http://codereview.chromium.org/9700 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5018 0039d316-1c4b-4281-b951-d872f2087c98
* Attempting to fix the Mac build.jcampan@chromium.org2008-11-061-8/+0
| | | | | | | TBR=nsylvain Review URL: http://codereview.chromium.org/9467 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4910 0039d316-1c4b-4281-b951-d872f2087c98
* fix mac build part 4tony@chromium.org2008-11-061-0/+6
| | | | | | | | | | | add password_autocomplete_listener.cc to the build TBR=mark Review URL: http://codereview.chromium.org/9648 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4899 0039d316-1c4b-4281-b951-d872f2087c98
* fix mac build part 3tony@chromium.org2008-11-061-0/+2
| | | | | | | | | | | "config.h" needs to be included first TBR=mark Review URL: http://codereview.chromium.org/9647 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4895 0039d316-1c4b-4281-b951-d872f2087c98
* fix mac build take 2tony@chromium.org2008-11-061-0/+4
| | | | | | | | | | | add autocomplete_input_listener.cc to the glue lib TBR=mark Review URL: http://codereview.chromium.org/9645 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4894 0039d316-1c4b-4281-b951-d872f2087c98
* fix mac buildtony@chromium.org2008-11-061-0/+2
| | | | | | | | | | | add dom_operations.cc to the mac build TBR=mark Review URL: http://codereview.chromium.org/9644 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4893 0039d316-1c4b-4281-b951-d872f2087c98
* Fix FEATURE_DEFINES after r4818. Remove HAVE_ACCESSIBILITY from Release (itmark@chromium.org2008-11-061-2/+2
| | | | | | | | | | was already removed from Debug). Remove the trailing space on the FEATURE_DEFINES setting in debug mode; it was causing a DOUBLE space in the --defines string being passed to generate-bindings.pl, of which that script is intolerant. Review URL: http://codereview.chromium.org/9640 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4886 0039d316-1c4b-4281-b951-d872f2087c98
* don't define HAVE_ACCESSIBILITY, pull in chromium stubs for object cachepinkerton@google.com2008-11-051-1/+5
| | | | | | Review URL: http://codereview.chromium.org/9196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4818 0039d316-1c4b-4281-b951-d872f2087c98
* Mac build fixes following r4804. Add files to the Mac project. Add requiredmark@chromium.org2008-11-051-0/+8
| | | | | | | #includes. Review URL: http://codereview.chromium.org/9195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4812 0039d316-1c4b-4281-b951-d872f2087c98
* Switch from ColorMac.mm to ColorSkia.cpp in order to stop using ColorMac.mm,amanda@chromium.org2008-11-051-4/+12
| | | | | | | | unfork ColorCG.cpp, and pick up the Chromium standard focus ring color. May be superceded at some point if the color becomes a per-theme attribute. Review URL: http://codereview.chromium.org/9185 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4800 0039d316-1c4b-4281-b951-d872f2087c98
* Add chromium_bridge_impl.cc to the Xcode build.darin@google.com2008-11-041-2/+4
| | | | | | | | R=mark Review URL: http://codereview.chromium.org/9081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4601 0039d316-1c4b-4281-b951-d872f2087c98
* Build database files on the Mac (r4486). Sets HEADER_SEARCH_PATHS and addsmark@chromium.org2008-11-031-43/+227
| | | | | | | | | needed files in third_party/WebKit/WebCore/platform/sql and third_party/WebKit/WebCore/storage to webkit.xcodeproj. Makes TestShell.xcodeproj depend on libsqlite. Review URL: http://codereview.chromium.org/9055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4494 0039d316-1c4b-4281-b951-d872f2087c98
* Turn on ENABLE_DATABASE on the Mac (r4486)mark@chromium.org2008-11-031-2/+2
| | | | | | Review URL: http://codereview.chromium.org/9271 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4491 0039d316-1c4b-4281-b951-d872f2087c98
* Mac build support for HTML5 media/audio/video/source tags (r4332)mark@chromium.org2008-11-031-3/+53
| | | | | | Review URL: http://codereview.chromium.org/8792 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4490 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of GOOGLE_WEBKIT_WITHOUT_GLUE_DEPENDENCY. This was a temporarymark@chromium.org2008-10-311-2/+2
| | | | | | | | bootstrapping shim that is no longer needed, and is in fact no longer used by anything. Review URL: http://codereview.chromium.org/8788 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4336 0039d316-1c4b-4281-b951-d872f2087c98
* Mac changes for r4070 et seq. Make jsbindings, webcore, port, and glue sharemark@chromium.org2008-10-311-20/+4
| | | | | | | | the same HEADER_SEARCH_PATHS. For the couple of cases where we want to use headers from third_party/WebKit, redirect the #includes in the port headers. Review URL: http://codereview.chromium.org/8964 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4288 0039d316-1c4b-4281-b951-d872f2087c98
* Landing 36102:37604 merge on trunkdglazkov@google.com2008-10-301-156/+521
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4222 0039d316-1c4b-4281-b951-d872f2087c98
* 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