| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix V8EventListener leak. | mbelshe@google.com | 2008-10-06 | 5 | -46/+73 |
* | Update localized_strings.cc post-merge | jeremy@chromium.org | 2008-10-06 | 1 | -1/+3 |
* | Merge enough of the trunk WebKit changes into our copy of PasteboardMac.mm to | mark@chromium.org | 2008-10-06 | 2 | -3/+9 |
* | SecurityOrigin.cpp was unforked and moved out of pending into WebCore/platform | mark@chromium.org | 2008-10-06 | 1 | -2/+2 |
* | Change the web preferences for cursive and fantasy from 'Apple Chancery' and ... | jungshik@google.com | 2008-10-06 | 40 | -15387/+8494 |
* | Include config.h in SkPaintContext.cpp | jeremy@chromium.org | 2008-10-06 | 1 | -1/+1 |
* | Reduce the amount of excessive updating done when there is no window icon to be | ben@chromium.org | 2008-10-06 | 1 | -2/+4 |
* | Update layout test expectations. | ager@google.com | 2008-10-06 | 4 | -3/+8 |
* | - Cleanup usage, EnsureWinsockInit is now the only method of initializing. | deanm@chromium.org | 2008-10-06 | 2 | -42/+35 |
* | Add -- as a command line switch parsing terminator. This allows you to launc... | deanm@chromium.org | 2008-10-06 | 3 | -8/+41 |
* | Add Posix sync only support to FileInputStream. | deanm@chromium.org | 2008-10-06 | 3 | -19/+107 |
* | Move all callers to EnsureWinsockInit, and away from using WinsockInit instan... | deanm@chromium.org | 2008-10-06 | 3 | -8/+7 |
* | Update V8 in Chromium to version 0.3.4. | kasperl@google.com | 2008-10-06 | 1 | -1/+1 |
* | Update to the latest third_party/WebKit to pick up fix for bug 3056. | darin@chromium.org | 2008-10-05 | 1 | -1/+1 |
* | Fix LayoutTests/fast/loader/xmlhttprequest-missing-file-exception.html | darin@chromium.org | 2008-10-05 | 1 | -3/+5 |
* | Fix a leak where InspectorController was not getting destroyed. This | tc@google.com | 2008-10-05 | 1 | -1/+9 |
* | Put define on the right line! TBR | ojan@google.com | 2008-10-04 | 1 | -2/+2 |
* | Fixes compile of perf tests. Submitted this accidentally in my previous CL. (... | ojan@google.com | 2008-10-04 | 1 | -24/+0 |
* | Set WFT_USE_V8 in a cross-platform friendly way. | ojan@google.com | 2008-10-04 | 3 | -2/+6 |
* | Unfork SecurityOrigin.cpp, 2/2: update DEPS and build files, delete old files. | evanm@google.com | 2008-10-04 | 5 | -473/+4 |
* | Get JSC build a closer to compiling. | ojan@google.com | 2008-10-04 | 12 | -184/+190 |
* | Fork platform/mac/WebCoreObjCExtras.c -> webkit/pending/WebCoreObjCExtras.mm | jeremy@chromium.org | 2008-10-03 | 2 | -4/+86 |
* | Use the upstream version of TextCodecMac.cpp, it should satisfy all of our | mark@chromium.org | 2008-10-03 | 2 | -322/+1 |
* | Drop GlobalHistoryMac.mm from the build. It's been removed upstream. | mark@chromium.org | 2008-10-03 | 1 | -10/+0 |
* | Make -Wno-multichar come after -Wall on the command-line. | mmoss@google.com | 2008-10-03 | 1 | -0/+2 |
* | FormDataStreamMac.mm calls isMainThread without #including <wtf/Threading.h> | mark@chromium.org | 2008-10-03 | 1 | -1/+1 |
* | Fix a DocumentLoader leak by switching from using new to a | tc@google.com | 2008-10-03 | 5 | -17/+30 |
* | Update include headers for SkGraphicsContextMac.cpp | jeremy@chromium.org | 2008-10-03 | 1 | -1/+2 |
* | Unfork ResourceResponseBase.cpp | jeremy@chromium.org | 2008-10-03 | 2 | -255/+4 |
* | Drag FrameMac.mm through the mud to get it merged. Do the same with | mark@chromium.org | 2008-10-03 | 2 | -173/+18 |
* | Merge our version of DragDataMac.mm | mark@chromium.org | 2008-10-03 | 1 | -2/+2 |
* | Fix issue 3039/3040 (Add to dictionary crasher). Earlier, the hentry was bein... | sidchat@google.com | 2008-10-03 | 2 | -19/+11 |
* | temporarily adding file to resolve issue where we can't just add port to sear... | pinkerton@google.com | 2008-10-03 | 1 | -0/+142 |
* | Move local changes into the local WebKit branch: | mark@chromium.org | 2008-10-03 | 2 | -343/+1 |
* | use updated add/release methods | pinkerton@google.com | 2008-10-03 | 1 | -2/+2 |
* | Make ClipboardTest a PlatformTest to get autorelease pool management, needed | mark@chromium.org | 2008-10-03 | 1 | -15/+13 |
* | -Wno-multichar isn't a MSVC compiler option; | sgk@google.com | 2008-10-03 | 1 | -6/+4 |
* | roll foward /* | jeremy@chromium.org | 2008-10-03 | 1 | -1/+5 |
* | use PassRefPtr for event creation rather than naked | mbelshe@google.com | 2008-10-03 | 4 | -10/+11 |
* | Use the full src-relative path to gtest.h | mark@chromium.org | 2008-10-03 | 1 | -1/+1 |
* | rollback due to build bustage | jeremy@chromium.org | 2008-10-03 | 1 | -5/+1 |
* | Stub out Mac version of SerializeSkBitmap() function. | jeremy@chromium.org | 2008-10-03 | 1 | -0/+13 |
* | Add a FilePath object | mark@chromium.org | 2008-10-03 | 7 | -5/+725 |
* | Redefine PLATFORM(CG) and PLATFORM(CF) on Mac build of Chrome. | jeremy@chromium.org | 2008-10-03 | 1 | -1/+5 |
* | yet another attempt to get the webkit builders green | ojan@google.com | 2008-10-03 | 1 | -0/+4 |
* | WebCore's Console.cpp has extra dependencies on JSC. We have our own version | mark@chromium.org | 2008-10-03 | 1 | -2/+6 |
* | Implement MessageLoopForUI using GLib. This gets some exercise from | dsh@google.com | 2008-10-03 | 5 | -8/+415 |
* | Wrap last change in USE_GOOGLE_URL_LIBRARY | mark@chromium.org | 2008-10-03 | 1 | -0/+4 |
* | KURL::m_string only exists in the non-GURL version of KURL; make the NSString* | mark@chromium.org | 2008-10-03 | 1 | -1/+1 |
* | Add more directories to HEADER_SEARCH_PATHS following the merge | mark@chromium.org | 2008-10-03 | 1 | -0/+6 |