summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webview_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Hook up WebViewClient, part 1.darin@chromium.org2009-09-161-1/+7
* Linux focus ring color: Go through WebKit::WebColor api rather than through t...estade@chromium.org2009-09-111-3/+0
* Hook up WebFrameClient, replacing many WebViewDelegate methods.darin@chromium.org2009-09-101-1/+1
* Revert "Use gtk-cursor-blink from GtkSettings"evan@chromium.org2009-09-091-1/+0
* Use gtk-cursor-blink from GtkSettings to set theevan@chromium.org2009-09-091-0/+1
* Adds support for the os x spelling panel to chromium. Users canpinkerton@chromium.org2009-09-091-0/+6
* Plumb the DragOperation through all the layers between the platform Drag-n-dr...snej@chromium.org2009-09-081-12/+18
* Some cleanup to various WebCore client implementations.darin@chromium.org2009-09-051-2/+11
* Convert std::wstring encoding names to std::string in a bunch of files.tony@chromium.org2009-09-041-6/+10
* Hook up WebEditingClient.darin@chromium.org2009-09-041-3/+6
* Set the focus ring color to match the Gtk theme focus color.estade@chromium.org2009-09-031-0/+3
* New WebKit API interfaces for desktop notifications.johnnyg@google.com2009-09-011-0/+11
* More refactoring for WebPlugin.darin@chromium.org2009-08-271-1/+1
* Remove webview's dependency on webpreferences.jorlow@chromium.org2009-08-171-2/+6
* A quick fix for Issue 18844 (Take 2).hbono@chromium.org2009-08-171-1/+1
* Reverting 23285 since a test_shell test "ICOImageDecoderTest.ChunkedDecoding"...hbono@chromium.org2009-08-131-1/+1
* A quick fix for Issue 18844.hbono@chromium.org2009-08-131-1/+1
* Take 2: Remove WebView::SetDelegate because I'd like to avoid having a methoddarin@chromium.org2009-08-111-1/+0
* Reverting 23068.darin@chromium.org2009-08-111-0/+1
* Remove WebView::SetDelegate because I'd like to avoid having a method like thisdarin@chromium.org2009-08-111-1/+0
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-7/+10
* Create a WebSettings interface that can be used for code outside of WebKit/We...jorlow@chromium.org2009-08-081-0/+7
* Move ClosePage method to WebView.darin@chromium.org2009-08-061-0/+1
* Allow the browser to send actions back to the render for media element contex...ajwong@chromium.org2009-07-231-0/+4
* Make scrollbars and other controls tint/untint upon main window gainingthakis@chromium.org2009-07-221-0/+3
* Reverting 20855.darin@chromium.org2009-07-161-25/+26
* Reverting 20854.darin@chromium.org2009-07-161-26/+25
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-161-25/+26
* Remove reference counting from WebWidgetDelegate.darin@chromium.org2009-07-091-2/+2
* Suppress a warning about LOG being re-defined.darin@chromium.org2009-07-081-5/+2
* Make the cancelling of drag and drop match Safari for Windows. This isarv@google.com2009-07-081-0/+3
* Modify ResourceFetcher to use WebURLLoader instead of ResourceHandle.darin@chromium.org2009-07-071-8/+7
* We used to store/restore the frame and node that were focused last when a age...jcampan@chromium.org2009-07-031-11/+0
* WebKit merge 44757:44773.levin@chromium.org2009-06-171-0/+4
* Extract form related classes from the guts of WebFrameImpl.darin@chromium.org2009-06-151-5/+0
* Adds propagation and handling of render-side focus events, for the benefit of...klink@chromium.org2009-05-201-3/+3
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-2/+2
* Modify WebView drop effect override values.tc@google.com2009-04-301-4/+4
* Add transparency support to RenderWidgetHostView.aa@chromium.org2009-04-231-0/+6
* DevTools: Run nested message loop instead of whitelisting the messages.pfeldman@chromium.org2009-04-221-0/+3
* Provide an override for Webview drop effect.tc@google.com2009-04-221-0/+13
* Use webtextinput to insert text for middle-click paste.estade@chromium.org2009-04-211-2/+1
* Remove some unused code. Removes a couple of WebViewDelegate methodsdarin@chromium.org2009-04-181-8/+0
* TBR: Revert "Miscellaneous API sprucing."aa@chromium.org2009-04-151-1/+0
* Miscellaneous API sprucing.aa@chromium.org2009-04-151-0/+1
* Switch to using WebPoint, WebRect, and WebSize in more of the gluedarin@chromium.org2009-04-091-11/+11
* When the Find bar has focus it eats keypresses such as PageUp, PageDown and U...finnur@chromium.org2009-04-081-0/+1
* Reverting dfisher changes 133386 and 13381cpu@google.com2009-04-081-11/+11
* Switch to using WebPoint, WebRect, and WebSize in more of the gluedarin@chromium.org2009-04-081-11/+11
* Switch to using WebDragData in WebView and WebViewDelegate.darin@chromium.org2009-04-071-10/+14