summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_webview_delegate.cc
Commit message (Expand)AuthorAgeFilesLines
* Print the element path in TestWebViewDelegate::decidePolicyForNavigation()tkent@chromium.org2009-10-091-3/+11
* Make dumpResourceLoadCallbacks() show relative paths which match the results ...hamaji@chromium.org2009-10-011-5/+25
* Hook up webkit/api/public/WebView.hdarin@chromium.org2009-09-301-9/+9
* Fake main window resizing in the test shell.japhet@chromium.org2009-09-231-0/+10
* Move some more methods from WebViewDelegate to WebViewClient.darin@chromium.org2009-09-231-0/+5
* Fold WebEditingClient into WebViewClient.darin@chromium.org2009-09-181-169/+109
* Introduce WebKit::WebSecurityOrigin as a wrapper arounddarin@chromium.org2009-09-181-1/+2
* Hook up WebViewClient, part 1.darin@chromium.org2009-09-161-85/+114
* Fix some mixed content layout tests.darin@chromium.org2009-09-141-0/+11
* Replace worker support in test shell with a dummy implementation.levin@chromium.org2009-09-111-2/+2
* Delete unused WebViewDelegate method.darin@chromium.org2009-09-111-8/+0
* Hook up WebFrameClient, replacing many WebViewDelegate methods.darin@chromium.org2009-09-101-339/+350
* Plumb the DragOperation through all the layers between the platform Drag-n-dr...snej@chromium.org2009-09-081-2/+7
* Hook up WebEditingClient.darin@chromium.org2009-09-041-114/+162
* Eliminate remaining WebCore dependencies from webplugin_impl.ccdarin@chromium.org2009-09-021-10/+16
* Retrofit the pre-existing appache message dispatching with the new WebKit API...michaeln@google.com2009-08-211-2/+2
* The 2 layout test regressions happened due to changes in the test shell.jorlow@chromium.org2009-08-191-8/+7
* Remove webview's dependency on webpreferences.jorlow@chromium.org2009-08-171-7/+8
* Add a few more |#undef LOG| directives to code that might see both WebKit'smark@chromium.org2009-08-121-0/+2
* Take 2: Remove WebView::SetDelegate because I'd like to avoid having a methoddarin@chromium.org2009-08-111-0/+32
* Reverting 23068.darin@chromium.org2009-08-111-32/+0
* Remove WebView::SetDelegate because I'd like to avoid having a method like thisdarin@chromium.org2009-08-111-0/+32
* Add some helper methods for constructing a WebCString from UTF16 input,darin@chromium.org2009-08-111-1/+1
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-16/+16
* Enable new FTP for Windows TestShell so that the results of block-test.html aredarin@chromium.org2009-08-061-7/+4
* Reverting 22651.darin@chromium.org2009-08-061-1/+0
* With our posix TCP implementation, attempting to load an URL with IP addressdarin@chromium.org2009-08-061-0/+1
* Update baseline for security/block-test.htmldarin@chromium.org2009-08-061-18/+38
* Fix a bunch of layout tests related to dumpResourceLoadCallbacks.darin@chromium.org2009-08-061-14/+63
* Revert unintended changes.darin@chromium.org2009-08-041-8/+0
* Move alternate 404 error page loading out of WebFrame and into RenderView.darin@chromium.org2009-08-041-4/+12
* Allow the browser to send actions back to the render for media element contex...ajwong@chromium.org2009-07-231-2/+2
* Changes to provide asynchronous read in data source:hclam@chromium.org2009-07-221-1/+3
* Begin implementation of the context menu for Video and Audio tags.ajwong@chromium.org2009-07-171-13/+15
* Reverting 20855.darin@chromium.org2009-07-161-29/+27
* Reverting 20854.darin@chromium.org2009-07-161-27/+29
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-161-29/+27
* Remove WebWidgetDelegate::GetContainingView since it is not needed.darin@chromium.org2009-07-091-9/+0
* Add Reload and LoadData methods to WebFrame. LoadData replacesdarin@chromium.org2009-07-011-7/+6
* Hook up WebHistoryItem and push HistoryItem serialization out of WebFrame.darin@chromium.org2009-06-251-6/+11
* Refactorying to create the ResourceLoaderBridge through a factory class for <...hclam@chromium.org2009-06-251-2/+20
* Don't disable view-source mode on cancellation. On error, we should turn offbrettw@chromium.org2009-06-251-0/+3
* Delete files from webkit/glue that have been made obsolete by correspondingdarin@chromium.org2009-06-181-45/+52
* Enable <video> in test_shellhclam@chromium.org2009-06-111-0/+7
* Roll webkit DEPS and fix compile errors.abarth@chromium.org2009-05-221-1/+2
* Move ExtraData from WebRequest to WebDataSource.darin@chromium.org2009-05-211-11/+14
* Take 2 at fixing relativeanchor-{basic,frames}.html.darin@chromium.org2009-05-181-11/+4
* rollback r16300darin@chromium.org2009-05-181-5/+1
* Fix test_shell so that we can pass LayoutTests/http/tests/navigation/relative...darin@chromium.org2009-05-181-1/+5
* Fix document-location-click-timeout.html crash on linux.tc@google.com2009-05-141-1/+2