| Commit message (Expand) | Author | Age | Files | Lines |
* | TBR: turns out I need to initialize UErrorCode before passing to uscript_getS... | dglazkov@google.com | 2008-08-29 | 1 | -1/+1 |
* | Temporarily moved Font::isCJKCodePoint back to SimpleFontData::isCJKCodePoint | dglazkov@google.com | 2008-08-29 | 4 | -14/+18 |
* | Makes sure that debug-only layout test failures are not to the ZERO WIDTH SPA... | dglazkov@google.com | 2008-08-29 | 9 | -86/+168 |
* | a couple more minor tweaks, rs=mmentovai | pinkerton@google.com | 2008-08-29 | 1 | -11/+11 |
* | Remove KJS targets/bindings and V8 target that didn't use Chromium's resource... | pinkerton@google.com | 2008-08-29 | 1 | -17440/+120 |
* | changes to get webCore building and some more changes for glue. | pinkerton@google.com | 2008-08-29 | 1 | -8/+16 |
* | platform ifdefs for webview. Add platform_viewdefs to wrap things like HWNDs ... | pinkerton@google.com | 2008-08-29 | 10 | -24/+108 |
* | Made changes to the JavaScript debugger in preparing for an upcoming | sgjesse@google.com | 2008-08-29 | 2 | -0/+10 |
* | Fix SCons-based webkit build on Windows (broken by the Linux | sgk@google.com | 2008-08-29 | 1 | -10/+21 |
* | Get a good piece of port building under Linux. | erg@google.com | 2008-08-29 | 6 | -93/+105 |
* | Don't run the big script every time. | erg@google.com | 2008-08-28 | 1 | -1/+1 |
* | Forgotten a rebaselined testcase. | dglazkov@google.com | 2008-08-28 | 1 | -0/+29 |
* | Another layout test fix. Technically, this is a test_shell tweak to avoid fra... | dglazkov@google.com | 2008-08-28 | 9 | -18/+9 |
* | The GetWindowRect must return the rect of the container HWND; not the actual ... | erg@google.com | 2008-08-28 | 4 | -3/+16 |
* | Bring EventHandlerMac.mm over from WebKit to port so that we can turn off som... | avi@google.com | 2008-08-28 | 1 | -0/+641 |
* | The main thread of test_shell.exe needs to have a UI message loop. | darin@google.com | 2008-08-28 | 1 | -1/+1 |
* | Check the return value of GetFontUnicodeRange. If it fails, call EnsureFontLo... | jungshik@google.com | 2008-08-28 | 1 | -1/+14 |
* | [1 of 3] Get rid of test_shell/resources/fonts/* | ericroman@google.com | 2008-08-27 | 2 | -44/+0 |
* | Move std::string16 to base::string16. Don't pollute the std namespace. Don't | mmentovai@google.com | 2008-08-27 | 4 | -11/+11 |
* | Use correct decls for non-windows platforms. Create a platform-neutral wrappe... | pinkerton@google.com | 2008-08-27 | 1 | -4/+4 |
* | For RenderThemeMac.h into pending and create new RenderThemeMac in port to im... | pinkerton@google.com | 2008-08-27 | 3 | -13/+1755 |
* | include basictypes for mac/linux | pinkerton@google.com | 2008-08-27 | 1 | -0/+1 |
* | include config.h first otherwise bad things happen | pinkerton@google.com | 2008-08-27 | 1 | -0/+1 |
* | add stub for ScrollViewMac to build in platform/mac | pinkerton@google.com | 2008-08-27 | 2 | -12/+221 |
* | Forking ResourceResponseBase into pending until we can push it upstream to We... | pinkerton@google.com | 2008-08-27 | 2 | -1/+252 |
* | use the correct string converstion util | pinkerton@google.com | 2008-08-27 | 1 | -1/+1 |
* | make reference parameters const. | pinkerton@google.com | 2008-08-27 | 3 | -15/+16 |
* | Move a bunch of code-driven binding template configuration to a data-driven a... | deanm@google.com | 2008-08-27 | 3 | -43/+139 |
* | Debug only test failures must be marked as PASS | FAIL | erikkay@google.com | 2008-08-26 | 1 | -10/+17 |
* | use the correct string conversion. | pinkerton@google.com | 2008-08-26 | 1 | -1/+1 |
* | Use appropriate string conversion on |url_|. | pinkerton@google.com | 2008-08-26 | 1 | -1/+2 |
* | mac-only changes to get shared data buffer for the pasteboard. I don't know w... | pinkerton@google.com | 2008-08-26 | 1 | -0/+4 |
* | use append instead of helper function that has gone away in our version. | pinkerton@google.com | 2008-08-26 | 1 | -0/+321 |
* | Change DNS-Prefetch-Control header and meta directive to X-DNS-Prefetch-Control. | jackson@google.com | 2008-08-26 | 2 | -2/+2 |
* | With ERROR and FATAL errors now printing to stderr, some layout tests are bre... | erikkay@google.com | 2008-08-26 | 1 | -0/+17 |
* | Add UTF8 <-> UTF-16 conversion functions, and a WebCore::String -> std::strin... | brettw@google.com | 2008-08-26 | 2 | -14/+25 |
* | forks webcoreframebridge (as a stopgap, it no longer exists in ToT webkit) an... | pinkerton@google.com | 2008-08-26 | 2 | -9/+264 |
* | Forking webkit sources for clipboard/drag impl on Mac. It's almost exactly | pinkerton@google.com | 2008-08-26 | 4 | -0/+1618 |
* | can't forward declare enums outside MSVC. | pinkerton@google.com | 2008-08-26 | 1 | -1/+1 |
* | need to include config.h first | pinkerton@google.com | 2008-08-26 | 1 | -1/+1 |
* | Mac-ify webinputevent | avi@google.com | 2008-08-26 | 6 | -22/+220 |
* | Allow consumers of MessageLoop to specify the type of MessageLoop they want. | darin@google.com | 2008-08-26 | 2 | -5/+7 |
* | Some more glue code for the personalization module. | ericcheng@google.com | 2008-08-26 | 4 | -0/+33 |
* | Move subdirectory skipping from being in the DEPS file of the directory to sk... | brettw@google.com | 2008-08-26 | 2 | -2/+4 |
* | Remove all concept of deferredness since it no longer has any meaning now tha... | ojan@google.com | 2008-08-26 | 4 | -352/+264 |
* | Fixup some nits from brett | pinkerton@google.com | 2008-08-25 | 1 | -2/+1 |
* | Simplify and unify some calls to yacc, making them work on Linux too. | evanm@google.com | 2008-08-25 | 1 | -27/+14 |
* | Ensure "contextmenu" event is dispatched _after_ "mouseup". | ericroman@google.com | 2008-08-25 | 6 | -30/+133 |
* | Allow BINDINGSCOMSTR to show prettier output while generating WebKit bindings. | evanm@google.com | 2008-08-24 | 1 | -6/+6 |
* | these 2 tests started failing after the license change, mark them as flaky. | nsylvain@google.com | 2008-08-24 | 1 | -0/+4 |