| Commit message (Expand) | Author | Age | Files | Lines |
* | Fold WebEditingClient into WebViewClient. | darin@chromium.org | 2009-09-18 | 1 | -3/+1 |
* | Implement WebKitTabToLinksPreferenceKey for the test_shell. | arv@chromium.org | 2009-09-17 | 1 | -0/+3 |
* | Linux focus ring color: Go through WebKit::WebColor api rather than through t... | estade@chromium.org | 2009-09-11 | 1 | -4/+0 |
* | Hook up WebFrameClient, replacing many WebViewDelegate methods. | darin@chromium.org | 2009-09-10 | 1 | -3/+5 |
* | Revert "Use gtk-cursor-blink from GtkSettings" | evan@chromium.org | 2009-09-09 | 1 | -1/+0 |
* | Use gtk-cursor-blink from GtkSettings to set the | evan@chromium.org | 2009-09-09 | 1 | -0/+1 |
* | Adds support for the os x spelling panel to chromium. Users can | pinkerton@chromium.org | 2009-09-09 | 1 | -0/+3 |
* | Plumb the DragOperation through all the layers between the platform Drag-n-dr... | snej@chromium.org | 2009-09-08 | 1 | -11/+10 |
* | Convert std::wstring encoding names to std::string in a bunch of files. | tony@chromium.org | 2009-09-04 | 1 | -2/+2 |
* | Hook up WebEditingClient. | darin@chromium.org | 2009-09-04 | 1 | -9/+7 |
* | Set the focus ring color to match the Gtk theme focus color. | estade@chromium.org | 2009-09-03 | 1 | -0/+4 |
* | More refactoring for WebPlugin. | darin@chromium.org | 2009-08-27 | 1 | -1/+1 |
* | Move MediaPlayerAction out of context_menu.h into webview.h since it's really... | ajwong@chromium.org | 2009-08-20 | 1 | -1/+1 |
* | Remove webview's dependency on webpreferences. | jorlow@chromium.org | 2009-08-17 | 1 | -11/+13 |
* | Take 2: Remove WebView::SetDelegate because I'd like to avoid having a method | darin@chromium.org | 2009-08-11 | 1 | -3/+0 |
* | Reverting 23068. | darin@chromium.org | 2009-08-11 | 1 | -0/+3 |
* | Remove WebView::SetDelegate because I'd like to avoid having a method like this | darin@chromium.org | 2009-08-11 | 1 | -3/+0 |
* | Switch to WebFrame from the WebKit API. | darin@chromium.org | 2009-08-10 | 1 | -7/+7 |
* | Create a WebSettings interface that can be used for code outside of WebKit/We... | jorlow@chromium.org | 2009-08-08 | 1 | -0/+7 |
* | Move ClosePage method to WebView. | darin@chromium.org | 2009-08-06 | 1 | -0/+9 |
* | Allow the browser to send actions back to the render for media element contex... | ajwong@chromium.org | 2009-07-23 | 1 | -0/+7 |
* | Make scrollbars and other controls tint/untint upon main window gaining | thakis@chromium.org | 2009-07-22 | 1 | -0/+6 |
* | Reverting 20855. | darin@chromium.org | 2009-07-16 | 1 | -2/+2 |
* | Reverting 20854. | darin@chromium.org | 2009-07-16 | 1 | -2/+2 |
* | Use WebWidget from the WebKit API. This change also makes | darin@chromium.org | 2009-07-16 | 1 | -2/+2 |
* | Make the cancelling of drag and drop match Safari for Windows. This is | arv@google.com | 2009-07-08 | 1 | -0/+5 |
* | Fix Acid3 Test 48: LINKTEST, Chromium side.... | dglazkov@chromium.org | 2009-07-03 | 1 | -0/+8 |
* | We used to store/restore the frame and node that were focused last when a age... | jcampan@chromium.org | 2009-07-03 | 1 | -13/+0 |
* | Header cleanup in webkit/glue | phajdan.jr@chromium.org | 2009-06-01 | 1 | -1/+0 |
* | Add transparency support to RenderWidgetHostView. | aa@chromium.org | 2009-04-23 | 1 | -0/+5 |
* | Provide an override for Webview drop effect. | tc@google.com | 2009-04-22 | 1 | -2/+10 |
* | Use webtextinput to insert text for middle-click paste. | estade@chromium.org | 2009-04-21 | 1 | -3/+0 |
* | TBR: Revert "Miscellaneous API sprucing." | aa@chromium.org | 2009-04-15 | 1 | -6/+0 |
* | Miscellaneous API sprucing. | aa@chromium.org | 2009-04-15 | 1 | -0/+6 |
* | When the Find bar has focus it eats keypresses such as PageUp, PageDown and U... | finnur@chromium.org | 2009-04-08 | 1 | -5/+9 |
* | Switch to using WebDragData in WebView and WebViewDelegate. | darin@chromium.org | 2009-04-07 | 1 | -7/+17 |
* | Paste from the x clipboard into webkit. | estade@chromium.org | 2009-04-02 | 1 | -0/+4 |
* | Fix tests that depend on setCustomPolicyDelegate and waitForPolicyDelegate. | darin@chromium.org | 2009-04-02 | 1 | -0/+3 |
* | Wire DevTools agent in the Glue to the Renderer DevTools IPC transport: DevTo... | pfeldman@chromium.org | 2009-03-16 | 1 | -0/+4 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 1 | -1/+0 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | Add an identity (id) to system drag & drop. | tc@google.com | 2009-02-26 | 1 | -0/+1 |
* | This CL causes the autofill popup to hide when the browser window is moved or... | jcampan@chromium.org | 2009-02-25 | 1 | -0/+3 |
* | Minor includes cleanup. | darin@chromium.org | 2009-02-24 | 1 | -1/+0 |
* | Reverting 9944. | yurys@google.com | 2009-02-18 | 1 | -5/+0 |
* | Create communication channel between developer tools UI implemented in JS and... | yurys@google.com | 2009-02-18 | 1 | -0/+5 |
* | Reverting 9855. | maruel@chromium.org | 2009-02-16 | 1 | -5/+0 |
* | Review URL: http://codereview.chromium.org/20405 | yurys@google.com | 2009-02-16 | 1 | -0/+5 |
* | Add "Enable spell check for this field" menu option in sub context menu for c... | sidchat@google.com | 2008-12-15 | 1 | -9/+0 |
* | Landing this again as I cannot reproduce the perf regression locally. | jcampan@chromium.org | 2008-11-07 | 1 | -0/+7 |