summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_webview_delegate.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-do r15244 again.darin@chromium.org2009-05-131-15/+20
* Revert r15940 again. Unexpected layout test failures :(darin@chromium.org2009-05-131-10/+15
* Re-do r15244 again.darin@chromium.org2009-05-131-15/+10
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-111-0/+0
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-4/+4
* Plumb the creator URL for popups up to the browser. We don't yet use this fo...pkasting@chromium.org2009-05-051-1/+2
* Revert r15278. More unexpected test failures :(darin@chromium.org2009-05-051-16/+13
* Re-do r15244: Fix crash in ~TestWebViewDelegate caused bydarin@chromium.org2009-05-051-13/+16
* Revert r15244. Failed tests :(darin@chromium.org2009-05-041-16/+13
* Eliminate webkit/glue/webhistoryitem* in favor of adding adarin@chromium.org2009-05-041-13/+16
* This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...jungshik@google.com2009-05-011-1/+2
* Use WebWorker and WebWorkerClient from the WebKit API.darin@chromium.org2009-04-241-0/+2
* Remove some unused code. Removes a couple of WebViewDelegate methodsdarin@chromium.org2009-04-181-14/+14
* Chrome changes to support WebKit API changes.darin@chromium.org2009-04-161-6/+6
* Switch to using WebPoint, WebRect, and WebSize in more of the gluedarin@chromium.org2009-04-091-2/+4