summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/event_sending_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverting 20855.darin@chromium.org2009-07-161-17/+16
* Reverting 20854.darin@chromium.org2009-07-161-16/+17
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-161-17/+16
* Implement the triple click for the Mac.avi@google.com2009-05-121-1/+1
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-3/+3
* Add js bindings for eventSender.zoomPageIn and eventSender.zoomPageOut.ericroman@google.com2009-04-201-0/+14
* Switch to using WebDragData in WebView and WebViewDelegate.darin@chromium.org2009-04-071-22/+33
* Chrome-side of using setKeyIdentifierFromWindowsKeyCode instead ofdarin@chromium.org2009-03-301-9/+1
* Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.darin@chromium.org2009-03-271-48/+62
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-181-1/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Fixing WebKeyboardEvent.avi@chromium.org2009-03-041-15/+25
* Reverting 10794.avi@chromium.org2009-03-031-21/+13
* Fixing WebKeyboardEvent. Third time's the charm.avi@chromium.org2009-03-031-13/+21
* Reverting key change (again); this breaks every keyboard layout test there is...avi@chromium.org2009-02-261-7/+3
* Fixing WebKeyboardEvent. For reals this time.avi@chromium.org2009-02-261-3/+7
* Revert "Fixing WebKeyboardEvent."kuchhal@chromium.org2009-02-251-7/+3
* Fixing WebKeyboardEvent.avi@chromium.org2009-02-251-3/+7
* This adds the implementation for the JS method eventSender.scheduleAsynchrono...jcampan@chromium.org2009-02-121-5/+26
* One more layout test passing.finnur@google.com2009-02-061-0/+4
* Get 6 more layout tests passing.finnur@google.com2009-02-061-9/+56
* Oops, we need config.h. This file really shouldn't be includingdarin@chromium.org2009-01-131-0/+3
* Don't special case certain characters in event_sending_controller.ccestade@chromium.org2009-01-061-66/+15
* A couple of linux keyboard input fixes.estade@chromium.org2008-12-121-0/+5