| Commit message (Expand) | Author | Age | Files | Lines |
* | Get Database compiling on Chromium. Note that because we aren't generating the | aa@google.com | 2008-11-03 | 1 | -0/+18 |
* | Port a few more test_shell_tests to Linux. | tc@google.com | 2008-11-03 | 5 | -706/+1299 |
* | Fix state pushing in the graphics context. My changes pushed a default state ... | brettw@google.com | 2008-11-01 | 1 | -1/+1 |
* | Fix font regression. I was using ascent() instead of font->ascent(), which | brettw@google.com | 2008-11-01 | 1 | -10/+7 |
* | Factor out text, theme, and icon stuff out of PlatformContextSkia back to the... | brettw@google.com | 2008-10-31 | 5 | -506/+332 |
* | Takes steps to make our PlatformScreen implementation more portable. | darin@chromium.org | 2008-10-31 | 4 | -143/+114 |
* | Updated project files and added V8 bindings for HTML5 media/audio/video/sourc... | scherkus@chromium.org | 2008-10-31 | 3 | -0/+244 |
* | Fix gcc build break: | mark@chromium.org | 2008-10-31 | 1 | -10/+10 |
* | WTF?! wtf is lowercase. Fix build break on case-sensitive filesystems (like | mark@chromium.org | 2008-10-31 | 1 | -1/+1 |
* | Fix a null-ptr renderer crash. | ericroman@google.com | 2008-10-31 | 1 | -0/+8 |
* | Get fonts to render in a somewhat recognisable form on Linux. | agl@chromium.org | 2008-10-31 | 6 | -59/+309 |
* | Reformat PlatformContextSkia to be WEbKit style. Reindent the code, rename va... | brettw@google.com | 2008-10-31 | 3 | -561/+612 |
* | Set the size properly in our ImageBuffer. This makes various operations fail ... | brettw@google.com | 2008-10-31 | 1 | -0/+1 |
* | Fix transparency for ImageBuffers we make. This behavior is consistent with | brettw@google.com | 2008-10-31 | 1 | -0/+5 |
* | Mac changes for r4070 et seq. Make jsbindings, webcore, port, and glue share | mark@chromium.org | 2008-10-31 | 5 | -401/+25 |
* | Fix a crash when painting is disabled. We would be passed NULL and it wasn't ... | brettw@google.com | 2008-10-31 | 1 | -1/+1 |
* | Try to fix the linux build again. | brettw@google.com | 2008-10-31 | 1 | -2/+1 |
* | Re-add ifdefs for mac & linux builds in the graphics files. | brettw@google.com | 2008-10-31 | 1 | -0/+6 |
* | Add missing file from my last checkin moving Skia painting objects around. | brettw@google.com | 2008-10-31 | 1 | -1/+0 |
* | Make ImageBuffer creation and handling conform to proper WebKit form rather t... | brettw@google.com | 2008-10-31 | 12 | -1300/+1090 |
* | Linux fixes for the WebKit merge. | evanm@google.com | 2008-10-30 | 1 | -1/+1 |
* | Landing 36102:37604 merge on trunk | dglazkov@google.com | 2008-10-30 | 24 | -2676/+782 |
* | use the null image instead of NULL, fixes a bunch of crashes. | pinkerton@google.com | 2008-10-28 | 1 | -1/+1 |
* | 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 | 5 | -1/+141 |
* | 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 |
* | 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 | 4 | -0/+3824 |
* | Add #if ENABLE(JAVASCRIPT_DEBUGGER), part 2. | pkasting@chromium.org | 2008-10-23 | 1 | -3/+0 |
* | First stab at webinputevent_linux.cc. Coverts GDK events to | tc@google.com | 2008-10-23 | 3 | -0/+936 |
* | fork PlatformScreenMac into our port to avoid PLATFORM(MAC) issues | pinkerton@google.com | 2008-10-23 | 1 | -0/+99 |
* | Fixed SVG path fill rule (even-odd or winding) which broke with the merge | jhaas@chromium.org | 2008-10-23 | 1 | -0/+3 |