Bug 51890 - Move ResourceLoadPriority.h into WebCore/platform/network
Summary: Move ResourceLoadPriority.h into WebCore/platform/network
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords:
Depends on:
Blocks: 53192
  Show dependency treegraph
 
Reported: 2011-01-04 12:42 PST by David Kilzer (:ddkilzer)
Modified: 2011-01-26 21:06 PST (History)
2 users (show)

See Also:


Attachments
Patch (4.65 KB, patch)
2011-01-04 12:42 PST, David Kilzer (:ddkilzer)
koivisto: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff

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