summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Reverting 20855.darin@chromium.org2009-07-1619-618/+487
* Reverting 20854.darin@chromium.org2009-07-1619-487/+618
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-1619-618/+487
* Avoid dereferencing uninitialized pointers.cevans@chromium.org2009-07-162-6/+49
* Adding callback support to media filter Initialize() and Seek().scherkus@chromium.org2009-07-162-12/+21
* Removed extraneous call to the now depreacted WebCore::parseURL().japhet@chromium.org2009-07-151-3/+2
* Reenable content script messaging test.mpcomplete@chromium.org2009-07-151-4/+0
* DevTools: provisional commit for new WebInspector's 'last opened panel' change.pfeldman@chromium.org2009-07-155-2/+36
* Removed the bool parameter from PipelineCallback and cleaned up WebMediaPlaye...scherkus@chromium.org2009-07-152-106/+73
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-151-0/+1
* Reverting 20683.jorlow@chromium.org2009-07-141-1/+0
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-141-0/+1
* Chrome-side of fixes for content-script messaging.mpcomplete@chromium.org2009-07-143-8/+29
* Middle clicks on all fragment links open in new tab.cmp@google.com2009-07-141-22/+15
* Fixed bug where playbackRate wasn't being respected.scherkus@chromium.org2009-07-142-4/+18
* Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also,darin@chromium.org2009-07-1410-112/+99
* DevTools: mitigate WebKit console API changes.pfeldman@chromium.org2009-07-143-18/+2
* A quick fix for Issue 16597.hbono@chromium.org2009-07-141-1/+1
* Fix the ConsoleLog test and enable it. It was previously disabled because Web...dimich@google.com2009-07-141-10/+10
* Roll WebKit DEPS from 45738 to 45840.dimich@google.com2009-07-147-3/+18
* Add autofill dropdown support for password forms.tim@chromium.org2009-07-147-217/+93
* Add a temporary flag to enable plugins on the Mac and Linux whileamanda@chromium.org2009-07-131-5/+2
* Remove the carbon event dispatcher from the main thread of the plugin processamanda@chromium.org2009-07-132-7/+31
* Revert previous clipping rect change for Cairo to see if it fixes the build.brettw@chromium.org2009-07-131-10/+10
* Keep the cairo clipping region in sync with the Skia one.brettw@chromium.org2009-07-131-10/+10
* DevTools: allow reload while on a breakpoint: detach agent on navigation atte...pfeldman@chromium.org2009-07-135-0/+16
* DevTools: Enable styles editing.pfeldman@chromium.org2009-07-131-1/+1
* Correct bad WebKit merge.abarth@chromium.org2009-07-131-0/+10
* Wire up windowless plugins. Mostly Mac related, some crossamanda@chromium.org2009-07-113-167/+236
* Unreverting "Implemented injected message loops for PipelineImpl"scherkus@chromium.org2009-07-112-26/+34
* 1) Roll WebKit DEPS to 45685michaeln@google.com2009-07-104-16/+20
* Revert "Implemented injected message loops for PipelineImpl."scherkus@chromium.org2009-07-102-34/+26
* Implemented injected message loops for PipelineImpl.scherkus@chromium.org2009-07-102-26/+34
* Enables find in page match counts on Mac.rohitrao@chromium.org2009-07-101-9/+0
* DevTools: postpone after-compile event propagation to the UI until scripts pa...pfeldman@chromium.org2009-07-102-9/+24
* DevTools: Show exception message in a resource message bubble while stopped o...pfeldman@chromium.org2009-07-101-0/+69
* Made MediaFilter::host_ and MediaFilter::message_loop_ private.scherkus@chromium.org2009-07-091-5/+5
* Revert "Made MediaFilter::host_ and MediaFilter::message_loop_ private."scherkus@chromium.org2009-07-091-5/+5
* Made MediaFilter::host_ and MediaFilter::message_loop_ private.scherkus@chromium.org2009-07-091-5/+5
* Fix custom cursors on Mac. Null and 0 turn out not to be opposites.darin@chromium.org2009-07-091-0/+4
* Remove reference counting from WebWidgetDelegate.darin@chromium.org2009-07-093-8/+2
* Revert unintentional change.abarth@chromium.org2009-07-091-5/+4
* Roll WebKit DEPSabarth@chromium.org2009-07-095-11/+15
* DevTools: show property type names in Elements panel and Console.yurys@google.com2009-07-092-28/+49
* GtkPluginContainerManager::UnrealizeCallback should be void.craig.schlenter@chromium.org2009-07-092-3/+3
* Linux: add images for disabled checkboxes and radio buttons.agl@chromium.org2009-07-096-0/+8
* Remove WebWidgetDelegate::GetContainingView since it is not needed.darin@chromium.org2009-07-094-12/+2
* Roll WebKit to r45634 and fix buildhclam@chromium.org2009-07-081-2/+2
* Start using WebCursorInfo from the WebKit API. WebCursorInfo is adarin@google.com2009-07-0818-277/+352
* Land Anton's patch to avoid throwing away type information on theager@chromium.org2009-07-081-1/+1