| Commit message (Expand) | Author | Age | Files | Lines |
* | Break association between TestShellWebView and TestShell before | shess@chromium.org | 2009-01-27 | 2 | -12/+19 |
* | Adding new EULA dialog translations. | gwilson@google.com | 2009-01-27 | 41 | -0/+1927 |
* | Modifies shutdown/startup in the following manner: | sky@google.com | 2009-01-27 | 3 | -2/+19 |
* | Allow "hammer Hammer SHARED=1" to build cleanly. | tc@google.com | 2009-01-27 | 2 | -0/+14 |
* | A little porting in chrome/renderer. | estade@chromium.org | 2009-01-27 | 2 | -5/+1 |
* | Adobe Reader 7 expects the load_manually flag to be set when being instantiat... | ananta@chromium.org | 2009-01-27 | 2 | -5/+6 |
* | Add support for UA spoofing, and spoof Safari's UA string when loading URLs | darin@chromium.org | 2009-01-27 | 12 | -40/+72 |
* | Extend the popup-mode location bar out into the nonclient view. This makes p... | pkasting@chromium.org | 2009-01-27 | 4 | -52/+34 |
* | Move MessageWindow out into its own file. BrowserInit is now cross-platform-c... | ben@chromium.org | 2009-01-27 | 7 | -363/+395 |
* | svn:ignore *.vspscc | tc@google.com | 2009-01-27 | 0 | -0/+0 |
* | Rebaseline more Linux svg layout tests. Delete an incorrect win baseline. | jhawkins@chromium.org | 2009-01-27 | 11 | -9/+71 |
* | MAC: build fix | agl@chromium.org | 2009-01-27 | 1 | -0/+4 |
* | Fix a small, subtle problem that caused an interactive_ui_test failure. | pkasting@chromium.org | 2009-01-27 | 1 | -2/+8 |
* | Windows, test_shell: build fix | agl@chromium.org | 2009-01-27 | 1 | -1/+2 |
* | POSIX: gfx::NativeViewId and CrossProcessEvent | agl@chromium.org | 2009-01-27 | 32 | -169/+237 |
* | Give the container a chance to handle function keys. | tommi@chromium.org | 2009-01-27 | 1 | -0/+1 |
* | Add Mac baseline for url parsing test, since googleurl doesn't match the WebK... | mmoss@chromium.org | 2009-01-27 | 2 | -4/+38 |
* | Small test shell work: | thomasvl@chromium.org | 2009-01-27 | 2 | -14/+4 |
* | Bring our EULA files to parity with the website. | glen@chromium.org | 2009-01-27 | 50 | -160/+961 |
* | Add text for plugin infobar help center link. | glen@chromium.org | 2009-01-27 | 1 | -1/+4 |
* | Linking a crashing test to a bug report. | finnur@google.com | 2009-01-27 | 1 | -1/+1 |
* | moved two private functions into an anonymous namespace | erikkay@google.com | 2009-01-27 | 1 | -0/+4 |
* | Forgot to use the correct enums on my previous distro CL | cpu@google.com | 2009-01-27 | 2 | -4/+6 |
* | Re-land this from earlier... unit tests no longer crash. | ben@chromium.org | 2009-01-27 | 16 | -88/+201 |
* | Add new file render_thread_unittest.cc to windows project file for unit_tests. | jrg@chromium.org | 2009-01-27 | 1 | -0/+4 |
* | Reduce the amount of #ifdef. | maruel@chromium.org | 2009-01-27 | 1 | -35/+21 |
* | Update V8 to latest trunk version. | ager@google.com | 2009-01-27 | 3 | -8/+15 |
* | remove scaffolding mock of TabStripModel and replace it with the real deal. R... | pinkerton@google.com | 2009-01-27 | 7 | -57/+90 |
* | Set the default result to no match, as the incorrect hash error will be set off | jhawkins@chromium.org | 2009-01-27 | 1 | -1/+1 |
* | Move glue.vcproj and glue.vsprops into the webkit/glue directory next to webk... | tc@google.com | 2009-01-27 | 9 | -775/+775 |
* | URL parse layout test still broken on Mac. | mmoss@chromium.org | 2009-01-27 | 1 | -0/+4 |
* | Initialize result for the case where image_diff is not available. | jhawkins@chromium.org | 2009-01-27 | 1 | -0/+1 |
* | Fix three image hashes on Linux that were incorrect. The images matched, but... | jhawkins@chromium.org | 2009-01-27 | 7 | -3/+3 |
* | Roll forward 8722,8721 | jeremy@chromium.org | 2009-01-27 | 13 | -106/+250 |
* | FileUtilTest.Contains failed on Vista Home 64 (and wine) | dkegel@google.com | 2009-01-27 | 1 | -4/+7 |
* | render_* work. | jrg@chromium.org | 2009-01-27 | 9 | -26/+180 |
* | Fixes tab contents crash. This changes a number of things in dragged | sky@google.com | 2009-01-27 | 1 | -13/+40 |
* | Add NOTREACHED() in switch default part which should never be reached. | phajdan.jr@chromium.org | 2009-01-27 | 1 | -0/+1 |
* | Remove inline ToString(KURL) method from v8_bindings.h. | tc@google.com | 2009-01-27 | 1 | -5/+0 |
* | Fix the merge diff3 wrapper to work around a python subprocess bug on windows | eseidel@chromium.org | 2009-01-27 | 1 | -5/+21 |
* | Call image_diff on the actual and expected images if the hashes don't match to | jhawkins@chromium.org | 2009-01-27 | 2 | -9/+31 |
* | Make popups closer to pixel-perfect. The main problem is that the toolbar is... | pkasting@chromium.org | 2009-01-27 | 6 | -65/+77 |
* | Bring in googleurl changes which fix URL parsing layout test. | mmoss@chromium.org | 2009-01-27 | 3 | -5/+2 |
* | Fix a memory leak in release with ThreadCollisionWarner unit tests. Less than... | maruel@chromium.org | 2009-01-27 | 1 | -8/+20 |
* | Reverting 8722,8721. | maruel@chromium.org | 2009-01-27 | 12 | -246/+102 |
* | Fix Windows build. | jeremy@chromium.org | 2009-01-27 | 1 | -0/+3 |
* | First step of porting VisitedLinkMaster to POSIX: | jeremy@chromium.org | 2009-01-27 | 12 | -102/+243 |
* | Fix linux build breakage. | maruel@chromium.org | 2009-01-27 | 1 | -0/+3 |
* | Unimportant cleanup. | avi@chromium.org | 2009-01-27 | 2 | -2/+2 |
* | More updates to build optimization settings. | deanm@chromium.org | 2009-01-27 | 1 | -4/+5 |