summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_webview_delegate.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow the default settings to disable images, plugins and scripts.darin@chromium.org2010-01-291-3/+3
* Add UI to TestShell to enable/disable images, plugins, and scripts.darin@chromium.org2010-01-291-0/+15
* Make the UI controls (back/forward/stop) in TestShell disable when appropriate.darin@chromium.org2010-01-271-0/+11
* Adds a mock spellchecker to test_shell.hbono@chromium.org2010-01-271-2/+18
* Implement layoutTestController.setWillSendRequestReturnsNullkinuko@chromium.org2010-01-221-1/+8
* Support for playing back media from the appcache.michaeln@chromium.org2010-01-211-2/+6
* Test shell needs to also implement the WebViewClient SessionStorage factory.jorlow@chromium.org2010-01-131-0/+6
* Remove unnecessary references to webkit/glue/glue_util.h indarin@chromium.org2010-01-131-3/+0
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-4/+4
* bsds: views/ and webkit/ support for FreeBSD/OpenBSDevan@chromium.org2009-12-311-1/+1
* Fix test_shell's eventSender to set isSystemKey flag for keyboard events corr...suzhe@chromium.org2009-12-171-0/+12
* More removal of config.h and glue_util.h dependencies.darin@chromium.org2009-11-181-8/+0
* Makes the test_shell output the page title too in didReceiveTitle.brettw@chromium.org2009-11-131-2/+2
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-21/+21
* Move PasswordAutocompleteListener into the WebKit API (AGAIN)yaar@chromium.org2009-11-071-1/+1
* Allow <video> to read from a data URI. Data URI is now handledhclam@chromium.org2009-10-231-3/+10
* Add WebFrameClient::cancelledError to avoid a dependency ondarin@chromium.org2009-10-201-3/+13
* Delete glue/webview{_delegate}.hdarin@chromium.org2009-10-191-1/+2
* Remove duplicated code in decidePolicyForNavigation().tkent@chromium.org2009-10-191-6/+3
* Make LayoutTests/http/tests/misc/redirect-to-external-url.html PASS.tkent@chromium.org2009-10-191-0/+26
* Fix EventSendingController so that we do event saving and replay like what We...jianli@chromium.org2009-10-141-1/+0
* Initial accessibility controller implementation.dglazkov@chromium.org2009-10-141-0/+11
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-1/+1
* Moving ShowContextMenu out of WebView_delegate and into WebViewClientyaar@chromium.org2009-10-091-19/+11
* 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