summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_webview_delegate.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverting dfisher changes 133386 and 13381cpu@google.com2009-04-081-4/+2
* Switch to using WebPoint, WebRect, and WebSize in more of the gluedarin@chromium.org2009-04-081-2/+4
* Switch to using WebDragData in WebView and WebViewDelegate.darin@chromium.org2009-04-071-6/+10
* Fix tests that depend on setCustomPolicyDelegate and waitForPolicyDelegate.darin@chromium.org2009-04-021-10/+26
* Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.hdarin@chromium.org2009-04-011-1/+11
* Reland changes to enable worker layout tests. Compared to last review (http:/...jianli@chromium.org2009-03-301-0/+11
* Revert 12763.jianli@chromium.org2009-03-301-11/+0
* Enable worker layout tests. In order for test_shell to run worker, we link al...jianli@chromium.org2009-03-301-0/+11
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-191-4/+3
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Trying to match more closely DumpRenderTree to pass the layout test: LayoutTe...jcampan@chromium.org2009-03-061-1/+16
* Try #2 of "make JavaScript alerts reflect the URL of the frame they came from,brettw@chromium.org2009-03-051-5/+6
* Chrome side to pick up new WebKit API changes.darin@chromium.org2009-02-281-2/+4
* Pull the test_webview_delegate DidMove into platform specific files, and impl...deanm@chromium.org2009-02-111-33/+0
* Checkpoint of plugin support code for Mac. Does not work yet; being checkedamanda@chromium.org2009-02-111-1/+1