summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webview_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mac: Make the password-field capslock indicator work again.avi@chromium.org2009-08-111-4/+1
* A Chrome-side fix for Issue 18232.hbono@chromium.org2009-08-101-5/+8
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-3/+4
* Create a WebSettings interface that can be used for code outside of WebKit/We...jorlow@chromium.org2009-08-081-49/+30
* Move ClosePage method to WebView.darin@chromium.org2009-08-061-0/+5
* A quick fix for Issue 18353.hbono@chromium.org2009-08-061-6/+0
* WebKit Update 46594:46622ukai@chromium.org2009-07-311-0/+5
* Adding HTML5 DB support to Chromium: Chromium changesdumi@chromium.org2009-07-271-0/+5
* Paste at the beginning of a middle click rather than after letting the page h...estade@chromium.org2009-07-241-19/+18
* Allow the browser to send actions back to the render for media element contex...ajwong@chromium.org2009-07-231-0/+36
* Fix bug 15795: make the capslock indicator in password fields (on Mac) work.avi@chromium.org2009-07-231-0/+8
* Make scrollbars and other controls tint/untint upon main window gainingthakis@chromium.org2009-07-221-0/+11