| Commit message (Expand) | Author | Age | Files | Lines |
* | * Remove windows-ism from pasteboard code and move to using | tc@google.com | 2008-11-11 | 8 | -135/+322 |
* | Cache the GdkSkia object in PlatformContextSkia so that we aren't creating | agl@chromium.org | 2008-11-11 | 3 | -588/+2 |
* | Eliminate another dependency of port on glue. | darin@chromium.org | 2008-11-11 | 2 | -33/+34 |
* | This CL makes the form autofill popup menu behave like the Firefox's one, we ... | jcampan@chromium.org | 2008-11-11 | 2 | -1/+17 |
* | More ChromiumBridge action to eliminate glue dependencies from port. | darin@chromium.org | 2008-11-10 | 1 | -0/+9 |
* | Landing 37604:38097 merge | dglazkov@google.com | 2008-11-10 | 4 | -33/+36 |
* | Remove windows-isms from drag & drop. This | tc@google.com | 2008-11-07 | 7 | -61/+626 |
* | Landing this again as I cannot reproduce the perf regression locally. | jcampan@chromium.org | 2008-11-07 | 2 | -74/+141 |
* | Reverting the autofill popu CL as it creates perf regression. | jcampan@chromium.org | 2008-11-06 | 2 | -141/+74 |
* | Eliminate CursorChromium's dependency on webkit/glue. | darin@chromium.org | 2008-11-06 | 4 | -120/+124 |
* | This CL adds the autofill UI in forms. | jcampan@chromium.org | 2008-11-05 | 2 | -74/+141 |
* | Render GTK widgets on Linux | agl@chromium.org | 2008-11-05 | 3 | -26/+607 |
* | 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 |
* | Takes steps to make our PlatformScreen implementation more portable. | darin@chromium.org | 2008-10-31 | 2 | -0/+114 |
* | Landing 36102:37604 merge on trunk | dglazkov@google.com | 2008-10-30 | 17 | -2643/+747 |
* | 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 |
* | More stubbing out. With this and the rest of Linux pending, test_shell links. | agl@chromium.org | 2008-10-24 | 4 | -1/+95 |
* | First-party side of change to remove more link stubs. | pkasting@chromium.org | 2008-10-24 | 1 | -10/+0 |
* | 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 |
* | Resolve undefined symbols with "mime" in their names resulting from | mark@chromium.org | 2008-10-24 | 1 | -0/+16 |
* | 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 |
* | 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 |
* | 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 |
* | 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 | 2 | -0/+10 |
* | 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 | 3 | -2/+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 | 1 | -0/+14 |
* | Compile WidgetChromium on Linux. | erg@google.com | 2008-10-22 | 1 | -2/+2 |
* | Bring in CursorChromium to Linux build. | evanm@google.com | 2008-10-21 | 2 | -40/+45 |
* | Get ScrollViewChromium building under Linux. | erg@google.com | 2008-10-21 | 1 | -3/+15 |
* | Add stubs for screen size accessors for linux test_shell link errors. | erg@google.com | 2008-10-21 | 1 | -0/+70 |
* | remove PLATFORM_GTK-isms | tc@google.com | 2008-10-21 | 1 | -1/+0 |
* | Make PlatformScrollBar.h cross-platform. This is just moving | tc@google.com | 2008-10-21 | 2 | -44/+50 |
* | Patch of uber lameness to fix the KJS build. TestShell actually runs! | darin@chromium.org | 2008-10-21 | 1 | -0/+64 |