| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the dashboard_compatibility_mode member from the WebPreferences | wtc@google.com | 2008-10-29 | 2 | -2/+0 |
* | Split test_shell.cc into test_shell.cc and test_shell_win.cc. | tc@google.com | 2008-10-29 | 6 | -729/+760 |
* | remove svg tests from the "skip" list because they no longer timeout | pinkerton@google.com | 2008-10-29 | 1 | -5/+0 |
* | adjust for our "toolbar" when resizing the window and content area, as it is ... | pinkerton@google.com | 2008-10-29 | 1 | -2/+5 |
* | Start writing the GTK code for test_shell. | agl@chromium.org | 2008-10-29 | 5 | -22/+184 |
* | Add --port and --root options to the command-line interface to allow running | pamg@google.com | 2008-10-29 | 1 | -7/+22 |
* | Fix a bug where we would allow the user to spell check words in | tc@google.com | 2008-10-29 | 1 | -1/+4 |
* | When right clicking in a text area that is scrolled, the wrong | tc@google.com | 2008-10-29 | 1 | -8/+19 |
* | Moved the SelfDeletePluginInvokeInSynchronousMouseMove to interactive ui tests | ananta@chromium.org | 2008-10-29 | 4 | -20/+55 |
* | Revert r4094; ui_tests failures in SelfDeletePluginInvokeInSynchronousMouseMove. | sgk@google.com | 2008-10-28 | 4 | -55/+20 |
* | Added a class with AutofillForm factory method. | petersont@google.com | 2008-10-28 | 2 | -1/+76 |
* | Proposed fix for http://b/issue?id=1362948, which is a crash in the rendererw... | ananta@chromium.org | 2008-10-28 | 4 | -20/+55 |
* | Recommit r4065, r4066 along with rebaselined test expectation | mark@chromium.org | 2008-10-28 | 1 | -3/+2 |
* | use the null image instead of NULL, fixes a bunch of crashes. | pinkerton@google.com | 2008-10-28 | 1 | -1/+1 |
* | deps checker doesn't like last change, fixing build | pinkerton@google.com | 2008-10-28 | 1 | -1/+1 |
* | fill in more of the WebKeyboardEvent on mac from the NSEvent. Gets basic typi... | pinkerton@google.com | 2008-10-28 | 3 | -16/+858 |
* | * Revert "Start writing the GTK code for test_shell." | agl@chromium.org | 2008-10-28 | 5 | -184/+22 |
* | Start writing the GTK code for test_shell. | agl@chromium.org | 2008-10-28 | 5 | -22/+184 |
* | Change the fatal error handler to no longer return to V8. It will now crash | sgjesse@chromium.org | 2008-10-28 | 1 | -8/+8 |
* | Fix a bug in cursor handling when the width and height of the image differ. We | brettw@google.com | 2008-10-28 | 1 | -1/+1 |
* | Added a cygwin script wrapper for http_server.py to simplify running | sgjesse@chromium.org | 2008-10-28 | 1 | -0/+9 |
* | 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 |