Bug 82539 - Delete dispatchDidLoadMainResource callback
Summary: Delete dispatchDidLoadMainResource callback
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nate Chapin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-28 15:16 PDT by Nate Chapin
Modified: 2012-03-28 17:02 PDT (History)
4 users (show)

See Also:


Attachments
patch (23.13 KB, patch)
2012-03-28 15:26 PDT, Nate Chapin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.