Bug 82539

Summary: Delete dispatchDidLoadMainResource callback
Product: WebKit Reporter: Nate Chapin <japhet>
Component: WebCore Misc.Assignee: Nate Chapin <japhet>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ap, rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch none

Description Nate Chapin 2012-03-28 15:16:53 PDT
No port implements it, let's get rid of it.
Comment 1 Nate Chapin 2012-03-28 15:26:32 PDT
Created attachment 134423 [details]
patch
Comment 2 Alexey Proskuryakov 2012-03-28 15:49:03 PDT
Comment on attachment 134423 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=134423&action=review

> Source/WebKit/mac/WebKit.order:-772
> -__ZN20WebFrameLoaderClient27dispatchDidLoadMainResourceEPN7WebCore14DocumentLoaderE

It's OK to modify this file, but no need to do that.
Comment 3 Nate Chapin 2012-03-28 15:54:09 PDT
(In reply to comment #2)
> (From update of attachment 134423 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=134423&action=review
> 
> > Source/WebKit/mac/WebKit.order:-772
> > -__ZN20WebFrameLoaderClient27dispatchDidLoadMainResourceEPN7WebCore14DocumentLoaderE
> 
> It's OK to modify this file, but no need to do that.

I'll keep that in mind for the future. I just deleted every occurence of "dispatchDidLoadMainResource" that wasn't in a ChangeLog :)
Comment 4 WebKit Review Bot 2012-03-28 16:58:40 PDT
Comment on attachment 134423 [details]
patch

Rejecting attachment 134423 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
reSupport/WebFrameLoaderClient.h.rej
patching file Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp
Hunk #1 FAILED at 753.
1 out of 1 hunk FAILED -- saving rejects to file Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp.rej
patching file Source/WebKit2/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Alexey Pro..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue/

Full output: http://queues.webkit.org/results/12194002
Comment 5 WebKit Review Bot 2012-03-28 17:02:04 PDT
Comment on attachment 134423 [details]
patch

Clearing flags on attachment: 134423

Committed r112474: <http://trac.webkit.org/changeset/112474>
Comment 6 WebKit Review Bot 2012-03-28 17:02:09 PDT
All reviewed patches have been landed.  Closing bug.