summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Make DevTools client survive 'refresh' of the inspectable tab.pfeldman@chromium.org2009-03-268-73/+192
* Fix missing include file in webframeloaderclient_impl.h to make it self-conta...jianli@chromium.org2009-03-261-0/+1
* Support for continuous scrolling devices on the Mac.avi@google.com2009-03-251-14/+131
* Chrome changes to support cached form submissions.darin@chromium.org2009-03-254-8/+29
* Linux: write images to clipboard.estade@chromium.org2009-03-251-1/+1
* Chromium half of WebKit Merge, turns off ENABLE_VIDEOeseidel@chromium.org2009-03-251-2/+2
* Don't override user's default cursor with GDK_ARROW.estade@chromium.org2009-03-252-24/+25
* DevTools: Element Panel search implementation.pfeldman@chromium.org2009-03-256-4/+222
* A tricky fix for Issue 1845 (Take 2).hbono@chromium.org2009-03-256-0/+62
* Support 2D trackpad and Mighty Mouse scrolling on OS X. Patch bymark@chromium.org2009-03-251-15/+9
* When in a form text field, pressing the up/down arrow keys should bring up th...jcampan@chromium.org2009-03-253-10/+22
* First stage of implementing HTML select popup menus forpaulg@google.com2009-03-245-84/+200
* Clicking a text field that is already focused triggers the autofill. However ...jcampan@chromium.org2009-03-244-27/+54
* Wire 'Inspect Element' action to the new DevTools (depending on the devtools ...pfeldman@chromium.org2009-03-2416-154/+251
* Add missing js file to the devtools frontend.pfeldman@chromium.org2009-03-241-0/+4
* Add basic infrastructure for sending async browser API request and receiving ...aa@chromium.org2009-03-242-0/+11
* Finish hooking up the worker process UI: use the domains of the workers as th...jam@chromium.org2009-03-241-0/+1
* Chrome side of webkit merge from r41860 to 41906.tc@google.com2009-03-235-7/+0
* DevToolsClient frontend improvements:pfeldman@chromium.org2009-03-2319-1388/+1585
* Initial revision of the DevTools frontend.pfeldman@chromium.org2009-03-2211-0/+2617
* Chromium side of trackbar drawing. This is needed to support <input type="ra...pkasting@chromium.org2009-03-202-0/+15
* Pressing the Del key while a item is selected in the autocomplete popup delet...jcampan@chromium.org2009-03-203-10/+59
* Removes all use of COM and dependencies on Windows-specific classes (includin...klink@chromium.org2009-03-2010-361/+1103
* Add support for Javascript function callbacks into the WebDevToolsClient.pfeldman@chromium.org2009-03-2011-100/+184
* The street view in Google maps, which is implemented with a windowed flash pl...ananta@chromium.org2009-03-202-25/+31
* Linux: fix crash when getting the screen info for a NULL window.agl@chromium.org2009-03-191-8/+8
* Convert FindInPage wstrings to string16.tc@google.com2009-03-193-7/+7
* Do correct hit testing for context menu items in WebViewImpl.estade@chromium.org2009-03-192-20/+21
* Eliminate using_webkit.{scons,vsprops} in favor of having WebCommon.h set thedarin@chromium.org2009-03-193-6/+3
* Remove code duplicated from webcore and use the common PrintContext facility.maruel@chromium.org2009-03-193-133/+96
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-1920-235/+29
* Review URL: http://codereview.chromium.org/42288georged@chromium.org2009-03-183-0/+24
* Autocomplete now uses the input field id when no name is available to perform...jcampan@chromium.org2009-03-183-9/+31
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-181-1/+0
* Unfork WebInspector frontend take 2: New DEPS and webkit/...pfeldman@chromium.org2009-03-181-2/+2
* Fixing a few minor issues found during static analysis of the Chromium codebase.finnur@chromium.org2009-03-181-1/+1
* Revert the src/webkit part of r11958 since it broke the build.maruel@chromium.org2009-03-181-2/+2
* Unfork WebInspector frontend.pfeldman@chromium.org2009-03-181-2/+2
* Make Rpc dispatch in DevTools static, remove redundant JSON parsing.pfeldman@chromium.org2009-03-186-28/+31
* Reverting 11953.hbono@chromium.org2009-03-186-62/+0
* A tricky fix for Issue 1845.hbono@chromium.org2009-03-186-0/+62
* Switch to useCapture in order to handle DOMNodeRemovedFromDocument events.pfeldman@chromium.org2009-03-171-2/+2
* SSLPolicy Fix: Step 3.abarth@chromium.org2009-03-173-26/+29
* SSLPolicy Fix: Step 1.abarth@chromium.org2009-03-173-0/+24
* Move response_data_file from ResourceResponseHead to webkit_glue::ResponseInfohclam@chromium.org2009-03-172-0/+25
* DOM wheel scroll delta fix, Chromium side. This depends on the WebKit side c...pkasting@chromium.org2009-03-165-11/+30
* Fix keyboard scrolling on non-Windows platforms.erg@google.com2009-03-161-27/+18
* Get rid of stashing a frame pointer with ResourceRequest and just store the r...jam@chromium.org2009-03-169-57/+51
* Wire DevTools agent in the Glue to the Renderer DevTools IPC transport: DevTo...pfeldman@chromium.org2009-03-166-9/+102
* Autocomplete popup should show up when clicking or pressing the up/down key i...jcampan@chromium.org2009-03-141-2/+1