summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webview_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert r15940 again. Unexpected layout test failures :(darin@chromium.org2009-05-131-0/+1
* Re-do r15244 again.darin@chromium.org2009-05-131-1/+0
* Implement the triple click for the Mac.avi@google.com2009-05-121-2/+0
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-3/+3
* There are cases where a Frame may outlive its associated Page. Get thedarin@chromium.org2009-05-061-1/+1
* Revert r15278. More unexpected test failures :(darin@chromium.org2009-05-051-0/+1
* Re-do r15244: Fix crash in ~TestWebViewDelegate caused bydarin@chromium.org2009-05-051-1/+0
* Revert r15244. Failed tests :(darin@chromium.org2009-05-041-0/+1
* Eliminate webkit/glue/webhistoryitem* in favor of adding adarin@chromium.org2009-05-041-1/+0
* Fix several painting glitches for toolstrips.aa@chromium.org2009-04-271-0/+8
* Handle GTK triple clicks by adding a triple click event type to WebInputEvent...estade@chromium.org2009-04-271-0/+1
* Add transparency support to RenderWidgetHostView.aa@chromium.org2009-04-231-1/+10
* DevTools: Run nested message loop instead of whitelisting the messages.pfeldman@chromium.org2009-04-221-0/+10
* Provide an override for Webview drop effect.tc@google.com2009-04-221-2/+39
* Use webtextinput to insert text for middle-click paste.estade@chromium.org2009-04-211-12/+0
* Remove some unused code. Removes a couple of WebViewDelegate methodsdarin@chromium.org2009-04-181-26/+0
* TBR: Revert "Miscellaneous API sprucing."aa@chromium.org2009-04-151-8/+0
* Miscellaneous API sprucing.aa@chromium.org2009-04-151-0/+8
* fix build bustagedarin@chromium.org2009-04-091-1/+1
* Switch to using WebPoint, WebRect, and WebSize in more of the gluedarin@chromium.org2009-04-091-11/+19
* DevTools: Cache resources before attach, hide agents behind the flag.pfeldman@chromium.org2009-04-091-3/+8
* Reverting 13419.pfeldman@chromium.org2009-04-091-8/+3
* DevTools: Cache resource metainfo even when debugger agent is not attached.pfeldman@chromium.org2009-04-091-3/+8
* One of my recent CL added triggering form autofill when clicking an already f...jcampan@chromium.org2009-04-091-1/+1
* When the Find bar has focus it eats keypresses such as PageUp, PageDown and U...finnur@chromium.org2009-04-081-0/+33
* Reverting dfisher changes 133386 and 13381cpu@google.com2009-04-081-18/+10
* Switch to using WebPoint, WebRect, and WebSize in more of the gluedarin@chromium.org2009-04-081-10/+18
* Switch to using WebDragData in WebView and WebViewDelegate.darin@chromium.org2009-04-071-31/+54
* Roll out dominantScript, getGenericFontFamily patches to unfork a bunch of fi...dglazkov@google.com2009-04-061-2/+1
* A workaround fix for Issue 9186.hbono@chromium.org2009-04-031-0/+6
* Paste from the x clipboard into webkit.estade@chromium.org2009-04-021-1/+28
* Fix tests that depend on setCustomPolicyDelegate and waitForPolicyDelegate.darin@chromium.org2009-04-021-0/+4
* Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.hdarin@chromium.org2009-04-011-1/+1
* Context menu on RMB-down, not up, on Linux.evan@chromium.org2009-04-011-3/+9
* Fix mac build bustage and remove some files that I forgot to delete.darin@chromium.org2009-03-271-3/+3
* Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.darin@chromium.org2009-03-271-43/+48
* Deleting the item from a form autofill popup with just one item would leave a...jcampan@chromium.org2009-03-271-0/+7
* Encoding autodetection patch part 2.jungshik@google.com2009-03-271-1/+1
* Make the Mac contextual menu triggers correct.avi@google.com2009-03-271-0/+10
* Chromium half of WebKit Merge, turns off ENABLE_VIDEOeseidel@chromium.org2009-03-251-2/+2
* A tricky fix for Issue 1845 (Take 2).hbono@chromium.org2009-03-251-0/+31
* When in a form text field, pressing the up/down arrow keys should bring up th...jcampan@chromium.org2009-03-251-1/+1
* Clicking a text field that is already focused triggers the autofill. However ...jcampan@chromium.org2009-03-241-10/+24
* Wire 'Inspect Element' action to the new DevTools (depending on the devtools ...pfeldman@chromium.org2009-03-241-1/+6
* Pressing the Del key while a item is selected in the autocomplete popup delet...jcampan@chromium.org2009-03-201-10/+49
* Do correct hit testing for context menu items in WebViewImpl.estade@chromium.org2009-03-191-16/+11
* Reverting 11953.hbono@chromium.org2009-03-181-31/+0
* A tricky fix for Issue 1845.hbono@chromium.org2009-03-181-0/+31
* Fix keyboard scrolling on non-Windows platforms.erg@google.com2009-03-161-27/+18
* Wire DevTools agent in the Glue to the Renderer DevTools IPC transport: DevTo...pfeldman@chromium.org2009-03-161-0/+15