| Commit message (Expand) | Author | Age | Files | Lines |
* | Added support for querying the NPNVSupportsWindowless value from NPN_GetValue. | ananta@chromium.org | 2008-10-24 | 2 | -3/+18 |
* | Make eventSender.keyDown() accept both arrays of strings and a single string to | olehougaard@google.com | 2008-10-24 | 3 | -17/+23 |
* | Removed test_entry, which became superfluous after type of entry was changed ... | olehougaard@google.com | 2008-10-24 | 1 | -5/+2 |
* | Actually adding the new scons toolkit (hammer) base tools to the built | bradnelson@google.com | 2008-10-24 | 2 | -24/+2 |
* | We might use gtk functions, maybe Qt, maybe raw X11. Maybe we can re-use som... | agl@chromium.org | 2008-10-24 | 2 | -1/+62 |
* | Build PlatformScrollBarChromium on Linux since 8127 got committed. | agl@chromium.org | 2008-10-24 | 1 | -1/+0 |
* | Get CSSFontFaceSource and CachedFont building under Linux | agl@chromium.org | 2008-10-24 | 5 | -1/+19 |
* | Prevent TestShell from crashing at launch: don't release garbage CGImageRef | mark@chromium.org | 2008-10-24 | 1 | -0/+3 |
* | Stub out image and icon methods we need to link. We'll want real | mark@chromium.org | 2008-10-24 | 3 | -6/+130 |
* | 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 |
* | Build webcursor.cc. I don't know how we weren't building that file, especially | mark@chromium.org | 2008-10-24 | 1 | -0/+2 |
* | 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 |
* | Set ENABLE_JAVASCRIPT_DEBUGGER=0 to fix breakage from r3853. This was already | mark@chromium.org | 2008-10-23 | 1 | -2/+2 |
* | Review URL: http://codereview.chromium.org/8125 | petersont@google.com | 2008-10-23 | 2 | -35/+17 |
* | Fix scrolling when mouse wheel is set to scroll a page. | joshia@google.com | 2008-10-23 | 1 | -7/+11 |
* | Let cursors be based on CGImage instead of SkBitmap on the Mac | mark@chromium.org | 2008-10-23 | 4 | -35/+98 |
* | A new struct AutofillForm for use as temporary data storage for communication... | petersont@google.com | 2008-10-23 | 2 | -17/+35 |
* | Use glue/localized_strings.cc for all localized strings, and turn off | mark@chromium.org | 2008-10-23 | 2 | -4/+1 |
* | Mucelage changes for Mac TestShell, to work with the current glue in the | mark@chromium.org | 2008-10-23 | 1 | -8/+8 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=3585, which is ... | ananta@chromium.org | 2008-10-23 | 6 | -49/+57 |
* | Copies webkit gtk's rendering code for now, commenting out a few parts which ... | erg@google.com | 2008-10-23 | 6 | -55/+3826 |
* | Add #if ENABLE(JAVASCRIPT_DEBUGGER), part 2. | pkasting@chromium.org | 2008-10-23 | 4 | -53/+16 |
* | Removing more dependencies on the relative location of $CHROME_SRC_DIR. | bradnelson@google.com | 2008-10-23 | 4 | -10/+12 |
* | First stab at webinputevent_linux.cc. Coverts GDK events to | tc@google.com | 2008-10-23 | 8 | -12/+1110 |
* | And again...test list update. | ojan@google.com | 2008-10-23 | 1 | -3/+0 |
* | Make sure that checked state on {radiobox, checkbox} does not get flipped in ... | ericroman@google.com | 2008-10-23 | 1 | -6/+12 |
* | A recent fix to a post-merge SVG regression broke the expected image (but not... | jhaas@chromium.org | 2008-10-23 | 2 | -1/+1 |
* | Yet another test list update to match the builders. | ojan@google.com | 2008-10-23 | 1 | -1/+4 |
* | fork PlatformScreenMac into our port to avoid PLATFORM(MAC) issues | pinkerton@google.com | 2008-10-23 | 2 | -4/+103 |
* | Testing that an inactive closure cannot access new page in a frame. | fqian@google.com | 2008-10-23 | 5 | -0/+69 |
* | Update V8 in Chromium and fix compilation errors | kasperl@google.com | 2008-10-23 | 3 | -18/+19 |
* | Yet another test list update to match state of builders. | ojan@google.com | 2008-10-23 | 1 | -2/+0 |
* | Fixed SVG path fill rule (even-odd or winding) which broke with the merge | jhaas@chromium.org | 2008-10-23 | 2 | -6/+3 |
* | Get DragDataChromium and AXObjectCache building on Linux. These are the last | agl@chromium.org | 2008-10-23 | 2 | -3/+1 |
* | Build fix for Linux | agl@chromium.org | 2008-10-23 | 1 | -1/+3 |
* | Use CG instead of Skia | mark@chromium.org | 2008-10-23 | 1 | -0/+9 |
* | Don't build glue as Objective-C++ now that PLATFORM_MAC is off. Re-sniff glue | mark@chromium.org | 2008-10-23 | 3 | -18/+4 |
* | Cut'n'paste enough of the real test shell to fix some more errors. | evanm@google.com | 2008-10-23 | 1 | -0/+88 |
* | Remove DerivedSources.cpp from KJSBindings.vcproj, and replace it with all th... | pkasting@chromium.org | 2008-10-22 | 2 | -110/+1163 |
* | Take PLATFORM_MAC stuff out of editor_client_impl | mark@chromium.org | 2008-10-22 | 2 | -25/+0 |
* | - Lots of removed whitespace at the end of the line | erg@google.com | 2008-10-22 | 8 | -93/+127 |
* | Build libxslt on the Mac. This seems to be needed while disabling | mark@chromium.org | 2008-10-22 | 1 | -0/+43 |
* | Second part of split window support in the binding part. | fqian@google.com | 2008-10-22 | 8 | -262/+352 |