Bug 51890

Summary: Move ResourceLoadPriority.h into WebCore/platform/network
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: Page LoadingAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 53192    
Attachments:
Description Flags
Patch koivisto: review+, commit-queue: commit-queue-

Description David Kilzer (:ddkilzer) 2011-01-04 12:42:02 PST
Created attachment 77918 [details]
Patch

Reviewed by NOBODY (OOPS!).

This is needed to prevent a WebCore/platform policy violation in
my next patch.

* WebCore.gypi: Updated for moved header.
* WebCore.pro: Ditto.
* WebCore.vcproj/WebCore.vcproj: Ditto.
* WebCore.xcodeproj/project.pbxproj: Ditto.
* platform/network/ResourceLoadPriority.h: Renamed from WebCore/loader/ResourceLoadPriority.h.
---
 7 files changed, 67 insertions(+), 52 deletions(-)
Comment 1 WebKit Commit Bot 2011-01-04 13:58:49 PST
Comment on attachment 77918 [details]
Patch

Rejecting attachment 77918 [details] from commit-queue.

Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=cr-jail-4', 'apply-attachment', '--no-update', '--non-interactive', 77918]" exit_code: 2
Last 500 characters of output:
 3.
patching file WebCore/WebCore.gypi
patching file WebCore/WebCore.pro
patching file WebCore/WebCore.vcproj/WebCore.vcproj
Hunk #1 FAILED at 24725.
Hunk #2 FAILED at 29061.
2 out of 2 hunks FAILED -- saving rejects to file WebCore/WebCore.vcproj/WebCore.vcproj.rej
patching file WebCore/WebCore.xcodeproj/project.pbxproj
rm 'WebCore/loader/ResourceLoadPriority.h'

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--reviewer', u'Antti Koivisto', u'--force']" exit_code: 1

Full output: http://queues.webkit.org/results/7202380
Comment 2 David Kilzer (:ddkilzer) 2011-01-04 14:09:00 PST
Committed r75006: <http://trac.webkit.org/changeset/75006>