summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_webview_delegate.h
Commit message (Expand)AuthorAgeFilesLines
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-5/+5
* Add default implementations for WebViewClient and WebWidgetClientdarin@chromium.org2009-11-041-55/+0
* Eliminate WebViewImpl's dependency on WebDevToolsAgentImpl.darin@chromium.org2009-11-031-3/+0
* Show status bubble for links that have keyboard focus. estade@chromium.org2009-10-301-0/+1
* Add WebFrameClient::cancelledError to avoid a dependency ondarin@chromium.org2009-10-201-3/+6
* Delete glue/webview{_delegate}.hdarin@chromium.org2009-10-191-4/+4
* Make LayoutTests/http/tests/misc/redirect-to-external-url.html PASS.tkent@chromium.org2009-10-191-0/+5
* Move WebDevToolsAgent{Delegate} into the WebKit API.darin@chromium.org2009-10-171-0/+3
* Move autofill related WebView{Delegate} methods into the WebKit API.darin@chromium.org2009-10-161-1/+6
* Initial accessibility controller implementation.dglazkov@chromium.org2009-10-141-1/+1
* Implement WebAccessibility object, a wrapper for WebCore::AccessibilityObject.dglazkov@chromium.org2009-10-131-0/+2
* Moving ShowContextMenu out of WebView_delegate and into WebViewClientyaar@chromium.org2009-10-091-19/+5
* Print the element path in TestWebViewDelegate::decidePolicyForNavigation()tkent@chromium.org2009-10-091-2/+2
* Invent WebFrameImpl::ClientHandle as a weak reference to WebFrameClient.darin@chromium.org2009-10-071-0/+3
* Move runFileChooser from webview_delegate to WebViewClient.yaar@chromium.org2009-10-061-0/+4
* More WebView / WebViewDelegate cleanup.darin@chromium.org2009-10-031-0/+6
* Restore plumbing for the spelling panel on Mac.darin@chromium.org2009-10-021-0/+1
* Move another method from WebViewDelegate to WebViewClient.darin@chromium.org2009-09-251-0/+1
* Move some more methods from WebViewDelegate to WebViewClient.darin@chromium.org2009-09-241-0/+4
* Fake main window resizing in the test shell.japhet@chromium.org2009-09-231-1/+14
* Move some more methods from WebViewDelegate to WebViewClient.darin@chromium.org2009-09-231-0/+6
* Fold WebEditingClient into WebViewClient.darin@chromium.org2009-09-181-42/+38
* Introduce WebKit::WebSecurityOrigin as a wrapper arounddarin@chromium.org2009-09-181-1/+1
* Hook up WebViewClient, part 1.darin@chromium.org2009-09-161-36/+36
* Fix some mixed content layout tests.darin@chromium.org2009-09-141-0/+3
* Delete unused WebViewDelegate method.darin@chromium.org2009-09-111-1/+0
* Hook up WebFrameClient::didUpdateCurrentHistoryItemdarin@chromium.org2009-09-101-0/+1
* Hook up WebFrameClient, replacing many WebViewDelegate methods.darin@chromium.org2009-09-101-102/+64
* Take out the activex control.BUG=20259jam@chromium.org2009-09-081-1/+0
* Plumb the DragOperation through all the layers between the platform Drag-n-dr...snej@chromium.org2009-09-081-1/+3
* Hook up WebEditingClient.darin@chromium.org2009-09-041-1/+30
* Eliminate remaining WebCore dependencies from webplugin_impl.ccdarin@chromium.org2009-09-021-19/+35
* linux: new socket/plug code for windowed pluginspiman@chromium.org2009-08-251-2/+2
* Take 2: Remove WebView::SetDelegate because I'd like to avoid having a methoddarin@chromium.org2009-08-111-29/+10
* Reverting 23068.darin@chromium.org2009-08-111-10/+29
* Remove WebView::SetDelegate because I'd like to avoid having a method like thisdarin@chromium.org2009-08-111-29/+10
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-32/+34
* Fix a bunch of layout tests related to dumpResourceLoadCallbacks.darin@chromium.org2009-08-061-16/+31
* Revert unintended changes.darin@chromium.org2009-08-041-11/+0
* Fix uninited variable in test_shellagl@chromium.org2009-08-041-0/+1
* Move alternate 404 error page loading out of WebFrame and into RenderView.darin@chromium.org2009-08-041-4/+14
* Allow the browser to send actions back to the render for media element contex...ajwong@chromium.org2009-07-231-4/+4
* Begin implementation of the context menu for Video and Audio tags.ajwong@chromium.org2009-07-171-0/+2
* Reverting 20855.darin@chromium.org2009-07-161-27/+23
* Reverting 20854.darin@chromium.org2009-07-161-23/+27
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-161-27/+23
* Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also,darin@chromium.org2009-07-141-11/+21
* Remove reference counting from WebWidgetDelegate.darin@chromium.org2009-07-091-6/+0
* Remove WebWidgetDelegate::GetContainingView since it is not needed.darin@chromium.org2009-07-091-1/+0
* Start using WebCursorInfo from the WebKit API. WebCursorInfo is adarin@google.com2009-07-081-1/+1