| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove executable bit from a bunch of files that shouldn't have it. | evan@chromium.org | 2009-05-11 | 1 | -0/+0 |
* | Fix mac build bustage. I forgot about the .mm files! | darin@chromium.org | 2009-05-10 | 3 | -7/+7 |
* | Style fixes for previous review: | paul@chromium.org | 2009-04-28 | 1 | -7/+8 |
* | Clean up cocoa popup menu handling in test_shell. | paul@chromium.org | 2009-04-24 | 1 | -117/+14 |
* | Chrome side of the WebKit popup changes. | paulg@google.com | 2009-04-10 | 1 | -8/+10 |
* | Switch to using WebPoint, WebRect, and WebSize in more of the glue | darin@chromium.org | 2009-04-09 | 3 | -14/+22 |
* | Reverting dfisher changes 133386 and 13381 | cpu@google.com | 2009-04-08 | 3 | -22/+14 |
* | fix mac bustage | darin@chromium.org | 2009-04-08 | 1 | -3/+6 |
* | Switch to using WebPoint, WebRect, and WebSize in more of the glue | darin@chromium.org | 2009-04-08 | 2 | -11/+16 |
* | Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h | darin@chromium.org | 2009-04-01 | 1 | -0/+8 |
* | Enable running webkit tests in parallel and make it use | ojan@google.com | 2009-03-30 | 1 | -1/+5 |
* | Use Webkit::WebInputEvent and remove webkit/glue/webinputevent. | darin@chromium.org | 2009-03-27 | 2 | -7/+16 |
* | Dump Keystone integration from Mac TestShell | mark@chromium.org | 2009-03-25 | 3 | -162/+0 |
* | First stage of implementing HTML select popup menus for | paulg@google.com | 2009-03-24 | 1 | -0/+145 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 1 | -1/+0 |
* | Reverting 11396. | ericroman@google.com | 2009-03-11 | 1 | -30/+2 |
* | Add support for the "repaint" layout tests (LayoutTests/fast/repaint/*), whic... | ericroman@google.com | 2009-03-10 | 1 | -2/+30 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 5 | -22/+22 |
* | Fixing WebKeyboardEvent. | avi@chromium.org | 2009-03-04 | 1 | -9/+1 |
* | Reverting 10794. | avi@chromium.org | 2009-03-03 | 1 | -1/+9 |
* | Fixing WebKeyboardEvent. Third time's the charm. | avi@chromium.org | 2009-03-03 | 1 | -9/+1 |
* | GYP it, GYP it good. | mark@chromium.org | 2009-03-02 | 2 | -2602/+0 |
* | Need to add the include path into Release settings too. | dimich@google.com | 2009-02-27 | 1 | -0/+1 |
* | Fix Mac build - update project files after merge and jscre library removal. | dimich@google.com | 2009-02-27 | 1 | -33/+2 |
* | Chrome side to implement WebMimeRegistry. | darin@chromium.org | 2009-02-26 | 1 | -0/+15 |
* | Reverting key change (again); this breaks every keyboard layout test there is... | avi@chromium.org | 2009-02-26 | 1 | -1/+9 |
* | Fixing WebKeyboardEvent. For reals this time. | avi@chromium.org | 2009-02-26 | 1 | -9/+1 |
* | Chromium changes to use new WebKit, WebKitClient, and WebClipboard interfaces. | darin@chromium.org | 2009-02-26 | 1 | -0/+8 |
* | Revert "Fixing WebKeyboardEvent." | kuchhal@chromium.org | 2009-02-25 | 1 | -1/+9 |
* | Fixing WebKeyboardEvent. | avi@chromium.org | 2009-02-25 | 1 | -9/+1 |
* | Xcode changes to build third_party/WebKit/WebKit/chromium | darin@google.com | 2009-02-24 | 1 | -0/+15 |
* | The WebFrame interface currently supports reference counting, but no one uses. | darin@chromium.org | 2009-02-13 | 1 | -1/+0 |
* | Pull the test_webview_delegate DidMove into platform specific files, and impl... | deanm@chromium.org | 2009-02-11 | 1 | -0/+5 |
* | Add XP_MACOSX=1 to release configuration for TestShell.app | amanda@chromium.org | 2009-02-11 | 1 | -1/+1 |
* | Checkpoint of plugin support code for Mac. Does not work yet; being checked | amanda@chromium.org | 2009-02-11 | 2 | -5/+19 |
* | Icon for TestShell.app | mark@chromium.org | 2009-02-06 | 3 | -1/+5 |
* | Remove FromWindow from the WebWidgetHost interface and make it a static funct... | jhawkins@chromium.org | 2009-02-05 | 1 | -6/+2 |
* | Use gfx::NativeView instead of gfx::NativeWindow where appropriate. Switch t... | jhawkins@chromium.org | 2009-02-04 | 2 | -9/+9 |
* | Remove webplugin_impl_mac.mm (a stub) and replace with the real thing and its | amanda@chromium.org | 2009-02-03 | 1 | -0/+4 |
* | Small test shell work: | thomasvl@chromium.org | 2009-01-27 | 1 | -0/+4 |
* | If the shell is in layout tests mode, we lie and don't return the grow box | thomasvl@chromium.org | 2009-01-27 | 1 | -4/+5 |
* | Update run_all_tests to use the platform delegate, thus removing even | amanda@chromium.org | 2009-01-26 | 1 | -0/+2 |
* | Unfork test_shell_main: | amanda@chromium.org | 2009-01-26 | 2 | -354/+16 |
* | Keystone auto-update support for TestShell | mark@chromium.org | 2009-01-23 | 4 | -1/+197 |
* | Dump text/image on notifyDone. | kuchhal@chromium.org | 2009-01-23 | 2 | -2/+18 |
* | WebKit Merge 39972:40057, Chromium side. | dglazkov@google.com | 2009-01-21 | 1 | -2/+8 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -9/+7 |
* | Switch over to using the image decoders from third_party/WebKit | darin@chromium.org | 2009-01-20 | 1 | -10/+2 |
* | Provisional Keystone support in Mac TestShell | mark@chromium.org | 2009-01-16 | 4 | -0/+114 |
* | Revert "* Dump text/image on notifyDone." | kuchhal@chromium.org | 2009-01-16 | 1 | -4/+2 |