| Commit message (Expand) | Author | Age | Files | Lines |
* | use the null image instead of NULL, fixes a bunch of crashes. | pinkerton@google.com | 2008-10-28 | 1 | -1/+1 |
* | Change the fatal error handler to no longer return to V8. It will now crash | sgjesse@chromium.org | 2008-10-28 | 1 | -8/+8 |
* | Port a few test_shell_tests. Now it runs 45 of them. | evanm@google.com | 2008-10-27 | 1 | -11/+17 |
* | Add Mac codepath for FileChooser::basenameForWidth in FileChooserChromium.cpp | jeremy@chromium.org | 2008-10-27 | 3 | -0/+90 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+2 |
* | Set all key event fields on mac, make sure we correctly handle keyDown | pinkerton@google.com | 2008-10-27 | 1 | -1/+27 |
* | Fix at least the Linux build. Boo MSVC for not complaining about this. | pkasting@chromium.org | 2008-10-24 | 1 | -1/+1 |
* | More stubbing out. With this and the rest of Linux pending, test_shell links. | agl@chromium.org | 2008-10-24 | 6 | -1/+144 |
* | Avoid double-stroking paths. | ericroman@google.com | 2008-10-24 | 1 | -0/+7 |
* | First-party side of change to remove more link stubs. | pkasting@chromium.org | 2008-10-24 | 3 | -11/+8 |
* | wrap windows-only assert in ifdefs | pinkerton@google.com | 2008-10-24 | 1 | -0/+2 |
* | In the upstream bug, we realized that the only caller of this function has a CG | mark@chromium.org | 2008-10-24 | 1 | -4/+2 |
* | We might use gtk functions, maybe Qt, maybe raw X11. Maybe we can re-use som... | agl@chromium.org | 2008-10-24 | 1 | -0/+60 |
* | Get CSSFontFaceSource and CachedFont building under Linux | agl@chromium.org | 2008-10-24 | 4 | -0/+18 |
* | Stub out image and icon methods we need to link. We'll want real | mark@chromium.org | 2008-10-24 | 2 | -0/+108 |
* | remove PLATFORM(MAC) because it makes no sense as it's not defined anymore | pinkerton@google.com | 2008-10-24 | 1 | -12/+0 |
* | Resolve undefined symbols with "mime" in their names resulting from | mark@chromium.org | 2008-10-24 | 2 | -1/+17 |
* | Don't use some Mac-specific editor methods that now come in from Editor.cpp | mark@chromium.org | 2008-10-24 | 1 | -2/+8 |
* | use WIN_OS, not WIN | pinkerton@google.com | 2008-10-24 | 1 | -2/+2 |
* | Make this compile without PLATFORM(MAC), but with some things stubbed out | pinkerton@google.com | 2008-10-24 | 1 | -16/+75 |
* | stub out drawing and hit testing to compile/link on non-windows platforms | pinkerton@google.com | 2008-10-24 | 1 | -1/+45 |
* | Stub out a constructor and method we don't need now, but which WebKit calls | mark@chromium.org | 2008-10-24 | 1 | -0/+14 |
* | Fix #if to go with #include change. Use webkit style | tc@google.com | 2008-10-24 | 1 | -4/+4 |
* | Now that we have the windows VK_* values defined, we can include | tc@google.com | 2008-10-24 | 3 | -10/+5 |
* | Let cursors be based on CGImage instead of SkBitmap on the Mac | mark@chromium.org | 2008-10-23 | 1 | -10/+15 |
* | Copies webkit gtk's rendering code for now, commenting out a few parts which ... | erg@google.com | 2008-10-23 | 5 | -54/+3824 |
* | Add #if ENABLE(JAVASCRIPT_DEBUGGER), part 2. | pkasting@chromium.org | 2008-10-23 | 2 | -20/+15 |
* | First stab at webinputevent_linux.cc. Coverts GDK events to | tc@google.com | 2008-10-23 | 3 | -0/+936 |
* | Make sure that checked state on {radiobox, checkbox} does not get flipped in ... | ericroman@google.com | 2008-10-23 | 1 | -6/+12 |
* | fork PlatformScreenMac into our port to avoid PLATFORM(MAC) issues | pinkerton@google.com | 2008-10-23 | 1 | -0/+99 |
* | Update V8 in Chromium and fix compilation errors | kasperl@google.com | 2008-10-23 | 3 | -18/+19 |
* | Fixed SVG path fill rule (even-odd or winding) which broke with the merge | jhaas@chromium.org | 2008-10-23 | 1 | -0/+3 |
* | Get DragDataChromium and AXObjectCache building on Linux. These are the last | agl@chromium.org | 2008-10-23 | 1 | -1/+1 |
* | Use CG instead of Skia | mark@chromium.org | 2008-10-23 | 1 | -0/+9 |
* | Remove DerivedSources.cpp from KJSBindings.vcproj, and replace it with all th... | pkasting@chromium.org | 2008-10-22 | 1 | -55/+0 |
* | Second part of split window support in the binding part. | fqian@google.com | 2008-10-22 | 8 | -262/+352 |
* | Use ETS_FOCUSED instead of TS_CHECKED to signify that a button | tc@google.com | 2008-10-22 | 1 | -1/+1 |
* | Fix Linux build bustage | mark@chromium.org | 2008-10-22 | 1 | -1/+1 |
* | More fixes for port. Don't build GKURLMac since we hopefully won't need | mark@chromium.org | 2008-10-22 | 4 | -68/+71 |
* | Create a stub implementation for RenderTheme for Linux. | erg@google.com | 2008-10-22 | 1 | -0/+54 |
* | Changes to how we draw buttons. | tc@google.com | 2008-10-22 | 1 | -2/+2 |
* | Compile ImageSkia under Linux. | erg@google.com | 2008-10-22 | 1 | -35/+17 |
* | Get PopupMenuChromium building under Linux | agl@chromium.org | 2008-10-22 | 1 | -4/+7 |
* | Some of the easier fixes in port for the PLATFORM(MAC) killing project | mark@chromium.org | 2008-10-22 | 4 | -144/+6 |
* | Fix Linux build with a null port hack. | evanm@google.com | 2008-10-22 | 1 | -1/+4 |
* | oops, didn't mean PLATFORM. | pinkerton@google.com | 2008-10-22 | 1 | -1/+1 |
* | chromium tree changes for removing platform(mac). | pinkerton@google.com | 2008-10-22 | 4 | -26/+179 |
* | Review URL: http://codereview.chromium.org/7848 | dglazkov@google.com | 2008-10-22 | 2 | -64/+11 |
* | Stub out Font functions for Linux | agl@chromium.org | 2008-10-22 | 7 | -128/+393 |
* | Compile WidgetChromium on Linux. | erg@google.com | 2008-10-22 | 1 | -2/+2 |