Bug 113601 - Make a bunch of DocumentLoader functions private
Summary: Make a bunch of DocumentLoader functions private
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: 2013-03-29 13:22 PDT by Nate Chapin
Modified: 2013-04-01 09:52 PDT (History)
4 users (show)

See Also:


Attachments
patch (5.70 KB, patch)
2013-03-29 13:25 PDT, Nate Chapin
no flags Details | Formatted Diff | Diff
Patch for landing (6.70 KB, patch)
2013-04-01 09:33 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 2013-03-29 13:22:11 PDT
After merging MainResourceLoader into DocumentLoader (http://trac.webkit.org/changeset/146449), several functions that were only public for MainResourceLoader's use can now be private.  Also, a couple of functions are declared but unused.
Comment 1 Nate Chapin 2013-03-29 13:25:39 PDT
Created attachment 195787 [details]
patch
Comment 2 WebKit Review Bot 2013-03-29 15:13:33 PDT
Comment on attachment 195787 [details]
patch

Rejecting attachment 195787 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=webkit-commit-queue.appspot.com', '--bot-id=gce-cq-03', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 195787, '--port=chromium-xvfb']" exit_code: 2 cwd: /mnt/git/webkit-commit-queue

Last 500 characters of output:
t/git/webkit-commit-queue/Source/WebKit/chromium/v8 --revision 14075 --non-interactive --force --accept theirs-conflict --ignore-externals' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
55>At revision 14075.

________ running '/usr/bin/python tools/clang/scripts/update.py --mac-only' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'

________ running '/usr/bin/python gyp_webkit' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
Updating webkit projects from gyp files...

Full output: http://webkit-commit-queue.appspot.com/results/17300493
Comment 3 Adam Barth 2013-03-30 10:49:37 PDT
Comment on attachment 195787 [details]
patch

Looks like you're missing a ChangeLog.
Comment 4 Nate Chapin 2013-04-01 09:28:33 PDT
(In reply to comment #3)
> (From update of attachment 195787 [details])
> Looks like you're missing a ChangeLog.

Yeah, I tried to get clever with diffing and failed. Re-uploading now.
Comment 5 Nate Chapin 2013-04-01 09:33:44 PDT
Created attachment 195981 [details]
Patch for landing
Comment 6 WebKit Review Bot 2013-04-01 09:52:37 PDT
Comment on attachment 195981 [details]
Patch for landing

Clearing flags on attachment: 195981

Committed r147336: <http://trac.webkit.org/changeset/147336>
Comment 7 WebKit Review Bot 2013-04-01 09:52:41 PDT
All reviewed patches have been landed.  Closing bug.