summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Update our webframe_impl to use loadURLIntoChildFrame().playmobil@google.com2009-03-311-31/+4
* Chrome side of WebKit merge 42026:42115playmobil@google.com2009-03-314-2/+4
* 1. Allow to add breakpoints using Scripts panel.yurys@google.com2009-03-313-35/+353
* Reland changes to enable worker layout tests. Compared to last review (http:/...jianli@chromium.org2009-03-302-3/+10
* Enable running webkit tests in parallel and make it useojan@google.com2009-03-304-12/+13
* 1. Added 'scripts' command response handler that populates Scripts panel with...yurys@google.com2009-03-303-64/+71
* DevTools: support null callbacks in the frontend, encapsulate node ids.pfeldman@chromium.org2009-03-303-8/+5
* Fix devtools tests.pfeldman@chromium.org2009-03-301-2/+2
* DevTools: Implement basic DOM edit operations.pfeldman@chromium.org2009-03-3011-253/+537
* Revert 12763.jianli@chromium.org2009-03-302-10/+3
* Enable worker layout tests. In order for test_shell to run worker, we link al...jianli@chromium.org2009-03-302-3/+10
* Build fix.abarth@chromium.org2009-03-281-1/+2
* Add the ability to specify a default MIME type when loading a resource. We'l...abarth@chromium.org2009-03-282-0/+4
* Fix mac build bustage and remove some files that I forgot to delete.darin@chromium.org2009-03-273-1333/+3
* Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.darin@chromium.org2009-03-2715-850/+172
* Deleting the item from a form autofill popup with just one item would leave a...jcampan@chromium.org2009-03-271-0/+7
* Add support for serializing a FormData structure that has no elements. This isdarin@chromium.org2009-03-271-5/+11
* 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
* Render widget host view cursors:estade@chromium.org2009-03-271-0/+32
* Changed the behavior of the form autofill popup.jcampan@chromium.org2009-03-272-26/+37
* Fix renderer hang caused when a synchronous XHR is disallowed for securitydarin@chromium.org2009-03-271-0/+1
* We need to set the clipping region of the HDC passed in to a windowless flash...ananta@chromium.org2009-03-274-25/+39
* DevTools: add support for navigating to other tab while inspecting.pfeldman@chromium.org2009-03-276-44/+33
* 1. Implemented an agent providing RPC interface to v8 debugger of the inspect...yurys@google.com2009-03-2719-12/+656
* Add images for <input type="search">. These are copies of the ones in the pu...pkasting@chromium.org2009-03-266-0/+8
* Expose whether we're in private browsing mode to plugins.I chose to implement...jam@chromium.org2009-03-267-1/+109
* Report the plugin position to windowed plugins as (0,0)jam@chromium.org2009-03-266-25/+39
* Fixes bug where first login attempt to hotmail after session restoresky@chromium.org2009-03-262-9/+31
* 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