| Commit message (Expand) | Author | Age | Files | Lines |
* | Quick fix for image decoder. | evanm@google.com | 2008-10-28 | 1 | -3/+1 |
* | I missed this reference (broke mac build). | ericroman@google.com | 2008-10-27 | 1 | -0/+1 |
* | * Create baseline test results for new WebKit merge layout tests. | mmoss@google.com | 2008-10-27 | 13 | -4/+102 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 6 | -2/+13 |
* | Port a few test_shell_tests. Now it runs 45 of them. | evanm@google.com | 2008-10-27 | 10 | -83/+78 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=3769, which is | ananta@chromium.org | 2008-10-27 | 1 | -0/+653 |
* | Add Mac codepath for FileChooser::basenameForWidth in FileChooserChromium.cpp | jeremy@chromium.org | 2008-10-27 | 4 | -0/+96 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 9 | -4/+19 |
* | Fix path to the precompiled_webkit.cc file. | sgk@google.com | 2008-10-27 | 1 | -1/+1 |
* | Set all key event fields on mac, make sure we correctly handle keyDown | pinkerton@google.com | 2008-10-27 | 2 | -5/+28 |
* | Baseline 5 layout tests for chromium-windows: | ericroman@google.com | 2008-10-27 | 16 | -5/+282 |
* | Rebase three other tests impacted by the "double stroking" fix. | ericroman@google.com | 2008-10-26 | 7 | -8/+3 |
* | Remove a secretive pre-launch warning from test_shell's startup page. | ericroman@google.com | 2008-10-26 | 1 | -1/+0 |
* | Review URL: http://codereview.chromium.org/8135 | petersont@google.com | 2008-10-25 | 2 | -0/+34 |
* | Remove duplicate source file definitions in test_shell. | sgk@google.com | 2008-10-25 | 1 | -13/+0 |
* | Disable the yahoo application state plugin as it crashes the plugin process | ananta@chromium.org | 2008-10-25 | 1 | -0/+7 |
* | Quick and dirty mask of layout tests, while I investigate the problem... | ericroman@google.com | 2008-10-25 | 1 | -0/+5 |
* | 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 | 12 | -3/+186 |
* | Avoid double-stroking paths. | ericroman@google.com | 2008-10-24 | 30 | -77/+21 |
* | First-party side of change to remove more link stubs. | pkasting@chromium.org | 2008-10-24 | 3 | -11/+8 |
* | Remove a reinterpret_cast that is not valid on the Mac | amanda@chromium.org | 2008-10-24 | 1 | -1/+6 |
* | make urlbar scroll horizontally rather than wrap, like a real url bar | pinkerton@google.com | 2008-10-24 | 1 | -0/+2 |
* | 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 |
* | Hook up mouse events with the correct coordinates. Make sure they are view-lo... | pinkerton@google.com | 2008-10-24 | 4 | -14/+14 |
* | 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 |