| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix some more link errors in Mac port. | jeremy@chromium.org | 2008-10-07 | 1 | -0/+14 |
* | Add more new files to the build to resolve some more link dependencies. Now | mark@chromium.org | 2008-10-07 | 1 | -21/+65 |
* | Fix another couple of link errors in the Mac port. | jeremy@chromium.org | 2008-10-07 | 1 | -0/+18 |
* | Add GKURL.cpp, adjust a couple lingering wchar_ts to UTF16Chars | amanda@chromium.org | 2008-10-07 | 1 | -0/+4 |
* | Fix another few link errors in the Mac port. | jeremy@chromium.org | 2008-10-07 | 1 | -0/+26 |
* | add CollatorICU to project | pinkerton@google.com | 2008-10-07 | 1 | -0/+8 |
* | Fix a couple of link errors. | jeremy@chromium.org | 2008-10-07 | 1 | -0/+16 |
* | include refcountedleakcounter | pinkerton@google.com | 2008-10-07 | 1 | -0/+4 |
* | Add more new files to the build to resolve some more link dependencies. Now | mark@chromium.org | 2008-10-07 | 1 | -14/+192 |
* | Add new files to the build to resolve some link dependencies, now down to 250 | mark@chromium.org | 2008-10-07 | 1 | -16/+232 |
* | Fix glue's HEADER_SEARCH_PATHS, allowing it to build fully. | mark@chromium.org | 2008-10-06 | 1 | -0/+2 |
* | Don't try building files no longer in port. Instead, build files that are in | mark@chromium.org | 2008-10-06 | 1 | -30/+26 |
* | Add WebCore/bridge/jni to the list of include directories to satisfy | mark@chromium.org | 2008-10-06 | 1 | -0/+2 |
* | Update xcode project to account for http://codereview.chromium.org/6500 | amanda@chromium.org | 2008-10-06 | 1 | -23/+25 |
* | Don't build WebCore/platform/mac/KURLMac or WebCore/platform/cf/KURLCFNet. | mark@chromium.org | 2008-10-06 | 1 | -4/+0 |
* | Merge enough of the trunk WebKit changes into our copy of PasteboardMac.mm to | mark@chromium.org | 2008-10-06 | 1 | -0/+2 |
* | SecurityOrigin.cpp was unforked and moved out of pending into WebCore/platform | mark@chromium.org | 2008-10-06 | 1 | -2/+2 |
* | Fork platform/mac/WebCoreObjCExtras.c -> webkit/pending/WebCoreObjCExtras.mm | jeremy@chromium.org | 2008-10-03 | 1 | -4/+4 |
* | Use the upstream version of TextCodecMac.cpp, it should satisfy all of our | mark@chromium.org | 2008-10-03 | 1 | -1/+1 |
* | Drop GlobalHistoryMac.mm from the build. It's been removed upstream. | mark@chromium.org | 2008-10-03 | 1 | -10/+0 |
* | Unfork ResourceResponseBase.cpp | jeremy@chromium.org | 2008-10-03 | 1 | -4/+4 |
* | WebCore's Console.cpp has extra dependencies on JSC. We have our own version | mark@chromium.org | 2008-10-03 | 1 | -2/+6 |
* | Add more directories to HEADER_SEARCH_PATHS following the merge | mark@chromium.org | 2008-10-03 | 1 | -0/+6 |
* | Fixes for the webcore target. Don't use another DerivedSources phase, just | mark@chromium.org | 2008-10-03 | 2 | -29/+5 |
* | Relocate files in webcore/svg post-merge. | jeremy@chromium.org | 2008-10-02 | 1 | -102/+18 |
* | Move moved/renamed files from the webkit merge | amanda@chromium.org | 2008-10-02 | 1 | -36/+8 |
* | Fixup paths in webcore/platforms/text | jeremy@chromium.org | 2008-10-02 | 1 | -56/+64 |
* | Moved or renamed files from webkit merge | amanda@chromium.org | 2008-10-02 | 1 | -69/+27 |
* | land first round of project cleanup. TBR, already reviewed from awalker's tree | pinkerton@google.com | 2008-10-02 | 1 | -121/+93 |
* | Make jsbindings build almost all of the way on the Mac. The remaining errors | mark@chromium.org | 2008-10-02 | 1 | -4/+10 |
* | Add empty stub to get classname so ImageMac can use it. | pinkerton@google.com | 2008-09-19 | 1 | -2/+6 |
* | Put ResourceLoaderMac back in (for now). It provides an impl we need until we... | avi@google.com | 2008-09-17 | 1 | -0/+2 |
* | add a new xcconfig to build c++ files as obj-c++ to ensure correct linkage. B... | pinkerton@google.com | 2008-09-17 | 1 | -2/+4 |
* | Stub out a11y routines for mac for linking | pinkerton@google.com | 2008-09-16 | 1 | -2/+6 |
* | Address missing methods in forked FontCache.h header without forking entire i... | pinkerton@google.com | 2008-09-16 | 1 | -2/+4 |
* | Make jsbindings target depend on libxml_config (r=me/pink) | mark@chromium.org | 2008-09-15 | 1 | -0/+85 |
* | Sort allegedly-sorted lists | mark@chromium.org | 2008-09-11 | 1 | -4/+4 |
* | fix bad path, not sure where it got introduced. TBR=mark@chromium.org | pinkerton@google.com | 2008-09-11 | 1 | -1/+1 |
* | Use ImageSourceCG instead of ImageSourceSkia. Add "port" target to "all" as i... | pinkerton@google.com | 2008-09-11 | 1 | -3/+16 |
* | Put all prebuild scripts in external files. Scripts to run unit tests are | mark@chromium.org | 2008-09-11 | 5 | -19/+179 |
* | Eliminate unnecessary recompile/relink in the glue target by being more careful | mark@chromium.org | 2008-09-10 | 1 | -5/+4 |
* | remove ifdefs around code since all our port platforms will use them. | pinkerton@google.com | 2008-09-10 | 1 | -0/+2 |
* | include SkGraphicsContextMac.mm and PlatformContextSkia | pinkerton@google.com | 2008-09-10 | 1 | -7/+9 |
* | Glue now fully builds, add it to "all" target | pinkerton@google.com | 2008-09-10 | 1 | -0/+13 |
* | Stub out webplugin_impl to make more progress on testshell | pinkerton@google.com | 2008-09-10 | 1 | -4/+4 |
* | Set DerivedSourcesDir properly in the webcore script phase | mmentovai@google.com | 2008-09-09 | 1 | -1/+1 |
* | Like r1882 but for the webkit target | mmentovai@google.com | 2008-09-09 | 1 | -2/+2 |
* | Workaround for the create_hash_table svn:executable problem | mmentovai@google.com | 2008-09-09 | 1 | -1/+1 |
* | Add build/all.xcodeproj, which builds all known targets. | mmentovai@google.com | 2008-09-08 | 1 | -26/+0 |
* | - Restore pcre target to webkit.xcodeproj | mmentovai@google.com | 2008-09-08 | 1 | -48/+109 |