summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webview_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't let file:// URLs script Web URLs.abarth@chromium.org2009-03-061-0/+4
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-6/+6
* Fixing WebKeyboardEvent.avi@chromium.org2009-03-041-33/+17
* Reverting 10794.avi@chromium.org2009-03-031-17/+31
* Fixing WebKeyboardEvent. Third time's the charm.avi@chromium.org2009-03-031-31/+17
* Make our IME backend platform-independent.hbono@chromium.org2009-03-031-4/+2
* Hook up inspector highlighting again. This time we useojan@google.com2009-02-261-9/+0
* Reverting key change (again); this breaks every keyboard layout test there is...avi@chromium.org2009-02-261-16/+29
* Fixing WebKeyboardEvent. For reals this time.avi@chromium.org2009-02-261-29/+16
* Add an identity (id) to system drag & drop.tc@google.com2009-02-261-0/+26
* The autocomplete popup was shown relative to the main frame, causing it to be...jcampan@chromium.org2009-02-251-1/+1
* This CL causes the autofill popup to hide when the browser window is moved or...jcampan@chromium.org2009-02-251-1/+5
* Revert "Fixing WebKeyboardEvent."kuchhal@chromium.org2009-02-251-16/+29
* Fixing WebKeyboardEvent.avi@chromium.org2009-02-251-29/+16
* Remove unused 'node' parameter from ImeUpdateStatus.darin@chromium.org2009-02-201-1/+0
* Reported crashers indicate that the autofill popup-menu is showing for a deta...jcampan@chromium.org2009-02-191-2/+17
* Reverting 9944.yurys@google.com2009-02-181-5/+0
* Create communication channel between developer tools UI implemented in JS and...yurys@google.com2009-02-181-0/+5
* Fix for Issue 7651 Regression: The position of input method window is not cor...hbono@chromium.org2009-02-181-1/+4
* Reverting 9855.maruel@chromium.org2009-02-161-5/+0
* Review URL: http://codereview.chromium.org/20405yurys@google.com2009-02-161-0/+5
* The WebFrame interface currently supports reference counting, but no one uses.darin@chromium.org2009-02-131-0/+2
* Re-land the WebKit merge 40722:40785.darin@chromium.org2009-02-101-1/+1
* Rollback WebKit merge since background images don't paint.darin@chromium.org2009-02-091-1/+1
* WebKit merge 40722:40785 (part 2)darin@chromium.org2009-02-091-1/+1
* Selecting an item in the autocomplete popup would cause a crasher.jcampan@chromium.org2009-02-091-27/+39
* Add a command line option --disable-web-security. People can use this option...abarth@chromium.org2009-02-061-0/+1
* A workaround fix for Issue 6971.hbono@chromium.org2009-02-051-39/+40