| Commit message (Expand) | Author | Age | Files | Lines |
* | Get fonts to render in a somewhat recognisable form on Linux. | agl@chromium.org | 2008-10-31 | 14 | -90/+652 |
* | Reformat PlatformContextSkia to be WEbKit style. Reindent the code, rename va... | brettw@google.com | 2008-10-31 | 3 | -561/+612 |
* | Add missing file to the JSC project. | dglazkov@google.com | 2008-10-31 | 1 | -0/+4 |
* | Adjust the readonly form control state to no longer look | tc@google.com | 2008-10-31 | 8 | -17/+11 |
* | Set the size properly in our ImageBuffer. This makes various operations fail ... | brettw@google.com | 2008-10-31 | 2 | -11/+1 |
* | Part 2 of the CL to unfork our changes to FrameLoader.cpp to support the | mpcomplete@google.com | 2008-10-31 | 1 | -1/+10 |
* | Make the canvas tests as failing while brettw fixes. | tc@google.com | 2008-10-31 | 1 | -0/+11 |
* | Rebaseline tests from the previous merge that | tc@google.com | 2008-10-31 | 16 | -7/+43 |
* | Fix transparency for ImageBuffers we make. This behavior is consistent with | brettw@google.com | 2008-10-31 | 1 | -0/+5 |
* | Fixes the issue when right clicking on a text in a scrolled text area results... | sidchat@google.com | 2008-10-31 | 1 | -10/+5 |
* | Mac changes for r4070 et seq. Make jsbindings, webcore, port, and glue share | mark@chromium.org | 2008-10-31 | 7 | -421/+35 |
* | Fix a crash when painting is disabled. We would be passed NULL and it wasn't ... | brettw@google.com | 2008-10-31 | 1 | -1/+1 |
* | SCons config changes from webkit merge: | sgk@google.com | 2008-10-31 | 3 | -11/+7 |
* | Fix build bustage. This only showed up in clobber builds for some reason. | darin@chromium.org | 2008-10-31 | 1 | -8/+0 |
* | Try to fix the linux build again. | brettw@google.com | 2008-10-31 | 1 | -2/+1 |
* | Re-add ifdefs for mac & linux builds in the graphics files. | brettw@google.com | 2008-10-31 | 1 | -0/+6 |
* | Sync the SConscript to my last port changes (removal of some graphics files). | brettw@google.com | 2008-10-31 | 1 | -4/+0 |
* | Add missing file from my last checkin moving Skia painting objects around. | brettw@google.com | 2008-10-31 | 1 | -1/+0 |
* | Make ImageBuffer creation and handling conform to proper WebKit form rather t... | brettw@google.com | 2008-10-31 | 16 | -1322/+1102 |
* | Fix the JSC build. | darin@chromium.org | 2008-10-31 | 9 | -62/+212 |
* | Split the NONNODE_WRAPPER_TYPES into two parts | mbelshe@google.com | 2008-10-31 | 1 | -3/+9 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=3769, which | ananta@chromium.org | 2008-10-31 | 5 | -636/+86 |
* | Fix a tiny error in WebCursor.set_hotspot() | dimich@google.com | 2008-10-31 | 1 | -1/+1 |
* | Fix delete key and other editor keyboard shortcuts on the Mac. | jeremy@chromium.org | 2008-10-31 | 1 | -4/+74 |
* | Switch to using the message loop rather than gtk_main(). | agl@chromium.org | 2008-10-30 | 6 | -7/+906 |
* | Fix dupe in test list. | ojan@google.com | 2008-10-30 | 1 | -2/+1 |
* | And another one. I actually think this one was flaky before the | ojan@google.com | 2008-10-30 | 1 | -0/+1 |
* | What's more fun than updating test lists?!? | ojan@google.com | 2008-10-30 | 1 | -2/+26 |
* | Try again to match test list to the tree. | ojan@google.com | 2008-10-30 | 1 | -12/+13 |
* | Add new tests' missing results. | dglazkov@google.com | 2008-10-30 | 14 | -0/+360 |
* | Update test lists to match the state of the tree. There may | ojan@google.com | 2008-10-30 | 1 | -94/+6 |
* | Linux fixes for the WebKit merge. | evanm@google.com | 2008-10-30 | 5 | -4/+9 |
* | Landing 36102:37604 merge on trunk | dglazkov@google.com | 2008-10-30 | 89 | -7849/+3142 |
* | 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 |