summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webview_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 27705 - Move various methods from glue/webview.h to api/public/WebView.hmal@chromium.org2009-10-011-14/+38
* Move various methods from glue/webview.h to api/public/WebView.hdarin@chromium.org2009-10-011-38/+14
* Add an optional WebFrame parameter to WebView::findFrameByName.darin@chromium.org2009-09-301-2/+6
* Hook up webkit/api/public/WebView.hdarin@chromium.org2009-09-301-134/+135
* WebView::DownloadImage refactoredyaar@chromium.org2009-09-291-32/+0
* Fix cmd-up/cmd-down.thakis@chromium.org2009-09-291-22/+11
* WebKit update 48747:48766levin@chromium.org2009-09-271-1/+2
* Move some more methods from WebViewDelegate to WebViewClient.darin@chromium.org2009-09-241-2/+2
* This CL fixes issue 22712 -- REGRESSION: auto-complete close cause chrome crash.xji@chromium.org2009-09-231-2/+6
* Shift+PageUp and Shift+PageDown should not scroll the web page.tony@chromium.org2009-09-211-1/+1
* Fold WebEditingClient into WebViewClient.darin@chromium.org2009-09-181-7/+4
* Remove an unused method and reorder methods to match the header.paul@chromium.org2009-09-181-7/+4
* Newline at end of file for gcc to be happy.thomasvl@chromium.org2009-09-181-1/+1
* Implement WebKitTabToLinksPreferenceKey for the test_shell.arv@chromium.org2009-09-171-0/+8
* Fix a bug introduced by a WebKit merge where we did notpaul@chromium.org2009-09-171-0/+1
* Hook up WebViewClient, part 1.darin@chromium.org2009-09-161-7/+8
* Fix canary bot.darin@chromium.org2009-09-141-0/+2
* Fix for bug 2932: Chrome should not trigger page reloading when turn off auto...jshin@chromium.org2009-09-141-6/+6
* Linux focus ring color: Go through WebKit::WebColor api rather than through t...estade@chromium.org2009-09-111-9/+0
* Supports Gtk keyboard themes.suzhe@chromium.org2009-09-101-8/+3
* Hook up WebFrameClient, replacing many WebViewDelegate methods.darin@chromium.org2009-09-101-6/+9
* Revert "Use gtk-cursor-blink from GtkSettings"evan@chromium.org2009-09-091-5/+0
* Use gtk-cursor-blink from GtkSettings to set theevan@chromium.org2009-09-091-0/+5
* Adds support for the os x spelling panel to chromium. Users canpinkerton@chromium.org2009-09-091-0/+8
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-081-2/+6
* Plumb the DragOperation through all the layers between the platform Drag-n-dr...snej@chromium.org2009-09-081-35/+61
* Some cleanup to various WebCore client implementations.darin@chromium.org2009-09-051-11/+9
* Convert std::wstring encoding names to std::string in a bunch of files.tony@chromium.org2009-09-041-5/+5
* Fix layout test related to document.hasFocus.arv@google.com2009-09-041-3/+6
* Hook up WebEditingClient.darin@chromium.org2009-09-041-18/+13
* Set the focus ring color to match the Gtk theme focus color.estade@chromium.org2009-09-031-0/+9
* New WebKit API interfaces for desktop notifications.johnnyg@google.com2009-09-011-0/+8
* Rollback rev 24947 since it seems to have broken other tests.arv@google.com2009-08-311-1/+0
* Fix document.hasFocus() for layout testarv@google.com2009-08-311-0/+1
* More refactoring for WebPlugin.darin@chromium.org2009-08-271-2/+2
* On a middle click, check if the mouse is over a scrollbar before pasting the ...vandebo@chromium.org2009-08-261-1/+5
* This CL fixes "RTL: Form autofill pop-up is not right aligned".xji@chromium.org2009-08-241-1/+8
* Auto: change errant base::VKEY_* values to just VKEY_*.estade@chromium.org2009-08-211-4/+4
* Move MediaPlayerAction out of context_menu.h into webview.h since it's really...ajwong@chromium.org2009-08-201-0/+1
* Remove webview's dependency on webpreferences.jorlow@chromium.org2009-08-171-106/+16
* A quick fix for Issue 18844 (Take 2).hbono@chromium.org2009-08-171-3/+21
* Remove WebFrame::selectAll and WebFrame::clearSelection in favor of havingdarin@chromium.org2009-08-141-1/+1
* Move glue/event_conversion.{h,cc} into the WebKit API implementation.darin@chromium.org2009-08-141-13/+17
* Reverting 23285 since a test_shell test "ICOImageDecoderTest.ChunkedDecoding"...hbono@chromium.org2009-08-131-21/+3
* A quick fix for Issue 18844.hbono@chromium.org2009-08-131-3/+21
* Remove Playback Rate from the context menu.scherkus@chromium.org2009-08-121-4/+0
* Adds a command line switch to enable the appcache, and plumb the switch throu...michaeln@google.com2009-08-121-0/+1
* Take 2: Remove WebView::SetDelegate because I'd like to avoid having a methoddarin@chromium.org2009-08-111-4/+0
* Reverting 23068.darin@chromium.org2009-08-111-0/+4
* Remove WebView::SetDelegate because I'd like to avoid having a method like thisdarin@chromium.org2009-08-111-4/+0