summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/event_sending_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correctly construct platform keyboard event in event sending controller.estade@chromium.org2008-12-091-43/+10
* revert commit 6607.estade@chromium.org2008-12-091-10/+43
* Linux: the WebKeyboardEvent key_code field is the windows key code, not the n...estade@chromium.org2008-12-091-43/+10
* Initialize the Linux specific text event code field in the event sending cont...deanm@chromium.org2008-12-081-2/+9
* Implement keyDown events the GTK layout tests.erg@google.com2008-11-191-35/+41
* Some changes necessary to build an optimized binary on Linux.evanm@google.com2008-11-111-0/+1
* Remove windows-isms from drag & drop. Thistc@google.com2008-11-071-56/+20
* Get fonts to render in a somewhat recognisable form on Linux.agl@chromium.org2008-10-311-0/+6
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+3
* Make eventSender.keyDown() accept both arrays of strings and a single string toolehougaard@google.com2008-10-241-15/+23
* Remove WebKeyboardEvent::key_data because we don't actually use ittc@google.com2008-10-211-7/+0
* Rename various text zoom related stuff to be more generic, since we now canbrettw@google.com2008-10-141-2/+2
* This fixes http://code.google.com/p/chromium/issues/detail?id=3007, which is ...ananta@chromium.org2008-10-061-14/+38
* Bulk fixes to get Mac Test Shell more compile-happy.avi@google.com2008-09-091-3/+51
* Ensure "contextmenu" event is dispatched _after_ "mouseup".ericroman@google.com2008-08-251-4/+20