From 4d4a6356e8e1a6ac0b177cb6bd398148030cb320 Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Tue, 5 May 2009 06:11:00 +0000 Subject: Re-do r15244: Fix crash in ~TestWebViewDelegate caused by shell_ being null. Moved the RevokeDragDrop call to the TestShell destructor instead. Eliminate webkit/glue/webhistoryitem* in favor of adding a NavigateBackForwardSoon method WebViewDelegate. This moves all of the hacky details of how we intercept "history.{back, forward,go}" into the webkit layer. My eventual plan is to teach WebCore how to make this not hacky. BUG=11423 R=mpcomplete Review URL: http://codereview.chromium.org/108004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15278 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/webkit.gyp | 3 --- 1 file changed, 3 deletions(-) (limited to 'webkit/webkit.gyp') diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index f759ba3..53e7602 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -4500,9 +4500,6 @@ 'glue/webframe_impl.h', 'glue/webframeloaderclient_impl.cc', 'glue/webframeloaderclient_impl.h', - 'glue/webhistoryitem.h', - 'glue/webhistoryitem_impl.cc', - 'glue/webhistoryitem_impl.h', 'glue/webkit_glue.cc', 'glue/webkit_glue.h', 'glue/webkitclient_impl.cc', -- cgit v1.1