summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/event_sending_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove eventSender, accessibilityController, plainText andtony@chromium.org2011-01-251-1079/+0
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-12/+12
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-131-21/+21
* Rename WebKitTools->Tools.tonyg@chromium.org2010-12-181-2/+2
* wstrings: convert CppVariant and CppBoundClass to not use wstringevan@chromium.org2010-12-031-15/+13
* TestShell: Backported EventSender.contextClick() improvementmorrita@chromium.org2010-11-291-0/+55
* Revert 67248 - TestShell: Backported EventSender.contextClick() improvement t...morrita@chromium.org2010-11-241-55/+0
* TestShell: Backported EventSender.contextClick() improvement to mock menu ite...morrita@chromium.org2010-11-241-0/+55
* Revert 66603 - TestShell: Backported EventSender.contextClick() improvementmorrita@chromium.org2010-11-191-55/+0
* TestShell: Backported EventSender.contextClick() improvementmorrita@chromium.org2010-11-181-0/+55
* Update the EventSendingController to send complete touch events.rjkroege@google.com2010-11-151-0/+4
* Make EventSendingController honour leapForward for touch events.rjkroege@google.com2010-11-021-0/+1
* Update test_shell to use renamed WebDragData methods.dcheng@chromium.org2010-10-071-1/+1
* Fix TestShell to forward-delete on eventSender.keyDown('delete') totony@chromium.org2010-09-141-1/+1
* Modify how test_shell generates continuous mousewheel events. This is the te...pkasting@chromium.org2010-09-031-1/+4
* Re-lands 58186:bryeung@chromium.org2010-09-031-18/+18
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-021-18/+18
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-021-18/+18
* Add support for [continuous]MouseScrollBy() to test_shell.pkasting@chromium.org2010-09-021-31/+51
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-011-18/+18
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-011-0/+3
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-011-18/+18
* A quick fix for Bug 51036hbono@chromium.org2010-08-261-0/+4
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+3
* Update test shell for new dragImage api.estade@chromium.org2010-04-051-2/+1
* webkit/ ifdefs for BSD port; based on sprewell@jaggeri.com patchpvalchev@google.com2010-03-301-2/+2
* Revert 41781 - Revert 41769 Fix test_shell so that eventSender works for ope...jam@chromium.org2010-03-161-12/+2
* Revert 41769 - Fix test_shell so that eventSender works for opened windows. ...stuartmorgan@chromium.org2010-03-161-2/+12
* Fix test_shell so that eventSender works for opened windows. I've also made ...jam@chromium.org2010-03-161-12/+2
* Add support for testing the touch event mechanism to test_shell.gdk@chromium.org2010-03-151-0/+153
* webkit/tools: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-061-1/+2
* Fix event generation for layout tests. Key codes are 'A'..'Z' so we must ensu...avi@chromium.org2010-02-101-4/+7
* [GTTF] Reduce header dependencies in webkitphajdan.jr@chromium.org2010-02-091-0/+1
* Add support for the modifiers parameter of mouseDown() and mouseUp(),tkent@chromium.org2010-01-221-12/+29
* Fix our version of eventSender to handle keyLocation arg correctly.kinuko@chromium.org2010-01-081-0/+17
* Fix test_shell's eventSender to set isSystemKey flag for keyboard events corr...suzhe@chromium.org2009-12-171-11/+67
* Remember zoom on a per-host basis.pkasting@chromium.org2009-12-041-5/+5
* More removal of config.h and glue_util.h dependencies.darin@chromium.org2009-11-181-18/+12
* Implement EventSender.mouseWheelTo method. tkent@chromium.org2009-11-171-0/+32
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-6/+6
* WebKit roll 50756:50820.japhet@chromium.org2009-11-111-2/+0
* A quick fix for Issue 23745.hbono@chromium.org2009-10-271-11/+13
* Delete glue/webview{_delegate}.hdarin@chromium.org2009-10-191-1/+2
* Fix EventSendingController so that we do event saving and replay like what We...jianli@chromium.org2009-10-141-43/+100
* Hook up webkit/api/public/WebView.hdarin@chromium.org2009-09-301-20/+18
* Add beginDragWithFiles to EventSendingController. Also implement WebKitClient...jianli@chromium.org2009-09-081-0/+36
* Plumb the DragOperation through all the layers between the platform Drag-n-dr...snej@chromium.org2009-09-081-8/+26
* A quick fix for Issue 20332hbono@chromium.org2009-08-281-5/+19
* Add a few more |#undef LOG| directives to code that might see both WebKit'smark@chromium.org2009-08-121-4/+6
* Add support for the Home and End keys to the keyDown() method.snej@chromium.org2009-07-231-0/+4